1. ef394a9 Fix typo by Yuchen Zeng · 8 years ago
  2. 27e96f9 Add comments about how to re-generate reflection proto files by Yuchen Zeng · 8 years ago
  3. abf03ae Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  4. 0e25610 Code review changes. by Mark D. Roth · 8 years ago
  5. a51f541 Merge pull request #7559 from dgquintas/codegen_cleanse by Craig Tiller · 8 years ago
  6. f5afcd9 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  7. 93b0947 Merge pull request #8024 from makdharma/cpp_cacheable by makdharma · 8 years ago
  8. ebfcd97 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  9. 5928bff Merge branch 'v1.0.x' of https://github.com/grpc/grpc into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  10. 2b98b77 add cacheable option to client_context by Makarand Dharmapurikar · 8 years ago
  11. 7bfa1a8 Merge remote-tracking branch 'upstream/master' into max_send_size_filter by Mark D. Roth · 8 years ago
  12. 6980362 Allow setting max send message size via C++ ServerBuilder API. by Mark D. Roth · 8 years ago
  13. e44902e Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  14. cfa1847 Merge pull request #7918 from y-zeng/server_builder by kpayson64 · 8 years ago
  15. d3dee72 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  16. 7331a7a Change wrapped languages to use the new channel arg macro name. by Mark D. Roth · 8 years ago
  17. 468e16d server builder include fix by David Garcia Quintas · 8 years ago
  18. 621e2b1 Merge with newly added/modified files by David Garcia Quintas · 8 years ago
  19. f3581bf Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  20. 11d3c8f Add ServerBuilderPlugin::UpdateChannelArguments by Yuchen Zeng · 8 years ago
  21. 668bf88 Merge pull request #7802 from nicolasnoble/upmerge-from-v1.0.x by Nicolas Noble · 8 years ago
  22. d25c1d2 Removing unused header. by Nicolas "Pixel" Noble · 8 years ago
  23. 455c5d4 Untangling secure and unsecure. by Nicolas "Pixel" Noble · 8 years ago
  24. 102fa96 Rename some files to avoid conflicting .obj files on Windows by Craig Tiller · 8 years ago
  25. c4752d8 Remove this-> by Vijay Pai · 8 years ago
  26. 2665bdd Reduce allocations associated with src/cpp/util/byte_buffer.cc. by Mark D. Roth · 8 years ago
  27. 7f074e0 Merge branch 'v1.0.x' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  28. 00e9c3b clang-format by Mark D. Roth · 8 years ago
  29. 3df9bdf Update generated files with new protobuf version by Jorge Canizales · 8 years ago
  30. 3b4f995 Update destroy_call_elem args from merge. by Mark D. Roth · 8 years ago
  31. 1f32ae4 Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse by David Garcia Quintas · 8 years ago
  32. 3ac6fc1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  33. 5a36325 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  34. e51b9d2 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  35. f9d8e90 Code review changes. by Mark D. Roth · 8 years ago
  36. 61887dc scrubbed codegen/sync.h by David Garcia Quintas · 8 years ago
  37. c79b065 removed codegen/log.h by David Garcia Quintas · 8 years ago
  38. 1399e46 removed codegen/time.h by David Garcia Quintas · 8 years ago
  39. 3b31fdf removed codegen/byte_buffer.h by David Garcia Quintas · 8 years ago
  40. 6b11462 removed codegen/alloc.h by David Garcia Quintas · 8 years ago
  41. 3922838 Added missing var initialization by David Garcia Quintas · 8 years ago
  42. 440558a C++ Compression Level set properly by David Garcia Quintas · 8 years ago
  43. 12c3811 Use compiling instead of making by Yuchen Zeng · 8 years ago
  44. 6b88b22 Add comments for GRPC_NO_GENERATED_CODE by Yuchen Zeng · 8 years ago
  45. 1318479 Separate generated file and protobuf dependency by Yuchen Zeng · 8 years ago
  46. 30a4a54 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  47. 8073876 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  48. 6ec11f2 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  49. 05573f1 Make Server::Wait work for async only server. by yang-g · 8 years ago
  50. 14bed44 Merge remote-tracking branch 'upstream/master' into filter_api by Mark D. Roth · 8 years ago
  51. e89dc6c Make Server::Wait work for async only server. by yang-g · 8 years ago
  52. 98aa0c1 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  53. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  54. 4281272 Updated git clone URL by David Garcia Quintas · 8 years ago
  55. 97b173d Addressed reviewer comments. by Mark D. Roth · 8 years ago
  56. ab950ee Move channel_filter.h from include/ tree to src/ tree. by Mark D. Roth · 8 years ago
  57. bd3e318 clang-format by Mark D. Roth · 8 years ago
  58. 89ebe55 Merge branch 'filter_call_init_failure' into filter_api by Mark D. Roth · 8 years ago
  59. 07cd9c9 Initial attempt at a C++ wrapper for the C grpc_transport_op and by Mark D. Roth · 8 years ago
  60. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  61. ddf694c Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  62. bc4c3e3 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  63. 9fe5ef5 Removed unnecessary comments. Added connection counter to test. by Mark D. Roth · 8 years ago
  64. f5bbff9 Fix portability issues. by Mark D. Roth · 8 years ago
  65. f9c1f7a clang-format by Mark D. Roth · 8 years ago
  66. c008b33 Pass channel args to ChannelData ctor and ChannelData to CallData ctor. by Mark D. Roth · 8 years ago
  67. 1e52b1a Merge pull request #6876 from mdyring/master by Nicolas Noble · 8 years ago
  68. c459ecf - fix build problems by Mark D. Roth · 8 years ago
  69. 6b668cc Remove range-based for, comparisons to nullptr by Vijay Pai · 8 years ago
  70. 4e1a883 Digraph by Vijay Pai · 8 years ago
  71. 62eb1c7 Merge branch 'wheezy' of github.com:vjpai/grpc into wheezy by Vijay Pai · 8 years ago
  72. 4425828 Should not explicitly initialize these pointers to nullptr in gcc-4.4 case by Vijay Pai · 8 years ago
  73. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  74. ec0bc8b Initial attempt at a C++ API for defining channel filters. by Mark D. Roth · 8 years ago
  75. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  76. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  77. 0de6cea Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined by Martin Dyring-Andersen · 8 years ago
  78. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  79. eac07c3 WIP by Vijay Pai · 8 years ago
  80. 05bec5c Fix uninitialized variable by Craig Tiller · 8 years ago
  81. b645a2d Remove another range-based for by Vijay Pai · 8 years ago
  82. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  83. b81f172 Merge pull request #6610 from xyzzyz/external_fd_fresh by Jan Tattermusch · 8 years ago
  84. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 8 years ago
  85. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  86. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  87. d237107 Merge remote-tracking branch 'upstream/master' into reflection_separate_lib by Yuchen Zeng · 8 years ago
  88. 7ae31a8 Add more comments, fix format issues by Yuchen Zeng · 8 years ago
  89. 0601df3 Move reflection src/hdr to src/cpp/ext include/grpc++/ext by Yuchen Zeng · 8 years ago
  90. 55c08f8 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  91. fa96d86 Fix comments by Craig Tiller · 8 years ago
  92. 8a7fe1a Fix crash by Craig Tiller · 8 years ago
  93. e004958 Fix formatting, mem leak, stall by Craig Tiller · 8 years ago
  94. 20431a8 Fix merge by Craig Tiller · 8 years ago
  95. 0e314bc Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into test_affine by Craig Tiller · 8 years ago
  96. aae6c2c Fix server plugin test by Craig Tiller · 8 years ago
  97. 3eee9b4 Mark sync cq as non-listening when it is by Craig Tiller · 8 years ago
  98. a20a2ad moved core_codegen from src/cpp/... to include/grpc++/... by David Garcia Quintas · 8 years ago
  99. 2d02456 got rid of grpc_compression_options by David Garcia Quintas · 8 years ago
  100. 9e9f7b6 Refactorings and renamings related to compression. by David Garcia Quintas · 8 years ago