1. 73b7018 Cleaned up by Craig Tiller · 9 years ago
  2. 1f1b630 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  3. b4215bb Merge pull request #525 from ctiller/uds by Nicolas Noble · 9 years ago
  4. 23197ab Merge branch 'master' of github.com:google/grpc into uds by Nicolas "Pixel" Noble · 9 years ago
  5. befc83d Merge pull request #531 from ctiller/build by Nicolas Noble · 9 years ago
  6. c132f34 Merge pull request #510 from jtattermusch/grpc_tests by Nicolas Noble · 9 years ago
  7. 8f4c827 Merge pull request #523 from ctiller/sopb by Yang Gao · 9 years ago
  8. cfdef95 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  9. de2071b Merge github.com:grpc/grpc into uds by Craig Tiller · 9 years ago
  10. acd6229 Merge github.com:grpc/grpc into sopb by Craig Tiller · 9 years ago
  11. a9f997d Merge github.com:grpc/grpc into build by Craig Tiller · 9 years ago
  12. 361c5be Merge pull request #539 from nathanielmanistaatgoogle/grpc-h-doc-tweaks by Craig Tiller · 9 years ago
  13. 6d41a05 Documentation tweaks in grpc.h. by Nathaniel Manista · 9 years ago
  14. da224d6 Fixes by Craig Tiller · 9 years ago
  15. 61b910f Add support for out of tree builds by Craig Tiller · 9 years ago
  16. 96e352c Merge pull request #524 from nicolasnoble/msan by Craig Tiller · 9 years ago
  17. 8f9aaa9 Accidental change fixed by Craig Tiller · 9 years ago
  18. d209ed0 clang-format by Craig Tiller · 9 years ago
  19. ae7fe92 Unix domain socket support by Craig Tiller · 9 years ago
  20. d66cba2 Properly msan-instrumenting protobuf and our C++ tests - but gflags isn't instrumented yet. by Nicolas "Pixel" Noble · 9 years ago
  21. e3018e6 Avoid four allocations per stream by Craig Tiller · 9 years ago
  22. 771fefb Merge pull request #18 from yang-g/c++api by Craig Tiller · 9 years ago
  23. 406b32f Add missing APIs and a first metadata test, and test passes by Yang Gao · 9 years ago
  24. 44cdd6e Merge pull request #522 from nicolasnoble/posix by Craig Tiller · 9 years ago
  25. 3609f78 Merge pull request #517 from vjpai/mac by Craig Tiller · 9 years ago
  26. 43517d9 Merge pull request #519 from nicolasnoble/docker-clang by Craig Tiller · 9 years ago
  27. fbdd7ab Cleaning up our posix definition / usage. by Nicolas "Pixel" Noble · 9 years ago
  28. 857680b Compile fixes by Craig Tiller · 9 years ago
  29. 8c22f05 Minor compile fix by Craig Tiller · 9 years ago
  30. 3793267 Merge pull request #521 from nathanielmanistaatgoogle/future by soltanmm · 9 years ago
  31. 88c5f3d Merge pull request #17 from yang-g/c++api by Craig Tiller · 9 years ago
  32. 0e0d8e1 add a simple server streaming e2e test, which passes by Yang Gao · 9 years ago
  33. 20a2b5b Merge pull request #515 from a11r/new_fling by Craig Tiller · 9 years ago
  34. 421e87a Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago
  35. 83edf3e Change the interface of RPC Framework's Future interface. by Nathaniel Manista · 9 years ago
  36. a9aa2f5 Merge pull request #16 from yang-g/c++api by Craig Tiller · 9 years ago
  37. 07d8304 change stub API for server streaming, pass in const Request& instead of const Request* for the first request by Yang Gao · 9 years ago
  38. d1049b7 Merge pull request #520 from donnadionne/docker by Tim Emiola · 9 years ago
  39. d853baa Merge pull request #516 from jtattermusch/csharp_shutdown by Tim Emiola · 9 years ago
  40. 6fd5a35 Setting default ssh directory in the case of test runs running as root. by Donna Dionne · 9 years ago
  41. faa5f51 Renaming the docker image to grpc_clang, and optimizing the build a bit. by Nicolas "Pixel" Noble · 9 years ago
  42. a2d9ed0 Addressed review comments by Abhishek Kumar · 9 years ago
  43. f474919 Merge pull request #518 from jtattermusch/csharp_licenseheaders by Michael Lumish · 9 years ago
  44. 07002d7 changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  45. af77b3d changed 2014 -> 2015 by Jan Tattermusch · 9 years ago
  46. a7fff86 added license headers to all grpc C# files by Jan Tattermusch · 9 years ago
  47. c234087 Fix header file for Mac by vjpai · 9 years ago
  48. 23821ce Reworked GrpcEnvironment initialization and shutdown to allow running all tests at once. by Jan Tattermusch · 9 years ago
  49. bd98ed5 Merge pull request #15 from yang-g/c++api by Craig Tiller · 9 years ago
  50. 005f18a change ServerAsyncReader API and add a simple clientstreaming test, it passes by Yang Gao · 9 years ago
  51. e3dd33f clang formatting by Abhishek Kumar · 9 years ago
  52. bb62706 Merge pull request #514 from donnadionne/docker by Tim Emiola · 9 years ago
  53. 445612e Btach handling of unary by Abhishek Kumar · 9 years ago
  54. 6fcd2aa useless commit to test email address. by Donna Dionne · 9 years ago
  55. 07fadea Got rid of the PortPicker utility by Jan Tattermusch · 9 years ago
  56. c061a2f Merge pull request #509 from chen-wang/master by Yang Gao · 9 years ago
  57. 5acbfbd Merge branch 'grpc_tests' of github.com:jtattermusch/grpc into grpc_tests by Jan Tattermusch · 9 years ago
  58. 64d10c1 added zlib and openssl dependencies by Jan Tattermusch · 9 years ago
  59. 4151cac Initial draft of server using new async API by Abhishek Kumar · 9 years ago
  60. 510a693 Merge pull request #512 from ctiller/ubsan by Nicolas Noble · 9 years ago
  61. 4635dc9 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  62. 96bd5f6 Add ubsan support by Craig Tiller · 9 years ago
  63. bf275ec Merge pull request #511 from nicolasnoble/msan-cxx by Craig Tiller · 9 years ago
  64. a339c16 Adding a Dockerfile script that can build a docker image with an msan-compatible C++ compiler. by Nicolas "Pixel" Noble · 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. 58517a6 resolve conflict by Yang Gao · 9 years ago
  68. 0c7aafa change AddRecvMessage signature by Yang Gao · 9 years ago
  69. 5d6bd44 Fix tsan reported race by Craig Tiller · 9 years ago
  70. c17e861 more nullptr for got_message by Yang Gao · 9 years ago
  71. db73e90 Fix nullptr crash by Craig Tiller · 9 years ago
  72. cbc427a allow null got_message by Yang Gao · 9 years ago
  73. d3f1d2b added libraries to link against by Jan Tattermusch · 9 years ago
  74. a2ad558 polishing of Grpc.mak by Jan Tattermusch · 9 years ago
  75. eca6547 added some more non-test targets to Grpc.mak by Jan Tattermusch · 9 years ago
  76. d5b076a improving makefile for Windows by Jan Tattermusch · 9 years ago
  77. 32647c8 added make.bat helper by Jan Tattermusch · 9 years ago
  78. 1312666 fixed GrpcTests.mak and removed build_and_run_tests.bat by Jan Tattermusch · 9 years ago
  79. 451a227 Added NMake file to ease building and running tests. by Jan Tattermusch · 9 years ago
  80. 0963425 Merge branch 'master' of github.com:google/grpc into docker by Donna Dionne · 9 years ago
  81. 1829e4c Fixing go docker file to use the correct golang path by Donna Dionne · 9 years ago
  82. 0220cf1 Add end2end async unary single threaded test (compiles) by Craig Tiller · 9 years ago
  83. c645306 Fixes by Craig Tiller · 9 years ago
  84. 8423251 Rename examples/tips to examples/pubsub by Chen wang · 9 years ago
  85. adeaf63 add more tests into build_and_run_tests.bat by Jan Tattermusch · 9 years ago
  86. 0d1f67f Merge github.com:google/grpc into c++api by Craig Tiller · 9 years ago
  87. bc91e25 Merge pull request #508 from nicolasnoble/make-protobuf by Craig Tiller · 9 years ago
  88. d2cfde7 Forgot to add the test file. by Nicolas Noble · 9 years ago
  89. c70752a Updating build instructions in regard to protobuf. by Nicolas Noble · 9 years ago
  90. 5383062 Compiling protobuf from the Makefile if we don't have it on the system. by Nicolas Noble · 9 years ago
  91. 3e75a2b Merge pull request #14 from yang-g/c++api by Craig Tiller · 9 years ago
  92. 31150f0 implement async unary call by Yang Gao · 9 years ago
  93. 555a0e9 Merge branch 'c++api' of github.com:ctiller/grpc into c++api by Yang Gao · 9 years ago
  94. cbcc977 fix sync unary call with metadata pieces by Yang Gao · 9 years ago
  95. 6b6c3dd Merge pull request #500 from nicolasnoble/secure_getenv by Craig Tiller · 9 years ago
  96. ec3257c Fix end2end leaks by Craig Tiller · 9 years ago
  97. 3d20c5e Merge pull request #13 from yang-g/c++api by Craig Tiller · 9 years ago
  98. 068c85b make codegen generate async client calls by Yang Gao · 9 years ago
  99. 6859ad9 Update projects by Craig Tiller · 9 years ago
  100. 869a870 Merge github.com:grpc/grpc into c++api by Craig Tiller · 9 years ago