1. 8c3ed00 Added auth functionality and interop tests by murgatroid99 · 10 years ago
  2. 5b41d4f Added interop support for default root SSL certs by murgatroid99 · 10 years ago
  3. e4ac3d6 Merge branch 'node_new_core_api' into node_auth_integration by murgatroid99 · 10 years ago
  4. ffbcaaf Added missing documentation by murgatroid99 · 10 years ago
  5. e1b97b6 Merge pull request #557 from jboeuf/b542 by Craig Tiller · 10 years ago
  6. 7cffec1 Merge pull request #556 from ctiller/codesize by David Klempner · 10 years ago
  7. 5882b53 Fixing memleak. by Julien Boeuf · 10 years ago
  8. fc3aca2 Add missing ref by Craig Tiller · 10 years ago
  9. 23139ae Add checking on fd_posix refcounts by Craig Tiller · 10 years ago
  10. 3031362 Merge pull request #551 from ctiller/shutdown by Yang Gao · 10 years ago
  11. 97b5c70 Merge pull request #530 from nathanielmanistaatgoogle/python-interop-server by soltanmm · 10 years ago
  12. 35108f6 Allow grpc_init to be called multiple times by Craig Tiller · 10 years ago
  13. 44f77a3 Merge pull request #545 from tbetbetbe/grpc_ruby_skip_some_tests_to_fix_the_build by donnadionne · 10 years ago
  14. 67dc149 Temporarily pauses some tests by Tim Emiola · 10 years ago
  15. 32223cf Fix fling test leaks by Craig Tiller · 10 years ago
  16. 772c97b Fix aliasing by Craig Tiller · 10 years ago
  17. 23197ab Merge branch 'master' of github.com:google/grpc into uds by Nicolas "Pixel" Noble · 10 years ago
  18. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 10 years ago
  19. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 10 years ago
  20. 1d1f952 The Python interoperability testing server. by Nathaniel Manista · 10 years ago
  21. 2fe7cb7 Add an early adopter public API. by Nathaniel Manista · 10 years ago
  22. 81337bb Add security to fore.ForeLink. by Nathaniel Manista · 10 years ago
  23. a035afc Clean up setup.py and move it into src/. by Nathaniel Manista · 10 years ago
  24. 6edb451 Simplify _WrappedConsumer.moar. by Nathaniel Manista · 10 years ago
  25. d209ed0 clang-format by Craig Tiller · 10 years ago
  26. ae7fe92 Unix domain socket support by Craig Tiller · 10 years ago
  27. e3018e6 Avoid four allocations per stream by Craig Tiller · 10 years ago
  28. 44cdd6e Merge pull request #522 from nicolasnoble/posix by Craig Tiller · 10 years ago
  29. 3609f78 Merge pull request #517 from vjpai/mac by Craig Tiller · 10 years ago
  30. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 10 years ago
  31. 3793267 Merge pull request #521 from nathanielmanistaatgoogle/future by soltanmm · 10 years ago
  32. 83edf3e Change the interface of RPC Framework's Future interface. by Nathaniel Manista · 10 years ago
  33. b3a4e03 Version bump by murgatroid99 · 10 years ago
  34. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 10 years ago
  35. 42683db Removed debugging code by murgatroid99 · 10 years ago
  36. d3f9f9f Updated server.cc to match call.cc changes by murgatroid99 · 10 years ago
  37. 07002d7 changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  38. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 10 years ago
  39. e012366 Improved op_vector memory management by murgatroid99 · 10 years ago
  40. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 10 years ago
  41. c234087 Fix header file for Mac by vjpai · 10 years ago
  42. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 10 years ago
  43. 57dfd05 Further improved memory management by murgatroid99 · 10 years ago
  44. d66408b Improved memory management by murgatroid99 · 10 years ago
  45. 17be589 Made changes based on comments by murgatroid99 · 10 years ago
  46. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 10 years ago
  47. 44dd2f3 Removed extraneous log messages by murgatroid99 · 10 years ago
  48. 9b09d19 Merge pull request #505 from jtattermusch/csharp_single_dll by Tim Emiola · 10 years ago
  49. a9edeef clang-format of grpc_csharp_ext.c by Jan Tattermusch · 10 years ago
  50. 61f93b2 Fixed Timespec to work on Windows, fixes in ServerSafeHandle by Jan Tattermusch · 10 years ago
  51. c9562b6 fixes in extension library by Jan Tattermusch · 10 years ago
  52. 86a249f little refactoring for Timespec by Jan Tattermusch · 10 years ago
  53. e1e1187 bind Pinvoke c# call to the new wrappers by Jan Tattermusch · 10 years ago
  54. 35e4280 added wrappers for all grpc and gpr functions used by grpc C# by Jan Tattermusch · 10 years ago
  55. c55ee61 Last test now passes by murgatroid99 · 10 years ago
  56. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  57. d0e37cb Merge branch 'master' into node_new_core_api by murgatroid99 · 10 years ago
  58. d17d57a Removed extra log lines by murgatroid99 · 10 years ago
  59. 10ac96c All tests but one now pass against new API by murgatroid99 · 10 years ago
  60. 04c4479 Fix race in call.c by murgatroid99 · 10 years ago
  61. e787955 Fixed most of surface tests by murgatroid99 · 10 years ago
  62. 1bc8df4 Fix race in call.c by murgatroid99 · 10 years ago
  63. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  64. 63056a6 Removed extra extension files by murgatroid99 · 10 years ago
  65. 5fa1c3f Destroy the wakeup fd in the right function by David Klempner · 10 years ago
  66. 2ea18ee Merge pull request #492 from jtattermusch/csharp_mono by Michael Lumish · 10 years ago
  67. 20b738d reference windows-style library names in DllImport, mono still finds the right library by Jan Tattermusch · 10 years ago
  68. 1578c6a Fixed end to end tests by murgatroid99 · 10 years ago
  69. 630f1b8 Update completion type enum to reflect changes in grpc.h by Jan Tattermusch · 10 years ago
  70. df80ba8 Freeing the proper string in gpr_tmpfile. by Nicolas Noble · 10 years ago
  71. 31f89f8 Merge pull request #489 from jtattermusch/cpu_windows by Nicolas Noble · 10 years ago
  72. 2cdacb8 added log messages for cpu_windows.c by Jan Tattermusch · 10 years ago
  73. 6943fb3 added cpu_windows.c by Jan Tattermusch · 10 years ago
  74. fed9186 Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials by Tim Emiola · 10 years ago
  75. 0bae4b2 Merge pull request #471 from jboeuf/call_host_name_check by Nicolas Noble · 10 years ago
  76. a10abbd Clean up the epoll wakeup fd too. by David Klempner · 10 years ago
  77. 7c9f091 Address pull request thread comments by David Klempner · 10 years ago
  78. 3a890a2 Remove now unnecessary check that incoming epoll fds are not orphaned by David Klempner · 10 years ago
  79. 53eae7a Merge branch 'master' into epoll by David Klempner · 10 years ago
  80. 2fe2ec6 Added standard performance metrics by murgatroid99 · 10 years ago
  81. 909bfae Updated copyright date by murgatroid99 · 10 years ago
  82. c8df0a8 Added a performance test by murgatroid99 · 10 years ago
  83. b59fbfd Merge branch 'master' into node_new_core_api by murgatroid99 · 10 years ago
  84. 7765906 More end to end test debugging by murgatroid99 · 10 years ago
  85. 187994e Merge pull request #448 from nicolasnoble/grpc-win32 by Craig Tiller · 10 years ago
  86. baced4d Epoll based multipoller by David Klempner · 10 years ago
  87. 49959ed Have unary pollset check to see if the existing fd is orphaned by David Klempner · 10 years ago
  88. a81196c Merge pull request #460 from nathanielmanistaatgoogle/server_credentials_wrapping by jboeuf · 10 years ago
  89. 98c387d Merge pull request #428 from ctiller/clientlock2 by Nicolas Noble · 10 years ago
  90. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 10 years ago
  91. bc9773e Allow _low.Server objects to be passed a ServerCredentials. by Nathaniel Manista · 10 years ago
  92. 49c877e Add a wrapping of grpc_server_credentials. by Nathaniel Manista · 10 years ago
  93. 38f9651 Merge pull request #461 from jtattermusch/csharp_windows by Michael Lumish · 10 years ago
  94. f0ea718 update readme file by Jan Tattermusch · 10 years ago
  95. 9b2a531 Correctly handle large headers in HPACK table by Craig Tiller · 10 years ago
  96. 7dcc363 Resolved merge conflicts by murgatroid99 · 10 years ago
  97. cd0b906 Fixed end-to-end tests for new changes by murgatroid99 · 10 years ago
  98. 860f6d0 started using nuget packages for dependencies by Jan Tattermusch · 10 years ago
  99. 3d8e34d Rewording comment :-) by Nicolas "Pixel" Noble · 10 years ago
  100. de34316 Return OK on server if there's no explicit status set by Craig Tiller · 10 years ago