1. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  2. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  3. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago[Renamed (97%) from test/core/end2end/tests/large_metadata.c]
  4. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  5. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  6. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  7. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  8. ed2a547 Calculate RPC deadline right before call creation by Chris Evans · 7 years ago
  9. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  10. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 7 years ago
  11. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  12. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 8 years ago
  13. 8daca99 Merge pull request #9466 from rjshade/add_test_log by Yang Gao · 8 years ago
  14. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  15. 55a046a Add a 'Running test: ' string to test output by Robbie Shade · 8 years ago
  16. 435f9f2 Fix tests. by Mark D. Roth · 8 years ago
  17. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  18. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  19. c9b0b28 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  20. b720b60 Merge github.com:grpc/grpc into grpc_slice 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. 28b7242 clang-format by Craig Tiller · 8 years ago
  29. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  30. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  31. 6d68645 Update unit tests and fixtures with AUTHORITY_HEADER support option by Muxi Yan · 8 years ago
  32. 581367a Merge pull request #7858 from markdroth/cq_verifier_file_line by Craig Tiller · 8 years ago
  33. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  34. 1bbfe0f clang-format remove blank lines by Robbie Shade · 8 years ago
  35. 40edfc1 Delete unused TIMEOUT enum in end2end tests by Robbie Shade · 8 years ago
  36. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  37. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  38. f2f707c More clang-format fixes. by Mark D. Roth · 8 years ago
  39. 22b338e Apply clang-format diffs. by Mark D. Roth · 8 years ago
  40. bc84672 Use unlimited default for max header size until receiving new settings by Mark D. Roth · 8 years ago
  41. ebbbce3 Changed writing code to honor the peer's header size limit setting. by Mark D. Roth · 8 years ago
  42. 0c6070f Mark stream as cancelled if we exceed the metadata size limit. by Mark D. Roth · 8 years ago
  43. ac2e88f Initial attempt at adding support for max metadata size. Currently, the by Mark D. Roth · 8 years ago
  44. 9e9edbc Introduce machinery to allow tests to register plugins by Craig Tiller · 8 years ago
  45. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  46. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  47. f40df23 Auto-changes by Craig Tiller · 8 years ago
  48. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  49. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  50. 27e5aa4 Test fixes by Craig Tiller · 9 years ago
  51. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  52. be94769 Merge github.com:grpc/grpc into immolating-conversion by Craig Tiller · 9 years ago
  53. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago[Renamed from test/core/end2end/tests/request_with_large_metadata.c]
  54. d6c98df clang-format all source by Craig Tiller · 9 years ago
  55. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  56. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  57. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  58. 4960516 Properly initializing reserved pointer in tests. by Nicolas "Pixel" Noble · 9 years ago
  59. 9a123df Fixing C/C++ tests. by Nicolas "Pixel" Noble · 9 years ago
  60. 9a57633 clang-format affected files by Craig Tiller · 9 years ago
  61. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  62. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  63. 1d5aca5 Added flags support to grpc_op. by David Garcia Quintas · 9 years ago
  64. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  65. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  66. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  67. ba2e755 Merge branch 'you-complete-me' into we-dont-need-no-cv by Craig Tiller · 9 years ago
  68. bce999f Refine shutdown API by Craig Tiller · 9 years ago
  69. dad88a7 Fix C core tests by Craig Tiller · 9 years ago
  70. ee945e8 Work towards removing grpc_server_shutdown by Craig Tiller · 9 years ago
  71. 595cc5b Fixing things by Craig Tiller · 9 years ago
  72. 8b5276c Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  73. 3569619 Remove all uses of __FUNCTION__ by Craig Tiller · 9 years ago
  74. 4541f33 Fix tests: stage server sends so that we dont inadvertently abbreviate streams by Craig Tiller · 9 years ago
  75. a0a6b12 Merge branch 'bye-bye-completion-queue-pie' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  76. 54478f8 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  77. bc0ec33 Tests compile again by Craig Tiller · 9 years ago
  78. 9ec7f5a Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  79. 5532ae2 Merge branch 'churn-churn-churn-the-api-gently-down-the-stream' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  80. 5b9e743 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  81. 18938cd Merge branch 'master' of github.com:grpc/grpc into generate-test-projects by Nicolas "Pixel" Noble · 9 years ago
  82. 2e36393 Making the gRPC C tests building under Windows. by Nicolas Noble · 9 years ago
  83. f662aa4 Merge github.com:grpc/grpc into bye-bye-completion-queue-pie by Craig Tiller · 9 years ago
  84. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  85. d1abc81 Throw away queued messages on error by Craig Tiller · 9 years ago
  86. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  87. 64be9f7 C Core API cleanup. by Craig Tiller · 9 years ago
  88. 8ad8a41 Introduce slowdown factor for unit test deadlines by Craig Tiller · 9 years ago
  89. 597a4f2 Verifying the peer name on the X509 Certs correctly. by Julien Boeuf · 9 years ago
  90. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  91. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  92. 94f8758 Fix up C tests by Craig Tiller · 9 years ago
  93. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  94. 8e8fd89 Allow two completion queues on request call by Craig Tiller · 9 years ago
  95. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 9 years ago
  96. e801eb3 Fix some tests by Craig Tiller · 9 years ago
  97. cff2d15 Convert more tests (and re-enable some disabled ones) by Craig Tiller · 9 years ago
  98. a7cac78 Prepare for the new batch call API. by Craig Tiller · 9 years ago
  99. c8c8bfa Merge branch 'new_invoke_api' of github.com:google/grpc into update by Craig Tiller · 10 years ago
  100. 32946d3 () --> (void) by Craig Tiller · 10 years ago