Craig Tiller
4275899297
Sprinkle reserved = NULL around
9 years ago
Craig Tiller
d6c98df792
clang-format all source
9 years ago
David Garcia Quintas
cddd95bfd8
Renamed "none" as "identity" for the no-op compression algorithm for consistency with the spec
9 years ago
Julien Boeuf
e41d3ade7b
Fixing test.
9 years ago
Julien Boeuf
ca9460bc6d
Fixing test.
9 years ago
Craig Tiller
2d91b5de40
Only slow down tracing tests if stdout isatty
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Julien Boeuf
29c990abcc
fixing one more test.
9 years ago
Julien Boeuf
09316e7605
Fixing build.
9 years ago
Julien Boeuf
77a7b870c3
Fixing API (thanks Craig for the comments) and associated tests.
9 years ago
Craig Tiller
64f32dc7ef
Fix integration breakage
9 years ago
Craig Tiller
99740785f1
Cleanup unnecessary test
9 years ago
Craig Tiller
402acf6c44
Fix proxy, finalize API
9 years ago
Craig Tiller
d50993d49b
Add linux, mac as test platforms, only run _with_poll tests on linux
9 years ago
Craig Tiller
7b9ed35a2c
Allow fixtures to specify slowdown factors, use it for grpc_trace tests
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
9 years ago
Julien Boeuf
8e9ff22299
Removing obsolete comment.
9 years ago
Craig Tiller
c5ae3eb8d6
Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_port
9 years ago
Craig Tiller
74a096980d
Fix UDS versions of this test
9 years ago
Craig Tiller
e1b0e6ee12
s/inherit/propagate/g
9 years ago
Craig Tiller
99e61645ce
Update wrappers, tests to new create_call()
9 years ago
Craig Tiller
2cd9dd9da6
Remove optional parameter from watch connectivity state
9 years ago
Nicolas "Pixel" Noble
4960516c63
Properly initializing reserved pointer in tests.
9 years ago
Craig Tiller
45ce927c7c
Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failures
9 years ago
Craig Tiller
a7957f50af
Exclude uds from default hostname tests
9 years ago
Nicolas "Pixel" Noble
9a123df2cd
Fixing C/C++ tests.
9 years ago
Craig Tiller
8a67d39ada
Integration compile fix
9 years ago
Craig Tiller
c4b56b67a2
Make passing NULL for host not crash
9 years ago
Craig Tiller
6999c096d8
Canonicalize metadata keys in core
9 years ago
Julien Boeuf
5029b30d1c
Adding option to force client auth on the server SSL creds.
9 years ago
Julien Boeuf
66a27daef6
Putting the auth metadata processor on the server creds.
9 years ago
Craig Tiller
4a4f1496c1
Rename grpc_channel_create to grpc_insecure_channel_create
9 years ago
Craig Tiller
1b22b9db94
Add grpc_call_get_peer
9 years ago
Craig Tiller
698d00c60e
Add ipv4:, ipv6: schemes
9 years ago
Craig Tiller
0dc5e6cf16
User agent string support
9 years ago
Julien Boeuf
a87d6c2af6
Cannot figure out server filter logic for error in auth md processing.
...
- Positive tests pass even if we will have to change the interface to
add the processor to the server credentials (will be done in a
separate pull request).
- ASAN leaks for the error case.
- The client should get a GRPC_STATUS_UNAUTHENTICATED as opposed to
GPRC_STATUS_INTERNAL.
10 years ago
David Garcia Quintas
cadbf22467
Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms
10 years ago
Julien Boeuf
ea456fc2bf
Server auth metadata processor.
...
- Right now it is a global function: would be better to have this per
(secure) port.
- Changed the interface of the auth_context slightly to make it more
friendly.
- Positive tests pass. Still need some work on error case (have a
negative case as well).
- Fixing cpp auth context tests so that they use the shiny new C API.
10 years ago
Craig Tiller
1ada6ad8e5
Added connectivity tests, fixed bugs
10 years ago
David Garcia Quintas
e091af881a
Implementation of the accepted encodings propagation mechanism.
10 years ago
Craig Tiller
58bbc864ba
Updating wrapped languages to new time functions
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
jboeuf
69cb6b41c8
Backport of pull request #2313 into release-0_10.
10 years ago
yang-g
d53bc8925b
Add missing pieces
10 years ago
David Garcia Quintas
e00d2aee4c
Fixed stupid bug from another dimension. Thanks msan.
10 years ago
David Garcia Quintas
81f77dbc5e
Fixed stupid bug from another dimension. Thanks msan.
10 years ago
Craig Tiller
1dd7026cd2
Fixup some tests
10 years ago
Craig Tiller
f1bff01631
clang-format changed files
10 years ago
Craig Tiller
f3756c1e0d
Introduce multiple clocks to GPR
10 years ago
David Garcia Quintas
4e40336509
Fixed leaks
10 years ago