1. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  2. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  3. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  4. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago[Renamed from test/core/end2end/tests/cancel_after_client_done.c]
  5. d4ac3a1 Clarify log messages when starting test cases. by Mark D. Roth · 7 years ago
  6. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  7. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  8. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  9. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  10. ed2a547 Calculate RPC deadline right before call creation by Chris Evans · 7 years ago
  11. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  12. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 7 years ago
  13. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  14. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 8 years ago
  15. 8daca99 Merge pull request #9466 from rjshade/add_test_log by Yang Gao · 8 years ago
  16. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  17. 55a046a Add a 'Running test: ' string to test output by Robbie Shade · 8 years ago
  18. 435f9f2 Fix tests. by Mark D. Roth · 8 years ago
  19. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  20. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  21. c9b0b28 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  22. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  23. 4be8afc Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  24. 5ebd327 Clean with clang-format by Muxi Yan · 8 years ago
  25. 4394408 Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  26. 56456c3 Use get_host_override_string function inline by Muxi Yan · 8 years ago
  27. df1da9f Convert validate_host_override_string into a function and rename into get_host_override_string by Muxi Yan · 8 years ago
  28. e127a39 Change tests to use channel args instead of fake_resolver query args. by Mark D. Roth · 8 years ago
  29. 28b7242 clang-format by Craig Tiller · 8 years ago
  30. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  31. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  32. 6d68645 Update unit tests and fixtures with AUTHORITY_HEADER support option by Muxi Yan · 8 years ago
  33. 581367a Merge pull request #7858 from markdroth/cq_verifier_file_line by Craig Tiller · 8 years ago
  34. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  35. 1bbfe0f clang-format remove blank lines by Robbie Shade · 8 years ago
  36. 40edfc1 Delete unused TIMEOUT enum in end2end tests by Robbie Shade · 8 years ago
  37. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  38. 9e9edbc Introduce machinery to allow tests to register plugins by Craig Tiller · 8 years ago
  39. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  40. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  41. f40df23 Auto-changes by Craig Tiller · 8 years ago
  42. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  43. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  44. 27e5aa4 Test fixes by Craig Tiller · 9 years ago
  45. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  46. be94769 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  47. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago[Renamed from test/core/end2end/tests/cancel_after_accept_and_writes_closed.c]
  48. d6c98df clang-format all source by Craig Tiller · 9 years ago
  49. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  50. 402acf6 Fix proxy, finalize API by Craig Tiller · 9 years ago
  51. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  52. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  53. 4960516 Properly initializing reserved pointer in tests. by Nicolas "Pixel" Noble · 9 years ago
  54. 9a123df Fixing C/C++ tests. by Nicolas "Pixel" Noble · 9 years ago
  55. 9a57633 clang-format affected files by Craig Tiller · 9 years ago
  56. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  57. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  58. 1d5aca5 Added flags support to grpc_op. by David Garcia Quintas · 9 years ago
  59. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  60. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  61. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  62. ba2e755 Merge branch 'you-complete-me' into we-dont-need-no-cv by Craig Tiller · 9 years ago
  63. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  64. ee945e8 Work towards removing grpc_server_shutdown by Craig Tiller · 9 years ago
  65. 8b5276c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  66. 3569619 Remove all uses of __FUNCTION__ by Craig Tiller · 9 years ago
  67. a0a6b12 Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  68. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  69. bc0ec33 Tests compile again by Craig Tiller · 9 years ago
  70. 9ec7f5a Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  71. e6aabbb Test edits by Craig Tiller · 9 years ago
  72. 5532ae2 Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  73. 5b9e743 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  74. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  75. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  76. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  77. 8b1d989 Convert some tests to new API by Craig Tiller · 9 years ago
  78. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 9 years ago
  79. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  80. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  81. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  82. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 9 years ago
  83. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 9 years ago
  84. 213ed91 Re-enabling errors on warning, disabling unused parameter warning, and fixing all subsequent errors. by Nicolas "Pixel" Noble · 10 years ago
  85. 5188535 Merge branch 'new_invoke_api' of github.com:google/grpc into update-api by Craig Tiller · 10 years ago
  86. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  87. c8c8bfa Merge branch 'new_invoke_api' of github.com:google/grpc into update by Craig Tiller · 10 years ago
  88. 32946d3 () --> (void) by Craig Tiller · 10 years ago
  89. a2075b9 Remove calls to grpc_call_accept from C core tests. by Craig Tiller · 10 years ago
  90. 80fa15c Moving prototype from Google to GitHub by Craig Tiller · 10 years ago
  91. 2845cad Trailing metadata support. by ctiller · 10 years ago
  92. b7ebd3b Initial import. by Nicolas Noble · 10 years ago