1. 4b36a3d Change error_create API to slice by ncteisen · 7 years ago
  2. ca7effc Replace timeout/scaling macros with functions. by Robbie Shade · 8 years ago
  3. cda759d Add an error to fd_shutdown (and recursively) by Craig Tiller · 8 years ago
  4. 7c70b6c Revert "Revert "Metadata handling rewrite"" by Craig Tiller · 8 years ago
  5. 5e01e2a Revert "Metadata handling rewrite" by Craig Tiller · 8 years ago
  6. 5acc826 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  7. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 8 years ago
  8. 2e900b1 Fix large metadata test - it was previously overconstrained now that we return better status by Craig Tiller · 8 years ago
  9. 94c2647 Merge branch 'slice_with_exec_ctx' into metadata_filter by Craig Tiller · 8 years ago
  10. 3ca6019 Merge branch 'patchy' into slice_with_exec_ctx_and_build by Craig Tiller · 8 years ago
  11. 3d5592c Moving message_size_filter properly. by Nicolas "Pixel" Noble · 8 years ago
  12. 42ef542 Merge branch 'master' of https://github.com/grpc/grpc into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  13. 203860a Merge remote-tracking branch 'google/master' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  14. 17f6904 Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_new_closures by Craig Tiller · 8 years ago
  15. 0b09341 Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closures by Craig Tiller · 8 years ago
  16. d465456 clang-format code by Craig Tiller · 8 years ago
  17. 91031da Changes to exec_ctx/closure/combiner/workqueue interfaces by Craig Tiller · 8 years ago
  18. 3b05e1d Move from cmp --> eq, and provide a good implementation for interning by Craig Tiller · 8 years ago
  19. 7d4116f All core tests compile without grpc_mdstr by Craig Tiller · 8 years ago
  20. 10cd356 Finish moving to new APIs by Craig Tiller · 8 years ago
  21. 87a7e1f Merge github.com:grpc/grpc into slice_with_exec_ctx by Craig Tiller · 8 years ago
  22. a59c16c Progress towards making grpc_slice_unref_internal take an exec_ctx by Craig Tiller · 8 years ago
  23. 618e67d s/GPR_SLICE/GRPC_SLICE/g by Craig Tiller · 8 years ago
  24. 6e080a3 Merge branch 'buffer_pools_for_realsies' into grpc_slice by Craig Tiller · 8 years ago
  25. 3d357d9 Merge github.com:grpc/grpc into buffer_pools_for_realsies by Craig Tiller · 8 years ago
  26. d41a4a7 s/gpr_slice/grpc_slice, and move around tests, impls by Craig Tiller · 8 years ago
  27. fab4ab4 Bad client tests converted by Craig Tiller · 8 years ago
  28. 59f347e Merge branch 'master' into uv_core_transport by murgatroid99 · 8 years ago
  29. afcc875 clang-format by Craig Tiller · 8 years ago
  30. 20afa3d BufferPool --> ResourceQuota by Craig Tiller · 8 years ago
  31. 2c287ca UV tests pass on linux by murgatroid99 · 8 years ago
  32. 08d297e Make all tests build again by Craig Tiller · 8 years ago
  33. d467348 Update tests by Craig Tiller · 8 years ago
  34. 6d0028e Merge github.com:grpc/grpc into merge-write by Craig Tiller · 8 years ago
  35. f03b112 Merge remote-tracking branch 'upstream/master' into cq_verifier_file_line by Mark D. Roth · 8 years ago
  36. 7187ab9 Change cq_verifier to report file and line number for expectations. by Mark D. Roth · 8 years ago
  37. d09f45c Ensure ack is sent before relying on that by Craig Tiller · 8 years ago
  38. 28ee43b Updated tests. by Mark D. Roth · 8 years ago
  39. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  40. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  41. 48abdde Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  42. 8f73650 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  43. cf2cce6 Bug fixes by Craig Tiller · 8 years ago
  44. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  45. 13878f4 Added missing memset to grpc_op in test by David Garcia Quintas · 8 years ago
  46. 5eba797 Switch from snprintf() to gpr_asprintf(). by Mark D. Roth · 8 years ago
  47. 0eb3e13 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. by Mark D. Roth · 8 years ago
  48. 113cc3d Fix compile error by Craig Tiller · 8 years ago
  49. a58ed7c Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  50. f707d62 Convert tests to new error scheme by Craig Tiller · 8 years ago
  51. 067cce5 Fix asan test failure. by Mark D. Roth · 8 years ago
  52. f2f707c More clang-format fixes. by Mark D. Roth · 8 years ago
  53. 22b338e Apply clang-format diffs. by Mark D. Roth · 8 years ago
  54. a4edeb3 Fix build breakage in bad_client tests. by Mark D. Roth · 8 years ago
  55. 8a1d805 Added bad_client test to check that the server rejects requests with too by Mark D. Roth · 8 years ago
  56. 1f3319b Fixed clang formatting problems. by Mark D. Roth · 8 years ago
  57. c5b1eef Change C implementation to not log an "Unexpected content-type" message by Mark D. Roth · 8 years ago
  58. 94625cd Merge branch 'filters-can-cause-closes' into e2efuzz by Craig Tiller · 8 years ago
  59. 2839edd Fix registration in test by Craig Tiller · 8 years ago
  60. 06cb1a9 Initial interface rework to allow knowing whether to pull payload at registration, not at request time by Craig Tiller · 8 years ago
  61. da1d7d9 Remove corpus generator by Craig Tiller · 8 years ago
  62. df262c6 Starting server fuzzer by Craig Tiller · 8 years ago
  63. 307a720 Add a failing test due to a head of line blocking bug in the server by Craig Tiller · 8 years ago
  64. 64a12c5 Merge github.com:grpc/grpc into copyright-fix by Craig Tiller · 8 years ago
  65. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  66. c201158 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  67. 3bd9695 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  68. adcb92d clang-format by Craig Tiller · 8 years ago
  69. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  70. 9533d04 Fix includes by Craig Tiller · 8 years ago
  71. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  72. f40df23 Auto-changes by Craig Tiller · 8 years ago
  73. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  74. 4cf0448 clang-format by Craig Tiller · 8 years ago
  75. df5231e Implement tests by Craig Tiller · 8 years ago
  76. 178edfa Decouple filter selection from channel construction by Craig Tiller · 9 years ago
  77. da179ce Rollback gpr deletion by Craig Tiller · 9 years ago
  78. 0912179 Removing gpr as a separated library. by Nicolas "Pixel" Noble · 9 years ago
  79. a93a25f Update copyrights by Craig Tiller · 9 years ago
  80. 6c39686 Preparatory changes for work shedding by Craig Tiller · 9 years ago
  81. 0eef9ee Fix copyrights by Craig Tiller · 9 years ago
  82. 5f735a6 Add CPU cost measurement, tune parameters, decrease default maxjobs by Craig Tiller · 9 years ago
  83. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  84. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  85. a3f298f clang-format by Craig Tiller · 9 years ago
  86. ce46c27 Fix merge by Craig Tiller · 9 years ago
  87. 86e8ad8 Merge github.com:grpc/grpc into big_data by Craig Tiller · 9 years ago
  88. 6cb6917 clang-format by Craig Tiller · 9 years ago
  89. 83399c9 Add a test that reproduces server partial message read bug by Craig Tiller · 9 years ago
  90. ac3220b Add a registered server method to bad_client by Craig Tiller · 9 years ago
  91. 620e965 clang-format after last weeks test-fest by Craig Tiller · 9 years ago
  92. 1e54d28 Merge pull request #4420 from ctiller/slops by Nicolas Noble · 9 years ago
  93. 04b0494 Test invalid grpc-encoding values by Craig Tiller · 9 years ago
  94. d56550a Test invalid accept-encoding values by Craig Tiller · 9 years ago
  95. 47d69c6 Merge pull request #4380 from ctiller/window_updates by Yang Gao · 9 years ago
  96. 795764b Hit a few more paths in http_server_filter.c, sockaddr_resolver.c by Craig Tiller · 9 years ago
  97. 13180c8 Merge github.com:grpc/grpc into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  98. d5bd3b6 Merge branch 'connected-subchannel' into ping-ping-ping-ping-ping-ping-ping-ping-ping by Craig Tiller · 9 years ago
  99. 3b66ab9 Window overflow test by Craig Tiller · 9 years ago
  100. 51a9de4 Cover ancillary frame error conditions by Craig Tiller · 9 years ago