1. 1b22b9d Add grpc_call_get_peer by Craig Tiller · 9 years ago
  2. 698d00c Add ipv4:, ipv6: schemes by Craig Tiller · 9 years ago
  3. f08b067 Merge pull request #2494 from grpc/cconfig-readme by Craig Tiller · 9 years ago
  4. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  5. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  6. faeeac5 Rephrasing of lb policies sentence by David G. Quintas · 9 years ago
  7. 4a4e22d client config README small fixes by David G. Quintas · 9 years ago
  8. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  9. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  10. 0c2f162 Moved docs from .c to .h for compress_filter by David Garcia Quintas · 9 years ago
  11. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  12. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  13. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  14. 232e04b Spelling correction by Craig Tiller · 9 years ago
  15. 7c4fdb5 Added comments by David Garcia Quintas · 9 years ago
  16. fea28b7 Merge pull request #2485 from ctiller/thread-stress=craig-stress by David G. Quintas · 9 years ago
  17. fb5ce3d Merge pull request #2479 from grpc/pick_first_h_docstring by Craig Tiller · 9 years ago
  18. 3644adf Merge pull request #2478 from grpc/pollset_set_comment_fix by Craig Tiller · 9 years ago
  19. 304048c Fix leaked completions (leading to leaked calls in thread_stress_test) by Craig Tiller · 9 years ago
  20. 65ef0ff Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard by Abhishek Kumar · 9 years ago
  21. 65749c1 Docstring for grpc_create_pick_first_lb_policy by David G. Quintas · 9 years ago
  22. a5d6e72 Tiny comment grammar fix by David G. Quintas · 9 years ago
  23. abfaf2a Expand comment by Craig Tiller · 9 years ago
  24. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  25. 275a02c Small fix by Hongwei Wang · 9 years ago
  26. d423f3c Fix authority in uri_parser by Hongwei Wang · 9 years ago
  27. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  28. b0c13ad Fix a leaked lock, and make a debug-only detection for this class of bug by Craig Tiller · 9 years ago
  29. f101af1 Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown by Craig Tiller · 9 years ago
  30. 097468d Clean up handshaking server channels properly by yang-g · 9 years ago
  31. 45b477e Fixed small leak. by David Garcia Quintas · 9 years ago
  32. 5065d72 Update comment by Craig Tiller · 9 years ago
  33. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  34. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  35. 658b608 Added some comments, minot stylistic tweaks by David Garcia Quintas · 9 years ago
  36. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  37. 5c517b1 Fix integration bugs by Craig Tiller · 9 years ago
  38. 8631652 Ensure streams are sent in-order by Craig Tiller · 9 years ago
  39. 4ed8e40 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  40. d317e75 Fixes to compression, to be merged back to the appropriate branch. by David Garcia Quintas · 9 years ago
  41. c3a00cd Fixed wrong frame parsing by David Garcia Quintas · 9 years ago
  42. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  43. d6cc181 Name arguments by vjpai · 9 years ago
  44. 5c785d4 Hoist epoll_ctl outside of pollset lock by Craig Tiller · 9 years ago
  45. b645026 Initial fixes for lock free request path by Craig Tiller · 9 years ago
  46. 21038ce Mac, Windows support for new timespec by Craig Tiller · 9 years ago
  47. e55e183 fix build on windows by chai2010 · 9 years ago
  48. e503cd5 Better socket kick for Windows. by Nicolas "Pixel" Noble · 9 years ago
  49. ffe27b9 Implement test for stack initial push edge by Craig Tiller · 9 years ago
  50. 6a006ce First pass of lockless delivery of new calls by Craig Tiller · 9 years ago
  51. eef4c25 Add a detectable edge for the first insert (so far untested) by Craig Tiller · 9 years ago
  52. 729b35a Split request matching into a single datastructure by Craig Tiller · 9 years ago
  53. 0804d6b Merge branch 'lockfree-stack' of github.com:vjpai/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  54. cc44ee5 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  55. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  56. 75cfb04 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  57. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  58. 80e5f04 zero-out channel after creation by Jan Tattermusch · 9 years ago
  59. d9e7943 remove chatty log messages on windows by Jan Tattermusch · 9 years ago
  60. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  61. 20a3538 More bugfixes to compress_filter. by David Garcia Quintas · 9 years ago
  62. 887f86b Debug and add in generated build files by Vijay Pai · 9 years ago
  63. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  64. 25adcaa Merge pull request #2379 from ctiller/nanana-im-batman by Vijay Pai · 9 years ago
  65. 13608fe Merge pull request #2347 from ctiller/simpler-cq by Vijay Pai · 9 years ago
  66. 65153e9 Merge pull request #2368 from ctiller/they-gave-me-a-badge by Nicolas Noble · 9 years ago
  67. f0fb537 Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait by Craig Tiller · 9 years ago
  68. 005e305 Initial checkin commit for lockfree stack. Tests not yet included. by Vijay Pai · 9 years ago
  69. 8390153 Fix TSAN reported race by Craig Tiller · 9 years ago
  70. 2a3ec16a Merge branch 'master' into release-0_10 by Craig Tiller · 9 years ago
  71. b7e3633 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  72. b4580d4 Added static where needed by Craig Tiller · 9 years ago
  73. 104f5d4 Merge branch 'simpler-cq' of github.com:ctiller/grpc into simpler-cq by Craig Tiller · 9 years ago
  74. 1b01167 Remove magic number by Craig Tiller · 9 years ago
  75. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  76. 0b1b1a5 Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds by Julien Boeuf · 9 years ago
  77. 2e622bc Add a version string and a function to retrieve it by Craig Tiller · 9 years ago
  78. a21e2c8 early bail out when not compressing by David Garcia Quintas · 9 years ago
  79. 711db76 Reverted wrong set of changes to server_create by David Garcia Quintas · 9 years ago
  80. b652fc0 Merge pull request #2363 from jtattermusch/iomgr_leak_debug by Nicolas Noble · 9 years ago
  81. de4697d Merge pull request #2328 from ctiller/be-less-verbose by Yang Gao · 9 years ago
  82. 7913dea improve debug info for client and server iomgr object leaks by Jan Tattermusch · 9 years ago
  83. 69cb6b4 Backport of pull request #2313 into release-0_10. by jboeuf · 9 years ago
  84. 7304e09 Merge pull request #2356 from ctiller/hosts-need-names-too by Yang Gao · 9 years ago
  85. 86062bb Add missing kick by Craig Tiller · 9 years ago
  86. 3c54d8c Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  87. f6d875f Handle settings frame making a stream writable by Craig Tiller · 9 years ago
  88. 909f3b4 Merge pull request #2312 from ctiller/help-help-im-stuck-and-i-cant-reach-my-tcp-connection by Nicolas Noble · 9 years ago
  89. 5aa65e8 Merge github.com:grpc/grpc into be-less-verbose by Craig Tiller · 9 years ago
  90. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  91. 0aa6b7c Merge branch 'hosts-need-names-too' into simpler-cq by Craig Tiller · 9 years ago
  92. c6d6d90 Fix host name matching not working by Craig Tiller · 9 years ago
  93. 71bf1be Fix race in TCP connection by Craig Tiller · 9 years ago
  94. b35fe2a Merge branch 'dont-shutdown-your-peers' into simpler-cq by Craig Tiller · 9 years ago
  95. 315fead Fix race in TCP connection by Craig Tiller · 9 years ago
  96. 396fab2 Fix TSAN reported errors by Craig Tiller · 9 years ago
  97. 12cf537 clang-format affected files by Craig Tiller · 9 years ago
  98. c012258 FIx memory leak by Craig Tiller · 9 years ago
  99. 7d4f8a1 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  100. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago