1. 15494b5 Don't set the channel's state to TRANSIENT_FAILURE if we updated the LB policy. by Mark D. Roth · 7 years ago
  2. 102efba Merge pull request #11186 from ctiller/hps by Craig Tiller · 7 years ago
  3. aee639e Merge pull request #11748 from ctiller/c++compat5 by Craig Tiller · 7 years ago
  4. 7593255 Merge pull request #11702 from ctiller/ubsan101 by Craig Tiller · 7 years ago
  5. ed38016 C++ compatibility fixes by Craig Tiller · 7 years ago
  6. e7ba3e9 Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1846 by Noah Eisen · 7 years ago
  7. 0c1f4be Merge pull request #11741 from kpayson64/tf_rollback by Nicolas Noble · 7 years ago
  8. ee145be Merge pull request #11729 from murgatroid99/uv_memory_leak_fixes by Michael Lumish · 7 years ago
  9. b84a489 Revert "Reduce server memory usage" by Ken Payson · 7 years ago
  10. a4710a0 Revert "Remove lockfree-stack implementation that is no longer used" by Ken Payson · 7 years ago
  11. 33f54af Merge pull request #11051 from jboeuf/fix_issue_11011 by Matt Kwong · 7 years ago
  12. cd4508f Fix some memory leaks in UV TCP code by murgatroid99 · 7 years ago
  13. 630e26b Code cleanups in client_auth_filter and server_auth_filter. by Mark D. Roth · 7 years ago
  14. 05f6d7e Merge pull request #11696 from dgquintas/rr_concurrent_updates_fix by David G. Quintas · 7 years ago
  15. 4e014a2 Merge pull request #11639 from murgatroid99/master_1.4.1_upmerge by Michael Lumish · 7 years ago
  16. 60751fe Add client_channel tracer; code cleanup; eliminate an allocation. by Mark D. Roth · 7 years ago
  17. 8dc24e3 Merge pull request #11644 from ncteisen/murder-the-custom-debugging-defines by Noah Eisen · 7 years ago
  18. e9f6eac Merge pull request #11684 from sreecha/timer_manager_fix by Sree Kuchibhotla · 7 years ago
  19. e9cd8a8 Remove more custom debug defines by ncteisen · 7 years ago
  20. a9694ec Merge pull request #11495 from agc-sec/fixopenssl-jwt by Matt Kwong · 7 years ago
  21. 4b2def3 Fix RR concurrent updates by David Garcia Quintas · 7 years ago
  22. 8af7989 Fix potential rounding error by Craig Tiller · 7 years ago
  23. 65dd99f fix typos identified in code review by Sree Kuchibhotla · 7 years ago
  24. 882ba60 Merge remote-tracking branch 'upstream/v1.4.x' into master_1.4.1_upmerge by murgatroid99 · 7 years ago
  25. a1a3f36 Merge github.com:grpc/grpc into optimize_for by Craig Tiller · 7 years ago
  26. 07c016b Merge github.com:grpc/grpc into hps by Craig Tiller · 7 years ago
  27. ce91f4a Attempt to fix #11011. Treating the close-notify alert as a non-error case. by Julien Boeuf · 7 years ago
  28. 55acb7c timer_manager fix by Sree Kuchibhotla · 7 years ago
  29. 96e51c8 Merge pull request #11648 from markdroth/c++_filter_fixes by Mark D. Roth · 7 years ago
  30. 83dc505 Merge pull request #11447 from markdroth/default_max_header_size by Mark D. Roth · 7 years ago
  31. 0c595ec Merge pull request #11651 from markdroth/http1_handshakers by Mark D. Roth · 7 years ago
  32. 36a481e Removed leftover debugging msg by David Garcia Quintas · 7 years ago
  33. cd4e69f Merge pull request #11645 from ncteisen/musl-fix by Noah Eisen · 7 years ago
  34. 9864662 Merge pull request #11604 from dgquintas/fix_rr_state_master by David G. Quintas · 7 years ago
  35. be928be Allow HTTP CONNECT handshaker to be used in http1 client. by Mark D. Roth · 7 years ago
  36. cc4ef59 Improvements to C++ filter API: by Mark D. Roth · 7 years ago
  37. 1e0aae6 Fix musl by Noah Eisen · 7 years ago
  38. af084dc Fixes to pick first by David Garcia Quintas · 7 years ago
  39. b9078c8 Properly use uint64_t not unsigned int64_t by Vijay Pai · 7 years ago
  40. ff17b05 Document error unref contract for iomgr cb's and transport/stream errors by Vijay Pai · 7 years ago
  41. d8bf2df Merge pull request #10462 from nicolasnoble/ares-header-pollution by Nicolas Noble · 7 years ago
  42. 52e68e9 Merge pull request #11591 from dgquintas/rr_state_fix_1.4 by David G. Quintas · 7 years ago
  43. fe01f17 Merge pull request #11605 from dgquintas/backport_windows_inline by David G. Quintas · 7 years ago
  44. d6cc530 clang-format by David Garcia Quintas · 7 years ago
  45. 3d99597 s/inline/__inline/. Visual studio incompatiblity. by Makarand Dharmapurikar · 7 years ago
  46. 71a78e9 Merge pull request #11590 from yang-g/zombie_paylod by Yang Gao · 7 years ago
  47. 8ba7b04 Remove extra blank line by murgatroid99 · 7 years ago
  48. bf52761 Merge pull request #11577 from markdroth/compression_filter_fix by Mark D. Roth · 7 years ago
  49. b8be143 formatting changes by David Garcia Quintas · 7 years ago
  50. 9d1a5de Fix RR policy connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  51. 1f0fc53 Have the fake resolver "re-resolve" upon seeing error by David Garcia Quintas · 7 years ago
  52. cebc1d7 Deal with errors refs by David Garcia Quintas · 7 years ago
  53. 8399ff6 Merge pull request #11584 from muxi/fix-cronet-lock-abort by Muxi Yan · 7 years ago
  54. eb74c92 Fix unref of read slice in tcp_uv.c by murgatroid99 · 7 years ago
  55. bc6bc09 fixed leak and outdated comment by David Garcia Quintas · 7 years ago
  56. 38ba466 Fix segfault in rr trace by David Garcia Quintas · 7 years ago
  57. 366270e Fix test by Muxi Yan · 7 years ago
  58. 64ea30f Fix RR policy connectivity state upon subchannels shutdown by David Garcia Quintas · 7 years ago
  59. 2b8b748 Destroy byte buffer to avoid leak in zombied calls by yang-g · 7 years ago
  60. c720828 Add comment to explain the added lines and disable debugging log by Muxi Yan · 7 years ago
  61. 275e392 Another bug fix in the same series by Muxi Yan · 7 years ago
  62. bb8b1c9 Node: fix status memory leak, improve tcp_uv read buffer allocation code by murgatroid99 · 7 years ago
  63. a1d79d9 Handle cancel correctly by Muxi Yan · 7 years ago
  64. 2024353 Merge pull request #11499 from markdroth/trailers_only by Mark D. Roth · 7 years ago
  65. bd3b93b Add support for Trailers-Only responses. by Mark D. Roth · 7 years ago
  66. 7cd1425 Fix handling of send_message before send_initial_metadata in compress filter. by Mark D. Roth · 7 years ago
  67. 86a4d99 Remove 'long long' by Vijay Pai · 7 years ago
  68. 892afc2 Merge pull request #10833 from ncteisen/tracing-overhaul by Noah Eisen · 7 years ago
  69. 264879f Overhaul the new pollers by Noah Eisen · 7 years ago
  70. 08cefa0 Don't initiate writes on setting pushes by ncteisen · 7 years ago
  71. 4b65414 Unref existing error before setting new one by yang-g · 7 years ago
  72. 045f934 Merge pull request #11540 from yang-g/unref_error by Yang Gao · 7 years ago
  73. d8847b9 Merge pull request #11430 from vjpai/popstack by Vijay Pai · 7 years ago
  74. 0ca0be8 Clean up client_channel code and eliminate unnecessary allocations. by Mark D. Roth · 7 years ago
  75. e9c1787 Bump to version 1.4.0 by Ken Payson · 7 years ago
  76. 3ac64f8 Fix windows segfault by ncteisen · 7 years ago
  77. 3d04e02 Remove lockfree-stack implementation that is no longer used by Vijay Pai · 7 years ago
  78. 0aeede3 Unref existing error before setting a new one. by yang-g · 7 years ago
  79. f1633a9 Allow application optimization targets to be hinted to grpc (prefer latency over throughput for now) by Craig Tiller · 7 years ago
  80. 1f6e176 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  81. 973863d Fix some type warning by ncteisen · 7 years ago
  82. 96388d6 Format the code. by allen clement · 7 years ago
  83. 679a327 Merge branch 'fixopenssl-jwt' of https://github.com/agc-sec/grpc into fixopenssl-jwt by allen clement · 7 years ago
  84. cf77379 Create jwt_verifier.c by agc-sec · 7 years ago
  85. 2890355 Create jwt_verifier.c by agc-sec · 7 years ago
  86. 2f60472 Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. by allen clement · 7 years ago
  87. 1cd27b9 Adding a wrapper function to src/core/lib/security/credentials/jwt/jwt_verifier.c in order to partially resolve https://github.com/grpc/grpc/issues/10589. by allen clement · 7 years ago
  88. fb8d62e Make epollex not default by Ken Payson · 7 years ago
  89. 63068f3 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  90. 65b2ff9 Merge pull request #11450 from ctiller/epex7 by Noah Eisen · 7 years ago
  91. 696560c Merge pull request #11391 from markdroth/channel_args_helpers by Mark D. Roth · 7 years ago
  92. f8061e8 Fix compile. WIP probably by ncteisen · 7 years ago
  93. ca669b0 Fix sanity by Craig Tiller · 7 years ago
  94. ca4fc66 Add symbolic constant by Craig Tiller · 7 years ago
  95. b19c58a Merge branch 'epex5' into epex6 by Craig Tiller · 7 years ago
  96. 326c951 Merge github.com:grpc/grpc into epex5 by Craig Tiller · 7 years ago
  97. 3bc2558 clang fmt by ncteisen · 7 years ago
  98. f463eb2 Merge branch 'master' of https://github.com/grpc/grpc into tracing-overhaul by ncteisen · 7 years ago
  99. a461f0d Merge pull request #10767 from ncteisen/closure-debug-trace by Noah Eisen · 7 years ago
  100. 8d5e60b Add helpers for creating channel args. by Mark D. Roth · 7 years ago