Craig Tiller
a7957f50af
Exclude uds from default hostname tests
9 years ago
Craig Tiller
83f4d4e218
Add a subchannel factory decorator library
9 years ago
Craig Tiller
5ddbb9d405
Allow specific pollers to be woken
...
Currently, if two threads call grpc_completion_queue_pluck on the same
completion queue for different tags, there is a 50% chance that we
deliver the completion wakeup to the wrong poller - forcing the correct
poller to wait until its polling times out before it can return an event
up to the application.
This change tweaks our polling interfaces so that we can indeed wake a
specific poller.
Nothing has been performance tuned yet. It's definitely sub-optimal in a
number of places. Wakeup file-descriptors should be recycled. We should
have a path that avoids calling poll() followed by epoll(). We can
probably live without it right at the second though.
This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows
machine).
9 years ago
Craig Tiller
c4b56b67a2
Make passing NULL for host not crash
9 years ago
vjpai
b28456b1e4
Add dynamic thread pool and initial port of test
9 years ago
yang-g
8b25f2aaeb
move fake_transport_security_credentials to private API
9 years ago
Nicolas "Pixel" Noble
482d761bd7
Making sure that 32 bits is being built and run on Jenkins.
9 years ago
Craig Tiller
698d00c60e
Add ipv4:, ipv6: schemes
9 years ago
Alistair Veitch
635899d062
rebuild makefile
10 years ago
yang-g
7ef7232dd9
split iterator into its own file
10 years ago
Craig Tiller
1ada6ad8e5
Added connectivity tests, fixed bugs
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
Nicolas "Pixel" Noble
367e30feeb
Replacing echo -e with a more generic system.
...
The 'tr' command can actually accept escapes, such as \n.
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
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
murgatroid99
4a015a6b29
Added caching for HAS_SYSTEMTAP in Makefile
10 years ago
murgatroid99
aa5215770d
Add caching for Makefile dependency detection
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
96a643a410
Makefile regeneration to pass sanity test
10 years ago
murgatroid99
71020daa93
Fixed typo in variable name
10 years ago
murgatroid99
5a79053244
Added OpenSSL NPN pkg-config check
10 years ago
murgatroid99
6d9e401158
Don't use pkg-config to look for perftools
10 years ago
Craig Tiller
8ebc34da6b
Restore sanity
10 years ago
Craig Tiller
62fa7268d2
Fix Makefile
10 years ago
yang-g
8068f86974
Add a unit test
10 years ago
yang-g
3abe60b9d0
compiles
10 years ago
murgatroid99
66d6edb7fb
Made pkg-config a variable in the Makefile
10 years ago
murgatroid99
d8f1ef72fb
Reversed condition for requiring rt
10 years ago
murgatroid99
4fed2127b7
Make generated .pc files list themselves as libraries
10 years ago
murgatroid99
dbc0caf30e
Fixed gpr name in .pc file
10 years ago
murgatroid99
c34a3a6e60
Added missing pthread gpr requirement
10 years ago
Craig Tiller
d6cc19e6d7
Tweak timeouts for ?SAN
10 years ago
murgatroid99
395c3ed1c4
Regenerate Makefile
10 years ago
murgatroid99
8faab237e5
Add .pc file generation to Makefile
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
murgatroid99
da7a994a4d
Fixed some linking problems
10 years ago
Siddharth Rakesh
25481f72c1
Resolving merge conflict
10 years ago
murgatroid99
24e2f4ad84
Added pkg-config checking to Makefile where possible
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