1. f3ddb7c clang-format by David Garcia Quintas · 9 years ago
  2. 6190854 updated copyrights by David Garcia Quintas · 9 years ago
  3. a701ed7 Merge branch 'proto_interfaces' into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  4. 4a0f8ea Merge branch 'sync_async_mix' of https://github.com/yang-g/grpc into yang-g-sync_async_mix by David Garcia Quintas · 9 years ago
  5. 1aeabd7 regenerated projects by David Garcia Quintas · 9 years ago
  6. caace81 Fix asan error caused by mismatch in alloc/dealloc between new[] and by vjpai · 9 years ago
  7. b971173 Add tests with a second service by yang-g · 9 years ago
  8. 15b8050 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  9. 4fac82b remove outdated api by yang-g · 9 years ago
  10. ad63510 Add a test with two methods generic by yang-g · 9 years ago
  11. 9f17314 move utilities to a separate file by yang-g · 9 years ago
  12. 3c1720c Updated copyrights... by David Garcia Quintas · 9 years ago
  13. 17fe83b Merge branch 'master' of github.com:grpc/grpc into check_newlines by David Garcia Quintas · 9 years ago
  14. c021c9b clang-format by yang-g · 9 years ago
  15. 269b8be add generic test by yang-g · 9 years ago
  16. 8053d2f Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  17. 45484b3 Added sanity check for trailing newlines by David Garcia Quintas · 9 years ago
  18. d6f7d99 Add a hybrid end2end test mixing sync and async methods by yang-g · 9 years ago
  19. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  20. be5a2c4 working test by yang-g · 9 years ago
  21. 21c0ebf Merge pull request #4653 from murgatroid99/release-0_12_master_merge by Craig Tiller · 9 years ago
  22. 25f191d merge with head by yang-g · 9 years ago
  23. ace28d3 Fix copyrights again by murgatroid99 · 9 years ago
  24. b9a1377 Merge remote-tracking branch 'upstream/master' into sync_async_mix by yang-g · 9 years ago
  25. cd06833 Merge pull request #4720 from sreecha/import_issues by Yang Gao · 9 years ago
  26. 754bd26 clang-format code by Craig Tiller · 9 years ago
  27. b0d0c8e FormatCode by Sree Kuchibhotla · 9 years ago
  28. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 9 years ago
  29. eeb02ba Update copyrights again by murgatroid99 · 9 years ago
  30. d42262e merge with head by yang-g · 9 years ago
  31. 947ab26 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  32. b70206f Merge branch 'master' into release-0_12_master_merge by murgatroid99 · 9 years ago
  33. dc548ed merge with head by yang-g · 9 years ago
  34. 3466c4b Updated copyrights by murgatroid99 · 9 years ago
  35. 0878d52 Merge pull request #4238 from ctiller/poffy by Vijay Pai · 9 years ago
  36. 5bd6f2e Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  37. b3a6787 Merge pull request #4525 from ctiller/proto_names by Vijay Pai · 9 years ago
  38. b30bc2a Remove dead code and a thus unneeded change to C++ bbuf by Vijay Pai · 9 years ago
  39. 6045681 Merge branch 'master' into bbuf by Vijay Pai · 9 years ago
  40. 7826821 clang-format by Vijay Pai · 9 years ago
  41. af2e1cf Fix bugs and include build files by Vijay Pai · 9 years ago
  42. 083dc62 Generic test by vjpai · 9 years ago
  43. 8b791a4 Merged from master and resolved merge conflicts by murgatroid99 · 9 years ago
  44. fdd0225 Merge pull request #4627 from daniel-j-born/tcp_fd by Craig Tiller · 9 years ago
  45. 7cc0f46 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  46. 2a15404 clang-format by Craig Tiller · 9 years ago
  47. 9f991e2 More changes needed for generic support by Vijay Pai · 9 years ago
  48. 9b028b2 Merge pull request #4626 from ctiller/wtfwin by Alistair Veitch · 9 years ago
  49. a7ed54c Don't use ep after destroy in the test. by Dan Born · 9 years ago
  50. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  51. 31c0c79 clang-format by Vijay Pai · 9 years ago
  52. de332df Refactor server side to support generic tests. by vjpai · 9 years ago
  53. bbaad2a Merge pull request #4606 from ctiller/clangfmt by Michael Lumish · 9 years ago
  54. 093193e Fix pings by Craig Tiller · 9 years ago
  55. 848ee62 Merge pull request #4631 from sreecha/stress_test_logging by Yang Gao · 9 years ago
  56. 76d21f9 Unit tests for new functions by Dan Born · 9 years ago
  57. 04b3cf6 Merge github.com:grpc/grpc into wtfwin by Craig Tiller · 9 years ago
  58. 54ed674 Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  59. be0327b Update new files by Craig Tiller · 9 years ago
  60. 791a491 Merge github.com:grpc/grpc into clangfmt by Craig Tiller · 9 years ago
  61. c3910ca Expose core metadata validation functions in public headers by murgatroid99 · 9 years ago
  62. 0850640 Merge pull request #4589 from ctiller/enforcer by jboeuf · 9 years ago
  63. 7cecfa6 Adjust the log levels in interop tests and stress tests by Sree Kuchibhotla · 9 years ago
  64. 0fa95ea Ability to filter log messages based on log level by Sree Kuchibhotla · 9 years ago
  65. e8f9ba6 Fix compilation with clang/gcc by Craig Tiller · 9 years ago
  66. d3917ab Add an early out to gpr_cpu_test by Craig Tiller · 9 years ago
  67. e6d95c9 Tweak end2end formatting by Craig Tiller · 9 years ago
  68. 8ceba19 Tweak end2end formatting by Craig Tiller · 9 years ago
  69. 9b28987 Merge pull request #4615 from murgatroid99/backport_copyright_sanity_test by Craig Tiller · 9 years ago
  70. 3731cc0 Fix end2end_test formatting by Craig Tiller · 9 years ago
  71. cb6ce54 Update copyrights by Craig Tiller · 9 years ago
  72. 6a56221 Merge github.com:grpc/grpc into ints by Craig Tiller · 9 years ago
  73. c506e24 Update copyrights by Craig Tiller · 9 years ago
  74. be52c6e clang-format code by Craig Tiller · 9 years ago
  75. ea21ca2 Fix makefile, codegen bugs by Craig Tiller · 9 years ago
  76. 648da52 Merge pull request #4563 from ctiller/copying by Michael Lumish · 9 years ago
  77. 18c0477 Got rid of all compilation problems, now need to test by Vijay Pai · 9 years ago
  78. 47c50cc zookeeper is platform specific by Craig Tiller · 9 years ago
  79. ab23045 Add a test that public headers compile as C99 by Craig Tiller · 9 years ago
  80. e488668 WIP by Vijay Pai · 9 years ago
  81. 994f8f7 Merge branch 'master' into bbuf by vjpai · 9 years ago
  82. b0437ef Unit testing the peer from auth context functionality. by Julien Boeuf · 9 years ago
  83. 4d75f25 Removing the peer from the SSL security connector. by Julien Boeuf · 9 years ago
  84. 769567e Eliminate a layer of libraries in the end2end tests by Craig Tiller · 9 years ago
  85. 897e4fe Update copyrights by Craig Tiller · 9 years ago
  86. 00f8702 Merge branch 'yawn' into proto_names by Craig Tiller · 9 years ago
  87. 2e14b1f Merge github.com:grpc/grpc into proto_names by Craig Tiller · 9 years ago
  88. 0b96edc Fix time_test.c by Craig Tiller · 9 years ago
  89. 7536af0 Eliminate gpr_ int types - and insist on C99 variants instead by Craig Tiller · 9 years ago
  90. 0fe5ee7 BoringSSL integration: non-vsprojects changes by Craig Tiller · 9 years ago
  91. be75ffd Merge branch 'master' into bbuf by vjpai · 9 years ago
  92. 11169d9 Merge pull request #4384 from ctiller/big_data by Yang Gao · 9 years ago
  93. 96d7c8e Merge branch 'master' of github.com:grpc/grpc into remove_peer_from_ssl_auth_context by Julien Boeuf · 9 years ago
  94. ee9d78b Unit testing the peer from auth context functionality. by Julien Boeuf · 9 years ago
  95. 1d9ac66 Removing the peer from the SSL security connector. by Julien Boeuf · 9 years ago
  96. dacb389 Fix method name by Craig Tiller · 9 years ago
  97. 1b34aeb fixing x64 build with vs2015 by Jan Tattermusch · 9 years ago
  98. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  99. a3f298f clang-format by Craig Tiller · 9 years ago
  100. ce46c27 Fix merge by Craig Tiller · 9 years ago