1. 23a33aa Merge pull request #2529 from ctiller/prefer-gin-n-tonic by Vijay Pai · 9 years ago
  2. 60fb201 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  3. 2d984bf Mark up all existing comments in grpc.h for Doxygen, add main page by Craig Tiller · 9 years ago
  4. af1f97e Fix typo by Craig Tiller · 9 years ago
  5. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  6. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  7. 6a7626c Move alarm subsystem to monotonic time by Craig Tiller · 9 years ago
  8. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  9. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  10. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 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. 2d883e7 Merge pull request #2489 from yang-g/header_guard by Craig Tiller · 9 years ago
  13. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  14. 6ca6ec8 set header guard by yang-g · 9 years ago
  15. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  16. be2b9b2 Merge pull request #2463 from dgquintas/bitsetmacros by Craig Tiller · 9 years ago
  17. 29f13f2 Moar parenthesis! by David Garcia Quintas · 9 years ago
  18. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  19. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  20. 06fabde add missed 'class' by yang-g · 9 years ago
  21. fb58d23 Merge with head by yang-g · 9 years ago
  22. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  23. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  24. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  25. 1021c2f Prefixed macro with GPR_ a small var rename by David Garcia Quintas · 9 years ago
  26. 6b8d1ae rewrote bitcount function as a macro by David Garcia Quintas · 9 years ago
  27. cfb21ce Added missing "static" by David Garcia Quintas · 9 years ago
  28. b80479e Added population count function by David Garcia Quintas · 9 years ago
  29. ed7e855 Require a pointer + macro arg protection by David Garcia Quintas · 9 years ago
  30. 305e3bd Added bitset macro ops by David Garcia Quintas · 9 years ago
  31. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  32. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  33. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  34. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  35. ded3f69 Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server by Craig Tiller · 9 years ago
  36. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  37. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  38. 811536e auth context iterator by yang-g · 9 years ago
  39. 94fd462 override and final by Vijay Pai · 9 years ago
  40. 94d6225 Create server side auth context lazily by yang-g · 9 years ago
  41. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  42. 7d980e4 Remove lambda function with lambda capture to allow building with pre-lambda by vjpai · 9 years ago
  43. 664cda0 Removed spurious check by David Garcia Quintas · 9 years ago
  44. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  45. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  46. ec6a7fd Update doc by Craig Tiller · 9 years ago
  47. 58bbc86 Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  48. 75cfb04 Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  49. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  50. 717ea0e Install simple Windows exception handlers. by Nicolas "Pixel" Noble · 9 years ago
  51. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  52. 65153e9 Merge pull request #2368 from ctiller/they-gave-me-a-badge by Nicolas Noble · 9 years ago
  53. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  54. 0b1b1a5 Merge branch 'master' of github.com:grpc/grpc into flexible_default_creds by Julien Boeuf · 9 years ago
  55. 2e622bc Add a version string and a function to retrieve it by Craig Tiller · 9 years ago
  56. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  57. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  58. f9e8e59 Resolve comments by yang-g · 9 years ago
  59. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  60. ec5a0ba Merge pull request #2271 from jboeuf/oauth2_access_token by Yang Gao · 9 years ago
  61. a6b9a89 Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token by Julien Boeuf · 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. b09caa9 Remove extraneous explicit by Craig Tiller · 9 years ago
  65. 2ee8f0b Update comments by Craig Tiller · 9 years ago
  66. 98d60fc Merge github.com:grpc/grpc into hosts-need-names-too by Craig Tiller · 9 years ago
  67. ab575d4 merge head and resolve conflict by yang-g · 9 years ago
  68. fab2764 Merge pull request #2242 from a-veitch/external_api_2 by Craig Tiller · 9 years ago
  69. 85c04f9 resolve comments by yang-g · 9 years ago
  70. d9b6fcf Support older compilers by Craig Tiller · 9 years ago
  71. e114a01 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  72. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  73. 547fed4 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  74. 5ea46ab merge with upstream and resolve conflicts by yang-g · 9 years ago
  75. 3abe60b compiles by yang-g · 9 years ago
  76. f1bff01 clang-format changed files by Craig Tiller · 9 years ago
  77. a368bd2 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  78. bdfd897 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  79. d1dd3a6 Merge pull request #2117 from dgquintas/bb_from_bbreader by Craig Tiller · 9 years ago
  80. f3756c1 Introduce multiple clocks to GPR by Craig Tiller · 9 years ago
  81. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  82. ae65f1a Remove random includes of windows.h by Craig Tiller · 9 years ago
  83. 2805be1 Adding support for raw access token credentials. by Julien Boeuf · 9 years ago
  84. e2aa487 review changes by Alistair Veitch · 9 years ago
  85. 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
  86. 079a11b clang-format affected files by Craig Tiller · 9 years ago
  87. 11bf14e Trip through transient failure on disconnection by Craig Tiller · 9 years ago
  88. fc62ddd add client side census context by Alistair Veitch · 9 years ago
  89. 1107558 Merge github.com:grpc/grpc into tis-but-thy-name by Craig Tiller · 9 years ago
  90. b70b709 Clarify caller contract for grpc_call_start_batch by Masood Malekghassemi · 9 years ago
  91. fc0fa33 Moar tests, fixed wrongly named vbles, minor bugs. by David Garcia Quintas · 9 years ago
  92. 3f47542 chop chop chop by Craig Tiller · 9 years ago
  93. 6e8c7e8 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  94. d137943 Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  95. d8c04b36 std::function is no longer implicitly included. Fixing this. by Nicolas "Pixel" Noble · 9 years ago
  96. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  97. e75d4c8 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  98. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  99. 949b6ee Merge github.com:grpc/grpc into oops-i-split-it-again by Craig Tiller · 9 years ago
  100. f8fedc4 Merge pull request #2141 from murgatroid99/core_support_conversion_warnings by Craig Tiller · 9 years ago