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
Craig Tiller
93305a5dbe
Memory leak fix
10 years ago
David Garcia Quintas
d7d9ce27c5
WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD
10 years ago
Craig Tiller
cf34343646
Wait for expectations to be fulfilled
10 years ago
Craig Tiller
079a11bb9b
clang-format affected files
10 years ago
Craig Tiller
d9a5088604
SSL channel args work with client config again
10 years ago
Craig Tiller
9846503567
Debugging
10 years ago
Craig Tiller
acf0f07dfc
Unix resolver, bug fixes
10 years ago
Craig Tiller
eb3b12e417
Further client config work
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
David Garcia Quintas
fc0fa3381c
Moar tests, fixed wrongly named vbles, minor bugs.
10 years ago
Craig Tiller
e039f03383
Plumbing transport_op changes through
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
David Garcia Quintas
dd2ebee848
Added compression text fixture.
10 years ago
David Garcia Quintas
92ce588559
Fixed bad merge.
10 years ago
David Garcia Quintas
d16af0ea52
Redesign of compression algorithm propagation based on metadata
10 years ago
David Garcia Quintas
5927aec9b7
Added generated configs
10 years ago
David Garcia Quintas
f74a49ed14
WIP. Need to merge and add more tests.
10 years ago
Craig Tiller
d53d21428c
Make tcp trace more readable
10 years ago
Craig Tiller
9a57633233
clang-format affected files
10 years ago
Craig Tiller
dc8567dab3
Fix flag settings on this test
10 years ago
Craig Tiller
9194426110
Migrate new test to new api
10 years ago
Craig Tiller
b327c56bfb
Compile fix
10 years ago
Jan Tattermusch
4b3f9522ec
make buildtests on windows pass
10 years ago
David Garcia Quintas
c367a09759
Added missing changes to fix bad_hostname C test
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