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/graceful_server_shutdown.c]
  5. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  6. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  7. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  8. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  9. ed2a547 Calculate RPC deadline right before call creation by Chris Evans · 7 years ago
  10. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  11. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 7 years ago
  12. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  13. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 8 years ago
  14. 8daca99 Merge pull request #9466 from rjshade/add_test_log by Yang Gao · 8 years ago
  15. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  16. 55a046a Add a 'Running test: ' string to test output by Robbie Shade · 8 years ago
  17. 435f9f2 Fix tests. by Mark D. Roth · 8 years ago
  18. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  19. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  20. c9b0b28 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  21. 4be8afc Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  22. 5ebd327 Clean with clang-format by Muxi Yan · 8 years ago
  23. 4394408 Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  24. ea3b568 Put validation of host name in a function by Muxi Yan · 8 years ago
  25. 56456c3 Use get_host_override_string function inline by Muxi Yan · 8 years ago
  26. df1da9f Convert validate_host_override_string into a function and rename into get_host_override_string by Muxi Yan · 8 years ago
  27. e127a39 Change tests to use channel args instead of fake_resolver query args. by Mark D. Roth · 8 years ago
  28. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  29. 6d68645 Update unit tests and fixtures with AUTHORITY_HEADER support option by Muxi Yan · 8 years ago
  30. 581367a Merge pull request #7858 from markdroth/cq_verifier_file_line by Craig Tiller · 8 years ago
  31. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  32. 1bbfe0f clang-format remove blank lines by Robbie Shade · 8 years ago
  33. 40edfc1 Delete unused TIMEOUT enum in end2end tests by Robbie Shade · 8 years ago
  34. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  35. 9e9edbc Introduce machinery to allow tests to register plugins by Craig Tiller · 8 years ago
  36. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  37. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  38. 27e5aa4 Test fixes by Craig Tiller · 9 years ago
  39. 4ed7a75 Increase deadline ==> decrease flakes by Craig Tiller · 9 years ago
  40. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  41. d6c98df clang-format all source by Craig Tiller · 9 years ago
  42. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  43. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  44. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  45. 4960516 Properly initializing reserved pointer in tests. by Nicolas "Pixel" Noble · 9 years ago
  46. 9a123df Fixing C/C++ tests. by Nicolas "Pixel" Noble · 9 years ago
  47. 9a57633 clang-format affected files by Craig Tiller · 9 years ago
  48. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  49. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  50. 1d5aca5 Added flags support to grpc_op. by David Garcia Quintas · 9 years ago
  51. aea081f Flush pending incoming messages when writing status by Craig Tiller · 9 years ago
  52. ba2e755 Merge branch 'you-complete-me' into we-dont-need-no-cv by Craig Tiller · 9 years ago
  53. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  54. ee945e8 Work towards removing grpc_server_shutdown by Craig Tiller · 9 years ago
  55. 8b5276c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  56. 3569619 Remove all uses of __FUNCTION__ by Craig Tiller · 9 years ago
  57. a0a6b12 Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  58. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  59. bc0ec33 Tests compile again by Craig Tiller · 9 years ago
  60. 9ec7f5a Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  61. 5532ae2 Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  62. 5b9e743 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  63. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  64. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  65. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  66. f107120 Fixing some tests I broke during conversion by Craig Tiller · 9 years ago
  67. 8b1d989 Convert some tests to new API by Craig Tiller · 9 years ago
  68. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 9 years ago
  69. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  70. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  71. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  72. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 9 years ago
  73. c4f0ebe Prepare for the new batch call API. by Craig Tiller · 9 years ago
  74. 29fa1c2 Compile fix by Craig Tiller · 10 years ago
  75. 33a0b83 clang compile fixes by Craig Tiller · 10 years ago
  76. 4ffdcd5 Add an optional server shutdown event. by Craig Tiller · 10 years ago