1. b803313 merge with head and resolve conflicts by yang-g · 9 years ago
  2. c226edc Merge pull request #2706 from yang-g/remove_get_from_accessor by Vijay Pai · 9 years ago
  3. dcf6c90 merge with head by yang-g · 9 years ago
  4. 7ee4b89 Merge pull request #2670 from a-veitch/server_context by Yang Gao · 9 years ago
  5. 339aaea Merge pull request #2711 from yang-g/missing_brace by Vijay Pai · 9 years ago
  6. 766d9ee fix build by yang-g · 9 years ago
  7. 100a6e1 add struct include/grpc++/server_context.h src/cpp/server/server_context.cc by Alistair Veitch · 9 years ago
  8. 9a009f2 make accessors from get_x() to x() by yang-g · 9 years ago
  9. 487f5a2 add warning comments by yang-g · 9 years ago
  10. f1ec377 server api by yang-g · 9 years ago
  11. b3d69c3 Fixing Windows build by Nicolas "Pixel" Noble · 9 years ago
  12. c07d9bf client api by yang-g · 9 years ago
  13. eabb4f5 Addressing comments. by Julien Boeuf · 9 years ago
  14. 4aee724 Merge branch 'master' of github.com:grpc/grpc into ssl_force_client_auth by Julien Boeuf · 9 years ago
  15. cf39e94 Server side census context plumbing for c++ by Alistair Veitch · 9 years ago
  16. 2a31304 Merge pull request #2647 from vjpai/deepend by Yang Gao · 9 years ago
  17. d2a9b6d Isolate nullptr to grpc namespace when we must define it ourselves by Vijay Pai · 9 years ago
  18. f0c66c63 Merge branch 'master' into deepend by Vijay Pai · 9 years ago
  19. 7cbac4c Fix gpr_inf_future call by yang-g · 9 years ago
  20. 02b8054 Bug fixes by vjpai · 9 years ago
  21. b76f3ad Fix bug on shutdown case by vjpai · 9 years ago
  22. b28456b Add dynamic thread pool and initial port of test by vjpai · 9 years ago
  23. fe4c3f4 Renaming jwt_credentials to service_account_jwt_access_credentials. by Julien Boeuf · 9 years ago
  24. 5029b30 Adding option to force client auth on the server SSL creds. by Julien Boeuf · 9 years ago
  25. 60fb201 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  26. af1f97e Fix typo by Craig Tiller · 9 years ago
  27. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  28. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  29. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  30. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  31. e9881bb Merge pull request #2403 from ctiller/no-worries-i-can-wait by Nicolas Noble · 9 years ago
  32. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  33. 2d883e7 Merge pull request #2489 from yang-g/header_guard by Craig Tiller · 9 years ago
  34. 29cb6dd Merge pull request #2482 from vjpai/rename_schedule_callback by Craig Tiller · 9 years ago
  35. 6ca6ec8 set header guard by yang-g · 9 years ago
  36. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  37. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  38. 72a4417 ThreadPoolInterface::ScheduleCallback --> ThreadPoolInterface::Add by vjpai · 9 years ago
  39. 06fabde add missed 'class' by yang-g · 9 years ago
  40. fb58d23 Merge with head by yang-g · 9 years ago
  41. 7ef7232 split iterator into its own file by yang-g · 9 years ago
  42. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  43. 9a3f858 Merge pull request #2460 from vjpai/exposed_pool by Craig Tiller · 9 years ago
  44. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  45. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  46. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  47. e845d98 Merge pull request #2406 from dgquintas/writeoptions by Craig Tiller · 9 years ago
  48. ded3f69 Merge pull request #2442 from yang-g/authcontext_lazy_create_at_server by Craig Tiller · 9 years ago
  49. 14b3684 Remove const_iterator typedef and add a range based loop test by yang-g · 9 years ago
  50. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  51. 811536e auth context iterator by yang-g · 9 years ago
  52. 94fd462 override and final by Vijay Pai · 9 years ago
  53. 94d6225 Create server side auth context lazily by yang-g · 9 years ago
  54. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  55. 7d980e4 Remove lambda function with lambda capture to allow building with pre-lambda by vjpai · 9 years ago
  56. 664cda0 Removed spurious check by David Garcia Quintas · 9 years ago
  57. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  58. 6a3cf97 Added WriteOptions for per-message flags and modified CallOps to use it. by David Garcia Quintas · 9 years ago
  59. 143e7bf Introduce a clock type field onto gpr_timespec. by Craig Tiller · 9 years ago
  60. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  61. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  62. ec5a0ba Merge pull request #2271 from jboeuf/oauth2_access_token by Yang Gao · 9 years ago
  63. a6b9a89 Merge branch 'master' of github.com:grpc/grpc into oauth2_access_token by Julien Boeuf · 9 years ago
  64. 17bb649 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  65. b09caa9 Remove extraneous explicit by Craig Tiller · 9 years ago
  66. 2ee8f0b Update comments by Craig Tiller · 9 years ago
  67. 98d60fc Merge github.com:grpc/grpc into hosts-need-names-too by Craig Tiller · 9 years ago
  68. ab575d4 merge head and resolve conflict by yang-g · 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. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  72. 5ea46ab merge with upstream and resolve conflicts by yang-g · 9 years ago
  73. 3abe60b compiles by yang-g · 9 years ago
  74. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  75. 2805be1 Adding support for raw access token credentials. by Julien Boeuf · 9 years ago
  76. e2aa487 review changes by Alistair Veitch · 9 years ago
  77. 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
  78. fc62ddd add client side census context by Alistair Veitch · 9 years ago
  79. d8c04b36 std::function is no longer implicitly included. Fixing this. by Nicolas "Pixel" Noble · 9 years ago
  80. adfed03 Add missing headers to build.json by yang-g · 9 years ago
  81. 253aaa6 Merge pull request #1969 from ctiller/one-shouldnt-depend-on-protobufs by Yang Gao · 9 years ago
  82. 89c5a56 Add const to ByteBuffer methods and add tests by Yang Gao · 9 years ago
  83. 026e600 Update to set flags=0 on all ops by Craig Tiller · 9 years ago
  84. e9fad15 Remove redundant decls by Craig Tiller · 9 years ago
  85. ab67485 Merge github.com:grpc/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  86. a96ba40 Base definition of the C++ auth context API. by Julien Boeuf · 9 years ago
  87. 4ec4337 Merge pull request #2071 from dgquintas/compression-levels by Craig Tiller · 9 years ago
  88. 2622ddb Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago
  89. 48dd6bf Merge github.com:grpc/grpc into you-complete-me by Craig Tiller · 9 years ago
  90. ddd389a Merge github.com:grpc/grpc into we-dont-need-no-backup by Craig Tiller · 9 years ago
  91. cc6c43c Exposed compression level in channel arguments (C and C++) by David Garcia Quintas · 9 years ago
  92. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  93. 9bfedd6 Merge remote-tracking branch 'upstream/master' into you-complete-me-csharp by Jan Tattermusch · 9 years ago
  94. ca28137 Added missing compression.h file. by David Garcia Quintas · 9 years ago
  95. 59f905d Changes to byte_buffer based on comments. by David Garcia Quintas · 9 years ago
  96. 372fd87 Revert "Revert "Open loop sync/async multithreaded testing"" by Vijay Pai · 9 years ago
  97. d55636d Revert "Open loop sync/async multithreaded testing" by Craig Tiller · 9 years ago
  98. 90ed038 .clang-format by Craig Tiller · 9 years ago
  99. fcff618 Clarify some of the call stuff by Craig Tiller · 9 years ago
  100. e22fb4e Merge branch 'one-shouldnt-depend-on-protobufs' of github.com:ctiller/grpc into one-shouldnt-depend-on-protobufs by Craig Tiller · 9 years ago