yang-g
7ef7232dd9
split iterator into its own file
10 years ago
vjpai
a2e1bb1577
Change name of thread_pool files to fixed_size_thread_pool when
...
appropriate
10 years ago
Craig Tiller
48cb07c909
Client connectivity API
...
Initial plumbing work; needs tests and more client_channel
implementation.
10 years ago
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
10 years ago
yang-g
be5f059219
Add oauth2_auth_token test case in interop test
10 years ago
Craig Tiller
143e7bf0cf
Introduce a clock type field onto gpr_timespec.
...
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
10 years ago
vjpai
f5d2138389
Test code
10 years ago
Vijay Pai
005e305c22
Initial checkin commit for lockfree stack.
...
Tests not yet included.
10 years ago
Craig Tiller
2c3a35e5cf
Make naming a little more consistent
10 years ago
Craig Tiller
2e622bc16a
Add a version string and a function to retrieve it
10 years ago
jboeuf
69cb6b41c8
Backport of pull request #2313 into release-0_10.
10 years ago
yang-g
85c04f938f
resolve comments
10 years ago
yang-g
8068f86974
Add a unit test
10 years ago
yang-g
3abe60b9d0
compiles
10 years ago
Julien Boeuf
feca1bf06c
Adding JWT verifier.
...
Still missing:
- Caching of the already checked JWTs (although it could be done at an
upper layer).
- Caching of the jwks_uri to avoid 2 roundtrips for each verification.
10 years ago
Siddharth Rakesh
b713546e4d
Resolving dependency error in Jenkins
10 years ago
Siddharth Rakesh
25481f72c1
Resolving merge conflict
10 years ago
Craig Tiller
08a1cf8f4f
Use connectivity state tracking code in chttp2 transport
10 years ago
Craig Tiller
ee98d84a02
Add an fd conservation test to verify that fds actually close
10 years ago
Craig Tiller
acf0f07dfc
Unix resolver, bug fixes
10 years ago
Craig Tiller
c7b5f7605e
Factor out channel state watching
10 years ago
Craig Tiller
052d27b891
Tidy up test to meet our standards
10 years ago
Craig Tiller
30ee10b785
Rename test into the right place
10 years ago
Masood Malekghassemi
1aa041ab1a
BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN
10 years ago
Craig Tiller
916246625b
Introduce connector, to help subchannel connect
10 years ago
Craig Tiller
e039f03383
Plumbing transport_op changes through
10 years ago
Craig Tiller
f5f1712e1f
Refactoring progress towards integrating client configs
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Craig Tiller
3bc8ebd48e
Implementation work for client_config
...
- uri parsing
- dns resolution
10 years ago
Craig Tiller
1b81cc40cd
Missed file
10 years ago
Craig Tiller
af69180478
Flesh out things and make them compile
10 years ago
Craig Tiller
31489e3aba
Move some code out of src/ into tools/
...
It shouldn't count towards coverage
10 years ago
yang-g
adfed03146
Add missing headers to build.json
10 years ago
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
Jorge Canizales
fe8ad73ab7
Add pollset_set.h to build.json
10 years ago
Siddharth Rakesh
cc5857b624
Fixed hanging client declaration, server address can be passed now
10 years ago
Julien Boeuf
a701ade70a
Fixing ssl auth context.
10 years ago
murgatroid99
7da8b1a651
Added missing but included headers to build.json
10 years ago
David Garcia Quintas
55b4ea1f07
WIP. Compiles and tests pass. Need to write specific tests.
10 years ago
Craig Tiller
6459db484a
New chttp2 list implementation
10 years ago
Jan Tattermusch
4b3f9522ec
make buildtests on windows pass
10 years ago
Craig Tiller
5dc3b30964
Progress on splitting things up
10 years ago
Craig Tiller
d8df50c44f
Make some buckets to pour code into
10 years ago
Craig Tiller
4152706dee
Add file to build.json
10 years ago
Yang Gao
9e640c8064
Remove non-existing file from build.json
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
Vijay Pai
372fd8791b
Revert "Revert "Open loop sync/async multithreaded testing""
10 years ago
Craig Tiller
d55636d813
Revert "Open loop sync/async multithreaded testing"
10 years ago
vjpai
fb61373066
Add a new test for qps openloop to make sure this code gets exercised
...
regularly.
Also, convert qps_test to test, from benchmark
10 years ago
vjpai
aa4548ddf0
Add a new test for qps openloop to make sure this code gets exercised
...
regularly.
Also, convert qps_test to test, from benchmark
10 years ago