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
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
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
Nicolas "Pixel" Noble
ed152f8232
Fixing VS's documentation.
...
The nuget command line tool can't find which solution we want to restore packages on. The documentation needs some update.
10 years ago
Nicolas "Pixel" Noble
64d81385f3
Faking tools target for win32.
...
With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
10 years ago
Vijay Pai
887f86bd21
Debug and add in generated build files
10 years ago
Vijay Pai
005e305c22
Initial checkin commit for lockfree stack.
...
Tests not yet included.
10 years ago
Craig Tiller
2e622bc16a
Add a version string and a function to retrieve it
10 years ago
Jan Tattermusch
cd9bb5c140
bumped version of C#
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
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
Craig Tiller
08a1cf8f4f
Use connectivity state tracking code in chttp2 transport
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
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
Jorge Canizales
fe8ad73ab7
Add pollset_set.h to build.json
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
Craig Tiller
6459db484a
New chttp2 list implementation
10 years ago
Jan Tattermusch
7ed33732bf
regenerate Grpc.mak
10 years ago
Craig Tiller
5dc3b30964
Progress on splitting things up
10 years ago
David Garcia Quintas
1d5aca5de0
Added flags support to grpc_op.
...
Which includes its propagation to grpc_ioreq and validation mechanisms for checking that only known bits are set ot in).
Also added an internal flag (GRPC_WRITE_INTERNAL_COMPRESS) mask for its use in signaling compressed messages.
10 years ago
Craig Tiller
d20efd26e3
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
Craig Tiller
3c26d09a7f
Add a test of bad settings frame (and fix a bug!)
10 years ago
Craig Tiller
6ef7f31b98
Add missing file to build.json
10 years ago
Craig Tiller
50a7a68ca2
Progress commit on fixing up C++
10 years ago
Masood Malekghassemi
701af6031f
Expose gpr_asprintf and gpr_strdup
10 years ago
Yang Gao
6f4fb3b133
Add ability to override default thread pool
10 years ago
Jan Tattermusch
06194dcde5
bump C# package versions
10 years ago
Craig Tiller
1a6f755c1f
Make it possible to run with poll() instead of epoll()
...
Mostly to facilitate testing, but maybe in the future we want to work on
Linux systems with broken epoll support?
10 years ago
Julien Boeuf
75c9b6f495
Removing mdctx from the credentials.
10 years ago
Craig Tiller
0c1d27833e
Refactor pollset_kick
...
Allow multiple threads to be polling
Remove unnecessary windows stubs
10 years ago
Jan Tattermusch
a7361c79b6
update nuspec files
10 years ago