1. a9236bc Merge pull request #10824 from ctiller/proxy2 by Craig Tiller · 8 years ago
  2. 4865c79 Merge pull request #10613 from ctiller/framing_costs by Craig Tiller · 8 years ago
  3. 8c71bde Merge pull request #10522 from jiangtaoli2016/new_tsi by David G. Quintas · 8 years ago
  4. 15fda75 Merge pull request #10427 from ctiller/c++lame by Craig Tiller · 8 years ago
  5. 136533e fix security_connector.c formatting by Jan Tattermusch · 8 years ago
  6. 815e318 Removing cipher suites blacklisted in HTTP2. by Julien Boeuf · 8 years ago
  7. 382bd82 Merge pull request #10627 from jboeuf/more_ssl_factory_cleanup by jboeuf · 8 years ago
  8. 737da9f Merge github.com:grpc/grpc into c++lame by Craig Tiller · 8 years ago
  9. 436a394 Merge pull request #10823 from ncteisen/client-auth-filter-fuzz by Noah Eisen · 8 years ago
  10. ec6f434 Merge pull request #10867 from nathanielmanistaatgoogle/2.7-and-later by Nathaniel Manista · 8 years ago
  11. 4dad725 Merge pull request #10805 from dgquintas/g_for_1.4.x by David G. Quintas · 8 years ago
  12. 1820965 Merge pull request #10629 from kuscsik/build_fix by Vijay Pai · 8 years ago
  13. b1faf02 What was once Mac OS X is now called macOS by Nathaniel Manista · 8 years ago
  14. ffc23ff Drop Python 2.7-only implication by Nathaniel Manista · 8 years ago
  15. b71ef65 more TLS cleanup. by Julien Boeuf · 8 years ago
  16. bb4046c Regenerate projects by Craig Tiller · 8 years ago
  17. fcb56a7 core, avl: rename static functions by Zoltan Kuscsik · 8 years ago
  18. f725d7e Merge branch 'master' of https://github.com/grpc/grpc into client-auth-filter-fuzz by Noah Eisen · 8 years ago
  19. 70406b7 Merge branch 'master' into new_tsi by jiangtaoli2016 · 8 years ago
  20. ad8d36d clang fmt by Noah Eisen · 8 years ago
  21. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 8 years ago
  22. 7eaca2f Propagate publish error by Noah Eisen · 8 years ago
  23. c83346f Merge pull request #10796 from danzh2010/udpserver2 by Yang Gao · 8 years ago
  24. 8128608 Merge branch 'master' into new_tsi by jiangtaoli2016 · 8 years ago
  25. f2263e1 fix guards in transport_security_adapter.h by jiangtaoli2016 · 8 years ago
  26. 6f2024f Merge github.com:grpc/grpc into c++lame by Craig Tiller · 8 years ago
  27. 731adcc Merge pull request #10584 from ctiller/hybrid by Craig Tiller · 8 years ago
  28. 1c2332b Fix potential memory leak, cleanup some code by Craig Tiller · 8 years ago
  29. d3ba7cb Don't abort on input by Noah Eisen · 8 years ago
  30. e0e961a fix guard on src/core/tsi/transport_security_adapter.h by jiangtaoli2016 · 8 years ago
  31. 6cb5e27 Merge branch 'master' into new_tsi by jiangtaoli2016 · 8 years ago
  32. 18548b8 Merge pull request #10258 from markdroth/service_config_lb_semantics by Mark D. Roth · 8 years ago
  33. d978a95 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  34. c3ddcf2 Merge pull request #10801 from dgquintas/demote_handshake by David G. Quintas · 8 years ago
  35. ae64b01 updated g meaning for 1.4.x by David Garcia Quintas · 8 years ago
  36. 85bf34a Copy slices for in-process transports: its no longer safe to just ref by Craig Tiller · 8 years ago
  37. ee880fd Merge github.com:grpc/grpc into count_now by Craig Tiller · 8 years ago
  38. 1a0b4cf Merge pull request #10777 from ctiller/c++compat1 by Craig Tiller · 8 years ago
  39. 9c1dd5c Merge pull request #10779 from ctiller/c++compat2 by Craig Tiller · 8 years ago
  40. c3fc834 Demote handshake logging msg to DEBUG by David Garcia Quintas · 8 years ago
  41. 42a95a2 Merge pull request #10505 from muxi/move-parsing-queue by Muxi Yan · 8 years ago
  42. fefd2f2 Add make udp_server shutdown_fd() protected by mutex lock. by Dan Zhang · 8 years ago
  43. 7748faf Merge pull request #10639 from vjpai/buildfixes by Vijay Pai · 8 years ago
  44. 305e4eb Merge pull request #10775 from yang-g/http2_client by Yang Gao · 8 years ago
  45. b7f1129 Merge pull request #10742 from markdroth/hash_table by Mark D. Roth · 8 years ago
  46. e5db841 Merge remote-tracking branch 'upstream/master' into service_config_lb_semantics by Mark D. Roth · 8 years ago
  47. decec09 Merge github.com:grpc/grpc into c++lame by Craig Tiller · 8 years ago
  48. 24c7a18 Merge github.com:grpc/grpc into framing_costs by Craig Tiller · 8 years ago
  49. f30db36 Merge github.com:grpc/grpc into c++compat1 by Craig Tiller · 8 years ago
  50. f18f30e Merge github.com:grpc/grpc into c++compat2 by Craig Tiller · 8 years ago
  51. 77a4c52 Merge pull request #10771 from ncteisen/yet-another-error-refcount-bug by Noah Eisen · 8 years ago
  52. 50f7e1a Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  53. 393d33c Merge pull request #10756 from jtattermusch/csharp_prevent_reuseport by Jan Tattermusch · 8 years ago
  54. fd00263 Fix nit by Muxi Yan · 8 years ago
  55. bcdf9e8 Merge pull request #10739 from muxi/fix-unpaired-benchmark by Muxi Yan · 8 years ago
  56. a8e5675 Merge branch 'master' of https://github.com/grpc/grpc into yet-another-error-refcount-bug by Noah Eisen · 8 years ago
  57. cdd9e56 C++ compatibility fix for stack_lockfree.c by Craig Tiller · 8 years ago
  58. 2757982 C++ compatibility fix for tmpfile_posix.c by Craig Tiller · 8 years ago
  59. 576e546 Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server by Vijay Pai · 8 years ago
  60. 922d117 One more use of incorrect submodule name by Vijay Pai · 8 years ago
  61. 03876f6 Fix http2_interop test for c++ and python by yang-g · 8 years ago
  62. 0d23d89 Add flexibility on *which* slice gets reffed by Craig Tiller · 8 years ago
  63. d5ad177 Merge github.com:grpc/grpc into framing_costs by Craig Tiller · 8 years ago
  64. 65c23aa Fix error refcount bug by Noah Eisen · 8 years ago
  65. 59db187 Merge branch 'tsan-c++' into hybrid by Craig Tiller · 8 years ago
  66. a4894fc Merge pull request #10182 from ctiller/cpparena by Craig Tiller · 8 years ago
  67. 4c91148 Merge pull request #10748 from murgatroid99/upmerge_v1.3.x by Michael Lumish · 8 years ago
  68. 84a920d Merge pull request #10450 from vjpai/framer by Vijay Pai · 8 years ago
  69. b8f1483 Merge pull request #10747 from vjpai/dedebug by Vijay Pai · 8 years ago
  70. ba39035 clang-format by Mark D. Roth · 8 years ago
  71. 09d2f55 eliminate crosstalk between C# tests by Jan Tattermusch · 8 years ago
  72. f517fad expose grpc.so_reuseport in C# by Jan Tattermusch · 8 years ago
  73. abd8fb7 Merge pull request #10730 from ctiller/proxy_crash by Craig Tiller · 8 years ago
  74. 8d7efef Merge pull request #10691 from ncteisen/error-refcount by Noah Eisen · 8 years ago
  75. ce67bff Merge remote-tracking branch 'upstream/v1.3.x' into upmerge_v1.3.x by murgatroid99 · 8 years ago
  76. c96c0f9 Remove DEBUG code that is itself buggy (integer overflow) by Vijay Pai · 8 years ago
  77. 6984e1d Merge github.com:grpc/grpc into c++lame by Craig Tiller · 8 years ago
  78. 06a30ee Merge github.com:grpc/grpc into cpparena by Craig Tiller · 8 years ago
  79. feaee85 Merge pull request #10592 from matt-kwong/py-metadata by Matt Kwong · 8 years ago
  80. 79fda0a Merge pull request #10732 from ctiller/formatz by Craig Tiller · 8 years ago
  81. 7b692ca Merge pull request #10543 from practo/php_basestub_channel_fix by Stanley Cheung · 8 years ago
  82. a2529ce Minor comment polish by Muxi Yan · 8 years ago
  83. b965ff6 Move test to GRPCClientTests by Muxi Yan · 8 years ago
  84. e89d958 Merge pull request #10717 from dgquintas/moar_grpclb_leaks by David G. Quintas · 8 years ago
  85. 8805306 Revert API to change default queue for a stub by Muxi Yan · 8 years ago
  86. e0a8737 Fix bug in service config code. by Mark D. Roth · 8 years ago
  87. 0c0b89a Change hash table to use linear probing and add unit test. by Mark D. Roth · 8 years ago
  88. 93b1120 Fix pairing of GRPC_TIMER_BEGIN/END in grpc_byte_stream_next by Muxi Yan · 8 years ago
  89. f583975 Include <sys/socket.h> for AF_INET by Mehrdad Afshari · 8 years ago
  90. 5b1c5f2 Extend clang-format to C#, Node, Ruby by Craig Tiller · 8 years ago
  91. 0dd38b5 Fix broken merge by Craig Tiller · 8 years ago
  92. 3588248 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  93. d7b72ee Merge pull request #10711 from ctiller/tm1 by Craig Tiller · 8 years ago
  94. bea92ba Fix bins/opt/end2end_test --gtest_filter=ProxyEnd2end/ProxyEnd2endTest.RpcDeadlineExpires/1 GRPC_POLL_STRATEGY=poll by Craig Tiller · 8 years ago
  95. 932f1c3 Merge github.com:grpc/grpc into hybrid by Craig Tiller · 8 years ago
  96. e300670 Simplify hash table API: remove per-entry vtable and take ownership of by Mark D. Roth · 8 years ago
  97. 0a458b5 Fix Bazel build by Craig Tiller · 8 years ago
  98. f659ee5 Move comment by Craig Tiller · 8 years ago
  99. ea07b60 Post-review update by Mahak Mukhi · 8 years ago
  100. 7fadeae Fix a couple leaks by David Garcia Quintas · 8 years ago