1. 820c1f3 ASSERT vector size before directly accessing first element by Robbie Shade · 8 years ago
  2. b9e927a Merge branch 'master' into wheezy by Vijay Pai · 8 years ago
  3. 679c75f Deal with issues surrounding const members of classes used in containers by Vijay Pai · 8 years ago
  4. a63271c Deal with to_string, proper usage of nullptr, and lack of map::emplace by Vijay Pai · 8 years ago
  5. 000aa45 add a test with empty request by yang-g · 8 years ago
  6. a488037 Merge branch 'master' of github.com:grpc/grpc into credentials_refactoring by Julien Boeuf · 8 years ago
  7. 39e71c3 fix compiling error by yang-g · 8 years ago
  8. 080528a Add parsing back to protobuf example by yang-g · 8 years ago
  9. 4c07008 Add a test for server returning error with debug info in trailer. by yang-g · 8 years ago
  10. 8ca294e Refactoring the core security code. by Julien Boeuf · 8 years ago
  11. 6169d5f Update copyrights by Craig Tiller · 9 years ago
  12. 9533d04 Fix includes by Craig Tiller · 9 years ago
  13. 47d841d Add support for IP Addresses in Subject Alt Names. by Paul Querna · 9 years ago
  14. f2f7d57 Allow use of alternative credential types. by Dan Born · 9 years ago
  15. 8d543e8 Fix ResponseStreamServerCancelAfter test flake by Sree Kuchibhotla · 9 years ago
  16. bdfec2c SimultaneousReadWritesDone test was not observing the contract on the by Vijay Pai · 9 years ago
  17. 4c8aed3 Add a helper to return all the secure types by yang-g · 9 years ago
  18. 17197dd Revert "make an enum" by yang-g · 9 years ago
  19. 5152cd2 make an enum by yang-g · 9 years ago
  20. 7d2a3e1 Refactor end2end_test. Make the credentials a separate library. by yang-g · 9 years ago
  21. d59ad7e Provide explicit API for user to set user agent string prefix by yang-g · 9 years ago
  22. 9bc6fa0 Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  23. 9fd55b0 remove duplicate functions by yang-g · 9 years ago
  24. 7b0edbd remove the old impl caused by 4921 by yang-g · 9 years ago
  25. a0a8eaa Merge branch 'master' into server_try_cancel_api by Sree Kuchibhotla · 9 years ago
  26. f8174ea use huffman prefix by yang-g · 9 years ago
  27. 0f242ac Comments and a minor fix by Sree Kuchibhotla · 9 years ago
  28. f25c6ba Comments and format by Sree Kuchibhotla · 9 years ago
  29. 944f4cf Sync server end2end and async_end2end tests by Sree Kuchibhotla · 9 years ago
  30. a0fef14 clang-format code by Craig Tiller · 9 years ago
  31. b0f275e Small testing fixes by Craig Tiller · 9 years ago
  32. 2bf574f Added back trailing newlines by David Garcia Quintas · 9 years ago
  33. ace28d3 Fix copyrights again by murgatroid99 · 9 years ago
  34. b0d0c8e FormatCode by Sree Kuchibhotla · 9 years ago
  35. 5a05f51 Rename TestService to EchoTestService to prevent name-conflict with by Sree Kuchibhotla · 9 years ago
  36. 1b4e330 Consolidate C++ proto files under src/proto by Craig Tiller · 9 years ago
  37. ca9a637 Fix double read at end of stream bug by Craig Tiller · 9 years ago
  38. f9c58f3 Merge branch 'release-0_12' by Nicolas "Pixel" Noble · 9 years ago
  39. 114f394 Cpp example of how the plugins can be done. by Julien Boeuf · 9 years ago
  40. 75b53d6 Merge pull request #3993 from ctiller/new_op by David G. Quintas · 9 years ago
  41. 232d625 Merge branch 'master' of github.com:grpc/grpc into core_creds_api_change by Julien Boeuf · 9 years ago
  42. a89bf50 Handle cancel before start case by yang-g · 9 years ago
  43. 93b9447 stream_op cleanup: test fixes and updates by Craig Tiller · 9 years ago
  44. e5adc0e Fixing Cpp tests. by Julien Boeuf · 9 years ago
  45. 91054e6 Merge pull request #3627 from yang-g/flake2 by Craig Tiller · 9 years ago
  46. c046103 The Writes may return false after the server cancels the stream by yang-g · 9 years ago
  47. 7a94236 Merge pull request #3556 from ctiller/clangf by Vijay Pai · 9 years ago
  48. 0d55750 Maybe it is already ready when we call getstatus by yang-g · 9 years ago
  49. b7a5977 Merge github.com:grpc/grpc into clangf by Craig Tiller · 9 years ago
  50. bf22e0e remove anonymous namespace in anonymous namespace by yang-g · 9 years ago
  51. 88d5d52 add tls and proxy as dimensions of end2end test by yang-g · 9 years ago
  52. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  53. b0bd53a Merge github.com:grpc/grpc into shindig by Craig Tiller · 9 years ago
  54. 8b0b6f4 It is a bad idea to have a map with string_refs as output params. by Julien Boeuf · 9 years ago
  55. 10ee274 Merge github.com:grpc/grpc into we-are-one by Craig Tiller · 9 years ago
  56. f9dd54c Merge pull request #3378 from yang-g/connection_failure_detection by Craig Tiller · 9 years ago
  57. 5e8abed use seconds by yang-g · 9 years ago
  58. d886f33 add a test by yang-g · 9 years ago
  59. fd2f733 Merge branch 'master' of github.com:grpc/grpc into core_creds_plugin by Julien Boeuf · 9 years ago
  60. 1928d49 Adding C++ tests and fixing a few things. by Julien Boeuf · 9 years ago
  61. 7fa5167 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  62. 821de34 Addressing comments. by Julien Boeuf · 9 years ago
  63. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  64. 97cd4ae Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  65. 6c7185d Merge branch 'master' of github.com:grpc/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  66. a883ccf Merge branch 'master' of github.com:grpc/grpc into cpp_auth_md_processor by Julien Boeuf · 9 years ago
  67. 0c711ad Adding C++ metadata processor. by Julien Boeuf · 9 years ago
  68. fe4bacb Merge branch 'credentials_naming_and_cleanup' of github.com:jboeuf/grpc into credentials_naming_and_cleanup by Julien Boeuf · 9 years ago
  69. 730055d implementation fix by yang-g · 9 years ago
  70. 510a920 Credentials cleanup: by Julien Boeuf · 9 years ago
  71. d090fe1 auth context api change for string_ref by yang-g · 9 years ago
  72. e21908f impl by yang-g · 9 years ago
  73. 3e4bd95 merge with head by yang-g · 9 years ago
  74. e8a7e30 Eliminate public thread-pool interface by Vijay Pai · 9 years ago
  75. 9e2f90c headers reorg by yang-g · 9 years ago
  76. 8c2be9f Remove ChannelInterface and replace it with Channel by yang-g · 9 years ago
  77. d6c98df clang-format all source by Craig Tiller · 9 years ago
  78. c31cd86 Let lame_client accept error status by yang-g · 9 years ago
  79. 8c0389d Merge pull request #2921 from yang-g/unknown_service by Vijay Pai · 9 years ago
  80. 9b7757d Use a sync service to handle requests to unknown services by yang-g · 9 years ago
  81. 086a982 Removed "<:" bigram confusing gcc 4.4 by David G. Quintas · 9 years ago
  82. cec757f Fix build by yang-g · 9 years ago
  83. 87e133e merge with head by yang-g · 9 years ago
  84. c8abca8 Resolve comments by yang-g · 9 years ago
  85. 2c3be1d Add tests for C++ propagation by Craig Tiller · 9 years ago
  86. 8708dd7 Add WaitForState by yang-g · 9 years ago
  87. 36f5965 clean up and add a test by yang-g · 9 years ago
  88. 82389ec Merge branch 'primary-goat-whisperer' into the-test-be-sleepy by Craig Tiller · 9 years ago
  89. fb21ae6 Re-enable all the tests by Craig Tiller · 9 years ago
  90. 7c1be05 Line up starting times by Craig Tiller · 9 years ago
  91. 8ab3836 add a test where a read and a writesdone happen at the same time by yang-g · 9 years ago
  92. dcf6c90 merge with head by yang-g · 9 years ago
  93. d7ead69 Add a test by yang-g · 9 years ago
  94. dfc42da Merge github.com:grpc/grpc into sometimes-its-good-just-to-check-in-with-each-other by Craig Tiller · 9 years ago
  95. 2a31304 Merge pull request #2647 from vjpai/deepend by Yang Gao · 9 years ago
  96. 1fedc80 Merge pull request #2655 from vjpai/expecteq by Yang Gao · 9 years ago
  97. 5749a3f Merge pull request #2605 from yang-g/fake_transport_security_to_private by jboeuf · 9 years ago
  98. 51d2275 Switch an int to size_t or else it fails on Mac by vjpai · 9 years ago
  99. f0c66c63 Merge branch 'master' into deepend by Vijay Pai · 9 years ago
  100. 1f3e6c1 Start switching everything to dynamic pool by Vijay Pai · 9 years ago