1. 9533d04 Fix includes by Craig Tiller · 8 years ago
  2. f3d7638 Merge pull request #5877 from vjpai/make_generic_payloads_great_again by Jan Tattermusch · 8 years ago
  3. 2e19036 Fix copyrights by Craig Tiller · 8 years ago
  4. f40df23 Auto-changes by Craig Tiller · 8 years ago
  5. b830fb3 Merge branch 'master' into make_generic_payloads_great_again by Vijay Pai · 8 years ago
  6. 9a1fa34 Merge pull request #5892 from yang-g/copy_generic_byte_buffer by Jan Tattermusch · 8 years ago
  7. f64befd Make a copy of ByteBuffer when writing by yang-g · 8 years ago
  8. a4942a0 @jtattermusch correctly pointed out that we are not setting by vjpai · 8 years ago
  9. ca2886a Made the code simpler to parse for humans by David Garcia Quintas · 8 years ago
  10. 711766d Ensure that no #includes are inside of a namespace. by David Garcia Quintas · 8 years ago
  11. 3924afb Merge pull request #5752 from vjpai/make_open_loop_again by Jan Tattermusch · 8 years ago
  12. cd21266 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  13. 39b082a Merge pull request #5652 from grpc/revert-5599-revert-5572-srv_ctx by Jan Tattermusch · 8 years ago
  14. 847baf6 clang-format and fix a typo caused by saving by Vijay Pai · 8 years ago
  15. 6332628 1. Remove all deadlines from the RPCs and shutdown in this code. by vjpai · 8 years ago
  16. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 8 years ago
  17. 047fe1f Merge pull request #5580 from daniel-j-born/test_creds by Dan Born · 8 years ago
  18. ee6902b Merge branch 'master' into revert-5599-revert-5572-srv_ctx by vjpai · 8 years ago
  19. 2697f21 Merge branch 'master' into debug_qps_stream by vjpai · 8 years ago
  20. b942640 clang-format by David Garcia Quintas · 8 years ago
  21. 8193289 Merge branch 'master' of github.com:grpc/grpc into codegen_lib by David Garcia Quintas · 8 years ago
  22. baaf655 Fix formatting by Craig Tiller · 8 years ago
  23. 710d58c Disable profiling in qps_worker for now by Craig Tiller · 8 years ago
  24. b0d1567 Revert "Revert "Properly integrate async API with server-side cancellations."" by Sree Kuchibhotla · 8 years ago
  25. 4ac52fa WIP. Added codegen_test by David Garcia Quintas · 8 years ago
  26. edd96e4 Revert "Properly integrate async API with server-side cancellations." by Sree Kuchibhotla · 8 years ago
  27. 51221f1 clang reformat. by Dan Born · 8 years ago
  28. f2f7d57 Allow use of alternative credential types. by Dan Born · 8 years ago
  29. dbf47fa Better comments. by Vijay Pai · 8 years ago
  30. 2e72938 clang-format by Vijay Pai · 8 years ago
  31. 13ee2f2 Properly integrate async API with server-side cancellations. by Vijay Pai · 8 years ago
  32. b7117e4 Merge branch 'master' into debug_qps_stream by vjpai · 8 years ago
  33. 0cb803d Always ref writable streams by Craig Tiller · 8 years ago
  34. 9899072 Revert "Update reconnect_interop_server.cc" by Craig Tiller · 8 years ago
  35. eef5c01 clang-format by David Garcia Quintas · 8 years ago
  36. 94c80d8 copyrights by David Garcia Quintas · 8 years ago
  37. c6611ef Revert "Update reconnect_interop_client.cc" by Craig Tiller · 8 years ago
  38. f7d6d38 Merge pull request #5539 from grpc/makdharma-comment by Yang Gao · 8 years ago
  39. 38a560b Update reconnect_interop_server.cc by makdharma · 8 years ago
  40. bd50f30 Update reconnect_interop_client.cc by makdharma · 8 years ago
  41. e788e8b Merge pull request #5523 from vjpai/e2e_stc by Yang Gao · 8 years ago
  42. 6c016ef ServerTryCancel was not actually respecting the API since it by Vijay Pai · 8 years ago
  43. 9e5a05a Fix clang format issue by Sree Kuchibhotla · 8 years ago
  44. 8d543e8 Fix ResponseStreamServerCancelAfter test flake by Sree Kuchibhotla · 8 years ago
  45. 8ba6a6b Merge pull request #5402 from sreecha/stress_test_scripts by Jan Tattermusch · 8 years ago
  46. e1dd18a Fix copyright by Sree Kuchibhotla · 8 years ago
  47. ef7e426 Merge pull request #5405 from daniel-j-born/custom_test_creds by Dan Born · 8 years ago
  48. c47c949 clang-format by Vijay Pai · 8 years ago
  49. 60a7e33 Finish clients fully before finishing servers by vjpai · 8 years ago
  50. e7042b5 Simplify Mark processing code by vjpai · 8 years ago
  51. 02eda41 Do stream operations in a more idiomatic way: Write, WritesDone, Read until fail, Finish by Vijay Pai · 8 years ago
  52. 544b98f Merge pull request #5293 from dgquintas/alarm_cpp by Vijay Pai · 8 years ago
  53. 9084418 Merge branch 'master' into custom_test_creds by Dan Born · 8 years ago
  54. bdfec2c SimultaneousReadWritesDone test was not observing the contract on the by Vijay Pai · 8 years ago
  55. 7204010 Fixing format and copyright. by Nicolas "Pixel" Noble · 8 years ago
  56. 1b5a264 Allow new credential types to be added to tests. by Dan Born · 8 years ago
  57. 0f62f5d Merge pull request #5401 from daniel-j-born/test_creds by Yang Gao · 8 years ago
  58. 53a94ef Use standard include paths. by Dan Born · 8 years ago
  59. 7275f36 Initialize mutex to nullptr. by Dan Born · 8 years ago
  60. f30941c Injectable test credentials provider interface. by Dan Born · 8 years ago
  61. e2d39e0 Timer->UsageTimer consistently by vjpai · 8 years ago
  62. 559e45b Scripts to launch stress tests in GKE by Sree Kuchibhotla · 8 years ago
  63. 86b258c Merge pull request #5388 from vjpai/bourne_again by Nicolas Noble · 8 years ago
  64. 6483c32 BSD platforms (such as Mac) are likely to have /bin/sh refer to traditional by vjpai · 8 years ago
  65. 4ea4599 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  66. 953e41a Merge pull request #5321 from vjpai/openloop by Vijay Pai · 8 years ago
  67. 0a5f613 Merge pull request #5213 from ctiller/fix-proto-docker by David G. Quintas · 8 years ago
  68. 44ca2c2 Examples by Sree Kuchibhotla · 8 years ago
  69. e2f243b clang format by David Garcia Quintas · 8 years ago
  70. 19fa540 Fix copyrights by Craig Tiller · 8 years ago
  71. 45add8a Merge branch 'master' of github.com:grpc/grpc into alarm_cpp by David Garcia Quintas · 8 years ago
  72. 27b3f77 Merge pull request #5311 from vjpai/qa by David G. Quintas · 8 years ago
  73. 6541cab clang-fmt by Craig Tiller · 8 years ago
  74. 70ab4c5 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  75. c866f72 Merge github.com:grpc/grpc into naming-crisis by Craig Tiller · 8 years ago
  76. 521423c Regenerate files, fix bugs by Craig Tiller · 8 years ago
  77. 0160873 PR comments addressed by David Garcia Quintas · 8 years ago
  78. acbcdb6 Merge pull request #5347 from yang-g/check_error_in_read by Sree Kuchibhotla · 8 years ago
  79. e32ef7a Make timeout instant as well by Vijay Pai · 8 years ago
  80. b586cd0 Merge branch 'master' into openloop by Vijay Pai · 8 years ago
  81. a412162 Merge branch 'master' into qa by Vijay Pai · 8 years ago
  82. 732a875 Add a sanity test for name aliasing by Craig Tiller · 8 years ago
  83. bfc7ada Added option to echo back user agent for testing by Makarand Dharmapurikar · 8 years ago
  84. 4f27450 Merge pull request #5332 from yang-g/interop_echo_metadata by David G. Quintas · 8 years ago
  85. 364be64 copyright of course by yang-g · 8 years ago
  86. ad0df7b Discard the read buffer on stream error by yang-g · 8 years ago
  87. fc6fec2 Merge pull request #5258 from vjpai/poll_override2 by Craig Tiller · 8 years ago
  88. c10348a Add custom_metadata test case by yang-g · 8 years ago
  89. 2d435b9 Fix the slowdown factor by Vijay Pai · 8 years ago
  90. 3b28872 1. Adjust tsan/asan/msan slowdowns according to documentation by Vijay Pai · 8 years ago
  91. 12a0a2c move tls type name to .cc file by yang-g · 8 years ago
  92. 4c8aed3 Add a helper to return all the secure types by yang-g · 8 years ago
  93. 17197dd Revert "make an enum" by yang-g · 8 years ago
  94. 5152cd2 make an enum by yang-g · 8 years ago
  95. 7d2a3e1 Refactor end2end_test. Make the credentials a separate library. by yang-g · 8 years ago
  96. 64e7875 Should have a test for 0 and negative alarms to make sure that those make by Vijay Pai · 8 years ago
  97. 16f6826 Merge github.com:grpc/grpc into fix-proto-docker by Craig Tiller · 8 years ago
  98. 1689990 clang format by David Garcia Quintas · 8 years ago
  99. 4105505 Fixed refactoring of grpc_arg pointer vtable by David Garcia Quintas · 8 years ago
  100. ac94c43 Merge pull request #5186 from yang-g/inherit_from_grpc_library by Sree Kuchibhotla · 8 years ago