1. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  2. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  3. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  4. 5e7e55b Merge with head and resolve conflict by yang-g · 9 years ago
  5. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  6. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  7. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  8. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  9. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  10. 463cde7 update according to spec change by yang-g · 9 years ago
  11. efccb3f Merge pull request #2472 from nicolasnoble/4000-is-infinite-right by Craig Tiller · 9 years ago
  12. e086725 Merge branch 'no-worries-i-can-wait' of github.com:ctiller/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  13. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  14. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  15. be2b9b2 Merge pull request #2463 from dgquintas/bitsetmacros by Craig Tiller · 9 years ago
  16. aff4f2a Changing a very long (4000s) deadline to 10s. by Nicolas "Pixel" Noble · 9 years ago
  17. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  18. 1eedf26 Merge pull request #2385 from yang-g/timeout_interop by Craig Tiller · 9 years ago
  19. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  20. fb58d23 Merge with head by yang-g · 9 years ago
  21. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  22. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  23. c9af31d Merge pull request #2473 from hongweiwang/uri_parser by Craig Tiller · 9 years ago
  24. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  25. d423f3c Fix authority in uri_parser by Hongwei Wang · 9 years ago
  26. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  27. e3988db Added more tests for GPR_BITCOUNT by David Garcia Quintas · 9 years ago
  28. 6b8d1ae rewrote bitcount function as a macro by David Garcia Quintas · 9 years ago
  29. b80479e Added population count function by David Garcia Quintas · 9 years ago
  30. ed7e855 Require a pointer + macro arg protection by David Garcia Quintas · 9 years ago
  31. 305e3bd Added bitset macro ops by David Garcia Quintas · 9 years ago
  32. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  33. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  34. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  35. e410986 clang-format'd. by David Garcia Quintas · 9 years ago
  36. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  37. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  38. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  39. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  40. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  41. ca83dc8 Adjust oustanding request count to meet new server algorithm by Craig Tiller · 9 years ago
  42. e959335 Fix tcp_client_posix_test on mac by Craig Tiller · 9 years ago
  43. a508c80 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  44. 811536e auth context iterator by yang-g · 9 years ago
  45. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  46. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  47. df55161 Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 by vjpai · 9 years ago
  48. 76fcaee resolve comments by yang-g · 9 years ago
  49. e1d95d6 Adding a handler for abort(). by Nicolas "Pixel" Noble · 9 years ago
  50. ffe27b9 Implement test for stack initial push edge by Craig Tiller · 9 years ago
  51. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  52. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  53. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  54. 677c50c Update C++ impl by Craig Tiller · 9 years ago
  55. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  56. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  57. 75cfb04 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  58. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  59. 717ea0e Install simple Windows exception handlers. by Nicolas "Pixel" Noble · 9 years ago
  60. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  61. 10a6546 Multithreaded test of stack by Vijay Pai · 9 years ago
  62. f5d2138 Test code by vjpai · 9 years ago
  63. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  64. 5c3eea3 Merge pull request #2380 from ctiller/slartiwhatfast by Vijay Pai · 9 years ago
  65. ad262a1 Merge pull request #2384 from ctiller/spiderman-cant-compete by Vijay Pai · 9 years ago
  66. 13608fe Merge pull request #2347 from ctiller/simpler-cq by Vijay Pai · 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. 69563b9 Add timeout interop test case by yang-g · 9 years ago
  69. bd54ec4 1 != 10 by Craig Tiller · 9 years ago
  70. 2c3a35e Make naming a little more consistent by Craig Tiller · 9 years ago
  71. 57e1f4f Merge pull request #2369 from ctiller/mac-be-sadness by Yang Gao · 9 years ago
  72. b7e3633 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  73. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  74. 0b1b1a5 Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds by Julien Boeuf · 9 years ago
  75. d0955f3 Compile fix for Mac by Craig Tiller · 9 years ago
  76. 5aa65e8 Merge github.com:grpc/grpc into be-less-verbose by Craig Tiller · 9 years ago
  77. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  78. b35fe2a Merge branch 'dont-shutdown-your-peers' into simpler-cq by Craig Tiller · 9 years ago
  79. 12cf537 clang-format affected files by Craig Tiller · 9 years ago
  80. 7d4f8a1 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  81. d53bc89 Add missing pieces by yang-g · 9 years ago
  82. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  83. f9e8e59 Resolve comments by yang-g · 9 years ago
  84. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  85. 81f77db Fixed stupid bug from another dimension. Thanks msan. by David Garcia Quintas · 9 years ago
  86. ec5a0ba Merge pull request #2271 from jboeuf/oauth2_access_token by Yang Gao · 9 years ago
  87. 19512b1 Merge pull request #2320 from ctiller/hosts-need-names-too by Yang Gao · 9 years ago
  88. d130bdd Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged by Yang Gao · 9 years ago
  89. a6b9a89 Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token by Julien Boeuf · 9 years ago
  90. ffe3d2b Modified gpr_slice_split to take a char* separator. by David Garcia Quintas · 9 years ago
  91. ea94e46 Merge branch 'master' of github.com:grpc/grpc into jwt_verifier by Julien Boeuf · 9 years ago
  92. 97fc6a3 Rewrite completion queue internals to use pre-allocation of events by Craig Tiller · 9 years ago
  93. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  94. b037bb6 Adding tests and fixing mem leak in default creds. by Julien Boeuf · 9 years ago
  95. ab54f79 Reduce spam by Craig Tiller · 9 years ago
  96. 98d60fc Merge github.com:grpc/grpc into hosts-need-names-too by Craig Tiller · 9 years ago
  97. 8e218f5 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  98. 074e224 Split function now takes slices as input, performs no allocs by David Garcia Quintas · 9 years ago
  99. ab575d4 merge head and resolve conflict by yang-g · 9 years ago
  100. 3b685b7 Merge pull request #2200 from jboeuf/slice_to_cstring by Craig Tiller · 9 years ago