Commit Graph

1858 Commits

Author SHA1 Message Date
ncteisen abbdbf9374 Attempt to fix TSAN 2017-11-17 19:02:04 -08:00
Craig Tiller be98d24841 clang-format after nullptr changes 2017-11-10 15:26:57 -08:00
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 2017-11-10 14:14:17 -08:00
Yash Tibrewal c284139d2f Remove include from end2end data files and add extern C to each definition instead 2017-11-07 17:58:00 -08:00
Yash Tibrewal 67c0effd32 MacOS uses end2end tests. therefore extern C needed 2017-11-07 15:21:33 -08:00
Yash Tibrewal 1b4ab01f79 No Clang on end2end generated files 2017-11-06 17:06:08 -08:00
Yash Tibrewal 40422d5fa6 Merge master 2017-11-06 14:43:31 -08:00
Craig Tiller a64b2b13c1 Merge github.com:grpc/grpc into 50 2017-11-03 15:23:13 -07:00
Craig Tiller baa14a975e Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
Yash Tibrewal b930632795 objC needs C linkage 2017-11-01 11:46:08 -07:00
Yash Tibrewal 11a518995e LLVMfuzzer extern C 2017-10-31 15:15:41 -07:00
Yash Tibrewal 2aa79cbfd3 changes for bazel and test certificates 2017-10-31 13:46:21 -07:00
Yash Tibrewal 77532036b6 BUILD changes. test languauge to C++ 2017-10-31 11:11:18 -07:00
Yash Tibrewal 8e1a163a97 windows linker errors 2017-10-31 10:53:08 -07:00
Yash Tibrewal 4d71636fcc some BUILD changes and designated initializers 2017-10-30 18:29:27 -07:00
Yash Tibrewal f8a6c8297c Changes to build other platforms 2017-10-30 16:19:43 -07:00
Mark D. Roth 76d0ec4a73 Fix a bunch of dumb service config parsing bugs. 2017-10-26 11:08:14 -07:00
Yash Tibrewal 39aed1ae8b Remove unnecessary extern Cs 2017-10-25 17:04:35 -07:00
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 2017-10-25 16:23:01 -07:00
Craig Tiller 9f9f0f82f3 Review feedback 2017-10-13 13:39:07 -07:00
Craig Tiller f03a8f8e40 Merge branch 'chttp2_timer' into timer 2017-10-12 16:43:02 -07:00
Craig Tiller 1c3dd002b9 Be consistent with Java 2017-10-12 16:08:56 -07:00
Vijay Pai 4f0cd0e82c Add flow control to inproc transport so send needs a matching recv; fix
some tests that assumed some sends could always go out
2017-10-11 21:59:33 -07:00
Craig Tiller 85516af26a Fix tests 2017-10-11 18:16:21 -07:00
Vijay Pai fed13916b0 Move h2_ssl_cert_test out of end2end fixtures, use gtest 2017-10-11 00:52:43 -07:00
Craig Tiller f5d4d8c616 Merge github.com:grpc/grpc into flowctl+millis 2017-10-02 11:51:44 -07:00
Craig Tiller 1e868f0f95 Merge github.com:grpc/grpc into flowctl+millis 2017-09-29 11:18:26 -07:00
Yash Tibrewal bdf998a184 Fix compression tests for when they expect the client to receive the completion tag 2017-09-28 10:34:05 -07:00
Muxi Yan 76c9e08063 Merge pull request #12686 from muxi/fix-cancel-after-invoke
Fix memory leak in proxy.c
2017-09-25 07:23:08 -07:00
Muxi Yan 31c66c576a Merge pull request #12399 from muxi/fix-stream-compression-transport-duplicate
Fix stream compression transport duplicate
2017-09-22 14:41:41 -07:00
Craig Tiller 3c52038868 Fix memory leak 2017-09-22 09:31:03 -07:00
Craig Tiller 604a7ca07b Reduce stack size of simple_request e2e test 2017-09-22 09:28:32 -07:00
Muxi Yan 9fa1659951 Fix a memory leak point 2017-09-21 15:43:32 -07:00
Craig Tiller 965d4159cb Merge branch 'grpc_millis' into flowctl+millis 2017-09-21 13:34:08 -07:00
Muxi Yan 4b527a7d8c Fix test flake of stream_compression_compressed_payload #12307 2017-09-20 14:23:23 -07:00
Craig Tiller dd96654721 Merge github.com:grpc/grpc into grpc_millis 2017-09-19 12:31:18 -07:00
Craig Tiller 1f710e5831 Fix test 2017-09-19 18:52:34 +00:00
Craig Tiller 6ef8db92bc Fix test 2017-09-19 18:39:59 +00:00
Craig Tiller 543ad5c592 Merge branch 'flowctlN+pure' of github.com:ctiller/grpc into flowctlN 2017-09-19 10:13:46 -07:00
Yuchen Zeng 0aedb8136f Merge pull request #11587 from y-zeng/pure_ping
Fix the client-side ping policy
2017-09-19 10:11:50 -07:00
Craig Tiller 8e715994de Merge branch 'pure_ping' of github.com:y-zeng/grpc into flowctlN+pure 2017-09-19 08:58:22 -07:00
Craig Tiller 1a4310a039 Merge github.com:grpc/grpc into flowctlN 2017-09-18 19:38:05 -07:00
Craig Tiller 50448beab3 Merge github.com:grpc/grpc into grpc_millis 2017-09-18 13:56:51 -07:00
Yuchen Zeng ad32075af8 Set last_ping_sent_time to inf_past after receiving data 2017-09-18 13:34:16 -07:00
Yuchen Zeng 27411495f6 Fix keepalive_timeout 2017-09-18 13:32:10 -07:00
Yuchen Zeng 6a8c0ac2aa Fix ping policy 2017-09-18 13:32:10 -07:00
Craig Tiller 468d1e5b56 Fix keepalive test 2017-09-18 09:25:42 -07:00
Yash Tibrewal 9eb8672bbe Removing deprecated string to char * conversions 2017-09-17 23:55:58 -07:00
Yash Tibrewal bc130daf5f Adding more pointer conversions and type renaming 2017-09-13 13:08:37 -07:00
Craig Tiller 8e90f6955a Fix API fuzzer 2017-09-12 13:04:02 -07:00