1. 9b98bd8 Add a src/python/README.md. by Nathaniel Manista · 9 years ago
  2. 1ff680a Merge pull request #587 from ctiller/chex2 by Nicolas Noble · 9 years ago
  3. 68bc778 2015 by Yang Gao · 9 years ago
  4. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 9 years ago
  5. 5977a6a Merge pull request #578 from jtattermusch/csharp_new_api by Michael Lumish · 9 years ago
  6. 9f36001 Merge pull request #586 from dklempner/epoll_doc_fix by Craig Tiller · 9 years ago
  7. 9be83ee Fix use-after-free. by Craig Tiller · 9 years ago
  8. a16fee2 Correct the comment documenting how to disable having multiple threads by David Klempner · 9 years ago
  9. bac5c7c Merge pull request #584 from ctiller/chex2 by Nicolas Noble · 9 years ago
  10. ec77624 fix typo: shutdown should be used in teardown. by Jan Tattermusch · 9 years ago
  11. e8f13a6 Merge pull request #583 from jtattermusch/fix_csharp_ext by Craig Tiller · 9 years ago
  12. 6a769e0 Update README.md by Jayant Kolhe · 9 years ago
  13. 603aec9 Merge remote-tracking branch 'upstream/master' into csharp_new_api by Jan Tattermusch · 9 years ago
  14. efad8fa Spam cleanup, test speedup by Craig Tiller · 9 years ago
  15. 1c7bdf5 removed reference to missing grpc_server_add_secure_http2_port by Jan Tattermusch · 9 years ago
  16. 3c65bca Merge pull request #582 from ctiller/chex2 by Nicolas Noble · 9 years ago
  17. e359002 Merge pull request #576 from vjpai/mac by Nicolas Noble · 9 years ago
  18. 1a305b1 Make valgrind a bit more useful by Craig Tiller · 9 years ago
  19. befd64e Merge pull request #572 from ctiller/dox7 by Nathaniel Manista · 9 years ago
  20. d50bf4d Merge pull request #563 from ctiller/dox4 by Nathaniel Manista · 9 years ago
  21. f01ea7c Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  22. 7326901 Merge pull request #579 from yang-g/c++api by Craig Tiller · 9 years ago
  23. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  24. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  25. 62a9641 Merge pull request #577 from jtattermusch/make_install_fix by Craig Tiller · 9 years ago
  26. 8d2e572 got rid of server_add_secure_http2_port by Jan Tattermusch · 9 years ago
  27. 8d7ce43 formatting by Jan Tattermusch · 9 years ago
  28. 37afb9a fixing unknown method call handler on server by Jan Tattermusch · 9 years ago
  29. fa21673 clang-format by Jan Tattermusch · 9 years ago
  30. 607307d Cleanup of AsyncCall.cs by Jan Tattermusch · 9 years ago
  31. a96afb0 renaming file name to match class name by Jan Tattermusch · 9 years ago
  32. 3f8962c removal of unused methods in extension library by Jan Tattermusch · 9 years ago
  33. 337a2dd migration to new C API by Jan Tattermusch · 9 years ago
  34. 60ea913 remove nonexistent stream_context_interface.h from build.json by Jan Tattermusch · 9 years ago
  35. 67fb94a remove nonexistent stream_context_interface.h from build.json by Jan Tattermusch · 9 years ago
  36. 7cc2c30 Mac-specific Makefile inclusions and installation instructions by vjpai · 9 years ago
  37. 47b30b0 Added prod SSL support to Node Dockerfile by murgatroid99 · 9 years ago
  38. 26e2e8f Merge pull request #540 from ctiller/copyright by Tim Emiola · 9 years ago
  39. 453a926 Merge pull request #568 from donnadionne/docker by Qi Zhao · 9 years ago
  40. d0d007e change metadata getters to return const& by Yang Gao · 9 years ago
  41. 5b41d4f Added interop support for default root SSL certs by murgatroid99 · 9 years ago
  42. 3c665f5 Merge pull request #567 from tbetbetbe/grpc_ruby_rename_modules by Michael Lumish · 9 years ago
  43. ce5021b Add missing new-lines at end of file by Craig Tiller · 9 years ago
  44. caa51e4 Add back a missing test by Donna Dionne · 9 years ago
  45. fa61ead Bug fix by Craig Tiller · 9 years ago
  46. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  47. 645466e Initial sketch by Craig Tiller · 9 years ago
  48. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  49. 6d5f42e Fix copyright notice by Craig Tiller · 9 years ago
  50. f74ec4e Merge github.com:grpc/grpc into copyright by Craig Tiller · 9 years ago
  51. aface44 Merge pull request #573 from yang-g/c++api by Craig Tiller · 9 years ago
  52. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  53. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  54. 4ddf950 Merge pull request #562 from ctiller/dox3 by Nathaniel Manista · 9 years ago
  55. d397349 Merge pull request #501 from ctiller/c++api by Vijay Pai · 9 years ago
  56. 8ac56c9 Clarify completion queue laws by Craig Tiller · 9 years ago
  57. 7bd5ab1 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  58. 52342b3 Merge pull request #561 from ctiller/dox by Yang Gao · 9 years ago
  59. 1ece67c Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  60. a94beff Add TODO by Craig Tiller · 9 years ago
  61. e7163ab Expand comment by Craig Tiller · 9 years ago
  62. 94640a3 Rework python, expand tool to make this easier by Craig Tiller · 9 years ago
  63. 347b83c Merge github.com:grpc/grpc into copyright by Craig Tiller · 9 years ago
  64. 0a5d092 Merge branch 'master' of https://github.com/grpc/grpc into import-ios-library by Jorge Canizales · 9 years ago
  65. 638a68b Removes the line that sed could not fix by Tim Emiola · 9 years ago
  66. 560292a Merge pull request #569 from nathanielmanistaatgoogle/reorganize-python by Tim Emiola · 9 years ago
  67. 78730fc Merge pull request #570 from nathanielmanistaatgoogle/erroneous-trailing-backslash by Tim Emiola · 9 years ago
  68. af2d997 Fixes podspec of the RxLibrary by Jorge Canizales · 9 years ago
  69. e8304d5 Fixes copyright notices by Jorge Canizales · 9 years ago
  70. 2aee4b2 Merge pull request #1 from jcanizales/import-ios-library by Jorge Canizales · 9 years ago
  71. db12861 Merge branch 'master' of https://github.com/grpc/grpc into import-ios-library by Jorge Canizales · 9 years ago
  72. d1a8cc0 Adds podspec for RxLibrary and sample app by Jorge Canizales · 9 years ago
  73. 16b8924 Drop an erroneous trailing backslash. by Nathaniel Manista · 9 years ago
  74. c25a3b3 Python source reorganization. by Nathaniel Manista · 9 years ago
  75. 91be1a8 Adding new tests into docker runs by Donna Dionne · 9 years ago
  76. 0a9ae3d Merge pull request #504 from murgatroid99/node_new_core_api by Tim Emiola · 9 years ago
  77. 7e7911f Updates the module name in the idiomatic and stub layers by Tim Emiola · 9 years ago
  78. 5e0efd9 Imports code of the generic gRPC client library. by Jorge Canizales · 9 years ago
  79. 409e6c8 Updates the module name in C extension, ensuring it compiles by Tim Emiola · 9 years ago
  80. dcdec3c Merge pull request #553 from ctiller/tsan by David Klempner · 9 years ago
  81. 28fa262 Merge pull request #560 from ctiller/uds by David Klempner · 9 years ago
  82. e4ac3d6 Merge branch 'node_new_core_api' into node_auth_integration by murgatroid99 · 9 years ago
  83. f06afde Merge pull request #564 from ctiller/dox5 by Abhishek Kumar · 9 years ago
  84. d251ab9 Attempt to better explain secure server creation by Craig Tiller · 9 years ago
  85. 30697c9 Imports code of the RX library. by Jorge Canizales · 9 years ago
  86. a0e34a0 Expand init/destroy documentation by Craig Tiller · 9 years ago
  87. 29f2b21 Add channel argument documentation by Craig Tiller · 9 years ago
  88. aea2fc0 Fix shutdown semantics. by Craig Tiller · 9 years ago
  89. aa31da4 UDS Fix by Craig Tiller · 9 years ago
  90. ffbcaaf Added missing documentation by murgatroid99 · 9 years ago
  91. e1b97b6 Merge pull request #557 from jboeuf/b542 by Craig Tiller · 9 years ago
  92. 7cffec1 Merge pull request #556 from ctiller/codesize by David Klempner · 9 years ago
  93. 5882b53 Fixing memleak. by Julien Boeuf · 9 years ago
  94. fc3aca2 Add missing ref by Craig Tiller · 9 years ago
  95. 23139ae Add checking on fd_posix refcounts by Craig Tiller · 9 years ago
  96. ab294db Add some comments by Craig Tiller · 9 years ago
  97. 5e276e8 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  98. 41c8e27 Merge pull request #20 from yang-g/c++api by Craig Tiller · 9 years ago
  99. caa5106 also set got_message by Yang Gao · 9 years ago
  100. 467d7bd When the entire op fails, the recv_message is always discarded. by Yang Gao · 9 years ago