Craig Tiller
42342cbebb
Revert "cronet wrapper code"
9 years ago
Craig Tiller
1aee5362f4
Progress converting to new error system
9 years ago
Craig Tiller
f707d62db6
Convert tests to new error scheme
9 years ago
Julien Boeuf
8ca294e417
Refactoring the core security code.
...
As opposed to a flat directory, we now have the following structure:
- security
-context
- credentials
- composite
- fake
- google_default
- iam
- jwt
- oauth2
- plugin
- ssl
- transport
- util
We have not refactored the test code yet but this PR is already large
enough...
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago
Craig Tiller
653ea75ff5
Properly shutdown pollsets before destroying them
9 years ago
Craig Tiller
8a67780fba
Fix bug causing calls to never complete
9 years ago
Deepak Lukose
dba4c5fd01
Add various options to verify ssl/tls client cert including letting the
...
application handle the authentication.
9 years ago
Craig Tiller
418b9f9a42
Fix bug in test
9 years ago
Nicolas "Pixel" Noble
90f03b5d9c
Code formatting.
9 years ago
Nicolas "Pixel" Noble
04f812b4e6
Adding actual servers to reply to messages.
9 years ago
Craig Tiller
084aa62861
Remove unnecessary -2016 from copyrights
9 years ago
Craig Tiller
06cb1a9d93
Initial interface rework to allow knowing whether to pull payload at registration, not at request time
9 years ago
Craig Tiller
d4c9833187
Reposition files to optionalize client_config system
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Craig Tiller
b7f3f6eec4
Fix copyright
9 years ago
Craig Tiller
9533d042d4
Fix includes
9 years ago
Craig Tiller
2e1903638e
Fix copyrights
9 years ago
Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Masood Malekghassemi
6643ce7ed1
Clean up test
9 years ago
Craig Tiller
a45782f090
Fix copyright
9 years ago
Craig Tiller
9fb89ea9e3
If we cant check timers due to contention, at least make sure we do a follow up check soon
9 years ago
Craig Tiller
3591482a37
Expand lock
9 years ago
Craig Tiller
d24fc85b59
Fix cast
9 years ago
Craig Tiller
64baf2cbab
Extend timeout
9 years ago
Craig Tiller
0ce7bec923
Fail faster
9 years ago
Craig Tiller
57e2743b65
Add contributed test
9 years ago
Craig Tiller
b093686e59
Fix copyright
9 years ago
Craig Tiller
df5231ec09
Implement tests
9 years ago
David Garcia Quintas
9f3955c953
Fixed language category for grpc_codegen_lib
9 years ago
David Garcia Quintas
a8bb0bfc3e
Split codegen target and made it libs
9 years ago
Craig Tiller
9ddf0044d5
Sanity
9 years ago
vjpai
73d2a12d4b
Fix copyright
9 years ago
yang-g
70fa0da7f1
add a test
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Craig Tiller
a93a25f7bc
Update copyrights
9 years ago
Craig Tiller
6c39686dfa
Preparatory changes for work shedding
...
- cleanup: change grpc_iomgr_cb_func to take a bool instead of int
success
- cleanup: follow through with iomgr callback scheduling functions
- prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue*
functions
9 years ago
David Garcia Quintas
b523c732d1
async_stream.h done. Compiles
9 years ago
David Garcia Quintas
2425bbbc55
Further work. Compiles. WIP
9 years ago
David Garcia Quintas
08a0a3306e
Made "codedgen" directories closed over #includes
9 years ago
Craig Tiller
be0327bfee
Update new files
9 years ago
Craig Tiller
ea21ca234c
Fix makefile, codegen bugs
9 years ago
Craig Tiller
47c50cc4d3
zookeeper is platform specific
9 years ago
Craig Tiller
ab23045414
Add a test that public headers compile as C99
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Craig Tiller
54bc8a959e
Stabilize test by increasing timeout
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago
Craig Tiller
4bf292890c
Fix proxy end2end tests
...
Some transport callbacks weren't getting triggered. We now ensure that
this always occurs.
Additionally: left some debug only code around to make this class of bug
easier to diagnose in the future.
9 years ago
Craig Tiller
ef55655f79
Add includes
9 years ago