1. 9f7e963 Merge pull request #15883 from hcaseyal/remove_server_auth_allocation by hcaseyal · 6 years ago
  2. f061a88 Remove auth_context from call data. Use channel data auth context instead by Hope Casey-Allen · 6 years ago
  3. 9555484 Fix macro error and clang tidy by Hope Casey-Allen · 6 years ago
  4. 95800f4 Remove allocation in server_auth_filter by Hope Casey-Allen · 6 years ago
  5. 7206c05 refactor extra-copy integrity-only protector by jiangtaoli2016 · 6 years ago
  6. 10d853d Merge pull request #15891 from markdroth/subchannel_alignment_fix by Mark D. Roth · 6 years ago
  7. 52a2f21 Allow extra copy in zero-copy protector integrity-only mode by jiangtaoli2016 · 6 years ago
  8. d463a64 Fix subchannel call to align its call stack (similar to 15b37ac for parent call). by Mark D. Roth · 6 years ago
  9. e85e713 timer manager: don't turn off threading in start_threads() by Eric Gribkoff · 6 years ago
  10. 2223e60 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. by Mark D. Roth · 6 years ago
  11. 0a6fdb2 Merge pull request #15828 from apolcyn/fix_gcd by apolcyn · 6 years ago
  12. 1e0de6a Merge pull request #15777 from muxi/cfstream-doc by Muxi Yan · 6 years ago
  13. 35bbd90 Merge pull request #15848 from vjpai/thd_fix by Vijay Pai · 6 years ago
  14. 3c3b6b8 Merge pull request #15838 from muxi/objc-channel-args by Muxi Yan · 6 years ago
  15. ec1c014 Update link to network transition behavior doc by Muxi Yan · 6 years ago
  16. 82d65f2 Merge pull request #14650 from muxi/network-behavior-doc by Muxi Yan · 6 years ago
  17. 5d4bb06 Fix grammar by Muxi Yan · 6 years ago
  18. 0220a99 Explicitly delete fd from pollset set after c-ares is done by Alexander Polcyn · 6 years ago
  19. 7b0af97 Disable connectivity_state query for now by ncteisen · 6 years ago
  20. 2995000 Comments by Muxi Yan · 6 years ago
  21. e0198fc Merge pull request #15776 from sreecha/epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  22. 618a3f5 Merge pull request #15839 from hcaseyal/server_auth_allocation by hcaseyal · 6 years ago
  23. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  24. 8f3222c Remove allocation in server_auth filter and allocate on the arena instead by Hope Casey-Allen · 6 years ago
  25. 24416c7 Merge pull request #15834 from ganmacs/ensure-that-cancelled-server_streamer-call-raise-cancell by apolcyn · 6 years ago
  26. 1645e1c Sync'd load_balancer.proto by David Garcia Quintas · 6 years ago
  27. 6cec581 Merge pull request #15850 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  28. c1b64e3 GRPC::Cancelled should be occured when calling Enumrable#next on canceled call by ganmacs · 6 years ago
  29. 46168bf Check the value in the pointer, not the address by Vijay Pai · 6 years ago
  30. 1176dc3 Add tests by Muxi Yan · 6 years ago
  31. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  32. afbc251 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  33. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  34. 291bbc7 Add load reporter by Juanli Shen · 6 years ago
  35. 3da6227 Merge pull request #15800 from ganmacs/remove-redefine-class by apolcyn · 6 years ago
  36. 1517f80 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  37. 6c7b6b8 Merge pull request #15779 from ZhouyihaiDing/deserialize by Zhouyihai Ding · 6 years ago
  38. 9a0a2cc Merge pull request #15826 from mehrdada/upmerge-v1.13.x-into-master by Mehrdad Afshari · 6 years ago
  39. c82cd7c Merge pull request #15799 from AspirinSJL/htonl by Juanli Shen · 6 years ago
  40. d6b483b PHP: add deserialze as the argument for the interceptor by ZhouyihaiDing · 6 years ago
  41. 9f28775 Merge pull request #15793 from ganmacs/delete-unused-ivar by apolcyn · 6 years ago
  42. 84955e7 Upmerge v1.13.x into master by Mehrdad Afshari · 6 years ago
  43. 46a6059 Changes by kpayson64 · 6 years ago
  44. aaa063a Merge pull request #15820 from ncteisen/noisy-comment by Noah Eisen · 6 years ago
  45. 45915f7 Add caveat to noisy comment, push to dbg mode by ncteisen · 6 years ago
  46. f389e52 overhaul of top-level .md files by Jan Tattermusch · 6 years ago
  47. 650fcb6 Add MANIFEST and README to grpcio_testing package by Mehrdad Afshari · 6 years ago
  48. 1a46d07 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  49. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  50. c0d251a Fixing trailing metadata ops. by Vizerai · 6 years ago
  51. 6a025c0 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  52. d8772cf Merge pull request #15715 from markdroth/retry_data_per_attempt by Mark D. Roth · 6 years ago
  53. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  54. c635e41 Timeout and backoff by Muxi Yan · 6 years ago
  55. b13eda3 Enable retry by Muxi Yan · 6 years ago
  56. fb08283 Fix bug in pollset_add_fd_locked and a tsan error by Sree Kuchibhotla · 6 years ago
  57. ccc8a46 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  58. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  59. 5bacf2e Allocate retry payload fields with subchannel call instead of with each batch. by Mark D. Roth · 6 years ago
  60. ddef0f6 Merge pull request #15668 from mehrdada/remove-csharp-interceptor-api-experimental-warning by Mehrdad Afshari · 6 years ago
  61. 547bb5e Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3 by Mark D. Roth · 6 years ago
  62. 811a580 EchoMsg is defined in spec/support/services.rb by ganmacs · 6 years ago
  63. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  64. ac1b24f TODO by Juanli Shen · 6 years ago
  65. 332b325 Add endianness conversion for long by Juanli Shen · 6 years ago
  66. 34e7515 Merge pull request #15377 from ganmacs/move-script-which-has-pre-req by apolcyn · 6 years ago
  67. 965a015 Updated doc by Muxi Yan · 6 years ago
  68. 1da7589 Merge pull request #15791 from ganmacs/run-spec-by-specifing-file by apolcyn · 6 years ago
  69. 29301f7 Changes following the comments by Muxi Yan · 6 years ago
  70. 09d7da2 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  71. f15c6f2 Delete unused @metadata_tag by ganmacs · 6 years ago
  72. cb45027 All spec files require spec_helper by ganmacs · 6 years ago
  73. 075a26f spec_helper requires grpc by ganmacs · 6 years ago
  74. fd196a7 Fix typos in the description of Server by Rinat Abdullin · 6 years ago
  75. 16ad9b8 Added a test to catch such things in future by Sree Kuchibhotla · 6 years ago
  76. 0b4fb6a Move a script which has a pre-requirement to outside of spec by ganmacs · 6 years ago
  77. 8a7f6bf Merge pull request #15780 from apolcyn/cares_windows_build by apolcyn · 6 years ago
  78. f5691a5 add the missing gpr_mu_destroy by Sree Kuchibhotla · 6 years ago
  79. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  80. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  81. 8cbd880 Add a null check for the endpoint on shutdown by kpayson64 · 6 years ago
  82. 51bbbc5 Get status from wire even if the recv_trailing_metadata batch callback by Mark D. Roth · 6 years ago
  83. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  84. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  85. bd6ac0f Merge pull request #15681 from ncteisen/even-more-clang by Noah Eisen · 6 years ago
  86. c650666 Merge pull request #15755 from ganmacs/unify-duplicated-method by apolcyn · 6 years ago
  87. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  88. 1c6d6ba Merge pull request #15595 from dgquintas/nanopb_build_cleanup by David G. Quintas · 6 years ago
  89. df9753d CFStream usage guide by Muxi Yan · 6 years ago
  90. 5bc31db Merge pull request #15775 from hcaseyal/fix_http_server_filter_comment by hcaseyal · 6 years ago
  91. 211bd0e Prevent pollable from accessing a potentially orphaned/destroyed fd by Sree Kuchibhotla · 6 years ago
  92. 8ad28d5 Fix comment typo in http_server_filter by Hope Casey-Allen · 6 years ago
  93. a5530e9 Specify thread-safety of grpc-created channels by Nathaniel Manista · 6 years ago
  94. a726484 Merge pull request #15698 from yashykt/httpsproxy by Yash Tibrewal · 6 years ago
  95. 411199a Merge pull request #14639 from mehrdada/blocking-py-intercept by Mehrdad Afshari · 6 years ago
  96. b291f18 Refactor: reorder by Mehrdad Afshari · 6 years ago
  97. 657a3eb Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  98. 56142a5 Refactor: avoid calling with_call API by Mehrdad Afshari · 6 years ago
  99. c2e4017 Merge pull request #15726 from kwasimensah/master by Nicolas Noble · 6 years ago
  100. 2bf8ef2 Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy' by Yash Tibrewal · 6 years ago