1. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  2. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  3. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  4. 177039b Merge master by Yash Tibrewal · 7 years ago
  5. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  6. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  7. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  8. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  9. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  10. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  11. 34a57d0 rename all test core files to cc and a lot of C++ style conversions by Yash Tibrewal · 7 years ago[Renamed (92%) from test/core/end2end/tests/max_message_length.c]
  12. 0ee7574 Removing instances of exec_ctx being passed around in functions in by Yash Tibrewal · 7 years ago
  13. 2768866 Fix max_message_length by Yuchen Zeng · 7 years ago
  14. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  15. 2c6f637 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  16. 33f4c6d Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  17. 17a93b3 Fix test. by Mark D. Roth · 7 years ago
  18. a6ff103 Merge branch 'master' into cq_create_api_changes by Sree Kuchibhotla · 7 years ago
  19. 5de4656 Merge github.com:grpc/grpc into cpparena by Craig Tiller · 7 years ago
  20. ed2a547 Calculate RPC deadline right before call creation by Chris Evans · 7 years ago
  21. dd36b15 Call ref/unref, bugfixes by Craig Tiller · 7 years ago
  22. 321881d Change Core to use the new completion_queue_create API by Sree Kuchibhotla · 7 years ago
  23. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  24. 46357c8 Merge pull request #9444 from ctiller/rollfwd by Craig Tiller · 8 years ago
  25. 8daca99 Merge pull request #9466 from rjshade/add_test_log by Yang Gao · 8 years ago
  26. 40b4c78 Accept max message size JSON values as either strings or numbers. by Mark D. Roth · 8 years ago
  27. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  28. 55a046a Add a 'Running test: ' string to test output by Robbie Shade · 8 years ago
  29. 435f9f2 Fix tests. by Mark D. Roth · 8 years ago
  30. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  31. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  32. ac5f518 Merge branch 'slice_with_exec_ctx' into eliminate_mdstr by Craig Tiller · 8 years ago
  33. b28c7e8 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  34. c9b0b28 Progress towards mdstr elimination by Craig Tiller · 8 years ago
  35. 84c8a02 Change JSON format to use the standard proto3 mapping for each type. by Mark D. Roth · 8 years ago
  36. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  37. fc75321 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  38. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  39. 4be8afc Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  40. 9ec28af Change value of channel arg to string form, and reparse in each place we use it. by Mark D. Roth · 8 years ago
  41. ea846a0 Rename method_config.[ch] to service_config.[ch]. by Mark D. Roth · 8 years ago
  42. 47f1084 clang-format by Mark D. Roth · 8 years ago
  43. 896d925 Add grpc_json_tree to handle refcounting for channel arg. by Mark D. Roth · 8 years ago
  44. 6e3e39f Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver by Mark D. Roth · 8 years ago
  45. 5ebd327 Clean with clang-format by Muxi Yan · 8 years ago
  46. 4394408 Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  47. ea3b568 Put validation of host name in a function by Muxi Yan · 8 years ago
  48. 56456c3 Use get_host_override_string function inline by Muxi Yan · 8 years ago
  49. df1da9f Convert validate_host_override_string into a function and rename into get_host_override_string by Muxi Yan · 8 years ago
  50. e127a39 Change tests to use channel args instead of fake_resolver query args. by Mark D. Roth · 8 years ago
  51. 28b7242 clang-format by Craig Tiller · 8 years ago
  52. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  53. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  54. e2f6968 Fixes for bad asserts by Craig Tiller · 8 years ago
  55. e76d36d Merge master with new tests and fixtures by Muxi Yan · 8 years ago
  56. fd2ddd2 clang-format by Mark D. Roth · 8 years ago
  57. da091f7 Test setting max message size limits via service config. by Mark D. Roth · 8 years ago
  58. 928a594 Merge branch 'max_message_size_fix' into service_config by Mark D. Roth · 8 years ago
  59. 274c8ed Fix handling of max receive message size on client side. by Mark D. Roth · 8 years ago
  60. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  61. 6d68645 Update unit tests and fixtures with AUTHORITY_HEADER support option by Muxi Yan · 8 years ago
  62. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  63. 9717e5f Fix test broken by merge. by Mark D. Roth · 8 years ago
  64. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  65. 581367a Merge pull request #7858 from markdroth/cq_verifier_file_line by Craig Tiller · 8 years ago
  66. ed4605b Change error messages to include actual values and limits. by Mark D. Roth · 8 years ago
  67. 089dbc0 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  68. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  69. af00d8b Add channel arg for max send message size and add message size filter. by Mark D. Roth · 8 years ago
  70. 1bbfe0f clang-format remove blank lines by Robbie Shade · 8 years ago
  71. 40edfc1 Delete unused TIMEOUT enum in end2end tests by Robbie Shade · 8 years ago
  72. 48a5ddd Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  73. a301eaa Allow servers to select compression level via initial MD. by David Garcia Quintas · 8 years ago
  74. 2df502e Fix max_message_length test, which was broken by the previous fix to the by Mark D. Roth · 8 years ago
  75. 9e9edbc Introduce machinery to allow tests to register plugins by Craig Tiller · 8 years ago
  76. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  77. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  78. f40df23 Auto-changes by Craig Tiller · 8 years ago
  79. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  80. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  81. 27e5aa4 Test fixes by Craig Tiller · 9 years ago
  82. 93b9447 stream_op cleanup: test fixes and updates by Craig Tiller · 9 years ago
  83. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  84. 3121fd4 Sign conversion fixes by Craig Tiller · 9 years ago
  85. d6c98df clang-format all source by Craig Tiller · 9 years ago
  86. 9d72b14 Merge branch 'master' of github.com:grpc/grpc into the-ultimate-showdown by Nicolas "Pixel" Noble · 9 years ago
  87. e1b0e6e s/inherit/propagate/g by Craig Tiller · 9 years ago
  88. 99e6164 Update wrappers, tests to new create_call() by Craig Tiller · 9 years ago
  89. 4960516 Properly initializing reserved pointer in tests. by Nicolas "Pixel" Noble · 9 years ago
  90. 9a123df Fixing C/C++ tests. by Nicolas "Pixel" Noble · 9 years ago
  91. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  92. 9a57633 clang-format affected files by Craig Tiller · 9 years ago
  93. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  94. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  95. 1d5aca5 Added flags support to grpc_op. by David Garcia Quintas · 9 years ago
  96. 4671122 Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  97. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  98. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  99. ba2e755 Merge branch 'you-complete-me' into we-dont-need-no-cv by Craig Tiller · 9 years ago
  100. bce999f Refine shutdown API by Craig Tiller · 9 years ago