yang-g
c9c69e27da
Add reconnect interop test client and server
9 years ago
Nicolas "Pixel" Noble
a7c162c17c
The code evolved enough so that we now have tests that directly depend on OpenSSL.
...
Reflecting that in the Makefile so that we don't race against the system when building.
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
David Garcia Quintas
c899319fd8
Updated interop tests with support for compression.
...
The support for uncompressable payloads relies on a 512KB file with data from /dev/urandom
9 years ago
yang-g
8b25f2aaeb
move fake_transport_security_credentials to private API
9 years ago
David Garcia Quintas
8ec09f6530
Added tests (and bugfix) for grpc_compression_algorithm_parse
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
Hongwei Wang
a3780a8102
Register zookeeper plugin in grpc
10 years ago
yang-g
7ef7232dd9
split iterator into its own file
10 years ago
Hongwei Wang
a8cc43907e
Add zookeeper library in Makefile template
10 years ago
Craig Tiller
1ada6ad8e5
Added connectivity tests, fixed bugs
10 years ago
Hongwei Wang
da8858ff70
Add grpc_zookeeper in build.json
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
Robbie Shade
6953529365
Updated build.json, regenerated project files.
10 years ago
Robbie Shade
a4e21a1800
Added udp_server.{h,cc}.
10 years ago
Craig Tiller
2e622bc16a
Add a version string and a function to retrieve it
10 years ago
Hongwei Wang
85fd2f7a32
Zookeeper resolver works
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
Hongwei Wang
275860bf9c
Add zookeeper resolver
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