876 Commits (083466fcf2e92d479bfafcc70883726e96a9ced9)

Author SHA1 Message Date
David Garcia Quintas c9516d4e28 Fixed memory leak in server_async 10 years ago
David Garcia Quintas 30bd4eb5cc Removed grpc_byte_buffer_reader_{create,destroy}. 10 years ago
Craig Tiller c0c484481f Extend the test case 10 years ago
Craig Tiller 59657dbef8 Add a completion queue test 10 years ago
Nicolas "Pixel" Noble 8535263b94 Fixing tools compilation. 10 years ago
Yang Gao 69fe0759be Various minor fixes 10 years ago
Craig Tiller fa275a97b9 Label all iomgr objects 10 years ago
David Garcia Quintas 7978a04d50 Removed non-ISO usage of __FUNCTION__. 10 years ago
David Garcia Quintas a30020f009 Comments addressed. 10 years ago
David Garcia Quintas 5f228f5001 Adapted the following to the new iomgr's cb API: 10 years ago
Julien Boeuf ff69cd19f5 Fixing build issue. 10 years ago
Craig Tiller 9300c4b9c0 Fix the display of total slowdown 10 years ago
Craig Tiller 8f17c6c028 clang-format 10 years ago
Craig Tiller 1a6f755c1f Make it possible to run with poll() instead of epoll() 10 years ago
Julien Boeuf 75c9b6f495 Removing mdctx from the credentials. 10 years ago
Masood Malekghassemi e0281bbbf1 Set verbosity to 2 for Python tests 10 years ago
Craig Tiller e7023612ef Add a test of cmdline usage strings - and make them saner 10 years ago
Yang Gao a9b5de8131 Add a check against potential failure to bring up client binary 10 years ago
Xudong Ma a5861f3414 Correct the test request/response size, to be consistent with the test spec:https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md 10 years ago
Craig Tiller 4ebeb402ae clang-format 10 years ago
Craig Tiller ba3c3cd36c Add testing of bad client behavior 10 years ago
Craig Tiller 356961916d Remove all uses of __FUNCTION__ 10 years ago
David Garcia Quintas 1d780fd3df Fixed typo 10 years ago
Craig Tiller d4db33dcab Add missing copyright notices 10 years ago
Craig Tiller 8ebcec484f clang-format 10 years ago
Craig Tiller aeea2f2203 Fix shutdown crash in async streaming test 10 years ago
Craig Tiller 5c8737d171 clang-format qps code - it was getting out of hand 10 years ago
David Garcia Quintas feb67f67dc Replaced std::this_thread::sleep_for for gpr_sleep_until. 10 years ago
David Garcia Quintas 30ecd2b8d9 Return shared_ptr by value plus minor dependency fix 10 years ago
David Garcia Quintas a6b559a76a Improvements to reporting mechanism based on comments. 10 years ago
David Garcia Quintas 226beffea1 Simplified code based on comments and fixed build.json 10 years ago
David Garcia Quintas 87ca82768d Added missing benchmark_config.* files 10 years ago
David Garcia Quintas 3cc9ec92d9 Removed registry for benchmark reports & introduced benchmark_config.{h,cc} in the spirit of test_config.{h,cc}. 10 years ago
David Garcia Quintas cdbdedbf23 Refactored benchmark reporting mechanism. 10 years ago
Julien Boeuf 83b029726b Addressing comments. 10 years ago
David Garcia Quintas 08116501cb Fix to work around the fact that Histogram isn't copyable. 10 years ago
Craig Tiller 99d5c106f4 Fix leaks in dualstack_socket_test 10 years ago
Craig Tiller a1001522c1 Fix memory leak 10 years ago
Craig Tiller a4cdf8aaad Fix ASAN reported leak 10 years ago
Julien Boeuf ae5b170155 Fixing test. 10 years ago
Julien Boeuf 84d964a8df API for auth context and server-side secure transport only impl. 10 years ago
Julien Boeuf c6f8d0a4c6 Starting on low level changes to support server side authentication. 10 years ago
David Garcia Quintas 6ba29ba3fb Added the client and server configurations to the bench results proto. 10 years ago
Craig Tiller 4541f33569 Fix tests: stage server sends so that we dont inadvertently abbreviate streams 10 years ago
Craig Tiller c259988357 Fix comparison to not crash 10 years ago
Craig Tiller 3891bf11ff Fix test 10 years ago
Craig Tiller 7a29098b71 Send RST_STREAM when closing from the server without getting a client half-close first 10 years ago
Craig Tiller fd7166d264 Add response streams to server crash test, fix them 10 years ago
Craig Tiller 7a317e5c77 Add crashing client test 10 years ago
Craig Tiller 882431fff5 Compile fix 10 years ago