297 Commits (2c523e5f7d88830a6860b438f5d7ae803cb6e91a)

Author SHA1 Message Date
Craig Tiller d6479d6cc4 Async server works 10 years ago
Craig Tiller ef63839042 Async client works 10 years ago
Craig Tiller e38ec21122 Linux compile fix 10 years ago
Craig Tiller d1e18faefc Async client progress 10 years ago
Craig Tiller 8856875900 Async client progress 10 years ago
Craig Tiller f282514389 Print resource utilization 10 years ago
Craig Tiller d701c5f5c3 Formatting 10 years ago
Craig Tiller 76877c3f66 Generate latencies in driver 10 years ago
Craig Tiller 10923c2fb5 Formatting 10 years ago
Craig Tiller 6af9ed0bf7 Rework QPS client/server 10 years ago
Craig Tiller 26598a394a WIP 10 years ago
Vijay Pai acf6f318fc Better use of threads, avoid thread safety issues on destructor with 10 years ago
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 10 years ago
vjpai 4e1e1bc28e Revert "Use typedefs to avoid triply-nested function templates" 10 years ago
vjpai 45b0bc4bec Use typedefs to avoid triply-nested function templates 10 years ago
Yang Gao 25770b02d6 add jwt token creds test_case 10 years ago
vjpai 5b39f9a9fb refresh -> Reset 10 years ago
vjpai 6e2e64a8b4 Stop abusing operator() overloading 10 years ago
vjpai 9440a14558 Move std::bind call out of main loop, change constructor appropriately 10 years ago
vjpai cd801c8531 <:: -> < :: 10 years ago
vjpai 3c11066217 override->GRPC_OVERRIDE 10 years ago
Vijay Pai 64ac47f389 clang-format all these files 10 years ago
vjpai 56c5129629 Rename Async methods from generator to avoid naming conflicts to 10 years ago
Craig Tiller c5ba0e56a0 Make it possible to compile with gcc4.6 10 years ago
vjpai dea740f329 New multithreaded async C++ tests. The server is architected the way 10 years ago
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller 8ecb170151 Fix that race better 10 years ago
Craig Tiller 2f3fa9acff Fix linux compile bug 10 years ago
Craig Tiller 2d0f36c84b Driver to client/server kind of works 10 years ago
Craig Tiller 4ef7a29f31 Create server/client lists 10 years ago
Craig Tiller 4f7a1ff6ad 'Fix' a race 10 years ago
Craig Tiller e48601934d Getting the driver pieces in place 10 years ago
Julien Boeuf 597a4f2273 Verifying the peer name on the X509 Certs correctly. 10 years ago
Craig Tiller 5c004c68de Driver changes 10 years ago
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated 10 years ago
Julien Boeuf c66f2a816e Addressing iniitial feedback. 10 years ago
Craig Tiller fd1b49b757 Move to unique_ptr for all GRPC returned objects 10 years ago
Craig Tiller 42bc87c097 Update C++ server with new core API 10 years ago
Craig Tiller 47c83fdaf7 Credentials prototyping 10 years ago
Craig Tiller fe8af4e2e9 Rename interop_test.c --> interop_test.cc 10 years ago
Craig Tiller 2f3e2ec865 Make interop server respond to sigint 10 years ago
Yang Gao bbd67c0499 clean up some internal path and names 10 years ago
vjpai 5b47818d93 Some compilers not happy with <:: and need < :: instead 10 years ago
Craig Tiller 16a6ea6bc0 Ensure interop tests are run as part of run_tests 10 years ago
Nicolas "Pixel" Noble 7e80efcb3d Making the usage of gflags uniform across distributions. 10 years ago
Nicolas "Pixel" Noble ba6082080c Fixing gflags' include path. 10 years ago
vjpai d5577aac67 More typecasts to avoid sign-comparison problems on EXPECT_EQ 10 years ago
vjpai c1231eb543 Include typecasts so that int and size_t are not compared (since their 10 years ago
Yang Gao 3a5e5495e5 Async client api change. Add a ClientAsyncResponseReader. Make the api similar to streaming and symmetric to server side. 10 years ago
Craig Tiller 492968f7d9 Server side cancellation receive support 10 years ago