78 Commits (c28a6c1b3b4d68da7661997cd56d305b254a7d0b)

Author SHA1 Message Date
David Garcia Quintas 193a5c737f printf portability sucks 9 years ago
David Garcia Quintas 83a6a828b0 Fixed error messages for C++ interop client. 9 years ago
David Garcia Quintas dacce7a1e1 fixed bad merge. c++ tests should work again 9 years ago
Vijay Pai 6ab4788ae9 clang-format changes 9 years ago
David Garcia Quintas 560875239e c++ client & server changes to bring code up to spec 9 years ago
Vijay Pai b31a9a0900 Include <cinttypes> for PRIuPTR. Not clear why this is needed. 9 years ago
Yuchen Zeng beaa35724c Fix type mismatch for type_size 9 years ago
Yuchen Zeng 0ba114408e Fix gpr_log format mismatches in c++ tests 9 years ago
David Garcia Quintas 74686ce7c4 Completed interop spec, as well as code for c++ 9 years ago
David Garcia Quintas 485cf40ab7 Fixed wrong spec and reworked streaming compressed case 9 years ago
David Garcia Quintas 20d802db98 removed unused vble 9 years ago
David Garcia Quintas 126ae106d6 fixed silly typo 9 years ago
David Garcia Quintas d3ce0218d1 disabled bogus checks for streaming compressed 9 years ago
David Garcia Quintas 5756c8fead removed RANDOM and simplified req for compression 9 years ago
Vijay Pai b4cb249107 steaming -> streaming 9 years ago
Sree Kuchibhotla 4f5b2916cc fix clang formatting 9 years ago
David Garcia Quintas 303d3082a0 Fixed compression interop and re-enable for C++. 9 years ago
Sree Kuchibhotla c5549fcd0a Remove redundant error check 9 years ago
Sree Kuchibhotla ad0f792254 Interop client that is resilient to server restarts 9 years ago
Craig Tiller 6169d5f7b0 Update copyrights 9 years ago
Craig Tiller 9533d042d4 Fix includes 9 years ago
Craig Tiller f40df23eeb Auto-changes 9 years ago
yang-g c10348a555 Add custom_metadata test case 9 years ago
murgatroid99 3466c4b55d Updated copyrights 9 years ago
Sree Kuchibhotla 7cecfa6c48 Adjust the log levels in interop tests and stress tests 9 years ago
Craig Tiller 1b4e33029e Consolidate C++ proto files under src/proto 9 years ago
David Garcia Quintas a2b7817481 Removed compression checks from vanilla large unary 9 years ago
Craig Tiller 93b944785c stream_op cleanup: test fixes and updates 9 years ago
Sree Kuchibhotla 41b2143dcb Address code review comment 9 years ago
Sree Kuchibhotla ac7edec71f Add an option to reuse the TestService::Stub in interop client class 9 years ago
Sree Kuchibhotla fbc376f935 Interop stress tests 9 years ago
Sree Kuchibhotla 728a6104d5 Interop stress tests 9 years ago
Julien Boeuf e5adc0eb67 Fixing Cpp tests. 9 years ago
Craig Tiller 71a0f9d3b0 Fix clang-format script 9 years ago
yang-g 78bddc66b7 Add empty_stream test case 9 years ago
yang-g 201ef59847 more changes 9 years ago
yang-g 867d0c132c Fix auth tests 9 years ago
Julien Boeuf 5be92a316d Shuffling headers around. 9 years ago
Julien Boeuf 4eaeb992d3 Addressing comments. 9 years ago
David Garcia Quintas 04ecfa1ad7 Added missing payloads to streaming compressed test 9 years ago
yang-g 9e2f90cd06 headers reorg 9 years ago
yang-g 8c2be9f228 Remove ChannelInterface and replace it with Channel 9 years ago
David Garcia Quintas 81491b6043 Removed function introducing dependency on proto in .h 9 years ago
David Garcia Quintas 2a6427ffdb removed foreach loops for gcc 4.4 9 years ago
Craig Tiller d6c98df792 clang-format all source 9 years ago
David Garcia Quintas 864d18650e proto3 required changes 9 years ago
yang-g f6befe8690 update the interop test protos and code to proto3 9 years ago
David Garcia Quintas 93dfab9c6e Make sure COMPRESSABLE is the default for LargeUnary 9 years ago
David Garcia Quintas ba86dc0cbe Removed spurious line that forced COMPRESSABLE for large unaries 9 years ago
David Garcia Quintas 616b375e35 Merged PerformLargeCompressedUnary into PerformLargeUnary 9 years ago