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