1. 1a61b17 Copyright checker by Craig Tiller · 9 years ago
  2. 44cdd6e Merge pull request #522 from nicolasnoble/posix by Craig Tiller · 9 years ago
  3. 3609f78 Merge pull request #517 from vjpai/mac by Craig Tiller · 9 years ago
  4. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 9 years ago
  5. 3793267 Merge pull request #521 from nathanielmanistaatgoogle/future by soltanmm · 9 years ago
  6. 83edf3e Change the interface of RPC Framework's Future interface. by Nathaniel Manista · 9 years ago
  7. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 9 years ago
  8. 07002d7 changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  9. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  10. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 9 years ago
  11. c234087 Fix header file for Mac by vjpai · 9 years ago
  12. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 9 years ago
  13. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 9 years ago
  14. 9b09d19 Merge pull request #505 from jtattermusch/csharp_single_dll by Tim Emiola · 9 years ago
  15. a9edeef clang-format of grpc_csharp_ext.c by Jan Tattermusch · 9 years ago
  16. 61f93b2 Fixed Timespec to work on Windows, fixes in ServerSafeHandle by Jan Tattermusch · 9 years ago
  17. c9562b6 fixes in extension library by Jan Tattermusch · 9 years ago
  18. 86a249f little refactoring for Timespec by Jan Tattermusch · 9 years ago
  19. e1e1187 bind Pinvoke c# call to the new wrappers by Jan Tattermusch · 9 years ago
  20. 35e4280 added wrappers for all grpc and gpr functions used by grpc C# by Jan Tattermusch · 9 years ago
  21. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 9 years ago
  22. 04c4479 Fix race in call.c by murgatroid99 · 9 years ago
  23. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 9 years ago
  24. 5fa1c3f Destroy the wakeup fd in the right function by David Klempner · 9 years ago
  25. 2ea18ee Merge pull request #492 from jtattermusch/csharp_mono by Michael Lumish · 9 years ago
  26. 20b738d reference windows-style library names in DllImport, mono still finds the right library by Jan Tattermusch · 9 years ago
  27. 630f1b8 Update completion type enum to reflect changes in grpc.h by Jan Tattermusch · 9 years ago
  28. df80ba8 Freeing the proper string in gpr_tmpfile. by Nicolas Noble · 9 years ago
  29. 31f89f8 Merge pull request #489 from jtattermusch/cpu_windows by Nicolas Noble · 9 years ago
  30. 2cdacb8 added log messages for cpu_windows.c by Jan Tattermusch · 9 years ago
  31. 6943fb3 added cpu_windows.c by Jan Tattermusch · 9 years ago
  32. fed9186 Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials by Tim Emiola · 9 years ago
  33. 0bae4b2 Merge pull request #471 from jboeuf/call_host_name_check by Nicolas Noble · 9 years ago
  34. a10abbd Clean up the epoll wakeup fd too. by David Klempner · 9 years ago
  35. 7c9f091 Address pull request thread comments by David Klempner · 9 years ago
  36. 3a890a2 Remove now unnecessary check that incoming epoll fds are not orphaned by David Klempner · 9 years ago
  37. 53eae7a Merge branch 'master' into epoll by David Klempner · 9 years ago
  38. 2fe2ec6 Added standard performance metrics by murgatroid99 · 9 years ago
  39. 909bfae Updated copyright date by murgatroid99 · 9 years ago
  40. c8df0a8 Added a performance test by murgatroid99 · 9 years ago
  41. 187994e Merge pull request #448 from nicolasnoble/grpc-win32 by Craig Tiller · 9 years ago
  42. baced4d Epoll based multipoller by David Klempner · 9 years ago
  43. 49959ed Have unary pollset check to see if the existing fd is orphaned by David Klempner · 9 years ago
  44. a81196c Merge pull request #460 from nathanielmanistaatgoogle/server_credentials_wrapping by jboeuf · 9 years ago
  45. 98c387d Merge pull request #428 from ctiller/clientlock2 by Nicolas Noble · 9 years ago
  46. 54b2192 Adding call host (:authority header) check in the secure channel. by Julien Boeuf · 9 years ago
  47. bc9773e Allow _low.Server objects to be passed a ServerCredentials. by Nathaniel Manista · 9 years ago
  48. 49c877e Add a wrapping of grpc_server_credentials. by Nathaniel Manista · 9 years ago
  49. 38f9651 Merge pull request #461 from jtattermusch/csharp_windows by Michael Lumish · 9 years ago
  50. f0ea718 update readme file by Jan Tattermusch · 9 years ago
  51. 9b2a531 Correctly handle large headers in HPACK table by Craig Tiller · 9 years ago
  52. 860f6d0 started using nuget packages for dependencies by Jan Tattermusch · 9 years ago
  53. 3d8e34d Rewording comment :-) by Nicolas "Pixel" Noble · 9 years ago
  54. de34316 Return OK on server if there's no explicit status set by Craig Tiller · 9 years ago
  55. d72ba6a Merge cleanup. by Nicolas Noble · 9 years ago
  56. 811b078 Merge branch 'master' of github.com:google/grpc into grpc-win32 by Nicolas "Pixel" Noble · 9 years ago
  57. 45e67a3 Addressing comments. by Nicolas Noble · 9 years ago
  58. 79a78c2 Fixed typo in stock_server.js0 by murgatroid99 · 9 years ago
  59. d95a16c Added echoing of requested stock symbol. by Jun Yang · 9 years ago
  60. 09e4ea1 Merge pull request #440 from jyang/complete-sample-in-client-jsdoc by Tim Emiola · 9 years ago
  61. bc8169e Merge pull request #439 from tbetbetbe/grpc_ruby_update_after_c_core_changes by Michael Lumish · 9 years ago
  62. 1a22275 Stop calling finish on server calls by Tim Emiola · 9 years ago
  63. 9fd6770 fixes a typo by Tim Emiola · 9 years ago
  64. 67354c8 Completed minimal sample in JsDoc of stock client. by Jun Yang · 9 years ago
  65. 5d66df8 updates the client server spec to reflect that status is no longer shown by Tim Emiola · 9 years ago
  66. b24054a Disable failing wrapping level tests by Tim Emiola · 9 years ago
  67. 767482b Fixed math and stock servers by murgatroid99 · 9 years ago
  68. d278574 Merge pull request #423 from jtattermusch/interop_testing by Tim Emiola · 9 years ago
  69. c3ac185 Fixes a event compiler error by Tim Emiola · 9 years ago
  70. 392d1e0 addressed review comments by Jan Tattermusch · 9 years ago
  71. c52c463 Minor comment update by murgatroid99 · 9 years ago
  72. 484cd9a Updated event.cc with new changes by murgatroid99 · 9 years ago
  73. ee8f51f Merge pull request #381 from ctiller/async-api-new by Yang Gao · 9 years ago
  74. 7d41321 Reduce contention on lock by Craig Tiller · 9 years ago
  75. 970781b Add missing unlock by Craig Tiller · 9 years ago
  76. d78a657 Merge github.com:grpc/grpc into async-api-new by Craig Tiller · 9 years ago
  77. 2a2bacc Remove TODO by Craig Tiller · 9 years ago
  78. f834bdc Move completion_queue.cc to common by Craig Tiller · 9 years ago
  79. 6b7523d updated readme by Jan Tattermusch · 9 years ago
  80. d233d3a added some more interop tests by Jan Tattermusch · 9 years ago
  81. 56b805f added support for streaming calls to TestService stubs by Jan Tattermusch · 9 years ago
  82. eb3e76e scaffolding for interop_client and little bit of project renaming by Jan Tattermusch · 9 years ago
  83. a4b63bf Added simplified TestService for interop testing by Jan Tattermusch · 9 years ago
  84. 8a7424a Merge pull request #384 from ctiller/buffer by Vijay Pai · 9 years ago
  85. f2d5e40 Merge pull request #415 from jtattermusch/csharp_progress by Tim Emiola · 9 years ago
  86. 41efbf3 Merge github.com:google/grpc into async-api-new by Craig Tiller · 9 years ago
  87. 62d424a Merge github.com:google/grpc into buffer by Craig Tiller · 9 years ago
  88. 4acf81e Merge pull request #418 from nicolasnoble/tmp-win32 by Craig Tiller · 9 years ago
  89. 4bf41d8 Merge pull request #387 from maxwell-demon/census_active_ops by Alistair Veitch · 9 years ago
  90. 696fda9 Add dropped line by Craig Tiller · 9 years ago
  91. b332316 Remove debug by Craig Tiller · 9 years ago
  92. a0ec4fc Adding /tmp to prefix when creating posix temporary files. by Julien Boeuf · 9 years ago
  93. d6dcec5 Making the gpr_tmpfile's win32 version a bit more Windows-y. by Nicolas "Pixel" Noble · 9 years ago
  94. 8b976d0 Fixes by Craig Tiller · 9 years ago
  95. c230a74 Merge github.com:google/grpc into async-api-new by Craig Tiller · 9 years ago
  96. 15111f5 Polishing C# math service implementation and added an in-process mathclient mathserver test by Jan Tattermusch · 9 years ago
  97. 3d6fa14 Merge pull request #411 from jtattermusch/csharp_server by Michael Lumish · 9 years ago
  98. caa3614 removed outdated comment by Jan Tattermusch · 9 years ago
  99. a3b659c added comment by Jan Tattermusch · 9 years ago
  100. 3054756 Fix in-flight cancellations by Craig Tiller · 9 years ago