1. 1824f05 Add HTTP request parsing. by Matthew Iselin · 9 years ago
  2. b9501bc Python 3: fix a bytes/str runtime issue by Leifur Halldor Asgeirsson · 8 years ago
  3. be09541 Specification for stress test clients by Sree Kuchibhotla · 8 years ago
  4. 6346041 Fix failure handling code by yang-g · 8 years ago
  5. 27b8d90 Add option to use old client method argument order for now by murgatroid99 · 8 years ago
  6. 39fd221 Merge pull request #5899 from dgquintas/uchannels_kthxbai by Jan Tattermusch · 8 years ago
  7. 2b0d66c Merge pull request #5823 from VcamX/patch-2 by Jan Tattermusch · 8 years ago
  8. fe279af Merge pull request #5733 from ctiller/dns_backoff by Jan Tattermusch · 8 years ago
  9. 3271dbc Merge pull request #5896 from vjpai/i_know_freelists by Jan Tattermusch · 8 years ago
  10. 6753ae0 fix include guard for unix_sockets_posix by ahedberg · 8 years ago
  11. 3811dc7 more style fixes by ahedberg · 8 years ago
  12. 879ce77 include sockaddr.h in unix_sockets_posix.h for platform compatibility by ahedberg · 8 years ago
  13. a814c7d Merge pull request #5893 from nicolasnoble/objc-finish-handler by makdharma · 8 years ago
  14. e04d836 Merge pull request #5910 from ctiller/temporary_reprieve by Jan Tattermusch · 8 years ago
  15. 8afb88d fix copyright dates and style issues by ahedberg · 8 years ago
  16. ce37938 Make grpc-python ByteBuffer.bytes() linear cost. by alex · 8 years ago
  17. 799fd4b fix compilation errors by ahedberg · 8 years ago
  18. fcbcbff prefix external linkage functions with grpc by ahedberg · 8 years ago
  19. 8615b7b Merge pull request #4679 from nicolasnoble/codegen-paths by Yang Gao · 8 years ago
  20. a5abbd2 Mark mlog_test as flaky by Craig Tiller · 8 years ago
  21. e7077b5 Fix a missing include in UDP_SERVER code and by vjpai · 8 years ago
  22. ffdeda1 Fixed copyright by murgatroid99 · 8 years ago
  23. 04961a0 Merge pull request #5863 from dgquintas/includes_namespaces by Jan Tattermusch · 8 years ago
  24. c5a4cef Merge pull request #5865 from ctiller/clang_complete by Jan Tattermusch · 8 years ago
  25. bf7df7d Merge pull request #5870 from dgquintas/fix_static by Jan Tattermusch · 8 years ago
  26. 84ffe2b Merge pull request #5898 from vjpai/log_wall by Jan Tattermusch · 8 years ago
  27. 6586599 Merge pull request #5744 from murgatroid99/ruby_gc_mark_credentials_callback by Jan Tattermusch · 8 years ago
  28. bbb1d10 Merge pull request #5659 from leifurhauks/py3_examples by Jan Tattermusch · 8 years ago
  29. c6b1a71 Merge pull request #5490 from murgatroid99/ruby_call_credentials_log_error by Jan Tattermusch · 8 years ago
  30. 795a50f Merge pull request #5417 from ctiller/fix_something by Jan Tattermusch · 8 years ago
  31. 9168181 Merge pull request #5771 from murgatroid99/node_metadata_plugin_event_loop_fix by Jan Tattermusch · 8 years ago
  32. 029ecca Merge pull request #5832 from vjpai/make_udp_server_test_great_again by Nicolas Noble · 8 years ago
  33. 86eece8 Merge pull request #5797 from ctiller/win2 by Jan Tattermusch · 8 years ago
  34. 2fa7c96 Merge pull request #5903 from sreecha/stress_test_gke_readme by adelez · 8 years ago
  35. 6fa333a Add troubleshooting instructions by sreek · 8 years ago
  36. 62dcaa2 Merge pull request #5650 from leifurhauks/py3_iteritems by Nicolas Noble · 8 years ago
  37. 19e1ea4 Merge pull request #5585 from stanley-cheung/update-manifest-md by Nicolas Noble · 8 years ago
  38. 9a0c741 Follow Node's callback-last convention for client calls by murgatroid99 · 8 years ago
  39. fb349b9 removed uchannels by David Garcia Quintas · 8 years ago
  40. 6bda849 Fixing copyrights. by Nicolas "Pixel" Noble · 8 years ago
  41. 33e2d3b Merge branch 'master' of https://github.com/grpc/grpc into codegen-paths by Nicolas "Pixel" Noble · 8 years ago
  42. 3abc651 Remove a spammy log by vjpai · 8 years ago
  43. e07c368 Update test by Craig Tiller · 8 years ago
  44. c699342 Lock the FD when initializing it out of the freelist. by vjpai · 8 years ago
  45. d262454 Fix time encoding by Craig Tiller · 8 years ago
  46. 7022436 For GRPCOperation's, ensure finish _handler can only be called once, and release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. by Nicolas "Pixel" Noble · 8 years ago
  47. f29d1f7 Update clang-format to 3.8 by Craig Tiller · 8 years ago
  48. f64befd Make a copy of ByteBuffer when writing by yang-g · 8 years ago
  49. a4942a0 @jtattermusch correctly pointed out that we are not setting by vjpai · 8 years ago
  50. ca2886a Made the code simpler to parse for humans by David Garcia Quintas · 8 years ago
  51. 07503b6 Add identity to static metadata accept-encodings bitmasks by David Garcia Quintas · 8 years ago
  52. fb6e13b Merge pull request #5788 from vjpai/make_clang_great_again_v2 by Jan Tattermusch · 8 years ago
  53. c757f34 Merge branch 'clang_complete' into ignore_connectivity by Craig Tiller · 8 years ago
  54. 230e852 Support clang_complete based editor plugins by Craig Tiller · 8 years ago
  55. 711766d Ensure that no #includes are inside of a namespace. by David Garcia Quintas · 8 years ago
  56. 9ed7fb6 Merge branch 'idempotent' into ignore_connectivity by Craig Tiller · 8 years ago
  57. c65ed87 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  58. b08ee7a Merge pull request #5653 from leifurhauks/py3_iterators by Jan Tattermusch · 8 years ago
  59. 2079292 Merge pull request #5651 from leifurhauks/py3_metaclasses by Jan Tattermusch · 8 years ago
  60. bb644e9 Merge pull request #5754 from ctiller/new_boring_ssl by Jan Tattermusch · 8 years ago
  61. 0f30cd8 Merge github.com:grpc/grpc into dns_backoff by Craig Tiller · 8 years ago
  62. 4465455 Merge github.com:grpc/grpc into idempotent by Craig Tiller · 8 years ago
  63. d13178a Merge branch 'fix_something' of github.com:ctiller/grpc into fix_something by Craig Tiller · 8 years ago
  64. 5389dc3 Merge github.com:grpc/grpc into fix_something by Craig Tiller · 8 years ago
  65. 6e96e5c Merge pull request #5304 from ctiller/filter-selection by Jan Tattermusch · 8 years ago
  66. f4e2564 Merge branch 'master' into make_clang_great_again_v2 by vjpai · 8 years ago
  67. 3d2686b Fix cast by Craig Tiller · 8 years ago
  68. 9d9e4d3 Please the include sanity check by Craig Tiller · 8 years ago
  69. 3448887 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  70. 0b6cb7d Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"" by Jorge Canizales · 8 years ago
  71. ddd4d7f Merge pull request #5494 from dgquintas/guard_check by Jan Tattermusch · 8 years ago
  72. 68edc15 Merge pull request #5679 from makdharma/master by Jan Tattermusch · 8 years ago
  73. 950ecbd Merge pull request #5646 from leifurhauks/import_cygrpc by Jan Tattermusch · 8 years ago
  74. dadb32a Merge pull request #5843 from dgquintas/fix-grpc-lib by Jan Tattermusch · 8 years ago
  75. ec42773 Merge pull request #5854 from ctiller/backoff2 by David G. Quintas · 8 years ago
  76. 132a006 Fix sanity by Craig Tiller · 8 years ago
  77. 3359997 Tweaks by Craig Tiller · 8 years ago
  78. de7edf8 Merge github.com:grpc/grpc into backoff2 by Craig Tiller · 8 years ago
  79. 2446114 Merge remote-tracking branch 'dgq/fix-grpc-lib' into make_clang_great_again_v2 by Vijay Pai · 8 years ago
  80. c0e3952 Re-enable tsan for qps tests by Vijay Pai · 8 years ago
  81. 025432e Merge branch 'release_wall' into make_clang_great_again_v2 by Vijay Pai · 8 years ago
  82. f637ce5 Merge branch 'master' into make_clang_great_again_v2 by Vijay Pai · 8 years ago
  83. 4ce09cf Reorder a release store after the operations it protects. by vjpai · 8 years ago
  84. cb1c389 Merge pull request #5842 from vjpai/qps_wall by Jan Tattermusch · 8 years ago
  85. 8bce393 Merge pull request #5819 from dgquintas/compression_levels by Jan Tattermusch · 8 years ago
  86. dc6d5a6 Merge pull request #5829 from jtattermusch/fix_openssl_deadlink by Jan Tattermusch · 8 years ago
  87. 8090150 Merge pull request #5783 from dgquintas/nanopb-dockerfile by Jan Tattermusch · 8 years ago
  88. b4e8db2 Adding an argument to bad_ssl_cert in order to override the location of the test certificate. by Nicolas "Pixel" Noble · 8 years ago
  89. 3ab6f4d Merge branch 'revert-5841-revert-5723-backoff_lib' of github.com:grpc/grpc into backoff2 by Craig Tiller · 8 years ago
  90. 55977aa Merge pull request #5795 from ctiller/port_server by Jan Tattermusch · 8 years ago
  91. 58270d5 Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"" by Craig Tiller · 8 years ago
  92. 146070d fixed multiple initialization of globals by David Garcia Quintas · 8 years ago
  93. 80551af Merge pull request #5784 from ctiller/help-me-just-a-little-bit by Jan Tattermusch · 8 years ago
  94. 26eb86e Merge pull request #5828 from murgatroid99/node_example_dependencies_fix by Jan Tattermusch · 8 years ago
  95. 5c0b6dd Temporarily disable qps tsan tests since they are exposing a by vjpai · 8 years ago
  96. b41a1ac Merge pull request #5814 from sreecha/grpc_fixit by Jan Tattermusch · 8 years ago
  97. e4b419e Merge pull request #5805 from stanley-cheung/php-fix-arg-type by Jan Tattermusch · 8 years ago
  98. 6b0cb77 Merge pull request #5527 from ctiller/xoxo by Jan Tattermusch · 8 years ago
  99. 8707d69 Merge pull request #5841 from grpc/revert-5723-backoff_lib by Jan Tattermusch · 8 years ago
  100. 108cecb Revert "Factor out backoff code into a separate library (to be re-used elsewhere)" by David G. Quintas · 8 years ago