1. bef9cbc Eliminate range-based fors by Vijay Pai · 10 years ago
  2. 9032adc Fix conflicts by Vijay Pai · 10 years ago
  3. 96e32aa Merge pull request #1133 from yang-g/cleanup by Nicolas Noble · 10 years ago
  4. 16c78c9 Clean up unneeded includes and remove shutdown protobuf library by Yang Gao · 10 years ago
  5. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 10 years ago
  6. 6266b93 Sweep different parameter sets in a single shell script. by Vijay Pai · 10 years ago
  7. 1da729a Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream by Vijay Pai · 10 years ago
  8. 8ad3209 Make sure that nothing gets added to cq after shutdown by Vijay Pai · 10 years ago
  9. 55bb5bd No need to do an extra read by Vijay Pai · 10 years ago
  10. c5b3979 test return value of rpc parse by Vijay Pai · 10 years ago
  11. 653803e Make RPC type configurable by vjpai · 10 years ago
  12. 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 10 years ago
  13. 8931cc1 Adding a test to check the openssl version we are using. by Julien Boeuf · 10 years ago
  14. cdb2a6e Protect on some overflow scenarios, add a test and build/run the test by Yang Gao · 10 years ago
  15. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 10 years ago
  16. c55a1d4 Merge pull request #1091 from dklempner/trim_metadata_test by Vijay Pai · 10 years ago
  17. 1fc0469 sync to head and run clang-format again by Yang Gao · 10 years ago
  18. cfd6073 Various Windows fixes. by Nicolas Noble · 10 years ago
  19. f209397 Merge pull request #1067 from yang-g/print by donnadionne · 10 years ago
  20. a4ac78c Make metadata_test test_things_stick_around use fewer strings by David Klempner · 10 years ago
  21. 89905ac Factor out interface-specific early_adopter code by Masood Malekghassemi · 10 years ago
  22. 757afae clang-format new changes by Yang Gao · 10 years ago
  23. d672d8f resolve merge confict by Yang Gao · 10 years ago
  24. 700bdeb Merge pull request #1023 from vjpai/async by Yang Gao · 10 years ago
  25. 3c220df Print out status when it is not ok in interop tests by Yang Gao · 10 years ago
  26. 6baa9b6 clang-format c++ code by Yang Gao · 10 years ago
  27. 7aadf46 Change to std::chrono and add a test. by vjpai · 10 years ago
  28. 1ad253d expose the server's cq through the generic service object by Yang Gao · 10 years ago
  29. 5333c5a Merge branch 'master' into untypedAPI by Yang Gao · 10 years ago
  30. c91a9f9 Merge pull request #1011 from yang-g/jwt by jboeuf · 10 years ago
  31. 45c09db sort the tags, this is not necessary, just make it look better by Yang Gao · 10 years ago
  32. 9fbbc7b add one bidi test by Yang Gao · 10 years ago
  33. 4999649 Rename to AsyncGeneric* by Yang Gao · 10 years ago
  34. c3be769 Merge pull request #983 from jboeuf/refresh_token_parsing by Yang Gao · 10 years ago
  35. 005eb88 Rename anonymous to generic globally by Yang Gao · 10 years ago
  36. 7d6b184 add a jwt test case for interop test by Yang Gao · 10 years ago
  37. f859510 Merge branch 'master' into jwt by Yang Gao · 10 years ago
  38. 0cb6c25 A first test with typed async client and untyped service for a simple rpc by Yang Gao · 10 years ago
  39. 42734b5 Merge pull request #978 from Chilledheart/master by Yang Gao · 10 years ago
  40. 9835cf0 Adding refresh token credentials. by Julien Boeuf · 10 years ago
  41. 3371cdf Fixing !strcmp in the tests. by Julien Boeuf · 10 years ago
  42. ca767c0 Add method grp_slice_buffer_pop to remove the last element for grp_slice_buffer by Chilledheart · 10 years ago
  43. 7551606 Adding refresh token parsing by Julien Boeuf · 10 years ago
  44. 4be94b9 Add missing GRPC_OVERRIDE, NFC by Chilledheart · 10 years ago
  45. 2ad8d21 strcmp: change all !str[n]cmp to str[n]cmp == 0 by Ronnie Sahlberg · 10 years ago
  46. ede76da Merge pull request #4 from nicolasnoble/c++-creds by Craig Tiller · 10 years ago
  47. 061690d Don't merge OpenSSL into C++ upper layer libraries; only C. by Nicolas "Pixel" Noble · 10 years ago
  48. c20324e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  49. 53f8fea Move protoc output to temporary directory by Masood Malekghassemi · 10 years ago
  50. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  51. 0bc6805 Merge pull request #837 from ctiller/qps_driver by Vijay Pai · 10 years ago
  52. cf667a0 Merge pull request #953 from dklempner/low_level_ping_pong by Craig Tiller · 10 years ago
  53. 43ef582 override --> GRPC_OVERRIDE by Craig Tiller · 10 years ago
  54. 78524b7 Compile fix by Craig Tiller · 10 years ago
  55. a4ac16c Fix signed comparison warnings in low_level_ping_pong by David Klempner · 10 years ago
  56. 2eaf159 ACTUALLY set the server thread pool by Craig Tiller · 10 years ago
  57. 346a086 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  58. a182bf1 clang-format by Craig Tiller · 10 years ago
  59. 50a976f Linux compile fix by Craig Tiller · 10 years ago
  60. 96cca4e Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driver by Craig Tiller · 10 years ago
  61. c98bef7 Compile fix by Craig Tiller · 10 years ago
  62. a8dc37a Rename some files by Craig Tiller · 10 years ago
  63. d6479d6 Async server works by Craig Tiller · 10 years ago
  64. ef63839 Async client works by Craig Tiller · 10 years ago
  65. e38ec21 Linux compile fix by Craig Tiller · 10 years ago
  66. d1e18fa Async client progress by Craig Tiller · 10 years ago
  67. 8856875 Async client progress by Craig Tiller · 10 years ago
  68. f282514 Print resource utilization by Craig Tiller · 10 years ago
  69. a362de5 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  70. 3de87ee Merge pull request #933 from ctiller/bugscrub2 by jboeuf · 10 years ago
  71. d701c5f Formatting by Craig Tiller · 10 years ago
  72. 76877c3 Generate latencies in driver by Craig Tiller · 10 years ago
  73. e70a0cc Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  74. 10923c2 Formatting by Craig Tiller · 10 years ago
  75. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  76. c82c36b Merge pull request #920 from vjpai/async-probs by Craig Tiller · 10 years ago
  77. 93f80f0 Formatting by Craig Tiller · 10 years ago
  78. c9f660d Add a test that bad hostnames fail by Craig Tiller · 10 years ago
  79. 01ea61e Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  80. 6af9ed0 Rework QPS client/server by Craig Tiller · 10 years ago
  81. 32083bd Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  82. 26598a3 WIP by Craig Tiller · 10 years ago
  83. acf6f31 Better use of threads, avoid thread safety issues on destructor with by Vijay Pai · 10 years ago
  84. 9611410 Merge pull request #912 from ctiller/disconnect by Nicolas Noble · 10 years ago
  85. 1a138c3 Dont add new requests when shutting down by Craig Tiller · 10 years ago
  86. 479f2b2 Speed up test, reduce flakiness by Craig Tiller · 10 years ago
  87. 3e9cbc7 Merge github.com:grpc/grpc into qps_driver by Craig Tiller · 10 years ago
  88. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  89. a60a77b Update Python codegen to early_adopter interface by Nathaniel Manista · 10 years ago
  90. 1ff52d5 Guard headers tool. by Nicolas "Pixel" Noble · 10 years ago
  91. 0c84e3c Merge pull request #886 from ctiller/asan2 by Nicolas Noble · 10 years ago
  92. 4e1e1bc Revert "Use typedefs to avoid triply-nested function templates" by vjpai · 10 years ago
  93. 45b0bc4 Use typedefs to avoid triply-nested function templates by vjpai · 10 years ago
  94. f5065c5 Enable asan for C core by Craig Tiller · 10 years ago
  95. 25770b0 add jwt token creds test_case by Yang Gao · 10 years ago
  96. 79b3e49 Merge remote-tracking branch 'upstream/master' by vjpai · 10 years ago
  97. 6e0b280 Merge pull request #855 from nathanielmanistaatgoogle/python-test-port by Masood Malekghassemi · 10 years ago
  98. 3486f32 Fix comment by Craig Tiller · 10 years ago
  99. 5b39f9a refresh -> Reset by vjpai · 10 years ago
  100. 6e2e64a Stop abusing operator() overloading by vjpai · 10 years ago