1. 76733cf Removed remaining references to old server handling code by murgatroid99 · 8 years ago
  2. d595fb6 Handle signals properly when dropping GVL by murgatroid99 · 8 years ago
  3. 6f7756e Expand corpus by Craig Tiller · 8 years ago
  4. ed9ae72 Assert we get a valid creds. by yang-g · 8 years ago
  5. e2f7f31 Expand corpus by Craig Tiller · 8 years ago
  6. 1f963ba Expand corpus by Craig Tiller · 8 years ago
  7. 4f8e40b Updated functions with TSRM macros for ZTS support by Michael Bausor · 8 years ago
  8. c3b88b0 Better testing by Craig Tiller · 8 years ago
  9. a0e10d4 Merge branch 'better_wakeups' into test_affine by Craig Tiller · 8 years ago
  10. cefa378 Add affinity to ev_poll_posix by Craig Tiller · 8 years ago
  11. 4790263 Merge branch 'master' into server_channel_affinity by Sree Kuchibhotla · 8 years ago
  12. 556e5ae Fix accelerated wakeups by Craig Tiller · 8 years ago
  13. d5b3482 Expand corpus by Craig Tiller · 8 years ago
  14. 680822f Expand corpus by Craig Tiller · 8 years ago
  15. 3fe7199 Split and rename test_constants.PARALLELISM by Nathaniel Manista · 8 years ago
  16. 892c370 Expand corpora by Craig Tiller · 8 years ago
  17. 9d2822a Fix fuzzer bugs by Craig Tiller · 8 years ago
  18. 2f9fc7b Fix fuzzer bug, add corpora by Craig Tiller · 8 years ago
  19. d855075 Add fuzzing for receving messages after close by Craig Tiller · 8 years ago
  20. 1102faf Merge branch 'connect_first' into test_affine by Craig Tiller · 8 years ago
  21. b1d3b36 Add affinity to ev_poll_posix by Craig Tiller · 8 years ago
  22. f7a670f Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affine by Craig Tiller · 8 years ago
  23. 5cbccd0 set client params differently for sync and async client by Jan Tattermusch · 8 years ago
  24. 1ba1bba Merge pull request #6567 from markdroth/large_metadata_test_fix by David Klempner · 8 years ago
  25. 6fb122d Add calls to grpc_recycle_unused_port to two of the tests which call by David Klempner · 8 years ago
  26. c7614cf Fix declarations in port.h to not be ambiguous in C due to K&R. by David Klempner · 8 years ago
  27. 0fde713 Fixed usage of anon namespace inside .h by David Garcia Quintas · 8 years ago
  28. 3bf45e1 Merge pull request #6583 from carl-mastrangelo/dotdotdot by Jan Tattermusch · 8 years ago
  29. 37a907e add support for CLIENT_LANGUAGE setting by Jan Tattermusch · 8 years ago
  30. 9ad288e Merge pull request #6578 from jtattermusch/add_bat_copyrights by Jan Tattermusch · 8 years ago
  31. 086601f Merge pull request #6414 from y-zeng/reflection_proto by Yuchen Zeng · 8 years ago
  32. 52237e3 clang-format by Craig Tiller · 8 years ago
  33. 63d24f1 Make qps workers connect before even warmup stage begins by Craig Tiller · 8 years ago
  34. 013a0ea Fix stress test JVM Args by Carl Mastrangelo · 8 years ago
  35. c9e1959 add copyright to the template as well by Jan Tattermusch · 8 years ago
  36. 2ecb08f Merge branch 'master' into return_unused_port by David Klempner · 8 years ago
  37. 2754c91 Add an API to return an unused port to the portserver by David Klempner · 8 years ago
  38. effd74c Merge pull request #5456 from ctiller/cleaner-posix3 by Jan Tattermusch · 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. 006314a Correct assertion for single FD being orphaned. Consistent comments. by Robbie Shade · 8 years ago
  45. 5028334 Further renamings (compression channel arg keys) by David Garcia Quintas · 8 years ago
  46. 11b520a New protobuf version by David Garcia Quintas · 8 years ago
  47. 183ba02 Renamed some defines by David Garcia Quintas · 8 years ago
  48. e644cfd better docstrings for compression_types.h by David Garcia Quintas · 8 years ago
  49. 6ce4d0b prepare to enable ubsan in continuous build by yang-g · 8 years ago
  50. 9346616 Allow for multiline #endif guards by David Garcia Quintas · 8 years ago
  51. 2ea66c3 Added comment about repeated responses by Yuchen Zeng · 8 years ago
  52. f11f2b1 Merge pull request #6453 from kpayson64/python_protoc by Jan Tattermusch · 8 years ago
  53. 20b7d48 Merge pull request #6529 from thinkerou/master by Jan Tattermusch · 8 years ago
  54. 1aa28f0 Merge pull request #6546 from carl-mastrangelo/womble by Jan Tattermusch · 8 years ago
  55. 5eba797 Switch from snprintf() to gpr_asprintf(). by Mark D. Roth · 8 years ago
  56. 7362135 Merge remote-tracking branch 'upstream/master' into unique_ptr_reset by yang-g · 8 years ago
  57. a709afe Merge pull request #6479 from kpayson64/python_protoc_formatting by Jan Tattermusch · 8 years ago
  58. 8b34ab0 Merge pull request #6552 from jboeuf/add_curlies by Jan Tattermusch · 8 years ago
  59. 0eb3e13 Fix large_metadata_bad_client_test to avoid C99 string literal length limit. by Mark D. Roth · 8 years ago
  60. a8663fa Merge pull request #6553 from grpc/revert-6488-revert-6214-master by Jan Tattermusch · 8 years ago
  61. 7e0b812 Merge pull request #6562 from rjshade/on_orphan_callback by Jan Tattermusch · 8 years ago
  62. 677e04d Merge pull request #6431 from murgatroid99/node_protoc_examples by Jan Tattermusch · 8 years ago
  63. 2e78d4d Merge pull request #6497 from murgatroid99/backport_node_protoc_examples by Jan Tattermusch · 8 years ago
  64. 5f902c1 Fix tsan reported error by Craig Tiller · 8 years ago
  65. 9aa6f40 Add callback when gRPC FD is about to be orphaned. by Robbie Shade · 8 years ago
  66. 368e889 Merge branch 'cleaner-posix3' of github.com:ctiller/grpc into cleaner-posix3 by Craig Tiller · 8 years ago
  67. a65f9f5 Fix test usage of pollset by Craig Tiller · 8 years ago
  68. 26dd2b8 Merge pull request #6560 from jtattermusch/csharp_channel_shutdown_improvements by Jan Tattermusch · 8 years ago
  69. 97c4574 Merge pull request #6550 from jtattermusch/csharp_examples_update_to_0_14_0 by Jan Tattermusch · 8 years ago
  70. b4cb249 steaming -> streaming by Vijay Pai · 8 years ago
  71. d310451 Remove redundant declaration by Craig Tiller · 8 years ago
  72. 528fb66 improve channel behavior in shutdown situations by Jan Tattermusch · 8 years ago
  73. 11b55df use LANG_ENGLISH for windows api FormatMessage by goldenbull · 8 years ago
  74. e43e27d Merge remote-tracking branch 'upstream/master' by thinkerou · 8 years ago
  75. 1acbe3e Merge pull request #6545 from jtattermusch/csharp_stress_metrics_fix by Jan Tattermusch · 8 years ago
  76. f86bbde Merge pull request #6373 from y-zeng/server-builder-plugin by Yuchen Zeng · 8 years ago
  77. a782375 Addressed the discussion on 05/11/2016 by Yuchen Zeng · 8 years ago
  78. 8fd9074 Add curlies for multiline if statements. by Julien Boeuf · 8 years ago
  79. d46efd7 replaced header list with filegroup in build.yaml. by Makarand Dharmapurikar · 8 years ago
  80. 93afc4b Merge pull request #6543 from jtattermusch/benchmarking_fix_go_and_others by Jan Tattermusch · 8 years ago
  81. c2ec95b Revert "Revert "cronet wrapper code"" by makdharma · 8 years ago
  82. 0bbbb32 migrate Greeter and Routeguide to 0.14.0 API by Jan Tattermusch · 8 years ago
  83. 1aa52a0 regenerate code by Jan Tattermusch · 8 years ago
  84. 526c991 update RouteGuide to 0.14.0 nugets by Jan Tattermusch · 8 years ago
  85. 4dae646 regenerate code by Jan Tattermusch · 8 years ago
  86. aff7564 update Greeter to 0.14.0 nugets by Jan Tattermusch · 8 years ago
  87. 86803d1 Merge pull request #6470 from yang-g/error_with_trailer by Jorge Canizales · 8 years ago
  88. be187b0 Format changes to python protoc generation by Ken Payson · 8 years ago
  89. 86cf1d2 Set GC params for Java Stress Test by Carl Mastrangelo · 8 years ago
  90. 7d5111e dont run go as part of smoketest by Jan Tattermusch · 8 years ago
  91. 962e86c Merge pull request #6541 from murgatroid99/release-0_14_upmerge by Nicolas Noble · 8 years ago
  92. 2355614 Merge pull request #6217 from ctiller/all-the-things by Nicolas Noble · 8 years ago
  93. d151dcb fix qps reporting in C# stress client by Jan Tattermusch · 8 years ago
  94. ad17bf7 propagate jenkins env variables to netperf client by Jan Tattermusch · 8 years ago
  95. 56aa023 Let execution contexts signal that they are done by Craig Tiller · 8 years ago
  96. 0cc2acc make --category smoketest explicit by Jan Tattermusch · 8 years ago
  97. 1095c31 run netperf in smoketest as well by Jan Tattermusch · 8 years ago
  98. 649d126 set GOPATH when executing go worker by Jan Tattermusch · 8 years ago
  99. d40b104 Merge remote-tracking branch 'upstream/release-0_14' into release-0_14_upmerge by murgatroid99 · 8 years ago
  100. 1b55f59 Merge pull request #6538 from murgatroid99/version_0.14.2-pre1 by Nicolas Noble · 8 years ago