54 Commits (179f8684dc87bfccf9b74968afe96fc371eb170e)

Author SHA1 Message Date
Yang Gao 005eb88c45 Rename anonymous to generic globally 10 years ago
Yang Gao 0cb6c25e71 A first test with typed async client and untyped service for a simple rpc 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
Craig Tiller cf133f41f8 Make it possible to compile with gcc4.6 10 years ago
Craig Tiller e4fe844b67 s/CreateChannel/CreateChannelDeprecated 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
vjpai d5577aac67 More typecasts to avoid sign-comparison problems on EXPECT_EQ 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
Craig Tiller 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Yang Gao da699b8bc1 do not leak reader or writer 10 years ago
Yang Gao 2b7f537546 Add metadata test with rpc. Adding/fixing things to make it work 10 years ago
Yang Gao 406b32f663 Add missing APIs and a first metadata test, and test passes 10 years ago
Craig Tiller 857680be2c Compile fixes 10 years ago
Yang Gao 0e0d8e11e6 add a simple server streaming e2e test, which passes 10 years ago
Yang Gao 005f18a6a1 change ServerAsyncReader API and add a simple clientstreaming test, it passes 10 years ago
Yang Gao c05b6cb89d add a bidi test and simplify the test a bit, test passes 10 years ago
Yang Gao bb84a30f07 let the client/server use their own cq and pretty the test 10 years ago
Craig Tiller 0220cf14b0 Add end2end async unary single threaded test (compiles) 10 years ago
Craig Tiller ec3257c120 Fix end2end leaks 10 years ago
Craig Tiller 7418d01de4 Make end2end_test use fewer threads 10 years ago
Craig Tiller 4d0fb5f1c0 Fixup callers with new api 10 years ago
Craig Tiller f8ac5d846c Fixup callers with new api 10 years ago
Craig Tiller 5319164875 Cleanup 10 years ago
Craig Tiller 1d2e21962e Server progress 10 years ago
Craig Tiller 7b01878736 Fix returned status 10 years ago
Craig Tiller 14e60e9f8b Use C signal handling in C++ end2end 10 years ago
Craig Tiller 0a00a08c53 Use C signal handling in C++ end2end 10 years ago
Craig Tiller b5dcec5a2e clang-format codebase 10 years ago
Craig Tiller b2a42f3271 Make this file compile 10 years ago
Craig Tiller 35e3971e89 Make this file compile 10 years ago
yangg 1b151096d1 Add impl subdirectory under public and move headers that need to be installed 10 years ago
yangg 4105e2b86c Add ServiceAccount Credentials wrapping and handle credentials creation 10 years ago
yangg 1456d15221 Add a test to export two TestService on the same server, only with different 10 years ago
yangg ed5e7e006b Add deadline API on server side. 10 years ago
yangg 59dfc90f57 Client side implementation of creating channel with credentials. 10 years ago
yangg da029e39b6 Add a test where client side sees a deadline expired status. 10 years ago
yangg 246ec3bd3a Set host to channel's target when creating a call. 10 years ago
yangg a4b6f5df94 Add ServerContext. It is currently empty and deadline and metadata will come to 10 years ago
nnoble 0c475f0ad7 Updating moe_db.txt with the latest equivalence since the ruby import changed the exported structure. 10 years ago
Nicolas Noble b7ebd3b8c6 Initial import. 10 years ago