1. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  2. e067b6e Resolve sanity failures by Craig Tiller · 7 years ago
  3. 47de64c zalloc grpc_pollset by Yuchen Zeng · 7 years ago
  4. 9e5ac1b Fix broken shutdown, and cascading exec_ctx usage bugs by Craig Tiller · 7 years ago
  5. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  6. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 8 years ago
  7. afceb2e Merge github.com:grpc/grpc into rollfwd by Craig Tiller · 8 years ago
  8. 435f9f2 Fix tests. by Mark D. Roth · 8 years ago
  9. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  10. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  11. 76dca19 clang-format by Craig Tiller · 8 years ago
  12. bedb189 Fixes, remove grpc_error_free_string by Craig Tiller · 8 years ago
  13. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  14. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  15. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  16. 1b0d2f0 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  17. b995e8b Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  18. 96ba68d Fix more allocation bugs. by Mark D. Roth · 8 years ago
  19. f658bf0 Start resolving memory issues in C++ metadata by Craig Tiller · 8 years ago
  20. 75731e6 Fix some leaks/use-after-frees by Craig Tiller · 8 years ago
  21. 36b3135 Merge branch 'slice_interning' into metadata_filter by Craig Tiller · 8 years ago
  22. e238b04 Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  23. 3535869 Increase deadline for 1byte fixture by David Garcia Quintas · 8 years ago
  24. c10608f Correctness, memory leak fixes by Craig Tiller · 8 years ago
  25. 5059ddf Fix memory leak, uninitialized memory by Craig Tiller · 8 years ago
  26. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  27. 68208fe Progress towards mdstr elimination by Craig Tiller · 8 years ago
  28. 10cd356 Finish moving to new APIs by Craig Tiller · 8 years ago
  29. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  30. b720b60 Merge github.com:grpc/grpc into grpc_slice by Craig Tiller · 8 years ago
  31. 4be8afc Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  32. 2b8de5c Don't run cancel_after_accept test for fd and socketpair fixtures. by Mark D. Roth · 8 years ago
  33. c20a52f Fix build problem. by Mark D. Roth · 8 years ago
  34. d811b30 clang-format by Mark D. Roth · 8 years ago
  35. 6e3e39f Merge branch 'lb_policy_name_channel_arg' into remove_fake_resolver by Mark D. Roth · 8 years ago
  36. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  37. 4394408 Merge remote-tracking branch 'upstream/master' into core-end2end-tests-cronet-update by Muxi Yan · 8 years ago
  38. e127a39 Change tests to use channel args instead of fake_resolver query args. by Mark D. Roth · 8 years ago
  39. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  40. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  41. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  42. b37d53e Bulk update #includes by Craig Tiller · 8 years ago
  43. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  44. fe8c501 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  45. b516cad Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  46. 10edf68 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  47. eb35a1d Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  48. 9ea0f2c Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  49. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  50. ed2be64 Clean format with clang-format by Muxi Yan · 8 years ago
  51. 90a283a Add FEATURE_MASK_SUPPORTS_AUTHORITY_HEADER in h2_http_proxy.c by Muxi Yan · 8 years ago
  52. e76d36d Merge master with new tests and fixtures by Muxi Yan · 8 years ago
  53. aa9c578 Clean up code after merge with master by murgatroid99 · 8 years ago
  54. fd2ddd2 clang-format by Mark D. Roth · 8 years ago
  55. 1519574 Merge remote-tracking branch 'upstream/master' into rename_client_config by Mark D. Roth · 8 years ago
  56. d8f4a12 Fix build problem in test. by Mark D. Roth · 8 years ago
  57. ec39334 Add h2_fake_resolver end2end test fixture. by Mark D. Roth · 8 years ago
  58. eebb129 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  59. c36f6ea Compile and link core tests with libuv by murgatroid99 · 8 years ago
  60. e2180f0 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  61. ef49a5d Merge pull request #7833 from sreecha/fix_channel_from_fd_api by Nicolas Noble · 8 years ago
  62. 08d297e Make all tests build again by Craig Tiller · 8 years ago
  63. dedb923 Clang format by murgatroid99 · 8 years ago
  64. 77c6cce Updated changes for Windows, removed unistd.h from test files by Michael Lumish · 8 years ago
  65. 30ff60e Tests compile by Craig Tiller · 8 years ago
  66. 08b0fab Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  67. 7871f73 Remove sockaddr type structs and socklen_t from internal core APIs, update POSIX tests by murgatroid99 · 8 years ago
  68. 6d68645 Update unit tests and fixtures with AUTHORITY_HEADER support option by Muxi Yan · 8 years ago
  69. bcc60f7 Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  70. 2137cd8 Rename client_config directory to client_channel. by Mark D. Roth · 8 years ago
  71. d098910 Merge branch 'master' into fix_channel_from_fd_api by Sree Kuchibhotla · 8 years ago
  72. cd5f7ed Fix bug from previous commit. by Mark D. Roth · 8 years ago
  73. 164f0e9 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  74. 0209f67 Fix HTTP proxy code to avoid having multiple outstanding writes. by Mark D. Roth · 8 years ago
  75. 6ce5228 Merge pull request #7953 from makdharma/grpc_caching_test by Nicolas Noble · 8 years ago
  76. 39b5871 Use http_proxy environment variable instead of URI query param. by Mark D. Roth · 8 years ago
  77. 6c3295a Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  78. 1251ae2 disable cacheability assert for proxy by Makarand Dharmapurikar · 8 years ago
  79. f03b112 Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line by Mark D. Roth · 8 years ago
  80. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  81. cc357bf Remove completion queue parameter from grpc_server_add_insecure_channel_from_fd API by Sree Kuchibhotla · 8 years ago
  82. 6257159 Merge branch 'port_platform_split' into uv_core_transport by murgatroid99 · 8 years ago
  83. 0c137e2 Fix tsan failures. by Mark D. Roth · 8 years ago
  84. a9288af Fix test to shutdown the proxy from the main thread instead of by Mark D. Roth · 8 years ago
  85. 623dd4f Renamed GPR_ constants to GRPC_ in iomgr/port.h by murgatroid99 · 8 years ago
  86. 5407089 Separate out iomgr-specific constants into a separate header by murgatroid99 · 8 years ago
  87. 0a05ab6 clang-format by Mark D. Roth · 8 years ago
  88. b350209 Clean up test HTTP proxy code. by Mark D. Roth · 8 years ago
  89. 714c7ec Plumbed read_buffer through and fixed leftover bytes problem. by Mark D. Roth · 8 years ago
  90. 32387b3 Merge branch 'handshaker_api' into http_connect by Mark D. Roth · 8 years ago
  91. 28ee43b Updated tests. by Mark D. Roth · 8 years ago
  92. 51c7b91 Merge remote-tracking branch 'upstream/master' into http_connect by Mark D. Roth · 8 years ago
  93. 63aa0f7 Trying to debug proxy tests. Not working yet. by Mark D. Roth · 8 years ago
  94. 477d061 Clean up test. Still debugging things. by Mark D. Roth · 8 years ago
  95. 8d7dc27 Fix use-after-free and memory leak problems. by Mark D. Roth · 8 years ago
  96. 9f709a4 Work on debugging the HTTP proxy implementation. by Mark D. Roth · 8 years ago
  97. 3cfc5a7 Made significant progress on the test, but not working yet. by Mark D. Roth · 8 years ago
  98. a3ef601 Basic proof-of-concept test. Needs more work to run stand-alone. by Mark D. Roth · 8 years ago
  99. 824363d Simplified LR filter by David Garcia Quintas · 8 years ago
  100. 01c4d99 Added new features to load reporting. by David Garcia Quintas · 8 years ago