1. 15f383c Exploratory refactoring for mixed sync/async methods on the same C++ service by Craig Tiller · 9 years ago
  2. c5ebbd5 use new perf proto options in c++ by Jan Tattermusch · 9 years ago
  3. fba20c9 Address some review comments about signal and restoring qps_test_with_poll by vjpai · 9 years ago
  4. ce84670 clang-format by Vijay Pai · 9 years ago
  5. 780a7f2 Add in security support, make payload protos configurable by vjpai · 9 years ago
  6. d08a738 Cleanup some names by vjpai · 9 years ago
  7. 72a6332 QPS worker no longer needs to specify server port on command line. This is part by vjpai · 9 years ago
  8. 119c103 Split up into a new service proto, use proper service suffix, add a by vjpai · 9 years ago
  9. 754751e Numerous proto changes to make things more sane and fix some outstanding issues by vjpai · 9 years ago
  10. 52bfb25 Split qpstest.proto into two parts - one for performance stats and by vjpai · 9 years ago
  11. 0cc1341 Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps by vjpai · 9 years ago
  12. 71a0f9d Fix clang-format script by Craig Tiller · 9 years ago
  13. 8cf0ed0 Fix mac build by Craig Tiller · 9 years ago
  14. 138de60 Merge pull request #3174 from vjpai/shutitdown2 by Craig Tiller · 9 years ago
  15. 59588c6 Removing pessimizing moves. by Nicolas "Pixel" Noble · 9 years ago
  16. d514b21 Put timeout on server shutdown by vjpai · 9 years ago
  17. 1ebb7c8 Hand-written changes by Craig Tiller · 9 years ago
  18. 5be92a3 Shuffling headers around. by Julien Boeuf · 9 years ago
  19. 9e2f90c headers reorg by yang-g · 9 years ago
  20. b1db869 Address concerns from review by vjpai · 9 years ago
  21. 458faa9 Eliminate user of lambda in server definition by Vijay Pai · 9 years ago
  22. 1f3e6c1 Start switching everything to dynamic pool by Vijay Pai · 9 years ago
  23. af26143 Merge github.com:grpc/grpc into i-want-to-wait-free by Craig Tiller · 9 years ago
  24. a2e1bb1 Change name of thread_pool files to fixed_size_thread_pool when appropriate by vjpai · 9 years ago
  25. 69f2410 Make thread_pool.h a public header by Vijay Pai · 9 years ago
  26. ca83dc8 Adjust oustanding request count to meet new server algorithm by Craig Tiller · 9 years ago
  27. 27df2cf Pluck some low hanging concurrency fruit by Craig Tiller · 9 years ago
  28. 51f938f Make async server use one CQ per server thread by Craig Tiller · 9 years ago
  29. 250e96d Dont serialize new call requests under the server test lock by Craig Tiller · 9 years ago
  30. c9516d4 Fixed memory leak in server_async by David Garcia Quintas · 9 years ago
  31. 8ebcec4 clang-format by Craig Tiller · 9 years ago
  32. aeea2f2 Fix shutdown crash in async streaming test by Craig Tiller · 9 years ago
  33. 5c8737d clang-format qps code - it was getting out of hand by Craig Tiller · 9 years ago
  34. f9e6adf Completion queue binding for new requests API change by Craig Tiller · 9 years ago
  35. 66f37b4 Merge github.com:google/grpc into qps by Craig Tiller · 9 years ago
  36. 0caebbf Splitting gRPC service class codegen into its own set of files. by Nicolas "Pixel" Noble · 9 years ago
  37. 8221e40 Indentation fixes, s/11/1/g by Craig Tiller · 9 years ago
  38. 4967313 Remove unused header file for profiler by Vijay Pai · 9 years ago
  39. 9032adc Fix conflicts by Vijay Pai · 9 years ago
  40. 82dd80a Elminate range-based fors and work around some other limitations in older compilers by Vijay Pai · 9 years ago
  41. 1da729a Merge branch 'qps-stream' of https://github.com/vjpai/grpc into vjpai-qps-stream by Vijay Pai · 9 years ago
  42. 8ad3209 Make sure that nothing gets added to cq after shutdown by Vijay Pai · 9 years ago
  43. 46f6523 Added streaming C++ tests for sync and sync cases by vjpai · 9 years ago
  44. 5e36d0d Merge pull request #1093 from nicolasnoble/windows by Jan Tattermusch · 9 years ago
  45. cfd6073 Various Windows fixes. by Nicolas Noble · 9 years ago
  46. 6baa9b6 clang-format c++ code by Yang Gao · 9 years ago
  47. 68de8e9 Merge github.com:grpc/grpc into credit by Craig Tiller · 9 years ago
  48. a182bf1 clang-format by Craig Tiller · 10 years ago
  49. d6479d6 Async server works by Craig Tiller · 10 years ago
  50. e7460e8 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  51. acf6f31 Better use of threads, avoid thread safety issues on destructor with by Vijay Pai · 10 years ago
  52. 61691f9 Merge github.com:grpc/grpc into credit by Craig Tiller · 10 years ago
  53. 4e1e1bc Revert "Use typedefs to avoid triply-nested function templates" by vjpai · 10 years ago
  54. 45b0bc4 Use typedefs to avoid triply-nested function templates by vjpai · 10 years ago
  55. 5b39f9a refresh -> Reset by vjpai · 10 years ago
  56. 6e2e64a Stop abusing operator() overloading by vjpai · 10 years ago
  57. 3c11066 override->GRPC_OVERRIDE by vjpai · 10 years ago
  58. 64ac47f clang-format all these files by Vijay Pai · 10 years ago
  59. dea740f New multithreaded async C++ tests. The server is architected the way by vjpai · 10 years ago