1. d6dcec5 Making the gpr_tmpfile's win32 version a bit more Windows-y. by Nicolas "Pixel" Noble · 9 years ago
  2. 3d6fa14 Merge pull request #411 from jtattermusch/csharp_server by Michael Lumish · 9 years ago
  3. caa3614 removed outdated comment by Jan Tattermusch · 9 years ago
  4. a3b659c added comment by Jan Tattermusch · 9 years ago
  5. e83fe4c Merge pull request #413 from dklempner/kick_fd_mutex by Craig Tiller · 9 years ago
  6. 0840da4 Move pollset_kick wfd creation/destruction out of freelist lock by David Klempner · 9 years ago
  7. f229d4f Merge pull request #359 from jboeuf/ssl_default_creds_integration by Yang Gao · 9 years ago
  8. 5f925a9 Addressing comments. by Julien Boeuf · 9 years ago
  9. ee6c4fb Merge pull request #412 from jtattermusch/csharp_readme by Tim Emiola · 9 years ago
  10. aeec9a9 Added usage info to csharp/README.md by Jan Tattermusch · 9 years ago
  11. 8ce5e8b Improved the server implementation to be able to register call handlers, also some refactoring by Jan Tattermusch · 9 years ago
  12. 6b9afb1 Merge pull request #409 from ctiller/lesan by Yang Gao · 9 years ago
  13. 0a927bf Fix memory leak on server channels by Craig Tiller · 9 years ago
  14. 9bd60e3 Merge pull request #406 from donnadionne/docker by Tim Emiola · 9 years ago
  15. 8aa09c3 Fix lame client by Craig Tiller · 9 years ago
  16. da66937 Force a round trip on disconnect before closing a channel by Craig Tiller · 9 years ago
  17. 051a55c Don't double delete by Craig Tiller · 9 years ago
  18. 93b1f3d fixing builder.sh after code review comments. by Donna Dionne · 9 years ago
  19. 4e54cf5 Fix another leak by Craig Tiller · 9 years ago
  20. 3f17789 Merge github.com:google/grpc into lesan by Craig Tiller · 9 years ago
  21. 6911552 Merge pull request #378 from jtattermusch/csharp_prototype by Tim Emiola · 9 years ago
  22. 068f193 Merge pull request #402 from murgatroid99/node_readme by Tim Emiola · 9 years ago
  23. 3397474 Merge pull request #383 from ctiller/http3 by Vijay Pai · 9 years ago
  24. 15a059a Merge pull request #407 from ctiller/alarming by Vijay Pai · 9 years ago
  25. b1d99bf Better fix for segfault by Craig Tiller · 9 years ago
  26. ebf94bf Fix segfault by Craig Tiller · 9 years ago
  27. 37bbead Fix memory leaks by Craig Tiller · 9 years ago
  28. ea3697b Fix memory leak by Craig Tiller · 9 years ago
  29. 5200c18 Go one further. by Craig Tiller · 9 years ago
  30. 3dd8c2e Respecify our way out of some very high contention by Craig Tiller · 9 years ago
  31. 9be9860 Oooops. Forgot a the new file. by Julien Boeuf · 9 years ago
  32. 59c1cd9 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  33. 4138a6a Rewrote the timeout for test commands by Donna Dionne · 9 years ago
  34. 027afee Merge github.com:google/grpc into http3 by Craig Tiller · 9 years ago
  35. 53476f1 Merge pull request #396 from dklempner/source_cleanup by Craig Tiller · 9 years ago
  36. 4beb1d0 Merge pull request #404 from dklempner/tsan2 by Craig Tiller · 9 years ago
  37. 98ffd17 Merge pull request #398 from nicolasnoble/http2-read-first by Craig Tiller · 9 years ago
  38. 7413f10 Adding linux specific env implementation. by Julien Boeuf · 9 years ago
  39. 82a4583 Merge pull request #357 from ctiller/async-api by Yang Gao · 9 years ago
  40. 4b6ab78 Merge github.com:google/grpc into async-api by Craig Tiller · 9 years ago
  41. 1d0302d Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests by David Klempner · 9 years ago
  42. ca8cbe4 Added a lot more information to README by murgatroid99 · 9 years ago
  43. cf816d1 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  44. 56c3dd7 Merge pull request #401 from dklempner/asan by Nicolas Noble · 9 years ago
  45. 05fce42 Fix a memory leak and a gpr_strdup/free mismatch in json_test by David Klempner · 9 years ago
  46. 034152f Merge pull request #399 from nicolasnoble/build-fix by Vijay Pai · 9 years ago
  47. 6393dd3 Fixing build.json by removing files that are no longer present. by Nicolas Noble · 9 years ago
  48. 5ea99bb Let the http2 transport issue a read request before pumping bytes into it. by Nicolas Noble · 9 years ago
  49. e5c1f00 Merge pull request #397 from dklempner/asan by Craig Tiller · 9 years ago
  50. e5437de Add a missing mdstr_unref by David Klempner · 9 years ago
  51. 2078a7e Merge branch 'master' into source_cleanup by David Klempner · 9 years ago
  52. af39565 Merge pull request #385 from dklempner/timespec by Craig Tiller · 9 years ago
  53. 0c61dc5 Remove the platform specific time headers by David Klempner · 9 years ago
  54. 95952b1 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  55. 01a0fb0 Merge branch 'master' into timespec by David Klempner · 9 years ago
  56. 5de3783 Merge pull request #392 from dklempner/timeval by Craig Tiller · 9 years ago
  57. fd9d0b4 Merge branch 'async-api' of github.com:ctiller/grpc into async-api by Craig Tiller · 9 years ago
  58. e2b2b1f Fix check for whether we should write to prevent infinite loop by Craig Tiller · 9 years ago
  59. 885104b Merge pull request #391 from vjpai/flingfix by Craig Tiller · 9 years ago
  60. c15622b Remove timeval functions by David Klempner · 9 years ago
  61. eff9109 Merge pull request #388 from vjpai/master by Craig Tiller · 9 years ago
  62. 3726098 Fling client needs to have 4 invocations of event_finish to make this by Vijay Pai · 9 years ago
  63. 280744e Merge remote-tracking branch 'upstream/master' by Vijay Pai · 9 years ago
  64. bf5b261 Merge pull request #389 from tbetbetbe/grpc_tools_add_auth_prod_tests by donnadionne · 9 years ago
  65. 18bc2f1 Merge pull request #390 from tbetbetbe/grpc_tools_improve_launch_server_cmd by Michael Lumish · 9 years ago
  66. 5d6d005 Adds a grpc_show_servers command by Tim Emiola · 9 years ago
  67. 5ebf880 Replaces grpc_launch_server with grpc_launch_servers by Tim Emiola · 9 years ago
  68. a6ccffb Updates the ruby dockerfile to add the service account from the docker context by Tim Emiola · 9 years ago
  69. d535bf3 Allow the ruby tests to have service account info by Tim Emiola · 9 years ago
  70. 2d03e04 Revert "Make this compile on mac by adding in header files currently used for posix," by Vijay Pai · 9 years ago
  71. f2c8901 Merge pull request #386 from tbetbetbe/grpc_tools_use_full_diskspace by Michael Lumish · 9 years ago
  72. dbc0f59 Add write buffer hint to C++ server handlers so that writes actually go by Vijay Pai · 9 years ago
  73. 78b7992 Fix up feature test macros by David Klempner · 9 years ago
  74. 90277ee Merge pull request #379 from murgatroid99/php_cancellation_interop_tests by Tim Emiola · 9 years ago
  75. 8886a55 Merge pull request #373 from murgatroid99/php_metadata_representation by Tim Emiola · 9 years ago
  76. 611a8ee Merge pull request #376 from murgatroid99/php_port_0_bind by Tim Emiola · 9 years ago
  77. 32c1ad9 Merge pull request #369 from jboeuf/tsan_openssl by Nicolas Noble · 9 years ago
  78. 9b60fa3 Make gpr_timespec no longer be a typedef for struct timespec in posix by David Klempner · 9 years ago
  79. ead3285 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  80. 6a09ca8 Eliminate condvar in chttp2 transport by Craig Tiller · 9 years ago
  81. b08dcfa Update docker creation script to use the full boot disk size by Tim Emiola · 9 years ago
  82. 0561896 Addressing comments. by Julien Boeuf · 9 years ago
  83. d673162 Cleanup documentation by Craig Tiller · 9 years ago
  84. fdbb1b0 ... And the project files... by Julien Boeuf · 9 years ago
  85. e0bfcc9 Removing removed files from build.json by Julien Boeuf · 9 years ago
  86. 30fd935 Merge github.com:google/grpc into async-api by Craig Tiller · 9 years ago
  87. d642dcf Use unsigned for shifts by Craig Tiller · 9 years ago
  88. 78d1fd0 Merge pull request #380 from dklempner/cpu_linux_build by Craig Tiller · 9 years ago
  89. dcf661a Merge pull request #371 from nicolasnoble/iomgr-deadline-fix by Craig Tiller · 9 years ago
  90. 9e1b10b undef and endif aren't the same thing by David Klempner · 9 years ago
  91. 9db67cb We should ifdef check the define of _GNU_SOURCE by David Klempner · 9 years ago
  92. d44f841 Have cpu_linux.c define _GNU_SOURCE at the beginning of the file by David Klempner · 9 years ago
  93. ae7b45a Adding another condition variable to fix the iomgr shutdown issue. by Nicolas "Pixel" Noble · 9 years ago
  94. 554fe35 Fixed error in new test by murgatroid99 · 9 years ago
  95. 75c9d2f Added cancel_after_first_response interop test by murgatroid99 · 9 years ago
  96. a7608b0 Prototype of gRPC C# library (Core and API examples) by Jan Tattermusch · 9 years ago
  97. f279362 Merge pull request #370 from jtattermusch/csharp_c_ext by Nicolas Noble · 9 years ago
  98. d96db79 Switched to binding servers to port 0 in tests by murgatroid99 · 9 years ago
  99. 5db18ba Corrected error in metadata parser by murgatroid99 · 9 years ago
  100. ea6f6d9 updated readme by Jan Tattermusch · 9 years ago