1. 3ee2919 Merge pull request #16646 from vjpai/callback_codegen_client_unary by Vijay Pai · 6 years ago
  2. 5bb69e0 Merge pull request #16488 from hcaseyal/hpack_static_table by hcaseyal · 6 years ago
  3. 9e6511a Make the core callback interface API so that it can be used in generated code by Vijay Pai · 6 years ago
  4. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  5. 8bf5253 Provide a generic client-side unary callback API by Vijay Pai · 6 years ago
  6. 8d47cd4 Revert "Revert "Fathom tcp changes"" by Yash Tibrewal · 6 years ago
  7. 97ba943 Revert "Fathom tcp changes" by Jan Tattermusch · 6 years ago
  8. aab47cb Merge pull request #15941 from yashykt/fathomtcpchanges by Yash Tibrewal · 6 years ago
  9. 381bcab Move a file from src/cpp to src/core since core depends on it by Vijay Pai · 6 years ago
  10. 556775d Merge master by Yash Tibrewal · 6 years ago
  11. bcd747d Added system roots feature to load roots from OS trust store by tdbhacks · 6 years ago
  12. 9896c64 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" by Alexander Polcyn · 6 years ago
  13. f34c653 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" by Alexander Polcyn · 6 years ago
  14. 1b1d5e5 Get c-ares to compile and do address sorting on windows by Alex Polcyn · 6 years ago
  15. 92e0a70 Make QPS server builder customizeabled by Alex Polcyn · 6 years ago
  16. c194528 Adds C++ Channelz Service by ncteisen · 6 years ago
  17. f039793 Fathom TCP level changes. TracedBuffer for keeping track of all buffers by Yash Tibrewal · 6 years ago
  18. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  19. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  20. 9789fa4 Merge pull request #15748 from nicolasnoble/libcxxabi by Nicolas Noble · 6 years ago
  21. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  22. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  23. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  24. fba01d8 Remove load data store targets from build.yaml by Juanli Shen · 6 years ago
  25. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  26. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  27. ba233e7 Fix grpc.gyp wrt nanopb refactoring by David Garcia Quintas · 6 years ago
  28. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  29. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  30. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  31. cbdf132 Skeleton of libcxxabi's usage. by Nicolas "Pixel" Noble · 6 years ago
  32. 32c0493 Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  33. b8a52e0 Add new end2end test for channelz by ncteisen · 6 years ago
  34. a94896f Add no_error_on_hotpath test by ncteisen · 6 years ago
  35. c3c6e06 Add basic support for GetChannel by ncteisen · 6 years ago
  36. dd8bc8c moved nanopb flags from Makefile.template to build.yaml by David Garcia Quintas · 6 years ago
  37. e501a3d Merge branch 'master' of https://github.com/Vizerai/grpc into filter_port by Vizerai · 6 years ago
  38. 272cdca regenerate projects by Jan Tattermusch · 6 years ago
  39. bba8840 Change filename to channelz by ncteisen · 6 years ago
  40. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  41. 41e4ced Adding opencensus grpc plugin. by Vizerai · 6 years ago
  42. 274840e Migrate SSL_transport_security TSI to new TSI handshaker API by jiangtaoli2016 · 6 years ago
  43. cc93663 Add ALTS fuzzer by Yihua Zhang · 6 years ago
  44. 7df2441 Merge pull request #14886 from markdroth/c++_subchannel_list by Mark D. Roth · 6 years ago
  45. a0aab7e Add load data store by Juanli Shen · 6 years ago
  46. 701e70d c++ify by kpayson64 · 6 years ago
  47. 2230d60 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  48. a1459aa Merge pull request #14954 from markdroth/retry_fix by Mark D. Roth · 6 years ago
  49. 7a20c96 Break out qps services into seperate protos by kpayson64 · 6 years ago
  50. de077ac Fix retry code handling of internally triggered recv_trailing_metadata. by Mark D. Roth · 6 years ago
  51. a63aa99 Merge remote-tracking branch 'upstream/master' into c++_subchannel_list by Mark D. Roth · 6 years ago
  52. cf5b266 Make GrpcProtoBufferReaderWriter public by ncteisen · 6 years ago
  53. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  54. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  55. 49f625f more comments by David Garcia Quintas · 6 years ago
  56. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  57. 861363d added call_host_override test by David Garcia Quintas · 6 years ago
  58. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  59. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  60. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  61. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  62. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  63. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  64. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  65. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  66. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  67. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  68. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  69. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 6 years ago
  70. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  71. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 6 years ago
  72. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  73. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  74. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  75. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  76. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  77. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  78. 36e02bf Fix sanity by ncteisen · 6 years ago
  79. 97a3dbe Move C++ to util, call it from core test by ncteisen · 6 years ago
  80. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  81. 9efb177 Review feedback, gTest by ncteisen · 6 years ago
  82. e9587db Move status util by ncteisen · 6 years ago
  83. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  84. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  85. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 6 years ago
  86. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  87. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  88. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  89. 718c834 Retry support. by Mark D. Roth · 6 years ago
  90. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  91. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  92. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  93. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  94. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 6 years ago
  95. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  96. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  97. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  98. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  99. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  100. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago