1. 9766f4f Merge github.com:grpc/grpc into test_affine by Craig Tiller · 8 years ago
  2. 8c1d796 Merge pull request #6620 from ctiller/fuzz-it by Jan Tattermusch · 8 years ago
  3. fcbe7da Merge pull request #6588 from soltanmm/you're-my-compression by Jan Tattermusch · 8 years ago
  4. 64a553f Merge pull request #6329 from dgquintas/tiny_include_guard_fix by Jan Tattermusch · 8 years ago
  5. 057a2f8 Merge pull request #6445 from yang-g/unique_ptr_reset by Jan Tattermusch · 8 years ago
  6. aa51f63 Merge pull request #6463 from dgquintas/fix_compression_interop by Jan Tattermusch · 8 years ago
  7. deb8c3e Merge pull request #6499 from dgquintas/compression_accept_encoding by Jan Tattermusch · 8 years ago
  8. 2b62eb5 Merge pull request #6607 from michaelbausor/master by Jan Tattermusch · 8 years ago
  9. 7987d79 Merge branch 'fuzz-it' of https://github.com/ctiller/grpc into fuzz-it by Craig Tiller · 8 years ago
  10. 2bcf78d Expand corpus by Craig Tiller · 8 years ago
  11. 0b4d123 Merge pull request #6622 from ctiller/fix-master by Craig Tiller · 8 years ago
  12. 2d8427a Expand corpus by Craig Tiller · 8 years ago
  13. 93cc06a Add compression support to Cython layers by Masood Malekghassemi · 8 years ago
  14. d5ed5a9 Merge pull request #6590 from jtattermusch/perf_script_improvements by Jan Tattermusch · 8 years ago
  15. 9be075c Fix leak in port deallocation by Craig Tiller · 8 years ago
  16. 88ef00e Remove broken test by Craig Tiller · 8 years ago
  17. 534fd0a Regen projects by Craig Tiller · 8 years ago
  18. bff5e91 Merge branch 'fuzz-it' of https://github.com/ctiller/grpc into fuzz-it by Craig Tiller · 8 years ago
  19. cf2cce6 Bug fixes by Craig Tiller · 8 years ago
  20. c1623dc Expand corpus by Craig Tiller · 8 years ago
  21. 8010daa Merge pull request #6542 from ctiller/ecterm by Jan Tattermusch · 8 years ago
  22. 71d0f5f Expand corpus by Craig Tiller · 8 years ago
  23. 37a85c3 Expand corpus by Craig Tiller · 8 years ago
  24. 9a0da59 Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism by Jan Tattermusch · 8 years ago
  25. 19144a6 Merge pull request #6439 from kpayson64/python_health_check by Jan Tattermusch · 8 years ago
  26. f1dc3de Merge pull request #6568 from dgquintas/fix-include-guards-long-names by Jan Tattermusch · 8 years ago
  27. 305b0f4 Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespace by Jan Tattermusch · 8 years ago
  28. 4b67b7f Merge pull request #6603 from ctiller/better_wakeups by Jan Tattermusch · 8 years ago
  29. 2eb7e2f Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later by Jan Tattermusch · 8 years ago
  30. fc9c1a7 Merge pull request #6556 from goldenbull/master by Jan Tattermusch · 8 years ago
  31. 1b6969a Merge pull request #6589 from dklempner/return_unused_port by Jan Tattermusch · 8 years ago
  32. 40945c7 Add missing function for completion queue by Craig Tiller · 8 years ago
  33. 9f9d422 Further server cq affinity work by Craig Tiller · 8 years ago
  34. 948afdd Run clang-format against port_posix.c and port_windows.c by David Klempner · 8 years ago
  35. 418a821 Begin sharding request queues per cq by Craig Tiller · 8 years ago
  36. ea8ae09 "sooner" -> "server" typo correction by Nathaniel Manista · 8 years ago
  37. 6f7756e Expand corpus by Craig Tiller · 8 years ago
  38. e2f7f31 Expand corpus by Craig Tiller · 8 years ago
  39. 1f963ba Expand corpus by Craig Tiller · 8 years ago
  40. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  41. c3b88b0 Better testing by Craig Tiller · 8 years ago
  42. a0e10d4 Merge branch 'better_wakeups' into test_affine by Craig Tiller · 8 years ago
  43. 556e5ae Fix accelerated wakeups by Craig Tiller · 8 years ago
  44. d5b3482 Expand corpus by Craig Tiller · 8 years ago
  45. 680822f Expand corpus by Craig Tiller · 8 years ago
  46. 3fe7199 Split and rename test_constants.PARALLELISM by Nathaniel Manista · 8 years ago
  47. 892c370 Expand corpora by Craig Tiller · 8 years ago
  48. 9d2822a Fix fuzzer bugs by Craig Tiller · 8 years ago
  49. 2f9fc7b Fix fuzzer bug, add corpora by Craig Tiller · 8 years ago
  50. d855075 Add fuzzing for receving messages after close by Craig Tiller · 8 years ago
  51. 1102faf Merge branch 'connect_first' into test_affine by Craig Tiller · 8 years ago
  52. b1d3b36 Add affinity to ev_poll_posix by Craig Tiller · 8 years ago
  53. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  54. 5cbccd0 set client params differently for sync and async client by Jan Tattermusch · 8 years ago
  55. 1ba1bba Merge pull request #6567 from markdroth/large_metadata_test_fix by David Klempner · 8 years ago
  56. 6fb122d Add calls to grpc_recycle_unused_port to two of the tests which call by David Klempner · 8 years ago
  57. c7614cf Fix declarations in port.h to not be ambiguous in C due to K&R. by David Klempner · 8 years ago
  58. 0fde713 Fixed usage of anon namespace inside .h by David Garcia Quintas · 8 years ago
  59. 3bf45e1 Merge pull request #6583 from carl-mastrangelo/dotdotdot by Jan Tattermusch · 8 years ago
  60. 37a907e add support for CLIENT_LANGUAGE setting by Jan Tattermusch · 8 years ago
  61. 9ad288e Merge pull request #6578 from jtattermusch/add_bat_copyrights by Jan Tattermusch · 8 years ago
  62. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  63. 52237e3 clang-format by Craig Tiller · 8 years ago
  64. 63d24f1 Make qps workers connect before even warmup stage begins by Craig Tiller · 8 years ago
  65. 013a0ea Fix stress test JVM Args by Carl Mastrangelo · 8 years ago
  66. c9e1959 add copyright to the template as well by Jan Tattermusch · 8 years ago
  67. 2ecb08f Merge branch 'master' into return_unused_port by David Klempner · 8 years ago
  68. 2754c91 Add an API to return an unused port to the portserver by David Klempner · 8 years ago
  69. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 8 years ago
  70. f551edf add missing copyrights to .bat files by Jan Tattermusch · 8 years ago
  71. fdb8931 check for copyright in .bat files by Jan Tattermusch · 8 years ago
  72. ebf6640 Merge pull request #6569 from yang-g/ubsan by Jan Tattermusch · 8 years ago
  73. c96151b Merge pull request #6561 from vjpai/ytpo by Jan Tattermusch · 8 years ago
  74. 4e84182 Merge pull request #6570 from dgquintas/better-compression-docs-and-names by Jan Tattermusch · 8 years ago
  75. 5028334 Further renamings (compression channel arg keys) by David Garcia Quintas · 8 years ago
  76. 11b520a New protobuf version by David Garcia Quintas · 8 years ago
  77. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  78. e644cfd better docstrings for compression_types.h by David Garcia Quintas · 8 years ago
  79. 6ce4d0b prepare to enable ubsan in continuous build by yang-g · 8 years ago
  80. 9346616 Allow for multiline #endif guards by David Garcia Quintas · 8 years ago
  81. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  82. f11f2b1 Merge pull request #6453 from kpayson64/python_protoc by Jan Tattermusch · 8 years ago
  83. 20b7d48 Merge pull request #6529 from thinkerou/master by Jan Tattermusch · 8 years ago
  84. 1aa28f0 Merge pull request #6546 from carl-mastrangelo/womble by Jan Tattermusch · 8 years ago
  85. 5eba797 Switch from snprintf() to gpr_asprintf(). by Mark D. Roth · 8 years ago
  86. 7362135 Merge remote-tracking branch 'upstream/master' into unique_ptr_reset by yang-g · 8 years ago
  87. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  88. 8b34ab0 Merge pull request #6552 from jboeuf/add_curlies by Jan Tattermusch · 8 years ago
  89. 0eb3e13 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. by Mark D. Roth · 8 years ago
  90. a8663fa Merge pull request #6553 from grpc/revert-6488-revert-6214-master by Jan Tattermusch · 8 years ago
  91. 7e0b812 Merge pull request #6562 from rjshade/on_orphan_callback by Jan Tattermusch · 8 years ago
  92. 677e04d Merge pull request #6431 from murgatroid99/node_protoc_examples by Jan Tattermusch · 8 years ago
  93. 5f902c1 Fix tsan reported error by Craig Tiller · 8 years ago
  94. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  95. 368e889 Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  96. a65f9f5 Fix test usage of pollset by Craig Tiller · 8 years ago
  97. 26dd2b8 Merge pull request #6560 from jtattermusch/csharp_channel_shutdown_improvements by Jan Tattermusch · 8 years ago
  98. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  99. d310451 Remove redundant declaration by Craig Tiller · 8 years ago
  100. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago