1. 7fa5167 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  2. 0d47192 Fixing headers and paths after merge with upstream. by Julien Boeuf · 9 years ago
  3. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  4. 730055d implementation fix by yang-g · 9 years ago
  5. e21908f impl by yang-g · 9 years ago
  6. 3e4bd95 merge with head by yang-g · 9 years ago
  7. 9e2f90c headers reorg by yang-g · 9 years ago
  8. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  9. d6c98df clang-format all source by Craig Tiller · 9 years ago
  10. 8f7bff7 Merge github.com:grpc/grpc into y12kdm3 by Craig Tiller · 9 years ago
  11. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  12. 4c06b82 Add a test of non-blocking API behavior by Craig Tiller · 9 years ago
  13. 69f90e6 Working towards a non-blocking API test by Craig Tiller · 9 years ago
  14. b335256 Add AsyncNotifyWhenDone by yang-g · 9 years ago
  15. 8bf2dca Make tests a little more robust by Craig Tiller · 9 years ago
  16. bf8ac3f Merge branch 'you-complete-me' into we-dont-need-no-backup by Craig Tiller · 9 years ago
  17. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  18. 06cf3cc Fix async end2end to poll all fds from the main thread by Craig Tiller · 9 years ago
  19. a468c36 Merge pull request #1493 from ctiller/churn-churn-churn-the-api-gently-down-the-stream by Yang Gao · 9 years ago
  20. 9038101 Merge pull request #1494 from ctiller/the-churnening by Yang Gao · 9 years ago
  21. 0b488f7 Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream by Craig Tiller · 9 years ago
  22. f51199f Increase test timeout by Craig Tiller · 9 years ago
  23. fb775b8 Fix test by Craig Tiller · 9 years ago
  24. 3676b38 Lose redundant tag on unary calls by Craig Tiller · 9 years ago
  25. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  26. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  27. c4b6ffb Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. by Yang Gao · 9 years ago
  28. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  29. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  30. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 9 years ago
  31. 8921916 Refactoring std::chrono out. by Nicolas Noble · 9 years ago
  32. 92a928f Make string construction explicit as implicit conversion doesn't work in 4.4 by Vijay Pai · 9 years ago
  33. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 9 years ago
  34. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  35. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  36. 757afae clang-format new changes by Yang Gao · 9 years ago
  37. d672d8f resolve merge confict by Yang Gao · 9 years ago
  38. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  39. 7aadf46 Change to std::chrono and add a test. by vjpai · 9 years ago
  40. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  41. 1b47b12 Merge remote-tracking branch 'upstream/master' by vjpai · 9 years ago
  42. 64ac47f clang-format all these files by Vijay Pai · 9 years ago
  43. 56c5129 Rename Async methods from generator to avoid naming conflicts to by vjpai · 9 years ago
  44. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 9 years ago
  45. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  46. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 9 years ago
  47. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 9 years ago
  48. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 9 years ago
  49. 42bc87c Update C++ server with new core API by Craig Tiller · 9 years ago
  50. 47c83fd Credentials prototyping by Craig Tiller · 9 years ago
  51. 980a630 Merge pull request #605 from vjpai/mac by Nicolas Noble · 9 years ago
  52. d5577aa More typecasts to avoid sign-comparison problems on EXPECT_EQ by vjpai · 9 years ago
  53. 2d11c93 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  54. 8a287d1 Merge pull request #588 from yang-g/c++api by Craig Tiller · 9 years ago
  55. 3a5e549 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. by Yang Gao · 9 years ago
  56. eaaee49 Merge github.com:grpc/grpc into an-update-on-c++ by Craig Tiller · 9 years ago
  57. 492968f Server side cancellation receive support by Craig Tiller · 9 years ago
  58. 190d360 Add missing new-lines at end of file by Craig Tiller · 9 years ago
  59. 0605995 Update copyright to 2015 by Craig Tiller · 9 years ago
  60. da699b8 do not leak reader or writer by Yang Gao · 9 years ago
  61. 2b7f537 Add metadata test with rpc. Adding/fixing things to make it work by Yang Gao · 9 years ago
  62. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  63. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  64. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  65. c05b6cb add a bidi test and simplify the test a bit, test passes by Yang Gao · 9 years ago
  66. bb84a30 let the client/server use their own cq and pretty the test by Yang Gao · 9 years ago
  67. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 10 years ago