1. 6a4397e Merge pull request #7600 from dgquintas/fix_includes by Nicolas Noble · 8 years ago
  2. 329d647 Merge pull request #6774 from a-veitch/add_resource by kpayson64 · 8 years ago
  3. ffd207f fixed include guard script and faulty .h by David Garcia Quintas · 8 years ago
  4. e51b9d2 Merge pull request #7502 from dgquintas/cpp_compression_level by Nicolas Noble · 8 years ago
  5. 01da196 Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master by Nicolas Noble · 8 years ago
  6. b5fa72c Merge pull request #7451 from y-zeng/seperate_generated_files by kpayson64 · 8 years ago
  7. d8084aa Merge branch 'master' of github.com:grpc/grpc into cpp_compression_level by David Garcia Quintas · 8 years ago
  8. 316f73f Merge v1.0.x into master by murgatroid99 · 8 years ago
  9. 440558a C++ Compression Level set properly by David Garcia Quintas · 8 years ago
  10. f77b9bf Removed unused version of async_stream.h by David Garcia Quintas · 8 years ago
  11. d408708 Merge pull request #7488 from ghemawat/slice_user_data by kpayson64 · 8 years ago
  12. 3abd27e merge to upstream/master by Alistair Veitch · 8 years ago
  13. 2edf5e9 Merge remote-tracking branch 'upstream/master' into seperate_generated_files by Yuchen Zeng · 8 years ago
  14. b8e26c0 Merge pull request #7486 from dgquintas/alive_typo by kpayson64 · 8 years ago
  15. f6aefa3 Merge pull request #7400 from yang-g/ga_branch2 by Nicolas Noble · 8 years ago
  16. 98f47f6 Merge pull request #7469 from yang-g/proto_lite by Nicolas Noble · 8 years ago
  17. fca59fb Add gpr_slice_new_with_user_data. by Sanjay Ghemawat · 8 years ago
  18. 21059e2 Merge pull request #7470 from dgquintas/v1.0.x by Nicolas Noble · 8 years ago
  19. b91cddb fixed typo by David Garcia Quintas · 8 years ago
  20. 543c588 Merge remote-tracking branch 'upstream/master' into seperate_generated_files by Yuchen Zeng · 8 years ago
  21. 7195a49 Merge pull request #7425 from jcanizales/p0-dynamic-frameworks-build-tests by makdharma · 8 years ago
  22. 7c519b9 Merge pull request #7444 from y-zeng/fix_typo by kpayson64 · 8 years ago
  23. 8c2fab0 Merge pull request #7399 from sreecha/poll_alloc_fix by Craig Tiller · 8 years ago
  24. fb70904 grpc_args doxygen by David Garcia Quintas · 8 years ago
  25. e6c04aa Add a macro to support protobuf lite by yang-g · 8 years ago
  26. e8355a2 grpc_args doxygen by David Garcia Quintas · 8 years ago
  27. 1318479 Separate generated file and protobuf dependency by Yuchen Zeng · 8 years ago
  28. dd24c1e Polish grpcio_health_checking package by Ken Payson · 8 years ago
  29. 3046557 fix typo by Yuchen Zeng · 8 years ago
  30. 24987db fix typo by Yuchen Zeng · 8 years ago
  31. 93bd780 Solve warnings by adding headers not included by grpc.h by Jorge Canizales · 8 years ago
  32. 8073876 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  33. 69b7478 Reduce the number of unnecessary allocations by Sree Kuchibhotla · 8 years ago
  34. 27a02b5 Merge pull request #7319 from yang-g/wait_async by kpayson64 · 8 years ago
  35. 6ec11f2 prevent spurious wake up and unstarted/already shutdown server by yang-g · 8 years ago
  36. 05573f1 Make Server::Wait work for async only server. by yang-g · 8 years ago
  37. 3e63b4e Merge remote-tracking branch 'upstream/master' into slice by yang-g · 8 years ago
  38. e89dc6c Make Server::Wait work for async only server. by yang-g · 8 years ago
  39. 5a412cf Merge pull request #7219 from jcanizales/merge-0.14-into-master by makdharma · 8 years ago
  40. f2e20c2 Merge branch 'master' of github.com:grpc/grpc into bb_reader_error by David Garcia Quintas · 8 years ago
  41. 2a16a02 Merge pull request #7174 from dgquintas/remove_unused_status_code_enum_file by Nicolas Noble · 8 years ago
  42. eda85c6 Expunge all references to zookeeper by Craig Tiller · 8 years ago
  43. 00d3f27 updated copyright by David Garcia Quintas · 8 years ago
  44. 6721d4f Return success status of grpc_byte_buffer_reader by David Garcia Quintas · 8 years ago
  45. c93d6a6 Merge master into merge-0.14-into-master by Jorge Canizales · 8 years ago
  46. 314d335 removed unused version of status_code_enum.h by David Garcia Quintas · 8 years ago
  47. f467846 Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  48. ffc780d Merge pull request #6803 from sreecha/epoll_changes by Craig Tiller · 8 years ago
  49. a324c4f Add API to get c slice from c++ Slice. by yang-g · 8 years ago
  50. 3901cee Merge pull request #6947 from vjpai/async_stream_doc by Jan Tattermusch · 8 years ago
  51. 13b2b7f Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  52. c072c92 Const correctness for ClientContext and ServerContext getters by Bill Clarke · 8 years ago
  53. bd28936 Properly handle reviewer comment re concurrent Read by vjpai · 8 years ago
  54. ef01edf Fix review comments by vjpai · 8 years ago
  55. 1d9b1e9 Merge branch 'master' into async_stream_doc by vjpai · 8 years ago
  56. c3a9fae Merge branch 'master' into epoll_changes_merged by Sree Kuchibhotla · 8 years ago
  57. a4d2d0c Merge github.com:grpc/grpc into reuse_port by Craig Tiller · 8 years ago
  58. b6163df Merge pull request #6352 from ctiller/error by Jan Tattermusch · 8 years ago
  59. 7b4dc53 Stop using global namespace on a template param by vjpai · 8 years ago
  60. b9df276 Add proper documentation of ordering and thread-safety for by vjpai · 8 years ago
  61. bc4c3e3 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  62. 812c66b Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  63. 90460fa Digraph by Vijay Pai · 8 years ago
  64. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  65. 20bf126 clang-format by Vijay Pai · 8 years ago
  66. fa9b7c1 Merge pull request #6334 from tberghammer/android-64bit by Nicolas Noble · 8 years ago
  67. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  68. 06ea541 Provide nullptr->std::function cast by Vijay Pai · 8 years ago
  69. 13c0940 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout by Craig Tiller · 8 years ago
  70. 8fb6c92 Merge pull request #6875 from y-zeng/log_check by Jan Tattermusch · 8 years ago
  71. 058c9de Added to server's shutdown docstrings by David Garcia Quintas · 8 years ago
  72. c0f4fe2 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  73. 1363077 Merge pull request #6438 from y-zeng/reflection_separate_lib by Jan Tattermusch · 8 years ago
  74. 97da647 Manual clang-format by vjpai · 8 years ago
  75. 0ba1144 Fix gpr_log format mismatches in c++ tests by Yuchen Zeng · 8 years ago
  76. 1f24af8 Restricted the check to GUNC by Yuchen Zeng · 8 years ago
  77. 15855f3 Switch server builder plugin API to something that will work with gcc4.4 by Vijay Pai · 8 years ago
  78. 64c0e8d Add format check for gpr_log and gpr_asprintf by Yuchen Zeng · 8 years ago
  79. ce350a5 override->GRPC_OVERRIDE Remove range-based fors by Vijay Pai · 8 years ago
  80. c7be7c6 Add an API at the core level to disable signals or use a different signal number by Sree Kuchibhotla · 8 years ago
  81. 877dc0c Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  82. 7274402 Check epoll is actually available. set GPR_LINUX_EPOLL only in GLIBC ver by Sree Kuchibhotla · 8 years ago
  83. 0ca68b7 Merge github.com:grpc/grpc into error by Craig Tiller · 8 years ago
  84. 547f065 Add modulemap for gRPC core by Jorge Canizales · 8 years ago
  85. 1bc2976 Merge pull request #6481 from dgquintas/compression_md_level_bis by Jan Tattermusch · 8 years ago
  86. b81f172 Merge pull request #6610 from xyzzyz/external_fd_fresh by Jan Tattermusch · 8 years ago
  87. f325ee3 Merge branch 'master' into epoll_changes by Sree Kuchibhotla · 8 years ago
  88. b17e25c Merge pull request #6649 from dgquintas/core_codegen_be_public by Jan Tattermusch · 8 years ago
  89. 026dfe6 Merge pull request #6820 from mdsteele/server-async by Jan Tattermusch · 8 years ago
  90. 5855c47 Use poll if not linux, add read notifier pollset support and some by Sree Kuchibhotla · 8 years ago
  91. 080749e Add interfaces for ServerAsyncReader/Writers by Matthew D. Steele · 8 years ago
  92. 533add5 Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis by David Garcia Quintas · 8 years ago
  93. cf41d19 clang-format by David Garcia Quintas · 8 years ago
  94. dd385b6 Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_public by David Garcia Quintas · 8 years ago
  95. 8ba42be s/maybe_compression_level.compression_level/maybe_compression_level.level by David Garcia Quintas · 8 years ago
  96. a24d153 fix windows build by Adam Michalik · 8 years ago
  97. 30fb536 PR comments (offline). by David Garcia Quintas · 8 years ago
  98. 4ad746e clang-format, fix headers, windows fixes by Adam Michalik · 8 years ago
  99. b97e2d1 Add C++ support for using external FD by Adam Michalik · 8 years ago
  100. da5d85d Add completion queue argument which is necessary after merge with master by Adam Michalik · 8 years ago