1. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  2. 2a3c96a resolve leak, now asan clean by Yang Gao · 9 years ago
  3. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  4. 2fe6ece Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  5. 6063b9f Merge pull request #990 from jtattermusch/csharp_tls_server by Tim Emiola · 9 years ago
  6. ea8d8de Merge pull request #998 from yang-g/nameoverride by Vijay Pai · 9 years ago
  7. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 9 years ago
  8. bc5d466 Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  9. 42734b5 Merge pull request #978 from Chilledheart/master by Yang Gao · 9 years ago
  10. 51c9262 Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup by Masood Malekghassemi · 9 years ago
  11. f82a30d Use ssl name override if it's in the channel argument by Yang Gao · 9 years ago
  12. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  13. 086cd11 read and copy add two ref's, unref one by Yang Gao · 9 years ago
  14. 61c4131 initial imple of byte buffer and slice by Yang Gao · 9 years ago
  15. fba214c Updated Node package version to 0.5.3 by murgatroid99 · 9 years ago
  16. 31e65be Eliminate the Python "assembly" package by Nathaniel Manista · 9 years ago
  17. 44a3b4a Merge branch 'master' into node_11_cleanup_segfault by murgatroid99 · 9 years ago
  18. e5f4706 Fixed segfault by fixing scope issue by murgatroid99 · 9 years ago
  19. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  20. f900704 Merge pull request #982 from sahlberg/python-readme by Tim Emiola · 9 years ago
  21. 874e53a Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanup by Masood Malekghassemi · 9 years ago
  22. 6cbb237 Added more tests by murgatroid99 · 9 years ago
  23. bf5ec2f Avoid unnecessary copies during protobuf serialization and deserialization by Chilledheart · 9 years ago
  24. ca767c0 Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer by Chilledheart · 9 years ago
  25. 400349e README: fix the path to the python requirements.txt file by Ronnie Sahlberg · 9 years ago
  26. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  27. 5c87a30 Refactoring within Python RPC Framework by Nathaniel Manista · 9 years ago
  28. 3631e82 Merge pull request #835 from ctiller/credit by Nicolas Noble · 9 years ago
  29. 256ccca Use server_host_override in interop client by Nathaniel Manista · 9 years ago
  30. db13f68 Add a server_host_override to stub creation by Nathaniel Manista · 9 years ago
  31. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  32. 64d0a87 Reintroduce sleep on backup thread by Craig Tiller · 9 years ago
  33. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  34. 3e0f48b Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies by Michael Lumish · 9 years ago
  35. 2425790 Merge pull request #971 from tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug by Michael Lumish · 9 years ago
  36. dfa5efb Removes unused dependencies by Tim Emiola · 9 years ago
  37. 485f0ed Corrects the host used in the client_server spec tests by Tim Emiola · 9 years ago
  38. 4c7caf6 Fix for #804 by Tim Emiola · 9 years ago
  39. c32375c Decompose the ClientStub initialize method by Tim Emiola · 9 years ago
  40. 13cd125 Used StyleCop to get rid of tabs in the source code by Jan Tattermusch · 9 years ago
  41. df6e45c Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  42. 49fd7fe removed some compiler warnings by Jan Tattermusch · 9 years ago
  43. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 9 years ago
  44. d3be281 Merge pull request #964 from ctiller/i-am-so-very-lazy by Nicolas Noble · 9 years ago
  45. bea386b Merge branch 'secure-server-api-changes' of github.com:nathanielmanistaatgoogle/grpc into credit by Craig Tiller · 9 years ago
  46. 8ace0bc Rename to save confusion by Craig Tiller · 9 years ago
  47. 60a5bfc Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  48. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  49. 60fd361 Crash in channel/server creation if grpc_init not called by Craig Tiller · 9 years ago
  50. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  51. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 9 years ago
  52. fd5d8ff Don't call grpc_create_chttp2_transport after destroying the server by David Klempner · 9 years ago
  53. 3a0d976 Updates the ruby C extension to match the new secure C server API by Tim Emiola · 9 years ago
  54. 9709188 Merge pull request #952 from murgatroid99/node_0_12_compatibility by Tim Emiola · 9 years ago
  55. 1e90c8c Merge pull request #954 from murgatroid99/node_binding_cleanup by Craig Tiller · 9 years ago
  56. 8104988 Merge pull request #894 from mattn/ruby-2.2.0 by Tim Emiola · 9 years ago
  57. 0bc6805 Merge pull request #837 from ctiller/qps_driver by Vijay Pai · 9 years ago
  58. e7a523e Merge pull request #951 from rauls5382/service_names by Abhishek Kumar · 9 years ago
  59. 461be40 Fix ref counting by Craig Tiller · 9 years ago
  60. f94de42 Merge pull request #829 from nicolasnoble/win32-fix by Craig Tiller · 9 years ago
  61. 2decfa2 Removed extra variables by murgatroid99 · 9 years ago
  62. e40ff65 Cleaned out some cruft from binding.gyp by murgatroid99 · 9 years ago
  63. a686ffc Removes engine restriction from package.json, bumps version by murgatroid99 · 9 years ago
  64. f28066b The library now compiles with Node 0.11+ and all versions of io.js by murgatroid99 · 9 years ago
  65. 902a41b Merge branch 'credit' of github.com:ctiller/grpc into credit by Craig Tiller · 9 years ago
  66. 346a086 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  67. ce78a19 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 9 years ago
  68. 8b87e84 Switched to new secure server API by murgatroid99 · 9 years ago
  69. 659be5a Manually resolve well-known service names by Raul Silvera · 9 years ago
  70. 9cf9fca Merge pull request #950 from jtattermusch/csharp_cloud_to_prod by Michael Lumish · 9 years ago
  71. f7e32a6 C# interop client support for external CA file by Jan Tattermusch · 9 years ago
  72. 5f875d2 Updated some c++ files for 0.11/0.12 compatibility by murgatroid99 · 9 years ago
  73. 3a98218 Loosened some dependencies, specified compatible engines by murgatroid99 · 9 years ago
  74. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  75. f282514 Print resource utilization by Craig Tiller · 9 years ago
  76. a362de5 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 9 years ago
  77. a55c094 Python secure server API changes by Nathaniel Manista · 9 years ago
  78. 93adddc Merge pull request #929 from jtattermusch/csharp_tls by Tim Emiola · 9 years ago
  79. 3de87ee Merge pull request #933 from ctiller/bugscrub2 by jboeuf · 9 years ago
  80. 76877c3 Generate latencies in driver by Craig Tiller · 9 years ago
  81. 1970a5b added C# to run_tests.py by Jan Tattermusch · 9 years ago
  82. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  83. c82c36b Merge pull request #920 from vjpai/async-probs by Craig Tiller · 9 years ago
  84. 95fb8b1 Merge pull request #932 from yang-g/imacros by Nicolas Noble · 9 years ago
  85. dbb7963 Solve the call-suppression problem earlier in the stack by Vijay Pai · 9 years ago
  86. eb131bb Auth fixes by Craig Tiller · 9 years ago
  87. 991ca9f Allow only one thread to complete ioreqs at once by Craig Tiller · 9 years ago
  88. 1532923 client side support for TLS by Jan Tattermusch · 9 years ago
  89. 7694c35 Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed by Yang Gao · 9 years ago
  90. 07b3d31 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  91. c09bb7e Merge pull request #916 from dklempner/not_original_vtable by Craig Tiller · 9 years ago
  92. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  93. 02fe58d Propagate grpc_google_default_credentials_create errors by Raul Silvera · 9 years ago
  94. da02a67 Updated Node library to new secure server API by murgatroid99 · 9 years ago
  95. 0823cb7 Sanity checks for calls that were causing crashes by Vijay Pai · 9 years ago
  96. 0aad3d7 Merge pull request #908 from ctiller/ssl by Nicolas Noble · 9 years ago
  97. 9611410 Merge pull request #912 from ctiller/disconnect by Nicolas Noble · 9 years ago
  98. b951821 Merge pull request #887 from murgatroid99/travis_python by Nicolas Noble · 9 years ago
  99. 0e61b2d Remove some debugging logs from the unary poll promote path by David Klempner · 9 years ago
  100. 4a171f8 Fixed python link order by murgatroid99 · 9 years ago