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