1. 869a870 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  2. d4ebeeb Async server streaming by Craig Tiller · 10 years ago
  3. 9b09d19 Merge pull request #505 from jtattermusch/csharp_single_dll by Tim Emiola · 10 years ago
  4. 3d6ceb6 Async server dispatch by Craig Tiller · 10 years ago
  5. a9edeef clang-format of grpc_csharp_ext.c by Jan Tattermusch · 10 years ago
  6. 6b41b61 Merge pull request #503 from murgatroid99/core_empty_batch by Craig Tiller · 10 years ago
  7. 13b9cfb added ssl.props as a dependency for grpc_csharp_ext, regenerated project files by Jan Tattermusch · 10 years ago
  8. 61f93b2 Fixed Timespec to work on Windows, fixes in ServerSafeHandle by Jan Tattermusch · 10 years ago
  9. c9562b6 fixes in extension library by Jan Tattermusch · 10 years ago
  10. 86a249f little refactoring for Timespec by Jan Tattermusch · 10 years ago
  11. e1e1187 bind Pinvoke c# call to the new wrappers by Jan Tattermusch · 10 years ago
  12. 35e4280 added wrappers for all grpc and gpr functions used by grpc C# by Jan Tattermusch · 10 years ago
  13. 984b090 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Craig Tiller · 10 years ago
  14. 1c9a2a9 Async API progress by Craig Tiller · 10 years ago
  15. 8368196 Merge pull request #12 from yang-g/c++api by Craig Tiller · 10 years ago
  16. e0b73fd Async client calls should return async interfaces by Yang Gao · 10 years ago
  17. a8c21e8 Added useful behavior for empty batch by murgatroid99 · 10 years ago
  18. 0b18a8b typo fix by Yang Gao · 10 years ago
  19. 5fa41a7 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Yang Gao · 10 years ago
  20. 1069069 implement ServerAsyncResponseWriter for unary call by Yang Gao · 10 years ago
  21. 7478d91 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Craig Tiller · 10 years ago
  22. f6f6f89 Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  23. e0da0f7 Merge pull request #502 from murgatroid99/core_call_race_fix by Yang Gao · 10 years ago
  24. c71588d Merge pull request #11 from yang-g/c++api by Craig Tiller · 10 years ago
  25. 04c4479 Fix race in call.c by murgatroid99 · 10 years ago
  26. 9a2743a Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Yang Gao · 10 years ago
  27. a38feb9 Implement async streaming APIs by Yang Gao · 10 years ago
  28. 8c8d0aa Async API progress by Craig Tiller · 10 years ago
  29. 424bc92 implement ClientAsyncX api by Yang Gao · 10 years ago
  30. bc8e3db Re-add mysteriously disappearing lines by Craig Tiller · 10 years ago
  31. 2e70dc1 Merge pull request #10 from yang-g/c++api by Craig Tiller · 10 years ago
  32. 02a6e3a Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Yang Gao · 10 years ago
  33. ea222b2 resolve comments, the context_ member needs protection for thread safety by Yang Gao · 10 years ago
  34. 20bc56d Multi-completion-queue-server by Craig Tiller · 10 years ago
  35. ca3cb3e Prefix Request to async server method names by Yang Gao · 10 years ago
  36. 3ccdbe9 Make SendInitialMetadata work. by Yang Gao · 10 years ago
  37. b492f06 Add SendInitialMetadata() to server streaming interfaces by Yang Gao · 10 years ago
  38. fd7199f Add client side WaitForInitialMetadata for streaming. by Yang Gao · 10 years ago
  39. fada7d4 Add some documentation by Craig Tiller · 10 years ago
  40. 94f8758 Fix up C tests by Craig Tiller · 10 years ago
  41. 1fe817f Run build cleaner by Craig Tiller · 10 years ago
  42. 24c06ea Run build cleaner by Craig Tiller · 10 years ago
  43. 9069095 Merge github.com:google/grpc into c++api by Craig Tiller · 10 years ago
  44. a847a8f Finish streaming, lame client by Craig Tiller · 10 years ago
  45. 0d6b9b3 Remove debug by Craig Tiller · 10 years ago
  46. 0156752 Some streaming progress by Craig Tiller · 10 years ago
  47. f0ee545 Merge pull request #497 from nicolasnoble/buildcheck by Craig Tiller · 10 years ago
  48. 504bd33 Make sure we get a close before stopping the server by Craig Tiller · 10 years ago
  49. 4dd7017 This string is null terminated by Craig Tiller · 10 years ago
  50. ea9fb4a Update vsprojects by Craig Tiller · 10 years ago
  51. d9dd8fe Merge github.com:grpc/grpc into c++api by Craig Tiller · 10 years ago
  52. d8b88de Merge pull request #475 from dklempner/epoll by Craig Tiller · 10 years ago
  53. 98d1dd0 Merge pull request #1 from ctiller/bc by Nicolas Noble · 10 years ago
  54. 9d085a3 Generate more pleasing build.json output by Craig Tiller · 10 years ago
  55. bd21757 Fix server shutdown issues by Craig Tiller · 10 years ago
  56. 1407adb Ran build-cleaner, and re-generated project files. by Nicolas Noble · 10 years ago
  57. 5fa1c3f Destroy the wakeup fd in the right function by David Klempner · 10 years ago
  58. 39550b6c Merge pull request #9 from yang-g/c++api by Craig Tiller · 10 years ago
  59. 6be5e58 Merge pull request #480 from dklempner/runs_per_test by Craig Tiller · 10 years ago
  60. 47a5736 Fix ownership by Craig Tiller · 10 years ago
  61. 2ea18ee Merge pull request #492 from jtattermusch/csharp_mono by Michael Lumish · 10 years ago
  62. 20b738d reference windows-style library names in DllImport, mono still finds the right library by Jan Tattermusch · 10 years ago
  63. 968ca53 Add trailing metadata to client context and use it. by Yang Gao · 10 years ago
  64. 0ef1a92 Fix hash table by Craig Tiller · 10 years ago
  65. a99bf34 Merge pull request #491 from nicolasnoble/win32-tmpfile-fix by Jan Tattermusch · 10 years ago
  66. 630f1b8 Update completion type enum to reflect changes in grpc.h by Jan Tattermusch · 10 years ago
  67. dcf9c0e Fix race by Craig Tiller · 10 years ago
  68. df80ba8 Freeing the proper string in gpr_tmpfile. by Nicolas Noble · 10 years ago
  69. 2573958 Change TestCache to parameterize whether to skip running tests. by David Klempner · 10 years ago
  70. c9b8eb3 Merge pull request #490 from nicolasnoble/win32-debug by Jan Tattermusch · 10 years ago
  71. 24cad9b Enabling debug symbols while running batched tests under Windows. by Nicolas Noble · 10 years ago
  72. 9dcb0f8 Send initial metadata by Craig Tiller · 10 years ago
  73. 31f89f8 Merge pull request #489 from jtattermusch/cpu_windows by Nicolas Noble · 10 years ago
  74. 1a9cf61 Merge pull request #481 from jtattermusch/csharp_win_dll by Nicolas Noble · 10 years ago
  75. 2cdacb8 added log messages for cpu_windows.c by Jan Tattermusch · 10 years ago
  76. 6943fb3 added cpu_windows.c by Jan Tattermusch · 10 years ago
  77. 7418d01 Make end2end_test use fewer threads by Craig Tiller · 10 years ago
  78. 59680ee Merge pull request #482 from nicolasnoble/typos by Craig Tiller · 10 years ago
  79. 5eff611 Merge pull request #470 from ejona86/docker-java by Tim Emiola · 10 years ago
  80. 8f24bec set RuntimeLibrary for zlib project to default by Jan Tattermusch · 10 years ago
  81. fed9186 Merge pull request #468 from nathanielmanistaatgoogle/server_server_credentials by Tim Emiola · 10 years ago
  82. 0af000b Fixing valgrind's codepath in run_tests.py. by Nicolas Noble · 10 years ago
  83. 0bae4b2 Merge pull request #471 from jboeuf/call_host_name_check by Nicolas Noble · 10 years ago
  84. f6ff8f6 remove _shared suffix from target dll names by Jan Tattermusch · 10 years ago
  85. 5e35b14 Disable test caching when runs_per_test > 1 by David Klempner · 10 years ago
  86. a612216 fixes to zlib VS project by Jan Tattermusch · 10 years ago
  87. 31e4065 fixes to make shared libraries build by Jan Tattermusch · 10 years ago
  88. 7596e7d Tweak metadata sending by Craig Tiller · 10 years ago
  89. 9fb0116 fixed filename of grpc VS project templates by Jan Tattermusch · 10 years ago
  90. dbc8d68 Merge pull request #8 from yang-g/c++api by Craig Tiller · 10 years ago
  91. 2382293 Make it compile by Yang Gao · 10 years ago
  92. 785778b added projects for shared libraries by Jan Tattermusch · 10 years ago
  93. 7d0188c Merge pull request #479 from murgatroid99/node_perf_test by Vijay Pai · 10 years ago
  94. a10abbd Clean up the epoll wakeup fd too. by David Klempner · 10 years ago
  95. 1464bc1 resolve conflict by Yang Gao · 10 years ago
  96. f1258c4 save before the change by Yang Gao · 10 years ago
  97. bb5227f Allow server to hook calls also, fix crash by Craig Tiller · 10 years ago
  98. fdd42cf Actually include the port_platform.h epoll change too by David Klempner · 10 years ago
  99. 7c9f091 Address pull request thread comments by David Klempner · 10 years ago
  100. 7c2f3f7 Fix typo causing crash by Craig Tiller · 10 years ago