David Garcia Quintas
2d02456e78
got rid of grpc_compression_options
9 years ago
David Garcia Quintas
1ebf1f1598
Compression test fixes
9 years ago
Sree Kuchibhotla
4dd02fc63c
Misc changes
9 years ago
Craig Tiller
4727b9be84
Cleanup error handling for google_default_credentials
9 years ago
Sree Kuchibhotla
eaa3072744
Make the rpc timeout configurable
9 years ago
David Garcia Quintas
f15d700e5e
Moved down verification upon cancellation
9 years ago
David Garcia Quintas
fa2cc03e23
Tiny int -> bool change for cq verifier
9 years ago
Craig Tiller
2d8427a1cb
Expand corpus
9 years ago
David Garcia Quintas
af1c7e4f06
INTERNAL -> UNIMPLEMENTED for disabled algorithms
9 years ago
Craig Tiller
9be075c911
Fix leak in port deallocation
9 years ago
Craig Tiller
3b842de003
Fix leak in dualstack_socket_test
9 years ago
Craig Tiller
88ef00efbe
Remove broken test
9 years ago
Craig Tiller
cf2cce661d
Bug fixes
9 years ago
Craig Tiller
c1623dc732
Expand corpus
9 years ago
Craig Tiller
71d0f5fd6c
Expand corpus
9 years ago
David Garcia Quintas
9e9f7b62c7
Refactorings and renamings related to compression.
...
Also added levels to the channel args options.
9 years ago
Craig Tiller
37a85c3096
Expand corpus
9 years ago
David Garcia Quintas
bb76c33a0c
Fixes leak in test_cancel_after_client_done & cancel_after_accept
9 years ago
Sree Kuchibhotla
11e304a3b1
Fix the failing test. (Adding fd was caling 'kicked_without_pollers'
...
flag to be set to true on the pollset in case of 'poll' strategy. To fix
this I am calling grpc_pollset_work with a 0 timeout right after adding
the fds)
9 years ago
Craig Tiller
40945c702a
Add missing function for completion queue
9 years ago
David Klempner
948afddffe
Run clang-format against port_posix.c and port_windows.c
9 years ago
Craig Tiller
6f7756e970
Expand corpus
9 years ago
yang-g
ed9ae72e7b
Assert we get a valid creds.
9 years ago
Craig Tiller
e2f7f31552
Expand corpus
9 years ago
Craig Tiller
1f963ba63f
Expand corpus
9 years ago
Craig Tiller
c3b88b079e
Better testing
9 years ago
Craig Tiller
d5b3482f4d
Expand corpus
9 years ago
Craig Tiller
680822fdc6
Expand corpus
9 years ago
Craig Tiller
892c37072e
Expand corpora
9 years ago
Craig Tiller
9d2822a167
Fix fuzzer bugs
9 years ago
Craig Tiller
2f9fc7be95
Fix fuzzer bug, add corpora
9 years ago
Craig Tiller
d8550756ea
Add fuzzing for receving messages after close
9 years ago
Yuchen Zeng
5833c706db
Add incremental decoding and input validation
9 years ago
David Klempner
6fb122dc6e
Add calls to grpc_recycle_unused_port to two of the tests which call
...
grpc_pick_unused_port a lot.
9 years ago
David Klempner
c7614cf277
Fix declarations in port.h to not be ambiguous in C due to K&R.
...
Also actually add the port parameter to grpc_recycle_unused_port.
Also remove the downsizing gpr_realloc in the recycle codepath, which is
unnecessary and can free the pointer.
9 years ago
Craig Tiller
52237e3a96
clang-format
9 years ago
Craig Tiller
63d24f1c7d
Make qps workers connect before even warmup stage begins
9 years ago
David Klempner
2754c91fee
Add an API to return an unused port to the portserver
9 years ago
David Garcia Quintas
13878f494b
Added missing memset to grpc_op in test
9 years ago
Jan Tattermusch
f551edf730
add missing copyrights to .bat files
9 years ago
Mark D. Roth
34ee7e1bc3
Use bool instead of int.
9 years ago
Robbie Shade
006314ae3a
Correct assertion for single FD being orphaned. Consistent comments.
9 years ago
Craig Tiller
e0d6c57e15
Fuzzing fixes
9 years ago
Yuchen Zeng
d982bba41d
Add base64 decoder
9 years ago
David Garcia Quintas
118dc63dbb
made send_initial_md compression level a "maybe"
9 years ago
David Garcia Quintas
5ff7b71a25
memset for api fuzzer
9 years ago
David Garcia Quintas
183ba02ce7
Renamed some defines
9 years ago
Craig Tiller
d039722f06
Fix goaway_server_test
9 years ago
Craig Tiller
bc5fcadcfb
Fix httpscli_test
9 years ago
Craig Tiller
945af65ccd
Fix api_fuzzer leak
9 years ago