1. 4999649 Rename to AsyncGeneric* by Yang Gao · 9 years ago
  2. 179f868 add missing GRPC_FINAL by Yang Gao · 9 years ago
  3. 2a3c96a resolve leak, now asan clean by Yang Gao · 9 years ago
  4. 005eb88 Rename anonymous to generic globally by Yang Gao · 9 years ago
  5. 2fe6ece Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  6. 6063b9f Merge pull request #990 from jtattermusch/csharp_tls_server by Tim Emiola · 9 years ago
  7. ea8d8de Merge pull request #998 from yang-g/nameoverride by Vijay Pai · 9 years ago
  8. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 9 years ago
  9. 0fd9440 Expose server cq for polling incoming anonymous rpcs by Yang Gao · 9 years ago
  10. bc5d466 Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  11. 42734b5 Merge pull request #978 from Chilledheart/master by Yang Gao · 9 years ago
  12. c65569f Merge pull request #997 from nathanielmanistaatgoogle/interop by donnadionne · 9 years ago
  13. 51c9262 Merge pull request #993 from nathanielmanistaatgoogle/framework-cleanup by Masood Malekghassemi · 9 years ago
  14. f82a30d Use ssl name override if it's in the channel argument by Yang Gao · 9 years ago
  15. cbc540e Add the Python interop client to gce_setup files by Nathaniel Manista · 9 years ago
  16. fccea1f merge with upstream and resolve conflict by Yang Gao · 9 years ago
  17. 086cd11 read and copy add two ref's, unref one by Yang Gao · 9 years ago
  18. 61c4131 initial imple of byte buffer and slice by Yang Gao · 9 years ago
  19. e0e8edf Merge pull request #996 from murgatroid99/node_version_bump_0.5.3 by Tim Emiola · 9 years ago
  20. 4b5b159 Merge pull request #972 from donnadionne/add_timed_out_tests_back by Jan Tattermusch · 9 years ago
  21. fba214c Updated Node package version to 0.5.3 by murgatroid99 · 9 years ago
  22. f05e183 Merge pull request #991 from murgatroid99/node_11_cleanup_segfault by Tim Emiola · 9 years ago
  23. 679c253 Modifying after review comments. by Donna Dionne · 9 years ago
  24. 31e65be Eliminate the Python "assembly" package by Nathaniel Manista · 9 years ago
  25. 01b851f Fixed run server command in csharp_mono dockerfile. by Jan Tattermusch · 9 years ago
  26. 7167f89 Merge branch 'master' of github.com:google/grpc into add_timed_out_tests_back by Donna Dionne · 9 years ago
  27. 44a3b4a Merge branch 'master' into node_11_cleanup_segfault by murgatroid99 · 9 years ago
  28. e5f4706 Fixed segfault by fixing scope issue by murgatroid99 · 9 years ago
  29. b0829eb C# server side TLS support by Jan Tattermusch · 9 years ago
  30. f900704 Merge pull request #982 from sahlberg/python-readme by Tim Emiola · 9 years ago
  31. 874e53a Merge pull request #979 from nathanielmanistaatgoogle/framework-cleanup by Masood Malekghassemi · 9 years ago
  32. 6cbb237 Added more tests by murgatroid99 · 9 years ago
  33. 1722032 Merge pull request #987 from Chilledheart/minor-fix by Nicolas Noble · 9 years ago
  34. bf5ec2f Avoid unnecessary copies during protobuf serialization and deserialization by Chilledheart · 9 years ago
  35. ca767c0 Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer by Chilledheart · 9 years ago
  36. 4be94b9 Add missing GRPC_OVERRIDE, NFC by Chilledheart · 9 years ago
  37. 75c60c1 Merge pull request #981 from sahlberg/231 by Nicolas Noble · 9 years ago
  38. 400349e README: fix the path to the python requirements.txt file by Ronnie Sahlberg · 9 years ago
  39. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 9 years ago
  40. 5c87a30 Refactoring within Python RPC Framework by Nathaniel Manista · 9 years ago
  41. 3631e82 Merge pull request #835 from ctiller/credit by Nicolas Noble · 9 years ago
  42. 3aca2a6 Merge pull request #962 from nathanielmanistaatgoogle/interop by Masood Malekghassemi · 9 years ago
  43. a25af85 Include interop tests in python_tests.json by Nathaniel Manista · 9 years ago
  44. 256ccca Use server_host_override in interop client by Nathaniel Manista · 9 years ago
  45. db13f68 Add a server_host_override to stub creation by Nathaniel Manista · 9 years ago
  46. ede76da Merge pull request #4 from nicolasnoble/c++-creds by Craig Tiller · 9 years ago
  47. 5f4539f Service side should be done, it builds and existing tests pass by Yang Gao · 9 years ago
  48. a65e463 Merge pull request #974 from ctiller/arghhh by David Klempner · 9 years ago
  49. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 9 years ago
  50. 64d0a87 Reintroduce sleep on backup thread by Craig Tiller · 9 years ago
  51. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  52. 3e0f48b Merge pull request #973 from tbetbetbe/grpc_ruby_trim_dependencies by Michael Lumish · 9 years ago
  53. 2425790 Merge pull request #971 from tbetbetbe/grpc_ruby_cleanup_client_stub_initialize_fix_hostname_bug by Michael Lumish · 9 years ago
  54. 9e87bb7 Added timeout for tests that hang by Donna Dionne · 9 years ago
  55. 4947638 Merge pull request #968 from jtattermusch/csharp_refactoring by Michael Lumish · 9 years ago
  56. dfa5efb Removes unused dependencies by Tim Emiola · 9 years ago
  57. 485f0ed Corrects the host used in the client_server spec tests by Tim Emiola · 9 years ago
  58. 4c7caf6 Fix for #804 by Tim Emiola · 9 years ago
  59. c32375c Decompose the ClientStub initialize method by Tim Emiola · 9 years ago
  60. 13cd125 Used StyleCop to get rid of tabs in the source code by Jan Tattermusch · 9 years ago
  61. df6e45c Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  62. 49fd7fe removed some compiler warnings by Jan Tattermusch · 9 years ago
  63. a29d0f3 Split async call into server and client classes sharing the same base. by Jan Tattermusch · 9 years ago
  64. ee092fc Merge pull request #965 from soltanmm/py-test by Nathaniel Manista · 9 years ago
  65. d3be281 Merge pull request #964 from ctiller/i-am-so-very-lazy by Nicolas Noble · 9 years ago
  66. b2d4a8d Have Python protoc plugin test run with other tests by Masood Malekghassemi · 9 years ago
  67. bea386b Merge branch 'secure-server-api-changes' of github.com:nathanielmanistaatgoogle/grpc into credit by Craig Tiller · 9 years ago
  68. 8ace0bc Rename to save confusion by Craig Tiller · 9 years ago
  69. 53f8fea Move protoc output to temporary directory by Masood Malekghassemi · 9 years ago
  70. 60a5bfc Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  71. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  72. 60fd361 Crash in channel/server creation if grpc_init not called by Craig Tiller · 9 years ago
  73. 004cef7 Merge pull request #963 from dklempner/tsan_server_secure by Craig Tiller · 9 years ago
  74. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  75. 0642863 Merge pull request #3 from tbetbetbe/grpc-ruby-update-server-api by Craig Tiller · 9 years ago
  76. 0ce8edc Updates ruby code affected by the secure server API change by Tim Emiola · 9 years ago
  77. fd5d8ff Don't call grpc_create_chttp2_transport after destroying the server by David Klempner · 9 years ago
  78. 2f364c0 Merge pull request #961 from donnadionne/add_csharp by Jan Tattermusch · 9 years ago
  79. c79a57c Merge branch 'master' into untypedAPI by Yang Gao · 9 years ago
  80. ea85c2c Adding csharp to test suite temp remove timing out test to investigate by Donna Dionne · 9 years ago
  81. 3a0d976 Updates the ruby C extension to match the new secure C server API by Tim Emiola · 9 years ago
  82. 9709188 Merge pull request #952 from murgatroid99/node_0_12_compatibility by Tim Emiola · 9 years ago
  83. 1e90c8c Merge pull request #954 from murgatroid99/node_binding_cleanup by Craig Tiller · 9 years ago
  84. 639ca90 Merge pull request #935 from ctiller/python_parallel by Nathaniel Manista · 9 years ago
  85. 49f6132 Teach run_tests about individual Python tests by Craig Tiller · 9 years ago
  86. 8104988 Merge pull request #894 from mattn/ruby-2.2.0 by Tim Emiola · 9 years ago
  87. 0bc6805 Merge pull request #837 from ctiller/qps_driver by Vijay Pai · 9 years ago
  88. e7a523e Merge pull request #951 from rauls5382/service_names by Abhishek Kumar · 9 years ago
  89. 2ba0a97 Merge pull request #955 from ctiller/bugs by Vijay Pai · 9 years ago
  90. 461be40 Fix ref counting by Craig Tiller · 9 years ago
  91. cf667a0 Merge pull request #953 from dklempner/low_level_ping_pong by Craig Tiller · 9 years ago
  92. f94de42 Merge pull request #829 from nicolasnoble/win32-fix by Craig Tiller · 9 years ago
  93. 43ef582 override --> GRPC_OVERRIDE by Craig Tiller · 9 years ago
  94. 2decfa2 Removed extra variables by murgatroid99 · 9 years ago
  95. e40ff65 Cleaned out some cruft from binding.gyp by murgatroid99 · 9 years ago
  96. 132ce6a Added CONFIG environment variable to build and test scripts, fixed some bugs by murgatroid99 · 9 years ago
  97. 78524b7 Compile fix by Craig Tiller · 9 years ago
  98. a4ac16c Fix signed comparison warnings in low_level_ping_pong by David Klempner · 9 years ago
  99. a686ffc Removes engine restriction from package.json, bumps version by murgatroid99 · 9 years ago
  100. 2eaf159 ACTUALLY set the server thread pool by Craig Tiller · 9 years ago