1. d298a95 fix whitespaces and line length by Jan Tattermusch · 9 years ago
  2. 3f7809d fix getpeername code on windows by Jan Tattermusch · 9 years ago
  3. a61ca70 Merge pull request #2623 from ctiller/tightly-they-took-the-token-to-the-tent by Vijay Pai · 9 years ago
  4. 3a442d9 Merge pull request #2633 from ctiller/virtuous-velvit-velociraptor by Yang Gao · 9 years ago
  5. a1b820e Merge pull request #2586 from dgquintas/compress_flag_reset by Craig Tiller · 9 years ago
  6. b5bbf66 Merge pull request #2629 from ctiller/always-with-the-mono by Yang Gao · 9 years ago
  7. e3086f8 Integration fix by Craig Tiller · 9 years ago
  8. 05cc0c4 Integration fix by Craig Tiller · 9 years ago
  9. 5d1469a Merge branch 'compress_flag_reset' of github.com:dgquintas/grpc into virtuous-velvit-velociraptor by Craig Tiller · 9 years ago
  10. dd161a0 Merge github.com:grpc/grpc into virtuous-velvit-velociraptor by Craig Tiller · 9 years ago
  11. 994c262 Fix flow control by Craig Tiller · 9 years ago
  12. 2e7ce15 Merge pull request #2617 from jboeuf/jwt_creds_renaming by Yang Gao · 9 years ago
  13. 1ed96ba Merge branch 'flow_control_buf_fix' of github.com:yang-g/grpc into virtuous-velvit-velociraptor by Craig Tiller · 9 years ago
  14. 5126bb6 Merge pull request #2493 from a-veitch/record_stat by Craig Tiller · 9 years ago
  15. 94329d0 Make the server report monotonic times for deadlines by Craig Tiller · 9 years ago
  16. b70440b Merge pull request #2542 from ctiller/tell-me-who-you-might-be by Yang Gao · 9 years ago
  17. 6f30dec Flow control fix by yang-g · 9 years ago
  18. 8b89bde Merge pull request #2622 from ctiller/look-at-the-trees by Yang Gao · 9 years ago
  19. 9835a13 Handle a race where a new call comes in post-shutdown a little better by Craig Tiller · 9 years ago
  20. d9ddc77 Filter out reserved metadata so that applications cant mess us up by Craig Tiller · 9 years ago
  21. 6159c07 Fix interop tests by ensuring non-http-special metadata precedes other metadata by Craig Tiller · 9 years ago
  22. fe4c3f4 Renaming jwt_credentials to service_account_jwt_access_credentials. by Julien Boeuf · 9 years ago
  23. 518e3fe Fixes for streaming compression. by David Garcia Quintas · 9 years ago
  24. 23a33aa Merge pull request #2529 from ctiller/prefer-gin-n-tonic by Vijay Pai · 9 years ago
  25. 86ba413 Merge pull request #2556 from ctiller/one-thing-at-a-time by Vijay Pai · 9 years ago
  26. 61e6478 Merge pull request #2370 from ctiller/now-i-get-to-show-it-to-EVERYBODY by Yang Gao · 9 years ago
  27. 2620536 Fix (forever) a TSAN bug thats plagued us by Craig Tiller · 9 years ago
  28. 990f642 Fix TSAN reported failure by Craig Tiller · 9 years ago
  29. 3d57871 Fix TSAN reported failure by Craig Tiller · 9 years ago
  30. 81bcc4c Make endpoint peer API work on Windows by Craig Tiller · 9 years ago
  31. 1b22b9d Add grpc_call_get_peer by Craig Tiller · 9 years ago
  32. 698d00c Add ipv4:, ipv6: schemes by Craig Tiller · 9 years ago
  33. 851032a address comments by Alistair Veitch · 9 years ago
  34. 4a6f9e0 Update Windows to use the monotonic clock for alarms also by Craig Tiller · 9 years ago
  35. 56488ea Fix Windows CV by Craig Tiller · 9 years ago
  36. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  37. 6a7626c Move alarm subsystem to monotonic time by Craig Tiller · 9 years ago
  38. f08b067 Merge pull request #2494 from grpc/cconfig-readme by Craig Tiller · 9 years ago
  39. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  40. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  41. 7156fca Extend tracer to server shutdown by Craig Tiller · 9 years ago
  42. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  43. faeeac5 Rephrasing of lb policies sentence by David G. Quintas · 9 years ago
  44. 4a4e22d client config README small fixes by David G. Quintas · 9 years ago
  45. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  46. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  47. 0c2f162 Moved docs from .c to .h for compress_filter by David Garcia Quintas · 9 years ago
  48. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  49. 4d1589a add record_stat API by Alistair Veitch · 9 years ago
  50. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  51. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  52. 232e04b Spelling correction by Craig Tiller · 9 years ago
  53. 7c4fdb5 Added comments by David Garcia Quintas · 9 years ago
  54. fea28b7 Merge pull request #2485 from ctiller/thread-stress=craig-stress by David G. Quintas · 9 years ago
  55. fb5ce3d Merge pull request #2479 from grpc/pick_first_h_docstring by Craig Tiller · 9 years ago
  56. 3644adf Merge pull request #2478 from grpc/pollset_set_comment_fix by Craig Tiller · 9 years ago
  57. 304048c Fix leaked completions (leading to leaked calls in thread_stress_test) by Craig Tiller · 9 years ago
  58. 65ef0ff Merge pull request #1888 from ctiller/flow-like-lava-to-a-barnyard by Abhishek Kumar · 9 years ago
  59. 65749c1 Docstring for grpc_create_pick_first_lb_policy by David G. Quintas · 9 years ago
  60. a5d6e72 Tiny comment grammar fix by David G. Quintas · 9 years ago
  61. abfaf2a Expand comment by Craig Tiller · 9 years ago
  62. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  63. 275a02c Small fix by Hongwei Wang · 9 years ago
  64. d423f3c Fix authority in uri_parser by Hongwei Wang · 9 years ago
  65. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  66. b0c13ad Fix a leaked lock, and make a debug-only detection for this class of bug by Craig Tiller · 9 years ago
  67. f101af1 Merge pull request #2468 from yang-g/cleanup_handshaking_channels_when_server_shutdown by Craig Tiller · 9 years ago
  68. 097468d Clean up handshaking server channels properly by yang-g · 9 years ago
  69. 45b477e Fixed small leak. by David Garcia Quintas · 9 years ago
  70. 5065d72 Update comment by Craig Tiller · 9 years ago
  71. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  72. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  73. 658b608 Added some comments, minot stylistic tweaks by David Garcia Quintas · 9 years ago
  74. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  75. 5c517b1 Fix integration bugs by Craig Tiller · 9 years ago
  76. 8631652 Ensure streams are sent in-order by Craig Tiller · 9 years ago
  77. 4ed8e40 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  78. d317e75 Fixes to compression, to be merged back to the appropriate branch. by David Garcia Quintas · 9 years ago
  79. c3a00cd Fixed wrong frame parsing by David Garcia Quintas · 9 years ago
  80. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  81. d6cc181 Name arguments by vjpai · 9 years ago
  82. 5c785d4 Hoist epoll_ctl outside of pollset lock by Craig Tiller · 9 years ago
  83. b645026 Initial fixes for lock free request path by Craig Tiller · 9 years ago
  84. 21038ce Mac, Windows support for new timespec by Craig Tiller · 9 years ago
  85. e55e183 fix build on windows by chai2010 · 9 years ago
  86. e503cd5 Better socket kick for Windows. by Nicolas "Pixel" Noble · 9 years ago
  87. ffe27b9 Implement test for stack initial push edge by Craig Tiller · 9 years ago
  88. 6a006ce First pass of lockless delivery of new calls by Craig Tiller · 9 years ago
  89. eef4c25 Add a detectable edge for the first insert (so far untested) by Craig Tiller · 9 years ago
  90. 729b35a Split request matching into a single datastructure by Craig Tiller · 9 years ago
  91. 0804d6b Merge branch 'lockfree-stack' of github.com:vjpai/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  92. cc44ee5 Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard by Craig Tiller · 9 years ago
  93. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  94. 75cfb04 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  95. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  96. 80e5f04 zero-out channel after creation by Jan Tattermusch · 9 years ago
  97. d9e7943 remove chatty log messages on windows by Jan Tattermusch · 9 years ago
  98. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  99. 20a3538 More bugfixes to compress_filter. by David Garcia Quintas · 9 years ago
  100. 887f86b Debug and add in generated build files by Vijay Pai · 9 years ago