1. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  2. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  3. 6169d5f Update copyrights by Craig Tiller · 8 years ago
  4. b523c73 async_stream.h done. Compiles by David Garcia Quintas · 8 years ago
  5. 44f3249 Introduced ServerInterface by David Garcia Quintas · 8 years ago
  6. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  7. 8e7a4b6 Fix R/W template argument order in prototypes by Ian Coolidge · 9 years ago
  8. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  9. e21908f impl by yang-g · 9 years ago
  10. 1eeb21c api change to string_ref by yang-g · 9 years ago
  11. 9e2f90c headers reorg by yang-g · 9 years ago
  12. 935c171 Merge branch 'master' of github.com:grpc/grpc into compression-interop by David Garcia Quintas · 9 years ago
  13. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  14. 49a5130 Merge branch 'compression-accept-encoding' into compression-interop by David Garcia Quintas · 9 years ago
  15. bb53614 C++ context propagation by Craig Tiller · 9 years ago
  16. d45a26e allow null tag by yang-g · 9 years ago
  17. b335256 Add AsyncNotifyWhenDone by yang-g · 9 years ago
  18. b803313 merge with head and resolve conflicts by yang-g · 9 years ago
  19. c226edc Merge pull request #2706 from yang-g/remove_get_from_accessor by Vijay Pai · 9 years ago
  20. dcf6c90 merge with head by yang-g · 9 years ago
  21. 100a6e1 add struct include/grpc++/server_context.h src/cpp/server/server_context.cc by Alistair Veitch · 9 years ago
  22. 9a009f2 make accessors from get_x() to x() by yang-g · 9 years ago
  23. 487f5a2 add warning comments by yang-g · 9 years ago
  24. f1ec377 server api by yang-g · 9 years ago
  25. cf39e94 Server side census context plumbing for c++ by Alistair Veitch · 9 years ago
  26. 80f3995 wip by David Garcia Quintas · 9 years ago
  27. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  28. eec373c Merge pull request #2413 from dgquintas/interop_sniffer by Craig Tiller · 9 years ago
  29. 6dd49a5 Added some methods to context inspector. Also minor tweak to server context IsCancelled() method by David Garcia Quintas · 9 years ago
  30. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  31. 94d6225 Create server side auth context lazily by yang-g · 9 years ago
  32. 8d9f830 Introduced InteropContextInspector to be able to peek into server contexts during interop testing. by David Garcia Quintas · 9 years ago
  33. 85c04f9 resolve comments by yang-g · 9 years ago
  34. 5ea46ab merge with upstream and resolve conflicts by yang-g · 9 years ago
  35. 3abe60b compiles by yang-g · 9 years ago
  36. 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
  37. 50a7a68 Progress commit on fixing up C++ by Craig Tiller · 9 years ago
  38. c9516d4 Fixed memory leak in server_async by David Garcia Quintas · 9 years ago
  39. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  40. 1c40233 first sets of changes, it builds by Yang Gao · 9 years ago
  41. ee7ab3d Remove include google/protobuf/message.h as it should be covered in config.h by Yang Gao · 9 years ago
  42. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 9 years ago
  43. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  44. c7625b0 Move header #include by Craig Tiller · 9 years ago
  45. f01ea7c Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  46. 7326901 Merge pull request #579 from yang-g/c++api by Craig Tiller · 9 years ago
  47. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  48. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  49. d0d007e change metadata getters to return const& by Yang Gao · 9 years ago
  50. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  51. 645466e Initial sketch by Craig Tiller · 9 years ago
  52. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  53. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 9 years ago
  54. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  55. 8c22f05 Minor compile fix by Craig Tiller · 9 years ago
  56. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  57. c645306 Fixes by Craig Tiller · 9 years ago
  58. 3d6ceb6 Async server dispatch by Craig Tiller · 9 years ago
  59. a38feb9 Implement async streaming APIs by Yang Gao · 9 years ago
  60. 3ccdbe9 Make SendInitialMetadata work. by Yang Gao · 9 years ago
  61. 0156752 Some streaming progress by Craig Tiller · 9 years ago
  62. 9dcb0f8 Send initial metadata by Craig Tiller · 9 years ago
  63. 854a30c More implementation by Craig Tiller · 9 years ago
  64. c416577 Server progress by Craig Tiller · 9 years ago
  65. b470169 Remove more unnecessary files by Craig Tiller · 9 years ago
  66. 1d2e219 Server progress by Craig Tiller · 9 years ago
  67. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  68. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago