Craig Tiller
f40df23eeb
Auto-changes
9 years ago
Matthew Iselin
1824f0519f
Add HTTP request parsing.
...
This extends the existing http parser to support requests as well as responses.
httpcli continues to exist and work as it has previously, though in the new
directory src/core/http (to reflect the fact the directory now contains code
relevant to parsing requests, which httpcli would not generally involve itself
in).
9 years ago
Deepak Lukose
e61cbe3fd3
For client cert based authentication, add client cert as an AuthProperty
9 years ago
Craig Tiller
69b093b360
Revert "Revert "Add an implementation firewall against pollset_set""
9 years ago
Vijay Pai
e9ef536451
Revert "Add an implementation firewall against pollset_set"
9 years ago
Craig Tiller
85371a2bb0
Change pollset mutex ownership
9 years ago
Craig Tiller
19fa540100
Fix copyrights
9 years ago
Craig Tiller
732a875fe8
Add a sanity test for name aliasing
9 years ago
Craig Tiller
c605c62b30
Update copyrights
9 years ago
Craig Tiller
a8be91b315
Provide an interface firewall between pollset and its implementations
...
Starting to allow for >1 implementation of pollset within a binary.
Do so without requiring an extra allocation for completion queues (which
we could not tolerate).
9 years ago
Craig Tiller
89d517c86a
Fix copyrights
9 years ago
Craig Tiller
3633ce48a9
Fix tools
9 years ago
Craig Tiller
d0a8ae1266
Move worker into pollset
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Craig Tiller
a2a7aa9374
Move parenthesis to compile
9 years ago
Nicolas "Pixel" Noble
1d43bc3ed3
Fixing copyrights.
9 years ago
Nicolas "Pixel" Noble
da71518169
Replacing grpc_max_auth_token_lifetime by an accessor.
9 years ago
Julien Boeuf
2757fa8b39
fixing test and clang-format.
9 years ago
Julien Boeuf
aaebf7ae74
Changing the API to use a callback mechanism.
...
This is the agreed-upon solution.
9 years ago
Julien Boeuf
564b915503
Fixing copyright.
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
Julien Boeuf
a50da4757a
Addressing comments.
...
The new API is now actually useful...
9 years ago
Julien Boeuf
373debd5c0
Adding a function to override the ssl default roots path.
...
Fixes the first part of #4834 .
9 years ago
murgatroid99
3466c4b55d
Updated copyrights
9 years ago
Craig Tiller
cb6ce54e31
Update copyrights
9 years ago
Julien Boeuf
b0437efbff
Unit testing the peer from auth context functionality.
9 years ago
Julien Boeuf
4d75f259bc
Removing the peer from the SSL security connector.
...
- Missing unit tests.
9 years ago
Craig Tiller
897e4fe2ad
Update copyrights
9 years ago
Craig Tiller
7536af02cf
Eliminate gpr_ int types - and insist on C99 variants instead
9 years ago
Julien Boeuf
ee9d78b960
Unit testing the peer from auth context functionality.
9 years ago
Julien Boeuf
1d9ac6612d
Removing the peer from the SSL security connector.
...
- Missing unit tests.
9 years ago
Craig Tiller
620e965c1b
clang-format after last weeks test-fest
9 years ago
Julien Boeuf
97e5147bd1
One more test for default google creds.
9 years ago
Julien Boeuf
331e3782af
Testing cached google default creds.
9 years ago
Craig Tiller
88408c3b73
Fix Windows build
...
To do pollset work we need grpc to be initialized
9 years ago
Julien Boeuf
2408a1cd6a
Testing GCE detection in google default credentials.
9 years ago
Craig Tiller
82e40dac84
Fix memory leak
9 years ago
Craig Tiller
f9c8ce98cf
Add test for grpc_get_well_known_google_credentials_file_path
9 years ago
Nicolas "Pixel" Noble
ba404826be
Clang format.
9 years ago
Craig Tiller
b774be46d7
clang-format
9 years ago
Julien Boeuf
3c957e60a3
Fixing implementations.
9 years ago
Craig Tiller
b113649517
clang-format
9 years ago
Julien Boeuf
b73cbc2709
Addressing comments.
...
The composite channel credentials creation does not change the passed-in
channel creds anymore.
9 years ago
Julien Boeuf
26bf71ce37
Fixing mem leak and compilation error in tsan.
9 years ago
Julien Boeuf
4e02e84062
Got the core test passing.
9 years ago
Craig Tiller
5c1ad056d2
Fix Windows compilation
9 years ago
Craig Tiller
b8b1a462e5
Finish cleanup
9 years ago
Craig Tiller
a82950e683
clang-format all core files
9 years ago
Craig Tiller
8af4c33718
Final patches for rename
9 years ago