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
e46f00a1d3
Fix leaked string in bad_client.c
10 years ago
Craig Tiller
991edad25c
SSL refcounting fixes
...
Handle the case where we recreate an auth context.
Add (opt-in) debugging for refcounts on auth contexts.
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
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
49924e0e62
Better handling of cancellation, uri parse errors, and disconnection
10 years ago
Craig Tiller
d9a5088604
SSL channel args work with client config again
10 years ago
Craig Tiller
9846503567
Debugging
10 years ago
Julien Boeuf
c141772c61
Fixing this one as well.
10 years ago
Julien Boeuf
da13cd201b
Adding gpr_dump and gpr_hexdump as discussed. Removed gpr_slice_to_cstring as well.
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
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
Masood Malekghassemi
1aa041ab1a
BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN
10 years ago
Craig Tiller
e039f03383
Plumbing transport_op changes through
10 years ago
Julien Boeuf
3e55b9fe62
Base64 decode improvements.
...
- Allow ablity to specify the length for decoding.
- Allow for non-padded encodings to be decoded properly.
10 years ago
Craig Tiller
b7959a0b36
s/grpc_transport_op/grpc_transport_stream_op/g
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
Julien Boeuf
abc09d8b12
Adding util to get a NULL terminated string from a slice.
10 years ago
David Garcia Quintas
dd2ebee848
Added compression text fixture.
10 years ago
David Garcia Quintas
92ce588559
Fixed bad merge.
10 years ago
Nicolas "Pixel" Noble
4cc8c8abf4
Adding a check to find NPN-capable OpenSSL.
10 years ago
David Garcia Quintas
d16af0ea52
Redesign of compression algorithm propagation based on metadata
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
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
Julien Boeuf
a701ade70a
Fixing ssl auth context.
10 years ago
David Garcia Quintas
3df5c44c84
Introduced function to create byte buffers from the output of a byte buffer reader.
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
d1eb527f78
fix indentation
10 years ago
Jan Tattermusch
bc745a5f4e
fix json_rewrite_test CRLF handling
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
Craig Tiller
aea081ffb5
Flush pending incoming messages when writing status
...
As a bonus, correctly report was_cancelled when the server writes error
10 years ago
David Garcia Quintas
59f905d79a
Changes to byte_buffer based on comments.
10 years ago
David Garcia Quintas
25d02d5637
Made grpc_byte_buffer_reader able to decompress msgs.
10 years ago
Craig Tiller
83b2f2590d
clang-format
10 years ago
Craig Tiller
3c26d09a7f
Add a test of bad settings frame (and fix a bug!)
10 years ago
Craig Tiller
b5075e3754
Add working tests for httpcli
10 years ago
Craig Tiller
af7abf92cb
Enable runtime configuration of tracers
10 years ago