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. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  4. d82d0b2 Merge pull request #2319 from dgquintas/str_join_with_sep by Nicolas Noble · 9 years ago
  5. 5e7e55b Merge with head and resolve conflict by yang-g · 9 years ago
  6. f87a098 Merge pull request #2470 from ctiller/i-want-to-wait-free by Vijay Pai · 9 years ago
  7. 6016e26 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  8. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  9. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  10. efccb3f Merge pull request #2472 from nicolasnoble/4000-is-infinite-right by Craig Tiller · 9 years ago
  11. 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
  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. be2b9b2 Merge pull request #2463 from dgquintas/bitsetmacros by Craig Tiller · 9 years ago
  15. aff4f2a Changing a very long (4000s) deadline to 10s. by Nicolas "Pixel" Noble · 9 years ago
  16. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  17. d423f3c Fix authority in uri_parser by Hongwei Wang · 9 years ago
  18. e0981df Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  19. e3988db Added more tests for GPR_BITCOUNT by David Garcia Quintas · 9 years ago
  20. 6b8d1ae rewrote bitcount function as a macro by David Garcia Quintas · 9 years ago
  21. b80479e Added population count function by David Garcia Quintas · 9 years ago
  22. ed7e855 Require a pointer + macro arg protection by David Garcia Quintas · 9 years ago
  23. 305e3bd Added bitset macro ops by David Garcia Quintas · 9 years ago
  24. 211e65b Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  25. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  26. 8ea6308 Merge pull request #2383 from vjpai/lockfree-stack by Craig Tiller · 9 years ago
  27. e959335 Fix tcp_client_posix_test on mac by Craig Tiller · 9 years ago
  28. a508c80 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  29. d54c3e6 clang-format changed files by Vijay Pai · 9 years ago
  30. 76fcaee resolve comments by yang-g · 9 years ago
  31. e1d95d6 Adding a handler for abort(). by Nicolas "Pixel" Noble · 9 years ago
  32. ffe27b9 Implement test for stack initial push edge by Craig Tiller · 9 years ago
  33. be5f059 Add oauth2_auth_token test case in interop test by yang-g · 9 years ago
  34. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  35. 75cfb04 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  36. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  37. 717ea0e Install simple Windows exception handlers. by Nicolas "Pixel" Noble · 9 years ago
  38. a882299 Merge branch 'master' into lockfree-stack by vjpai · 9 years ago
  39. 10a6546 Multithreaded test of stack by Vijay Pai · 9 years ago
  40. f5d2138 Test code by vjpai · 9 years ago
  41. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  42. ad262a1 Merge pull request #2384 from ctiller/spiderman-cant-compete by Vijay Pai · 9 years ago
  43. bd54ec4 1 != 10 by Craig Tiller · 9 years ago
  44. b7e3633 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  45. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  46. 0b1b1a5 Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds by Julien Boeuf · 9 years ago
  47. 5aa65e8 Merge github.com:grpc/grpc into be-less-verbose by Craig Tiller · 9 years ago
  48. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  49. b35fe2a Merge branch 'dont-shutdown-your-peers' into simpler-cq by Craig Tiller · 9 years ago
  50. 12cf537 clang-format affected files by Craig Tiller · 9 years ago
  51. 7d4f8a1 Merge github.com:grpc/grpc into simpler-cq by Craig Tiller · 9 years ago
  52. d53bc89 Add missing pieces by yang-g · 9 years ago
  53. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  54. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  55. 81f77db Fixed stupid bug from another dimension. Thanks msan. by David Garcia Quintas · 9 years ago
  56. ec5a0ba Merge pull request #2271 from jboeuf/oauth2_access_token by Yang Gao · 9 years ago
  57. d130bdd Merge pull request #2308 from ctiller/metadata-wants-to-be-debugged by Yang Gao · 9 years ago
  58. a6b9a89 Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token by Julien Boeuf · 9 years ago
  59. ffe3d2b Modified gpr_slice_split to take a char* separator. by David Garcia Quintas · 9 years ago
  60. ea94e46 Merge branch 'master' of github.com:grpc/grpc into jwt_verifier by Julien Boeuf · 9 years ago
  61. 97fc6a3 Rewrite completion queue internals to use pre-allocation of events by Craig Tiller · 9 years ago
  62. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  63. b037bb6 Adding tests and fixing mem leak in default creds. by Julien Boeuf · 9 years ago
  64. ab54f79 Reduce spam by Craig Tiller · 9 years ago
  65. 8e218f5 Merge branch 'master' of github.com:grpc/grpc into str_join_with_sep by David Garcia Quintas · 9 years ago
  66. 074e224 Split function now takes slices as input, performs no allocs by David Garcia Quintas · 9 years ago
  67. ab575d4 merge head and resolve conflict by yang-g · 9 years ago
  68. 3b685b7 Merge pull request #2200 from jboeuf/slice_to_cstring by Craig Tiller · 9 years ago
  69. 14f1c27 Added gpr_strsplit (with tests) by David Garcia Quintas · 9 years ago
  70. a16cf1e PR comments + some more tests. by David Garcia Quintas · 9 years ago
  71. 44a4ef3 Merge pull request #2174 from nicolasnoble/makefile-npn-check by jboeuf · 9 years ago
  72. e114a01 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  73. b7541e8 Added convenience method gpr_strjoin_sep by David Garcia Quintas · 9 years ago
  74. 6073594 Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring by Julien Boeuf · 9 years ago
  75. c1f7e31 Merge github.com:grpc/grpc into metadata-wants-to-be-debugged by Craig Tiller · 9 years ago
  76. 547fed4 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  77. 8068f86 Add a unit test by yang-g · 9 years ago
  78. 1dd7026 Fixup some tests by Craig Tiller · 9 years ago
  79. f1bff01 clang-format changed files by Craig Tiller · 9 years ago
  80. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  81. 1a65a23 Add metadata refcount debugging by Craig Tiller · 9 years ago
  82. bdfd897 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  83. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  84. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  85. 4e40336 Fixed leaks by David Garcia Quintas · 9 years ago
  86. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  87. dc0cbb0 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  88. 6ab0de1 Merge pull request #2216 from jboeuf/unpadded_base64 by Nicolas Noble · 9 years ago
  89. 272814f Merge branch 'master' of https://github.com/grpc/grpc into slice_to_cstring by Julien Boeuf · 9 years ago
  90. 06a1963 Merge branch 'buggy-mcbugglet' into tis-but-thy-name by Craig Tiller · 9 years ago
  91. c824067 Expand uri tests by Craig Tiller · 9 years ago
  92. 93305a5 Memory leak fix by Craig Tiller · 9 years ago
  93. 2805be1 Adding support for raw access token credentials. by Julien Boeuf · 9 years ago
  94. d7d9ce2 WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of compression request thru MD by David Garcia Quintas · 9 years ago
  95. 49dc114 Merge github.com:grpc/grpc into forever-is-a-long-time by Craig Tiller · 9 years ago
  96. cdbdbc0 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  97. e46f00a Fix leaked string in bad_client.c by Craig Tiller · 9 years ago
  98. 991edad SSL refcounting fixes by Craig Tiller · 9 years ago
  99. be2d3a3 Merge branch 'master' of github.com:grpc/grpc into makefile-npn-check by Nicolas "Pixel" Noble · 9 years ago
  100. cf34343 Wait for expectations to be fulfilled by Craig Tiller · 9 years ago