1. d85ef06 Doc Fixit: src/cpp/README.md by Yuchen Zeng · 8 years ago
  2. c14f1cb new fixed guards by David Garcia Quintas · 8 years ago
  3. 72266d3 Merge branch 'master' of github.com:grpc/grpc into guard_check by David Garcia Quintas · 8 years ago
  4. a36ec16 regenerated projects by David Garcia Quintas · 8 years ago
  5. 0a5fce8 vs doesn't like some c99 features... by David Garcia Quintas · 8 years ago
  6. 3a0be46 review comments by Sree Kuchibhotla · 8 years ago
  7. 220986e Merge pull request #5786 from soltanmm/this-is-not-a-pipe by Jan Tattermusch · 8 years ago
  8. 43df295 add unix_sockets_posix module to build system and fix compilation errors by ahedberg · 8 years ago
  9. 13c2f6e Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer. by David Garcia Quintas · 8 years ago
  10. 185768b Merge branch 'master' of github.com:grpc/grpc into guard_check by David Garcia Quintas · 8 years ago
  11. ffa38f9 Add troubleshooting details by Sree Kuchibhotla · 8 years ago
  12. eeb1330 make timestamp format in C# logs more similar to C core by Jan Tattermusch · 8 years ago
  13. 3560a43 correct handling for shadowed assemblies when loading native extension by Jan Tattermusch · 8 years ago
  14. 7895da2 php: return channel arg type by Stanley Cheung · 8 years ago
  15. 2ba1633 DocFixit: Minor corrections to the instructions by Sree Kuchibhotla · 8 years ago
  16. 80d6b12 move unix socket functionality to unix_sockets_posix module by ahedberg · 8 years ago
  17. b0203a7 Merge branch 'master' into ruby_gc_mark_credentials_callback by murgatroid99 · 8 years ago
  18. 2c24743 Merge branch 'master' into ruby_call_credentials_log_error by murgatroid99 · 8 years ago
  19. f7b1d74 Fixing (c)s. by Nicolas "Pixel" Noble · 8 years ago
  20. 1ba1f63 Factorizing code out. by Nicolas "Pixel" Noble · 8 years ago
  21. 4718a38 Unref uv_async after construction to avoid blocking at shutdown by murgatroid99 · 8 years ago
  22. 6c59e16 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  23. 53ab4d8 Merge branch 'master' of https://github.com/grpc/grpc into codegen-paths by Nicolas "Pixel" Noble · 8 years ago
  24. 921f4b0 Merge pull request #5791 from sreecha/grpc_fixit by Jan Tattermusch · 8 years ago
  25. fd5a3ef Don't use a pipe for capturing in test runner by Masood Malekghassemi · 8 years ago
  26. 8ee4ee7 clang-fmt by Craig Tiller · 8 years ago
  27. 40d34bf Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  28. e415ca9 Merge github.com:grpc/grpc into fix_something by Craig Tiller · 8 years ago
  29. 1f375d7 Duh by Craig Tiller · 8 years ago
  30. 36bf4d5 Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  31. 835065a Merge pull request #5270 from dgquintas/codegen_lib by Nicolas Noble · 8 years ago
  32. 2f084ee DocFixit: Python README by Sree Kuchibhotla · 8 years ago
  33. 0b3e515 Merge pull request #5767 from soltanmm/gil-not-nimble-gil-not-quick by Jan Tattermusch · 8 years ago
  34. b9012fc Fixing bitrotting in udp_server_test.c by Nicolas "Pixel" Noble · 8 years ago
  35. 25269f0 Fixed copyright by murgatroid99 · 8 years ago
  36. e61cbe3 For client cert based authentication, add client cert as an AuthProperty by Deepak Lukose · 8 years ago
  37. 7fb87e7 Removed unnecessary include by murgatroid99 · 8 years ago
  38. 734c8db Node: made call credentials properly use UV async events. Also deleted some log lines by murgatroid99 · 8 years ago
  39. f4f57f0 Merge pull request #5474 from ctiller/esan by Jan Tattermusch · 8 years ago
  40. 5ee157c Merge github.com:grpc/grpc into backoff_lib by Craig Tiller · 8 years ago
  41. 239d6d5 Merge github.com:grpc/grpc into xoxo by Craig Tiller · 8 years ago
  42. 3bcdb6a Merge github.com:grpc/grpc into fix_something by Craig Tiller · 8 years ago
  43. 121e7a9 Merge github.com:grpc/grpc into filter-selection by Craig Tiller · 8 years ago
  44. 3d2d5b9 Don't hold the GIL when calling anything in core by Masood Malekghassemi · 8 years ago
  45. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  46. 3598d44 Fixed include guards by David Garcia Quintas · 8 years ago
  47. 66e3b02 Merge pull request #5763 from soltanmm/one-piece by Nathaniel Manista · 8 years ago
  48. cbd1bce Fix two ways tests can hang by Masood Malekghassemi · 8 years ago
  49. 39b082a Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx by Jan Tattermusch · 8 years ago
  50. f0555e6 Merge pull request #5705 from paddybyers/free_aligned by Jan Tattermusch · 8 years ago
  51. e6bebe9 Merge pull request #5749 from jcanizales/only-one-completion-queue by Jan Tattermusch · 8 years ago
  52. 24ebdfb Remove duplicate include of string.h by ahedberg · 8 years ago
  53. 803931d Make use of unix sockets optional. by ahedberg · 8 years ago
  54. 9db7268 Use gpr_free() in gpr_free_aligned() by Paddy Byers · 8 years ago
  55. f21b0d1 Merge pull request #5722 from jcanizales/fix-writeable by Jan Tattermusch · 8 years ago
  56. 7cfb396 Make copyright not expire one year too soon. by Jorge Canizales · 8 years ago
  57. 4a9e7c4 Improve looks_like_ip_address for IPv6 addresses, and add tests by Paul Querna · 8 years ago
  58. 27df689 Add note about refactor portability header by Paul Querna · 8 years ago
  59. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  60. a00d7c0 Make channels and calls properly mark references to their credentials by murgatroid99 · 8 years ago
  61. c5dd4d4 Use a singleton completion queue by Jorge Canizales · 8 years ago
  62. f9b26d9 Merge pull request #5731 from ctiller/huh_omg by Jan Tattermusch · 8 years ago
  63. 096386f Add GC marking for composite credentials by murgatroid99 · 8 years ago
  64. 047fe1f Merge pull request #5580 from daniel-j-born/test_creds by Dan Born · 8 years ago
  65. 93019f7 Properly mark proc used in call credentials for garbage collection by murgatroid99 · 8 years ago
  66. 879c764 Merge pull request #5727 from nicolasnoble/upmerge by Jan Tattermusch · 8 years ago
  67. ee6902b Merge branch 'master' into revert-5599-revert-5572-srv_ctx by vjpai · 8 years ago
  68. ff08a0c Merge pull request #5545 from yang-g/windows_leaks by Jan Tattermusch · 8 years ago
  69. fca9464 Merge pull request #5583 from stanley-cheung/php-fix-examples-constructor by Jan Tattermusch · 8 years ago
  70. e1e459e Merge pull request #5724 from grpc/revert-5607-revert-5544-master by Jan Tattermusch · 8 years ago
  71. 2626dfd Merge pull request #5728 from jtattermusch/python_nuke_event_invocation by Jan Tattermusch · 8 years ago
  72. 822f1d7 Add comment, tighten loop by Craig Tiller · 8 years ago
  73. 69f57b4 clang-format by Craig Tiller · 8 years ago
  74. 9fb89ea If we cant check timers due to contention, at least make sure we do a follow up check soon by Craig Tiller · 8 years ago
  75. 3591482 Expand lock by Craig Tiller · 8 years ago
  76. 5a8ec75 Use a named constant for error domain and code by Jorge Canizales · 8 years ago
  77. 2ba4133 Fix race in subchannel.c by Craig Tiller · 8 years ago
  78. 8734e02 fix copyright by Jan Tattermusch · 8 years ago
  79. 6a462d4 Merge pull request #5718 from ctiller/dns_retry by Nicolas Noble · 8 years ago
  80. 9ff2c14 Merge branch 'release-0_13' by Nicolas "Pixel" Noble · 8 years ago
  81. afc59cb remove tests for EventInvocation API that is going to be removed by Jan Tattermusch · 8 years ago
  82. 7e6b2da Merge pull request #5720 from jcanizales/reachability-objc-fix by Jan Tattermusch · 8 years ago
  83. 0561cd8 Merge pull request #5637 from murgatroid99/node_bad_message_handling by Jan Tattermusch · 8 years ago
  84. 602eff7 Merge pull request #5439 from chrisdunelm/coreclr_metadata2 by Jan Tattermusch · 8 years ago
  85. fd1ffe4 Merge pull request #5587 from stanley-cheung/php-update-composer-json by Jan Tattermusch · 8 years ago
  86. aad4156 Disabling iOS user-agent test. by Nicolas "Pixel" Noble · 8 years ago
  87. 476bb3b Integrate backoff library with dns retries by Craig Tiller · 8 years ago
  88. 48eaab0 Merge branch 'dns_retry' into dns_backoff by Craig Tiller · 8 years ago
  89. 536fc53 Integrate backoff library with subchannel by Craig Tiller · 8 years ago
  90. cfcaccc Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"" by Jorge Canizales · 8 years ago
  91. 5e67232 Make Writeable with single handler robust against stream Writers by Jorge Canizales · 8 years ago
  92. 232b6a8 Test robustness of WriteableSingleHandler against non-single Writers by Jorge Canizales · 8 years ago
  93. 8b414f1 Clean up ownership of the connection loss handler by Jorge Canizales · 8 years ago
  94. 07a2a70 Not call external methods from within a critical section by Jorge Canizales · 8 years ago
  95. f1d084a Add monitoring of connectivity by Jorge Canizales · 9 years ago
  96. 9ee1635 Remove unnecessary (potentially bad) safety-refs by Masood Malekghassemi · 8 years ago
  97. 9aa4f1b fix windows leaks by yang-g · 8 years ago
  98. c72cc42 Build out backoff as a library by Craig Tiller · 8 years ago
  99. b18fe55 Update copyrights by Craig Tiller · 8 years ago
  100. e2327db Fit and finish for dns retry loop by Craig Tiller · 8 years ago