3902 Commits (f5d5ad823d02a64b3aa6606652e869de21ea4c09)

Author SHA1 Message Date
yang-g 080528abb7 Add parsing back to protobuf example 9 years ago
Jan Tattermusch 4e2f7727a9 rename grpc.protoc.compiler to grpc.tools.protoc 9 years ago
Jan Tattermusch 6f0fe0f327 fix python distribtests with docker on overlay 9 years ago
Sree Kuchibhotla 4f5b2916cc fix clang formatting 9 years ago
Mark D. Roth 067cce56d4 Fix asan test failure. 9 years ago
yang-g 4c07008610 Add a test for server returning error with debug info in trailer. 9 years ago
David Garcia Quintas 303d3082a0 Fixed compression interop and re-enable for C++. 9 years ago
Jan Tattermusch a21c7e9207 add support for scenario categories 9 years ago
Craig Tiller ddad978996 API fuzzer compiles with new error handling 9 years ago
Yuchen Zeng 0333a49afa Use stream rpc to ensure all related requests go to a single server. 9 years ago
Sree Kuchibhotla c5549fcd0a Remove redundant error check 9 years ago
Sree Kuchibhotla 5130427b30 Add remaining inteorp tests to stress client 9 years ago
Sree Kuchibhotla ad0f792254 Interop client that is resilient to server restarts 9 years ago
Mark D. Roth f2f707ca55 More clang-format fixes. 9 years ago
Jan Tattermusch 4ead664c33 small addendum for python distribtests 9 years ago
Jan Tattermusch 74b41c0513 fix C# distrib test after getting rid of grpc.native.csharp package 9 years ago
David Garcia Quintas 604490973b allocate grpc_pops on the stack 9 years ago
David Garcia Quintas 1621c4d37c Added support for trailing metadata 9 years ago
Yuchen Zeng c84ed6813e Proto server reflection 9 years ago
Julien Boeuf 8ca294e417 Refactoring the core security code. 9 years ago
Masood Malekghassemi 916c960e59 Fix Python distrib test 9 years ago
Masood Malekghassemi e9407c2e74 Test binary Python distributions 9 years ago
Mark D. Roth 22b338e210 Apply clang-format diffs. 9 years ago
Mark D. Roth 2df502e518 Fix max_message_length test, which was broken by the previous fix to the 9 years ago
Mark D. Roth bc84672537 Use unlimited default for max header size until receiving new settings 9 years ago
David Garcia Quintas aea5f12e65 generate projects & clang-format 9 years ago
Craig Tiller 6889799923 Fix some ubsan issues: I fear no bugs were harmed in the making of this episode 9 years ago
Craig Tiller 823fa1d77a Exclude 1byte tests from msan 9 years ago
David Garcia Quintas f72eb97b36 Introduced grpc_pops (pollset or pollset_set) 9 years ago
Makarand Dharmapurikar 274bcc8f0b Added dummy cronet api implementation so we can build on Jenkins. 9 years ago
Mark D. Roth a4edeb3372 Fix build breakage in bad_client tests. 9 years ago
Mark D. Roth 7cae1f7198 Remove some unneeded code from an earlier iteration of this code. 9 years ago
Craig Tiller e4d2748f2f Fix async_end2end_test flow control 9 years ago
Yuchen Zeng 3b8f3354de Add plugins at the time of static initialization 9 years ago
Mark D. Roth 8a1d8052eb Added bad_client test to check that the server rejects requests with too 9 years ago
Vijay Pai d7b1e704a8 Cover large message sent securely or insecurely over async 9 years ago
Vijay Pai df8b62cea7 Add coverage for secure async end2end testing 9 years ago
Mark D. Roth ebbbce3e6e Changed writing code to honor the peer's header size limit setting. 9 years ago
David Garcia Quintas 4bb11ac72a Turned load reporting into a plugin 9 years ago
Craig Tiller e98b494db7 Fix bug where max_frame_size was ignored 9 years ago
David G. Quintas eadcb89b7a Fixed name of test config for h2_census 9 years ago
Yuchen Zeng c049035bed Add GRPC_ prefix for macros 9 years ago
Yuchen Zeng 018bf1a864 modified has_async_methods and has_sync_methods of TestServerBuilderPlugin 9 years ago
Yuchen Zeng a42ec21341 Server builder plugin 9 years ago
Craig Tiller 1b409a02a2 Ensure minimum size of alt stack (to please vtune) 9 years ago
Craig Tiller 97244d5810 clang-format, make code more self-documenting 9 years ago
Craig Tiller 5c123fd22b Add a shard channel arg to client channel construction 9 years ago
Craig Tiller 904e0a5086 Fix typo 9 years ago
Craig Tiller d0b3ae40f7 Fix double delete 9 years ago
Mark D. Roth 0c6070f68d Mark stream as cancelled if we exceed the metadata size limit. 9 years ago