1. 96ba68d Fix more allocation bugs. by Mark D. Roth · 8 years ago
  2. eed3815 Pass ownership of grpc_tcp_server_acceptor to connector. by Mark D. Roth · 8 years ago
  3. d9ef283 clang-format by Mark D. Roth · 8 years ago
  4. 65b79c8 Rename *_create_handshakers() to *_add_handshakers(). by Mark D. Roth · 8 years ago
  5. 4ee9bb0 Fix race if connector is shutdown while connecting by Craig Tiller · 8 years ago
  6. 73c4f8f Readability improvements by Craig Tiller · 8 years ago
  7. 504ae43 Add parens by Craig Tiller · 8 years ago
  8. 9099350 Get idle edge reliably by Craig Tiller · 8 years ago
  9. c494c7b Fix some things: by Craig Tiller · 8 years ago
  10. 0627af2 Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23 by Craig Tiller · 8 years ago
  11. a0bb374 Fix server_chttp2_test. by Mark D. Roth · 8 years ago
  12. 4999d0a Merge branch 'backoff' of github.com:dgquintas/grpc into fixit23 by Craig Tiller · 8 years ago
  13. 1402a29 Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23 by Craig Tiller · 8 years ago
  14. 0f4bbba Fix allocation bugs in server shutdown. by Mark D. Roth · 8 years ago
  15. ba801e6 Merge branch 'security_handshaker2' of github.com:markdroth/grpc into fixit23 by Craig Tiller · 8 years ago
  16. a0bcfbb Fix Windows build problem. by Mark D. Roth · 8 years ago
  17. 3e9ba86 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  18. 8aa2f70 Code review changes. by Mark D. Roth · 8 years ago
  19. 7140382 Use the same server code for both secure and insecure servers. by Mark D. Roth · 8 years ago
  20. a561785 clang-format by Mark D. Roth · 8 years ago
  21. 412e6ac Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  22. 53bd693 Code review changes. by Mark D. Roth · 8 years ago
  23. 0d7b043 Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  24. 4b06406 Merge github.com:grpc/grpc into hansel by Craig Tiller · 8 years ago
  25. 86a893d Merge remote-tracking branch 'upstream/master' into security_handshaker2 by Mark D. Roth · 8 years ago
  26. 9fbb338 Review feedback by Craig Tiller · 8 years ago
  27. e6e1c9e Fix link problem for insecure target. by Mark D. Roth · 8 years ago
  28. 296984b Break infinite connection retry loop by Craig Tiller · 8 years ago
  29. b62f364 Fix shutdown semantics for client and server code. by Mark D. Roth · 8 years ago
  30. c6e1e69 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  31. c584d99 Eliminate some code duplication. by Mark D. Roth · 8 years ago
  32. 6c3d040 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  33. 0610434 Always shut down endpoints before destroying them. by Mark D. Roth · 8 years ago
  34. 30f698f Make handshaker responsible for destroying endpoint on shutdown or failure. by Mark D. Roth · 8 years ago
  35. 4cdcd12 Fix locking bug in HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  36. 09ee8d0 Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  37. f493651 Merge branch 'master' of github.com:grpc/grpc into backoff by David Garcia Quintas · 8 years ago
  38. 1edfb95 Updated backoff to spec. by David Garcia Quintas · 8 years ago
  39. 74ce594 Merge pull request #8815 from yang-g/http_trace by Yang Gao · 8 years ago
  40. 01eda53 Merge pull request #8829 from dgquintas/grpclb_right_target by David G. Quintas · 8 years ago
  41. 6493a73 Check on *target, not target by David Garcia Quintas · 8 years ago
  42. 1ebcaa2 Fixed leak upon duped serverlist updates by David Garcia Quintas · 8 years ago
  43. 8fb73d2 Pretty print outgoing headers by yang-g · 8 years ago
  44. 4283a26 pr comments by David Garcia Quintas · 8 years ago
  45. 062ab44 Fix locking in HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  46. e7d2f21 improved logging by David Garcia Quintas · 8 years ago
  47. c2e6254 Merge branch 'master' of github.com:grpc/grpc into grpclb_reworked_conn_state by David Garcia Quintas · 8 years ago
  48. 405503b Merge pull request #8758 from dgquintas/lb_token_nullness by David G. Quintas · 8 years ago
  49. 149f09d Rewrote connectivity status logic for gRPC LB by David Garcia Quintas · 8 years ago
  50. 96df9e5 Use the same synchronization in the insecure server code as in the secure. by Mark D. Roth · 8 years ago
  51. 8686cab Use the same connector code for both secure and insecure clients. by Mark D. Roth · 8 years ago
  52. f77a8ff Code cleanup. by Mark D. Roth · 8 years ago
  53. 3d7e492 Add missing mutex clean-up. by Mark D. Roth · 8 years ago
  54. ed92f7b Merge pull request #8617 from markdroth/service_config_json by Mark D. Roth · 8 years ago
  55. 183a59f Clean up connector code. by Mark D. Roth · 8 years ago
  56. 3975768 Fix bugs from merge. by Mark D. Roth · 8 years ago
  57. 6446368 Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  58. 30a1beb Fix edge cases in HTTP CONNECT handshaker. by Mark D. Roth · 8 years ago
  59. 4a0e584 Undo wrong NULLing in grpclb by David Garcia Quintas · 8 years ago
  60. f9b56b9 Change grpc_handshaker_args to be owned by the handshake manager. by Mark D. Roth · 8 years ago
  61. 7d1fc82 Merge github.com:grpc/grpc into hansel by Craig Tiller · 8 years ago
  62. bed2404 Remove spam by Craig Tiller · 8 years ago
  63. d4ed4fd Merge remote-tracking branch 'upstream/master' into security_handshaker3 by Mark D. Roth · 8 years ago
  64. 411297b Merge remote-tracking branch 'upstream/master' into security_handshaker2 by Mark D. Roth · 8 years ago
  65. ac88ca1 Fix logic race in chttp2 write path by Craig Tiller · 8 years ago
  66. 863113a Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  67. 963be37 Changed security handshakers to use generic handshaker API. by Mark D. Roth · 8 years ago
  68. b0fb2d2 fix windows build by Jan Tattermusch · 8 years ago
  69. 850cbaa Added more testing for grpclb tokens by David Garcia Quintas · 8 years ago
  70. a1cf4dd Merge pull request #8666 from dgquintas/rr_fixall by David G. Quintas · 8 years ago
  71. 738e6db Fix use-after-free in time parse caching by Craig Tiller · 8 years ago
  72. 3d48c99 Minor boolification. by Mark D. Roth · 8 years ago
  73. f392ce9 Merge pull request #8662 from markdroth/latency_in_final_info by Mark D. Roth · 8 years ago
  74. 8f68e29 Merge pull request #8733 from dgquintas/grpclb_deadlock by David G. Quintas · 8 years ago
  75. d03afbd Merge branch 'master' of github.com:grpc/grpc into rr_fixall by David Garcia Quintas · 8 years ago
  76. 7d46b94 Merge pull request #8724 from dgquintas/chttp_initial_md_copypaste_fix by David G. Quintas · 8 years ago
  77. 3ddebf4 PR comment by David Garcia Quintas · 8 years ago
  78. 473187a Merge branch 'security_handshaker1' into security_handshaker2 by Mark D. Roth · 8 years ago
  79. fcf5e10 clang-format by Mark D. Roth · 8 years ago
  80. 4f74d04 Fix error refcounting in on_handshake_done callbacks. by Mark D. Roth · 8 years ago
  81. c560c5a Merge remote-tracking branch 'upstream/master' into security_handshaker1 by Mark D. Roth · 8 years ago
  82. ad1b395 Merge remote-tracking branch 'upstream/master' into latency_in_final_info by Mark D. Roth · 8 years ago
  83. b16c1e3 Move deadline handling to handshake manager. by Mark D. Roth · 8 years ago
  84. 4b5cdb7 Change handshaker API to take grpc_closure instead of grpc_iomgr_cb_func. by Mark D. Roth · 8 years ago
  85. 76f90c3 Merge pull request #8728 from murgatroid99/more_uv_fixes by Michael Lumish · 8 years ago
  86. b1f6bf2 Merge pull request #8086 from y-zeng/fix_gprc by Yuchen Zeng · 8 years ago
  87. a74b246 Fixed deadlock between glb_shutdown and lb_on_server_status_received by David Garcia Quintas · 8 years ago
  88. 27588bb Change handshake manager to invoke callbacks via an exec_ctx. by Mark D. Roth · 8 years ago
  89. ed2f308 NULLs needed at fail_pending_writes() too by David Garcia Quintas · 8 years ago
  90. 2e01234 Fix sanity, uv, and windows builds by murgatroid99 · 8 years ago
  91. 3fde399 Fixed wrong NULLing in chttp2 transport by David Garcia Quintas · 8 years ago
  92. a5da0ef Merge pull request #8486 from y-zeng/get_tos by Yuchen Zeng · 8 years ago
  93. 69f783d Allow LB policy name to be matched in a case-insensitive manner. by Mark D. Roth · 8 years ago
  94. c19049c clang-format by Mark D. Roth · 8 years ago
  95. 7079809 Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago
  96. 84c8a02 Change JSON format to use the standard proto3 mapping for each type. by Mark D. Roth · 8 years ago
  97. e9448df Fixed wrong ordering of operations by David Garcia Quintas · 8 years ago
  98. d5e53b0 Merge pull request #8685 from dgquintas/glb_locks by David G. Quintas · 8 years ago
  99. c625c7a Allow fetching service config via grpc_channel_get_info(). by Mark D. Roth · 8 years ago
  100. c56c3ad Merge remote-tracking branch 'upstream/master' into service_config_json by Mark D. Roth · 8 years ago