55 Commits (13363e31a749fbe5065d66383a0acecbe5ab02fe)

Author SHA1 Message Date
Yang Gao 3921c56bee Expose max message size at the server side 10 years ago
zeliard 179be50ad3 merge VS solutions file from upstream master 10 years ago
Yang Gao c4b6ffb1b6 Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free. 10 years ago
Craig Tiller 277d3cff7e clang-format 10 years ago
Craig Tiller 3beef68d39 Populate channel tags for methods 10 years ago
Craig Tiller 53a38d4699 Make RpcMethod constructor take all args 10 years ago
Nicolas "Pixel" Noble b092916a2a Addressing concerns. 10 years ago
Nicolas "Pixel" Noble ff2828be3d Rewriting mutex, condition_variable, and thread. 10 years ago
Yang Gao e9866e977e resolve comment 10 years ago
Yang Gao b53af532af Bug fix. User can destroy status after calling Finish and we should keep a copy of it instead of a pointer 10 years ago
Yang Gao 6baa9b67ad clang-format c++ code 10 years ago
Yang Gao 5f4539f4e8 Service side should be done, it builds and existing tests pass 10 years ago
Yang Gao ee7ab3db2f Remove include google/protobuf/message.h as it should be covered in config.h 10 years ago
Yang Gao 5b61d5194d formatting 10 years ago
Yang Gao 7694c35d5f Global replace google::protobuf::Message with grpc::protobuf::Message, all tests passed 10 years ago
Nicolas "Pixel" Noble 1ff52d5278 Guard headers tool. 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
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 190d360def Add missing new-lines at end of file 10 years ago
Craig Tiller 645466e089 Initial sketch 10 years ago
Craig Tiller 0605995e55 Update copyright to 2015 10 years ago
Craig Tiller 6d5f42e79a Fix copyright notice 10 years ago
Yang Gao 2b7f537546 Add metadata test with rpc. Adding/fixing things to make it work 10 years ago
Craig Tiller 573523f127 clang-format 10 years ago
Yang Gao 0c7aafaa0c change AddRecvMessage signature 10 years ago
Craig Tiller 0220cf14b0 Add end2end async unary single threaded test (compiles) 10 years ago
Craig Tiller c645306b64 Fixes 10 years ago
Yang Gao 31150f01db implement async unary call 10 years ago
Craig Tiller ec3257c120 Fix end2end leaks 10 years ago
Craig Tiller 3d6ceb6461 Async server dispatch 10 years ago
Craig Tiller 1c9a2a91ca Async API progress 10 years ago
Craig Tiller 8c8d0aa1d8 Async API progress 10 years ago
Yang Gao ea222b2001 resolve comments, the context_ member needs protection for thread safety 10 years ago
Yang Gao fd7199f64e Add client side WaitForInitialMetadata for streaming. 10 years ago
Craig Tiller 0156752a66 Some streaming progress 10 years ago
Craig Tiller 504bd331ab Make sure we get a close before stopping the server 10 years ago
Craig Tiller 47a573602a Fix ownership 10 years ago
Yang Gao 2382293226 Make it compile 10 years ago
Yang Gao f1258c4951 save before the change 10 years ago
Craig Tiller bb5227fc39 Allow server to hook calls also, fix crash 10 years ago
Craig Tiller a5c0e7bc46 Initial metadata fix 10 years ago
Yang Gao eb8e7cd922 Implement FinalizeResult 10 years ago
Craig Tiller 04c8ff0245 Fix FinalizeResult signature 10 years ago
Craig Tiller c416577636 Server progress 10 years ago
Yang Gao 6d6b90376b Release write buffer in FinalizeResult 10 years ago
Yang Gao d5a04bdc6e Implement FillOps 10 years ago
Yang Gao 7eb7d75c51 call implementation before the meeting 10 years ago
Craig Tiller 20f4af2e36 Move call.h -> impl/call.h 10 years ago
Craig Tiller 80e00a8c63 Stub out unary call wrapper 10 years ago