1. 445a82b Add C# stress test client by Jan Tattermusch · 8 years ago
  2. dde6dfb Merge pull request #5958 from deepaklukose/skip_client_cert_verification by Jan Tattermusch · 8 years ago
  3. f1ec553 Merge pull request #6182 from ctiller/frenchmans-bay by Nicolas Noble · 8 years ago
  4. 247d003 Merge pull request #6232 from itessier/master by Nicolas Noble · 8 years ago
  5. 2a52203 Update boringssl to latest chromium-stable. by itessier · 8 years ago
  6. 87bac95 Eradicate Uniform, Deterministic, and Pareto interarrival by vjpai · 8 years ago
  7. dba4c5f Add various options to verify ssl/tls client cert including letting the by Deepak Lukose · 8 years ago
  8. 5aff099 Merge pull request #6189 from y-zeng/default-verbosity by Yuchen Zeng · 8 years ago
  9. 1e6bc72 Merge pull request #6212 from stanley-cheung/php-fix-style by Jan Tattermusch · 8 years ago
  10. 6d9386a Merge pull request #6204 from jtattermusch/benchmarking_add_ruby by Jan Tattermusch · 8 years ago
  11. 7f05da6 php: ran php-cs-fixer again by Stanley Cheung · 8 years ago
  12. b54f2ae actually stop benchmark server by Jan Tattermusch · 8 years ago
  13. 3849335 remove trailing whitespaces by Jan Tattermusch · 8 years ago
  14. 573457b Merge pull request #6203 from ctiller/dictionary by Nicolas Noble · 8 years ago
  15. 2e3e003 Expand corpus, fix crash by Craig Tiller · 8 years ago
  16. 1874663 After running generate_projects.sh by Yuchen Zeng · 8 years ago
  17. b63fb4d explicit convert severity to a signed type by Yuchen Zeng · 8 years ago
  18. 0c99952 remove barrier by Yuchen Zeng · 8 years ago
  19. ff71c38 Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor by David Garcia Quintas · 8 years ago
  20. 95e4c48 Add knob for default core output verbosity by Yuchen Zeng · 8 years ago
  21. 700d36b Merge pull request #6158 from jtattermusch/performance_testing_polishing by Jan Tattermusch · 8 years ago
  22. e2b86c7 Fix crash by Craig Tiller · 8 years ago
  23. bcd4999 Merge pull request #6153 from vjpai/make_ruby_cqs_great_again by Jan Tattermusch · 8 years ago
  24. 05bb5b9 regenerate tests.json with C++ perf scenarios by Jan Tattermusch · 8 years ago
  25. df14927 add ScenarioResult and ScenarioResultSummary proto messages by Jan Tattermusch · 8 years ago
  26. c578e44 add some console messages to node qps worker by Jan Tattermusch · 8 years ago
  27. 8c839e8 check for histogramParams presence by Jan Tattermusch · 8 years ago
  28. 48a3af6 Merge pull request #6145 from nicolasnoble/memtracking by Nicolas Noble · 8 years ago
  29. 8302c51 Merge pull request #6130 from gwvo/master by Nicolas Noble · 8 years ago
  30. 2196c7e Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor by David Garcia Quintas · 8 years ago
  31. af09a73 Refactored C++ code generator to not directly depend on protobuf. by Wouter van Oortmerssen · 8 years ago
  32. 23e4bae Enforcing undefined behavior of malloc. by Nicolas "Pixel" Noble · 8 years ago
  33. b71bf8e Revert "Fixing a couple of issues within core." by Nicolas "Pixel" Noble · 8 years ago
  34. 0cca082 Merge branch 'master' of https://github.com/grpc/grpc into memtracking by Nicolas "Pixel" Noble · 8 years ago
  35. bf359b7 Merge pull request #6148 from ctiller/fuzzing_client by Nicolas Noble · 8 years ago
  36. 5b30475 Fixing a couple of issues within core. by Nicolas "Pixel" Noble · 8 years ago
  37. 8079afa New CQ for each client call by vjpai · 8 years ago
  38. b27c0f8 Fix missing edge by Craig Tiller · 8 years ago
  39. 2f0519e work around nunit issue #1406 by Jan Tattermusch · 8 years ago
  40. d550ad1 Add TextWriterLogger by Jan Tattermusch · 8 years ago
  41. fd998eb Merge branch 'master' of https://github.com/grpc/grpc into memtracking by Nicolas "Pixel" Noble · 8 years ago
  42. 9c3f15c improve C# sanity test by Jan Tattermusch · 8 years ago
  43. 31b8316 make NUnitMain fail on failure by Jan Tattermusch · 8 years ago
  44. 04743d7 add Newtonsoft.Json to Grpc.Core.Tests by Jan Tattermusch · 8 years ago
  45. 10e85f1 fix interop tests by Jan Tattermusch · 8 years ago
  46. a49a72d use NUnitLite to run nunit tests by Jan Tattermusch · 8 years ago
  47. 21451b7 add NUnitMain to test projects by Jan Tattermusch · 8 years ago
  48. b323608 fix test credentials for nunit3 by Jan Tattermusch · 8 years ago
  49. 9f19bd3 migrate Grpc.IntegrationTesting to NUnit3 by Jan Tattermusch · 8 years ago
  50. 6c0dee8 migrate Grpc.Examples.Tests to NUnit3 by Jan Tattermusch · 8 years ago
  51. e331da2 make Grpc.Core.Tests work with NUnit3 by Jan Tattermusch · 8 years ago
  52. a8a73fd update nuget dependencies to nunit3 by Jan Tattermusch · 8 years ago
  53. d4f04e8 Merge pull request #6115 from jtattermusch/csharp_support_projectjson by Jan Tattermusch · 8 years ago
  54. 896ae71 remove leftover file from the past by Jan Tattermusch · 8 years ago
  55. acd5f0e delete a leftover file from the past by Jan Tattermusch · 8 years ago
  56. 001193c Merge branch 'master' of github.com:grpc/grpc into ip_parse_refactor by David Garcia Quintas · 8 years ago
  57. 9885bff Factored out parse functions from sockaddr_resolver by David Garcia Quintas · 8 years ago
  58. 9ea6027 Merge pull request #6127 from jtattermusch/async_void_is_illegal by Jan Tattermusch · 8 years ago
  59. 7ec3066 Merge pull request #6096 from stanley-cheung/php-fix-slice-unref by Jan Tattermusch · 8 years ago
  60. 2fd92fb Merge pull request #6103 from jmuk/master by Jan Tattermusch · 8 years ago
  61. b206c15 Addressing comment. by Nicolas "Pixel" Noble · 8 years ago
  62. 9ad4c3a async void is illegal in ASP.NET and DNXcore by Jan Tattermusch · 8 years ago
  63. b29d8cf Last few mallocs / frees. by Nicolas "Pixel" Noble · 8 years ago
  64. bdf80ac Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all by Nicolas "Pixel" Noble · 8 years ago
  65. d0d22a6 Merge branch 'master' into binary_logging by Michael Lumish · 8 years ago
  66. d6ac251 Merge pull request #6088 from murgatroid99/proto_gen_build_yaml_well_known_types by Nicolas Noble · 8 years ago
  67. 4560356 Merge pull request #6106 from ctiller/server_fix by Nicolas Noble · 8 years ago
  68. c236a21 Merge pull request #6109 from murgatroid99/node_grpc_tools_package by Nicolas Noble · 8 years ago
  69. c086285 ruby: Add test case for referring external package by Jun Mukai · 8 years ago
  70. 361be66 Merge pull request #6092 from ctiller/strong-includes by Nicolas Noble · 8 years ago
  71. 1afdf84 make gRPC C# nuget work with new project.json style projects by Jan Tattermusch · 8 years ago
  72. 03915e5 Sort out codegen dependencies by Craig Tiller · 8 years ago
  73. 041e39d Merge pull request #6081 from bogdandrutu/master by Alistair Veitch · 8 years ago
  74. 74142a2 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  75. b182066 clang-fmt by Craig Tiller · 8 years ago
  76. a385b38 Expand corpus, fix crash by Craig Tiller · 8 years ago
  77. 41d124f Merge pull request #6029 from yang-g/hpack_table by Nicolas Noble · 8 years ago
  78. 5db5e13 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  79. cac9ba4 ruby: Use fully-qualified type name when necessary by Jun Mukai · 8 years ago
  80. 2879aa1 Merge pull request #6091 from sreecha/fix_stress_client_spec by Jan Tattermusch · 8 years ago
  81. adc53ad Merge pull request #6071 from ctiller/e2efuzz by Nicolas Noble · 8 years ago
  82. 2dc8442 Created node tools package to distribute protoc and eventually the plugin by murgatroid99 · 8 years ago
  83. b40693e Merge remote-tracking branch 'upstream/master' by Bogdan Drutu · 8 years ago
  84. 30e53cd Experimental wrapped language fix by Craig Tiller · 8 years ago
  85. 702f363 Fix include guards by Craig Tiller · 8 years ago
  86. 82e6f32 php: destroy grpc_byte_buffer after startBatch by Stanley Cheung · 8 years ago
  87. 36bb50a Merge github.com:grpc/grpc into e2efuzz by Craig Tiller · 8 years ago
  88. 12445ee Add missing include by Craig Tiller · 8 years ago
  89. 0bda0b3 Configure performance scenarios with json by Craig Tiller · 8 years ago
  90. 39a9696 Merge pull request #6043 from ctiller/optionalize_client_config by Nicolas Noble · 8 years ago
  91. 96acdee Deal with no default authority being available by Craig Tiller · 8 years ago
  92. 9a56be1 Merge branch 'master' into fix_stress_client_spec by Sree Kuchibhotla · 8 years ago
  93. 54fa9e4 address code review comments by Sree Kuchibhotla · 8 years ago
  94. 9d7f224 Merge github.com:grpc/grpc into strong-includes by Craig Tiller · 8 years ago
  95. 839bebe Use channel args from builder by Craig Tiller · 8 years ago
  96. 8166732 clang-fmt by Craig Tiller · 8 years ago
  97. 8dbf476 Merge pull request #6093 from dgquintas/nanopb_fuzzer by Nicolas Noble · 8 years ago
  98. f64df11 Merge branch 'nanopb_fuzzer' of github.com:dgquintas/grpc into e2efuzz by Craig Tiller · 8 years ago
  99. bf2e73d Added fuzzers for load_balancer_api parsing functions by David Garcia Quintas · 8 years ago
  100. 16c1345 Fix init ordering,memory leaks by Craig Tiller · 8 years ago