1. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 9 years ago
  2. 1ba1bba Merge pull request #6567 from markdroth/large_metadata_test_fix by David Klempner · 9 years ago
  3. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 9 years ago
  4. 183ba02 Renamed some defines by David Garcia Quintas · 9 years ago
  5. 5eba797 Switch from snprintf() to gpr_asprintf(). by Mark D. Roth · 9 years ago
  6. 0eb3e13 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. by Mark D. Roth · 9 years ago
  7. a8663fa Merge pull request #6553 from grpc/revert-6488-revert-6214-master by Jan Tattermusch · 9 years ago
  8. 5f902c1 Fix tsan reported error by Craig Tiller · 9 years ago
  9. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 9 years ago
  10. a65f9f5 Fix test usage of pollset by Craig Tiller · 9 years ago
  11. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 9 years ago
  12. 9d86120 clang-format by Craig Tiller · 9 years ago
  13. 0888911 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  14. fe01b58 Merge github.com:grpc/grpc into cleaner-posix3 by Craig Tiller · 9 years ago
  15. 8b38274 Merge pull request #6514 from yang-g/va_start by Jan Tattermusch · 9 years ago
  16. c5943093 Change argument type to avoid undefined behavior by yang-g · 9 years ago
  17. 8dbe2cb Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  18. 78222f7 Enable -Wextra-semi on compilers that support it by Craig Tiller · 9 years ago
  19. cfbe020 Merge pull request #6320 from markdroth/limit_metadata_size by Jan Tattermusch · 9 years ago
  20. 4f9c89a Merge pull request #6421 from ctiller/mwha by Jan Tattermusch · 9 years ago
  21. 42342cb Revert "cronet wrapper code" by Craig Tiller · 9 years ago
  22. 067cce5 Fix asan test failure. by Mark D. Roth · 9 years ago
  23. 48d833a Merge pull request #6214 from makdharma/master by Nicolas Noble · 9 years ago
  24. f2f707c More clang-format fixes. by Mark D. Roth · 9 years ago
  25. 36918fc Merge pull request #6374 from grpc/dgquintas-patch-1 by Jan Tattermusch · 9 years ago
  26. bc2afb0 Merge pull request #6323 from dgquintas/codegen_remove_proto by Jan Tattermusch · 9 years ago
  27. 22b338e Apply clang-format diffs. by Mark D. Roth · 9 years ago
  28. 2df502e Fix max_message_length test, which was broken by the previous fix to the by Mark D. Roth · 9 years ago
  29. bc84672 Use unlimited default for max header size until receiving new settings by Mark D. Roth · 9 years ago
  30. 823fa1d Exclude 1byte tests from msan by Craig Tiller · 9 years ago
  31. 274bcc8 Added dummy cronet api implementation so we can build on Jenkins. by Makarand Dharmapurikar · 9 years ago
  32. a4edeb3 Fix build breakage in bad_client tests. by Mark D. Roth · 9 years ago
  33. 7cae1f7 Remove some unneeded code from an earlier iteration of this code. by Mark D. Roth · 9 years ago
  34. 2c04262 Merge branch 'master' into limit_metadata_size by Mark D. Roth · 9 years ago
  35. 8a1d805 Added bad_client test to check that the server rejects requests with too by Mark D. Roth · 9 years ago
  36. b69251c Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  37. 80721b2 Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto by David Garcia Quintas · 9 years ago
  38. 586c866 Merge branch 'master' into limit_metadata_size by Mark D. Roth · 9 years ago
  39. ebbbce3 Changed writing code to honor the peer's header size limit setting. by Mark D. Roth · 9 years ago
  40. e98b494 Fix bug where max_frame_size was ignored by Craig Tiller · 9 years ago
  41. ee11213 Merge pull request #6368 from ctiller/vtune by Nicolas Noble · 9 years ago
  42. eadcb89 Fixed name of test config for h2_census by David G. Quintas · 9 years ago
  43. 91cda8f Merge pull request #6354 from ctiller/portabit by Jan Tattermusch · 9 years ago
  44. 1b409a0 Ensure minimum size of alt stack (to please vtune) by Craig Tiller · 9 years ago
  45. a2b5495 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  46. 904e0a5 Fix typo by Craig Tiller · 9 years ago
  47. d0b3ae4 Fix double delete by Craig Tiller · 9 years ago
  48. 0d6fee6 Merge pull request #2286 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 9 years ago
  49. 0c6070f Mark stream as cancelled if we exceed the metadata size limit. by Mark D. Roth · 9 years ago
  50. e2fd653 Merge pull request #6304 from ctiller/expandypie by Nicolas Noble · 9 years ago
  51. 192afb9 Merge remote-tracking branch 'upstream/master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  52. 165c62f Merge pull request #6183 from nicolasnoble/msys-support by Jan Tattermusch · 9 years ago
  53. 1b2db63 Moved protos out of core_codegen interface by David Garcia Quintas · 9 years ago
  54. ac2e88f Initial attempt at adding support for max metadata size. Currently, the by Mark D. Roth · 9 years ago
  55. 1f3319b Fixed clang formatting problems. by Mark D. Roth · 9 years ago
  56. 068d143 Expand corpora by Craig Tiller · 9 years ago
  57. c5b1eef Change C implementation to not log an "Unexpected content-type" message by Mark D. Roth · 9 years ago
  58. 89c5cb5 Merge github.com:grpc/grpc into split-me-baby-one-more-time by Craig Tiller · 9 years ago
  59. 3049976 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 9 years ago
  60. c3d869e Merge pull request #6160 from ctiller/api_fuzzer by Nicolas Noble · 9 years ago
  61. 25ff544 Merge pull request #6277 from ctiller/shutdown_proper_like by Nicolas Noble · 9 years ago
  62. d64be98 Merge pull request #6105 from miselin/http-parser-allow-more-newlines by Jan Tattermusch · 9 years ago
  63. 653ea75 Properly shutdown pollsets before destroying them by Craig Tiller · 9 years ago
  64. d5c6eca Expand corpus by Craig Tiller · 9 years ago
  65. d2906ad Fix bug by Craig Tiller · 9 years ago
  66. a803fac Expand corpus by Craig Tiller · 9 years ago
  67. 1596abb Expand corpus by Craig Tiller · 9 years ago
  68. 55cbf1d Expand corpus by Craig Tiller · 9 years ago
  69. eb48a81 Expand corpus by Craig Tiller · 9 years ago
  70. 1c2df50 Expand corpus by Craig Tiller · 9 years ago
  71. 60beb86 Expand corpus by Craig Tiller · 9 years ago
  72. db6011f Fix inf loop by Craig Tiller · 9 years ago
  73. 839b65c Expand corpus by Craig Tiller · 9 years ago
  74. a92ebc8 Fix test bugs, expand corpus by Craig Tiller · 9 years ago
  75. 734fb9f Expand corpus by Craig Tiller · 9 years ago
  76. 29c2085 Expand corpus by Craig Tiller · 9 years ago
  77. 0477d7d API dictionary by Craig Tiller · 9 years ago
  78. 1d11798 Expand corpus by Craig Tiller · 9 years ago
  79. 62759c4 Expand corpus by Craig Tiller · 9 years ago
  80. a687250 Fix msan bug by Craig Tiller · 9 years ago
  81. 2fd1595 Expand corpus by Craig Tiller · 9 years ago
  82. 0ca01ed Expand corpus by Craig Tiller · 9 years ago
  83. c2c0f53 Expand corpus by Craig Tiller · 9 years ago
  84. e8bb40d Expand corpus by Craig Tiller · 9 years ago
  85. 42fe4cd Enable squelch by Craig Tiller · 9 years ago
  86. af4063b Expand corpus by Craig Tiller · 9 years ago
  87. 4b3ce7e Expand corpora by Craig Tiller · 9 years ago
  88. 470f15b Fix hanging call bug by Craig Tiller · 9 years ago
  89. fd70010 Expand corpus by Craig Tiller · 9 years ago
  90. 7c26766 Expand api corpus by Craig Tiller · 9 years ago
  91. 8a67780 Fix bug causing calls to never complete by Craig Tiller · 9 years ago
  92. d78ca88 Fix bugs in test infra by Craig Tiller · 9 years ago
  93. b907fd4 Expand corpus by Craig Tiller · 9 years ago
  94. 4c79cb2 Expand corpus by Craig Tiller · 9 years ago
  95. 4add20c Crash fix by Craig Tiller · 9 years ago
  96. 4f92a2a Expand corpus by Craig Tiller · 9 years ago
  97. e06a81f Fixup API changes by Craig Tiller · 9 years ago
  98. 241dea5 Merge pull request #6147 from ctiller/strong-includes by Nicolas Noble · 9 years ago
  99. 0b9fdd8 clang format fix by Sree Kuchibhotla · 9 years ago
  100. 7beea14 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 9 years ago