1. 8a1d805 Added bad_client test to check that the server rejects requests with too by Mark D. Roth · 8 years ago
  2. 586c866 Merge branch 'master' into limit_metadata_size by Mark D. Roth · 8 years ago
  3. ebbbce3 Changed writing code to honor the peer's header size limit setting. by Mark D. Roth · 8 years ago
  4. 125590f Add grpc_metadata_batch_size() function. by Mark D. Roth · 8 years ago
  5. 6b1afe1 Merge pull request #6386 from jcanizales/fix-call-state by makdharma · 8 years ago
  6. 0803bb0 Add state transitions to GRPCCall by Jorge Canizales · 8 years ago
  7. 47b80bc Test that GRPCCall transitions states properly by Jorge Canizales · 8 years ago
  8. 2f26234 Update CONTRIBUTING.md by Jayant Kolhe · 8 years ago
  9. 2966079 Update CONTRIBUTING.md by Jayant Kolhe · 8 years ago
  10. 5ff9920 Merge pull request #6347 from ctiller/catastrophic_monkey_dance_241 by Nicolas Noble · 8 years ago
  11. ee11213 Merge pull request #6368 from ctiller/vtune by Nicolas Noble · 8 years ago
  12. 90b4a87 Merge pull request #6372 from ctiller/fail_fast by Eric Anderson · 8 years ago
  13. 0059871 Use HTTP/2 MAX_HEADER_LIST_SIZE setting instead of adding a new member by Mark D. Roth · 8 years ago
  14. 2a932da Spell out fail fast semantics by Craig Tiller · 8 years ago
  15. f921f2b Merge pull request #6305 from dgquintas/compression_tracer by Jan Tattermusch · 8 years ago
  16. 91cda8f Merge pull request #6354 from ctiller/portabit by Jan Tattermusch · 8 years ago
  17. 712cb78 Merge pull request #6357 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 8 years ago
  18. b13382a Merge pull request #6361 from jtattermusch/benchmark_kill_python by Jan Tattermusch · 8 years ago
  19. 1b409a0 Ensure minimum size of alt stack (to please vtune) by Craig Tiller · 8 years ago
  20. 514699c Merge pull request #5592 from pquerna/objc_ssl_channel_creds by Jorge Canizales · 8 years ago
  21. c2de452 Fix header-size computation to comply with the HTTP/2 RFC. by Mark D. Roth · 8 years ago
  22. 501ca57 kill pending python workers on start by Jan Tattermusch · 8 years ago
  23. 1b9c0a2 Remove duplicate instance of grpc_global_wakeup_fd by Paul Querna · 8 years ago
  24. 2c21e5c Merge pull request #6309 from murgatroid99/node_proto_plugin_packaging by Jan Tattermusch · 8 years ago
  25. 40f11aa Objective-C: Add ChannelCredentials to gRPC Call. by Paul Querna · 8 years ago
  26. 97244d5 clang-format, make code more self-documenting by Craig Tiller · 8 years ago
  27. 5e6cc81 Merge pull request #6331 from nathanielmanistaatgoogle/alpha by Jan Tattermusch · 8 years ago
  28. b8c4443 Merge pull request #6298 from grpc/python_qps_tests by Jan Tattermusch · 8 years ago
  29. 5c123fd Add a shard channel arg to client channel construction by Craig Tiller · 8 years ago
  30. 0482c10 Python QPS Worker/initial scenarios by Ken Payson · 8 years ago
  31. 2e4bfed Merge pull request #6330 from soltanmm/6264 by Jan Tattermusch · 8 years ago
  32. 45177c0 Merge pull request #6351 from murgatroid99/ruby_default_roots by Jan Tattermusch · 8 years ago
  33. 64ec84c Merge pull request #6325 from murgatroid99/node_default_roots by Jan Tattermusch · 8 years ago
  34. 5512a5f Merge pull request #6322 from murgatroid99/node_service_default_method by Jan Tattermusch · 8 years ago
  35. 904e0a5 Fix typo by Craig Tiller · 8 years ago
  36. d0b3ae4 Fix double delete by Craig Tiller · 8 years ago
  37. 0d6fee6 Merge pull request #2286 from ctiller/split-me-baby-one-more-time by Jan Tattermusch · 8 years ago
  38. 9003768 Fixed unused parameter error by murgatroid99 · 8 years ago
  39. c230881 Merge pull request #6285 from dgquintas/fix_plugin_tracers by Jan Tattermusch · 8 years ago
  40. 2ea6765 Merge pull request #6321 from soltanmm/doc by Jan Tattermusch · 8 years ago
  41. 7fb941e Merge pull request #6260 from sreecha/stress_test_misc by Jan Tattermusch · 8 years ago
  42. 1569258 Merge pull request #6328 from jtattermusch/performance_tests_facelift by Jan Tattermusch · 8 years ago
  43. 9e3538c Load default roots.pem in Ruby via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  44. 7f789d6 Merge pull request #6324 from jtattermusch/interop_fixups by Jan Tattermusch · 8 years ago
  45. c18a859 Merge pull request #6348 from jtattermusch/csharp_codegen_comments by Jan Tattermusch · 8 years ago
  46. 0c6070f Mark stream as cancelled if we exceed the metadata size limit. by Mark D. Roth · 8 years ago
  47. bfee01d regenerate C# sources by Jan Tattermusch · 8 years ago
  48. 59c20ed add comments from .proto file to generated C# files by Jan Tattermusch · 8 years ago
  49. 4cbaccf clang-format by Craig Tiller · 8 years ago
  50. 9b7b62b Fix a case whereby we leak a winsocket if we fail to connect by Craig Tiller · 8 years ago
  51. f128cd2 Merge pull request #6196 from y-zeng/call-error-to-string by Craig Tiller · 8 years ago
  52. b364a31 Merge pull request #6255 from stanley-cheung/fix-buildgen-plugin-comment by Craig Tiller · 8 years ago
  53. e107f8e Merge pull request #6205 from BenchR267/objc-nullability by Jorge Canizales · 8 years ago
  54. cab9470 Remove Python alpha/early_adopter implementation by Nathaniel Manista · 8 years ago
  55. 832ae81 Allow additive changes to protos w/o forcing user implementation by Masood Malekghassemi · 8 years ago
  56. 1408920 get rid of local qpsworkers before starting the tests by Jan Tattermusch · 8 years ago
  57. e2fd653 Merge pull request #6304 from ctiller/expandypie by Nicolas Noble · 8 years ago
  58. b143ca0 Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen by Nicolas Noble · 8 years ago
  59. 8cb50ed Merge pull request #6268 from nicolasnoble/example_fix by Nicolas Noble · 8 years ago
  60. 6f60766 Load default roots.pem in Node via grpc_set_ssl_roots_override_callback by murgatroid99 · 8 years ago
  61. 165c62f Merge pull request #6183 from nicolasnoble/msys-support by Jan Tattermusch · 8 years ago
  62. 4c6fa9b Merge pull request #6150 from nicolasnoble/sanitize by Jan Tattermusch · 8 years ago
  63. d79b7ab Merge pull request #6300 from dmitriykovalev/master by Jan Tattermusch · 8 years ago
  64. 081ad7a Merge pull request #6295 from markdroth/content_type_semicolon2 by Jan Tattermusch · 8 years ago
  65. 24b68cd generate interop test Dockerfiles using templates by Jan Tattermusch · 8 years ago
  66. c218d05 move interop test docker files to a subdir by Jan Tattermusch · 8 years ago
  67. 31bad32 get rid of the unused grpc_base Dockerfile by Jan Tattermusch · 8 years ago
  68. 85a9383 run all implemented C# interop tests by Jan Tattermusch · 8 years ago
  69. a631669 get rid of the old homebrew/linuxbrew tests by Jan Tattermusch · 8 years ago
  70. 6da28b2 cleanup interop test scripts by Jan Tattermusch · 8 years ago
  71. cca098e Merge pull request #6299 from jtattermusch/fix_5912 by Jan Tattermusch · 8 years ago
  72. e018330 Merge pull request #6286 from jtattermusch/runtests_python3_support by Jan Tattermusch · 8 years ago
  73. f5266d3 Merge branch 'master' into stress_test_misc by Sree Kuchibhotla · 8 years ago
  74. d06e929 Add Windows-specifics to Python docs by Masood Malekghassemi · 8 years ago
  75. 92b8dec Make Node servers warn instead of fail when a method is missing a handler by murgatroid99 · 8 years ago
  76. 8658b17 Fixed minor Node compilation issue by murgatroid99 · 8 years ago
  77. ac2e88f Initial attempt at adding support for max metadata size. Currently, the by Mark D. Roth · 8 years ago
  78. 9e38089 Merge remote-tracking branch 'refs/remotes/grpc/master' into api_fuzzer by Craig Tiller · 8 years ago
  79. 1f3319b Fixed clang formatting problems. by Mark D. Roth · 8 years ago
  80. cec4298 Merge pull request #4569 from jskeet/fix-buildall by Jan Tattermusch · 8 years ago
  81. 3c6ace6 Fixed case statement in build_package_node by murgatroid99 · 8 years ago
  82. c17939a Merge pull request #6181 from yang-g/proto_comments by Jan Tattermusch · 8 years ago
  83. c0ad0bd Clear bin directory after generating each tarball by murgatroid99 · 8 years ago
  84. 1843ccb Use static const strings by Benjamin Herzog · 8 years ago
  85. 640d71d Use cpp macros for the "application/grpc" string and its length. by Mark D. Roth · 8 years ago
  86. f16427d Merge pull request #6303 from ctiller/fix_metadata_refs by Vijay Pai · 8 years ago
  87. a93e5a4 Fix use-after-free by Craig Tiller · 8 years ago
  88. cce51fe Added compression tracer by David Garcia Quintas · 8 years ago
  89. 9859d8d Fix use-after-free by Craig Tiller · 8 years ago
  90. 144ab98 Merge branch 'fix_metadata_refs' into split-me-baby-one-more-time by Craig Tiller · 8 years ago
  91. 068d143 Expand corpora by Craig Tiller · 8 years ago
  92. 773d990 Fix refcounting bug for mdstrs by Craig Tiller · 8 years ago
  93. ee9de2f cleanup build_interop.sh for python by Jan Tattermusch · 8 years ago
  94. d9062b9 Get version explicitly by murgatroid99 · 8 years ago
  95. 6375307 Get version explicitly by murgatroid99 · 8 years ago
  96. 825471c Add --compiler python3.4 option to run_tests.py by Jan Tattermusch · 8 years ago
  97. 24947de Fixed working directory path by murgatroid99 · 8 years ago
  98. a4c1644 Actually make the output directories by murgatroid99 · 8 years ago
  99. 7c0e1ee regenerate code by Jan Tattermusch · 8 years ago
  100. 4e0f73c add internal_access option for C# codegen by Jan Tattermusch · 8 years ago