1. 3b842de Fix leak in dualstack_socket_test by Craig Tiller · 8 years ago
  2. c654554 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  3. 8010daa Merge pull request #6542 from ctiller/ecterm by Jan Tattermusch · 8 years ago
  4. 9a0da59 Merge pull request #6602 from nathanielmanistaatgoogle/test-parallelism by Jan Tattermusch · 8 years ago
  5. 19144a6 Merge pull request #6439 from kpayson64/python_health_check by Jan Tattermusch · 8 years ago
  6. f1dc3de Merge pull request #6568 from dgquintas/fix-include-guards-long-names by Jan Tattermusch · 8 years ago
  7. 305b0f4 Merge pull request #6587 from dgquintas/fix-proto-utils-anon-namespace by Jan Tattermusch · 8 years ago
  8. 4b67b7f Merge pull request #6603 from ctiller/better_wakeups by Jan Tattermusch · 8 years ago
  9. 2eb7e2f Merge pull request #6609 from nathanielmanistaatgoogle/sooner-or-later by Jan Tattermusch · 8 years ago
  10. fc9c1a7 Merge pull request #6556 from goldenbull/master by Jan Tattermusch · 8 years ago
  11. 1b6969a Merge pull request #6589 from dklempner/return_unused_port by Jan Tattermusch · 8 years ago
  12. 948afdd Run clang-format against port_posix.c and port_windows.c by David Klempner · 8 years ago
  13. ea8ae09 "sooner" -> "server" typo correction by Nathaniel Manista · 8 years ago
  14. 556e5ae Fix accelerated wakeups by Craig Tiller · 8 years ago
  15. 3fe7199 Split and rename test_constants.PARALLELISM by Nathaniel Manista · 8 years ago
  16. d6a5b80 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  17. 4701768 Disable refcounting log vomit by Craig Tiller · 8 years ago
  18. ae12593 Fix concurrent_connectivity_test by Craig Tiller · 8 years ago
  19. 2b59dbc Fixes by Craig Tiller · 8 years ago
  20. 1ba1bba Merge pull request #6567 from markdroth/large_metadata_test_fix by David Klempner · 8 years ago
  21. 6fb122d Add calls to grpc_recycle_unused_port to two of the tests which call by David Klempner · 8 years ago
  22. c7614cf Fix declarations in port.h to not be ambiguous in C due to K&R. by David Klempner · 8 years ago
  23. 0fde713 Fixed usage of anon namespace inside .h by David Garcia Quintas · 8 years ago
  24. 3bf45e1 Merge pull request #6583 from carl-mastrangelo/dotdotdot by Jan Tattermusch · 8 years ago
  25. 9ad288e Merge pull request #6578 from jtattermusch/add_bat_copyrights by Jan Tattermusch · 8 years ago
  26. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  27. 013a0ea Fix stress test JVM Args by Carl Mastrangelo · 8 years ago
  28. 23b6cdb Fix lb_policies_test by Craig Tiller · 8 years ago
  29. c9e1959 add copyright to the template as well by Jan Tattermusch · 8 years ago
  30. 2ecb08f Merge branch 'master' into return_unused_port by David Klempner · 8 years ago
  31. 2754c91 Add an API to return an unused port to the portserver by David Klempner · 8 years ago
  32. 3b03f8b Merge pull request #34 from markdroth/error by Craig Tiller · 8 years ago
  33. b06c640 Fix memory leak. by Mark D. Roth · 8 years ago
  34. 21d1dd8 Fix client_fuzzer corpus tests by Craig Tiller · 8 years ago
  35. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 8 years ago
  36. 9dff3c6 Merge pull request #33 from markdroth/error by Craig Tiller · 8 years ago
  37. 808ac38 Fixed endpoint tests. by Mark D. Roth · 8 years ago
  38. 692bb33 Fix head_of_line_blocking_bad_client_test by Craig Tiller · 8 years ago
  39. f551edf add missing copyrights to .bat files by Jan Tattermusch · 8 years ago
  40. fdb8931 check for copyright in .bat files by Jan Tattermusch · 8 years ago
  41. ebf6640 Merge pull request #6569 from yang-g/ubsan by Jan Tattermusch · 8 years ago
  42. c96151b Merge pull request #6561 from vjpai/ytpo by Jan Tattermusch · 8 years ago
  43. 4e84182 Merge pull request #6570 from dgquintas/better-compression-docs-and-names by Jan Tattermusch · 8 years ago
  44. c6dadab More boolification. by Mark D. Roth · 8 years ago
  45. 34ee7e1 Use bool instead of int. by Mark D. Roth · 8 years ago
  46. df1a1cb Merge branch 'error' of github.com:ctiller/grpc into error by Craig Tiller · 8 years ago
  47. e0d6c57 Fuzzing fixes by Craig Tiller · 8 years ago
  48. 36364ad Merge pull request #32 from markdroth/error by Craig Tiller · 8 years ago
  49. a10bdd6 Merge remote-tracking branch 'ctiller/error' into error by Mark D. Roth · 8 years ago
  50. 5028334 Further renamings (compression channel arg keys) by David Garcia Quintas · 8 years ago
  51. 11b520a New protobuf version by David Garcia Quintas · 8 years ago
  52. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  53. e644cfd better docstrings for compression_types.h by David Garcia Quintas · 8 years ago
  54. d039722 Fix goaway_server_test by Craig Tiller · 8 years ago
  55. 6ce4d0b prepare to enable ubsan in continuous build by yang-g · 8 years ago
  56. 9346616 Allow for multiline #endif guards by David Garcia Quintas · 8 years ago
  57. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  58. bc5fcad Fix httpscli_test by Craig Tiller · 8 years ago
  59. 945af65 Fix api_fuzzer leak by Craig Tiller · 8 years ago
  60. f11f2b1 Merge pull request #6453 from kpayson64/python_protoc by Jan Tattermusch · 8 years ago
  61. 20b7d48 Merge pull request #6529 from thinkerou/master by Jan Tattermusch · 8 years ago
  62. 1aa28f0 Merge pull request #6546 from carl-mastrangelo/womble by Jan Tattermusch · 8 years ago
  63. 65279fe Fix jwt_verifier_test by Craig Tiller · 8 years ago
  64. be0d7fe Fix socket_utils_test, clang-fmt by Craig Tiller · 8 years ago
  65. 8e5c934 Fix leaks in server fuzzer by Craig Tiller · 8 years ago
  66. 375a3a6 Merge pull request #31 from dgquintas/merge by Craig Tiller · 8 years ago
  67. 6d0b4d2 Merge branch 'master' of github.com:grpc/grpc into merge by David Garcia Quintas · 8 years ago
  68. 5eba797 Switch from snprintf() to gpr_asprintf(). by Mark D. Roth · 8 years ago
  69. d9c5896 Fix leaks in server_chttp2_test by Craig Tiller · 8 years ago
  70. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  71. 8b34ab0 Merge pull request #6552 from jboeuf/add_curlies by Jan Tattermusch · 8 years ago
  72. 0eb3e13 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. by Mark D. Roth · 8 years ago
  73. a8663fa Merge pull request #6553 from grpc/revert-6488-revert-6214-master by Jan Tattermusch · 8 years ago
  74. 7e0b812 Merge pull request #6562 from rjshade/on_orphan_callback by Jan Tattermusch · 8 years ago
  75. 677e04d Merge pull request #6431 from murgatroid99/node_protoc_examples by Jan Tattermusch · 8 years ago
  76. 8a95be5 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  77. 8f42fcc Work-in-progress on fixing endpoint tests. by Mark D. Roth · 8 years ago
  78. 5f902c1 Fix tsan reported error by Craig Tiller · 8 years ago
  79. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  80. c1ff865 Fixed socket_utils_test. by Mark D. Roth · 8 years ago
  81. 368e889 Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  82. a65f9f5 Fix test usage of pollset by Craig Tiller · 8 years ago
  83. e3f0789 Merge pull request #29 from markdroth/error by Craig Tiller · 8 years ago
  84. 26dd2b8 Merge pull request #6560 from jtattermusch/csharp_channel_shutdown_improvements by Jan Tattermusch · 8 years ago
  85. de788e7 Fixed hpack_parser_test and hpack_table_test. by Mark D. Roth · 8 years ago
  86. ff10e6d Merge pull request #28 from markdroth/error by Craig Tiller · 8 years ago
  87. f67fc97 Fix headers_bad_client_test. by Mark D. Roth · 8 years ago
  88. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  89. d310451 Remove redundant declaration by Craig Tiller · 8 years ago
  90. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  91. 11b55df use LANG_ENGLISH for windows api FormatMessage by goldenbull · 8 years ago
  92. 71f9665 Small fixes by Craig Tiller · 8 years ago
  93. e43e27d Merge remote-tracking branch 'upstream/master' by thinkerou · 8 years ago
  94. 1acbe3e Merge pull request #6545 from jtattermusch/csharp_stress_metrics_fix by Jan Tattermusch · 8 years ago
  95. f86bbde Merge pull request #6373 from y-zeng/server-builder-plugin by Yuchen Zeng · 8 years ago
  96. a782375 Addressed the discussion on 05/11/2016 by Yuchen Zeng · 8 years ago
  97. 8fd9074 Add curlies for multiline if statements. by Julien Boeuf · 8 years ago
  98. d46efd7 replaced header list with filegroup in build.yaml. by Makarand Dharmapurikar · 8 years ago
  99. 93afc4b Merge pull request #6543 from jtattermusch/benchmarking_fix_go_and_others by Jan Tattermusch · 8 years ago
  100. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago