1. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
  2. 6f30dec Flow control fix by yang-g · 9 years ago
  3. 1451f2e Merge pull request #2571 from vjpai/cent6-issues by Yang Gao · 9 years ago
  4. 70a1337 merge head and resolve conflict by yang-g · 9 years ago
  5. 8b25f2a move fake_transport_security_credentials to private API by yang-g · 9 years ago
  6. c4af224 Remove one range-based for and do appropriate static casts on nullptr by Vijay Pai · 9 years ago
  7. 60fb201 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  8. bf6abee Remove experimental prefix by Craig Tiller · 9 years ago
  9. b4fdd32 Merge github.com:grpc/grpc into now-i-get-to-show-it-to-EVERYBODY by Craig Tiller · 9 years ago
  10. b4e7036 Merge branch 'decompression' of https://github.com/dgquintas/grpc into dgquintas-decompression by Craig Tiller · 9 years ago
  11. 0dc5e6c User agent string support by Craig Tiller · 9 years ago
  12. cadbf22 Removed compression levels from clients and _experimental_'d signature of methods manipulating compression algorithms by David Garcia Quintas · 9 years ago
  13. c9fef6f Merge github.com:grpc/grpc into no-worries-i-can-wait by Craig Tiller · 9 years ago
  14. 7cceb09 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  15. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  16. e0d581b Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  17. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  18. 181ef45 Addressing outstanding typos and comments Clang-format of changed files by Vijay Pai · 9 years ago
  19. df55161 Remove reference to nullptr to avoid compiler seeing ambiguity in gcc-4.4 by vjpai · 9 years ago
  20. 677c50c Update C++ impl by Craig Tiller · 9 years ago
  21. 354398f Updating wrapped languages to new time functions by Craig Tiller · 9 years ago
  22. d1c9254 Merge pull request #2289 from ctiller/footprints-on-the-sands-of-time by Vijay Pai · 9 years ago
  23. f0fb537 Merge branch 'footprints-on-the-sands-of-time' into no-worries-i-can-wait by Craig Tiller · 9 years ago
  24. 080d6c5 Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  25. d0955f3 Compile fix for Mac by Craig Tiller · 9 years ago
  26. 14ce90f Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  27. 3315a84 Merge remote-tracking branch 'upstream/master' into security_context2 by yang-g · 9 years ago
  28. 5cc175f Merge github.com:grpc/grpc into footprints-on-the-sands-of-time by Craig Tiller · 9 years ago
  29. 85c04f9 resolve comments by yang-g · 9 years ago
  30. 822d2c7 Support registering services against specific hosts by Craig Tiller · 9 years ago
  31. c4eef2e add a test case in end2end_test by yang-g · 9 years ago
  32. 20b5fe9 Fixup C++ by Craig Tiller · 9 years ago
  33. 8a18709 Merge branch 'master' of github.com:grpc/grpc into decompression by David Garcia Quintas · 9 years ago
  34. 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
  35. 0b6ad7d Bug fix. Do not push to incoming_queue after it is flushed. by yang-g · 9 years ago
  36. c1a2c31 Update the Status API by Yang Gao · 9 years ago
  37. 69fe075 Various minor fixes by Yang Gao · 9 years ago
  38. feb67f6 Replaced std::this_thread::sleep_for for gpr_sleep_until. by David Garcia Quintas · 9 years ago
  39. b57f72d resolve comments by Yang Gao · 9 years ago
  40. 26a4912 Add fake credentials to the test and verify it actually works by Yang Gao · 9 years ago
  41. 280ca17 resolve comments by Yang Gao · 9 years ago
  42. a893892 support per call credentials in c++ by Yang Gao · 9 years ago
  43. 0c23320 Split thread stress from end2end to improve parallelism by Craig Tiller · 9 years ago
  44. c71a9d2 clang-format by Yang Gao · 9 years ago
  45. ea13af7 merge with head by Yang Gao · 9 years ago
  46. 3921c56 Expose max message size at the server side by Yang Gao · 9 years ago
  47. 81e57d9 Add a thread stress end2end test by Craig Tiller · 9 years ago
  48. 7305dc6 Merge pull request #1227 from nicolasnoble/the-purge-2 by Craig Tiller · 9 years ago
  49. fa74ec4 Merge pull request #1359 from a11r/cc2 by Yang Gao · 9 years ago
  50. fd2bf67 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  51. 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
  52. 23be280 Merge branch 'master' of github.com:grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 9 years ago
  53. d774c5c Test client stream cancellation and fix bug exposed by the test. by Abhishek Kumar · 9 years ago
  54. bab1d2c Merge pull request #1307 from a11r/streamcancel by Craig Tiller · 9 years ago
  55. a1d3a72 fixed indentation by Abhishek Kumar · 9 years ago
  56. 12088b2 Tweak tests by Craig Tiller · 9 years ago
  57. 18298a7 Fixed flakes due to OK racing with cancel by Abhishek Kumar · 9 years ago
  58. e41d040 Added end2end test for server streaming rpc cancellation. by Abhishek Kumar · 9 years ago
  59. 82a8331 Added test case demonstrating cancel on bidi stream by Abhishek Kumar · 9 years ago
  60. b7c2035 Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 by Nicolas "Pixel" Noble · 10 years ago
  61. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 10 years ago
  62. a05b8b7 Removing a few more references to #include <chrono> by Nicolas "Pixel" Noble · 10 years ago
  63. 8921916 Refactoring std::chrono out. by Nicolas Noble · 10 years ago
  64. 0c4b0dd Add tests with delayed cancellation from client and server by Yang Gao · 10 years ago
  65. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 10 years ago
  66. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  67. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  68. cf133f4 Make it possible to compile with gcc4.6 by Craig Tiller · 10 years ago
  69. 25f6cd7 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  70. b9d91eb Merge github.com:google/grpc into deprecate-c++ by Craig Tiller · 10 years ago
  71. e4fe844 s/CreateChannel/CreateChannelDeprecated by Craig Tiller · 10 years ago
  72. fd1b49b Move to unique_ptr for all GRPC returned objects by Craig Tiller · 10 years ago
  73. 42bc87c Update C++ server with new core API by Craig Tiller · 10 years ago
  74. 47c83fd Credentials prototyping by Craig Tiller · 10 years ago
  75. 190d360 Add missing new-lines at end of file by Craig Tiller · 10 years ago
  76. 0605995 Update copyright to 2015 by Craig Tiller · 10 years ago
  77. 857680b Compile fixes by Craig Tiller · 10 years ago
  78. ec3257c Fix end2end leaks by Craig Tiller · 10 years ago
  79. 7418d01 Make end2end_test use fewer threads by Craig Tiller · 10 years ago
  80. 4d0fb5f Fixup callers with new api by Craig Tiller · 10 years ago
  81. f8ac5d8 Fixup callers with new api by Craig Tiller · 10 years ago
  82. 7b01878 Fix returned status by Craig Tiller · 10 years ago
  83. 14e60e9 Use C signal handling in C++ end2end by Craig Tiller · 10 years ago
  84. 1ee7cb0 Merge github.com:google/grpc into format by Craig Tiller · 10 years ago
  85. b5dcec5 clang-format codebase by Craig Tiller · 10 years ago
  86. 35e3971 Make this file compile by Craig Tiller · 10 years ago
  87. 1b15109 Add impl subdirectory under public and move headers that need to be installed by yangg · 10 years ago
  88. 4105e2b Add ServiceAccount Credentials wrapping and handle credentials creation by yangg · 10 years ago
  89. 1456d15 Add a test to export two TestService on the same server, only with different by yangg · 10 years ago
  90. ed5e7e0 Add deadline API on server side. by yangg · 10 years ago
  91. 59dfc90 Client side implementation of creating channel with credentials. by yangg · 10 years ago
  92. da029e3 Add a test where client side sees a deadline expired status. by yangg · 10 years ago
  93. a4b6f5d Add ServerContext. It is currently empty and deadline and metadata will come to by yangg · 10 years ago
  94. 0c475f0 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. by nnoble · 10 years ago
  95. b7ebd3b Initial import. by Nicolas Noble · 10 years ago