aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/common/call.cc
Commit message (Expand)AuthorAge
* implGravatar yang-g2015-08-25
* headers reorgGravatar yang-g2015-08-21
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
* Remove old codeGravatar Craig Tiller2015-06-05
* Client side compiles/linksGravatar Craig Tiller2015-06-04
* Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
* clang-formatGravatar Yang Gao2015-05-04
* merge with headGravatar Yang Gao2015-05-01
|\
* | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| * Merge comments. See below.Gravatar David Garcia Quintas2015-04-29
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
|/
* Add client-side marks for proto processing.Gravatar Vijay Pai2015-04-15
* resolve commentGravatar Yang Gao2015-04-02
* Bug fix. User can destroy status after calling Finish and we should keep a co...Gravatar Yang Gao2015-04-02
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\
| * Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24
* | covert test to use generic stubGravatar Yang Gao2015-03-19
| * Various Windows fixes.Gravatar Nicolas Noble2015-03-19
|/
* Service side should be done, it builds and existing tests passGravatar Yang Gao2015-03-06
* Remove include google/protobuf/message.h as it should be covered in config.hGravatar Yang Gao2015-03-04
* Global replace google::protobuf::Message with grpc::protobuf::Message, all te...Gravatar Yang Gao2015-03-03
* Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\
| * Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | Initial sketchGravatar Craig Tiller2015-02-18
| * Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/
* Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
* also set got_messageGravatar Yang Gao2015-02-17
* When the entire op fails, the recv_message is always discarded.Gravatar Yang Gao2015-02-17
* Clear receive message buffer when adding it, so that any reused buffer will n...Gravatar Yang Gao2015-02-17
* Deserialization success should not override earlier failureGravatar Yang Gao2015-02-17
* clang-formatGravatar Craig Tiller2015-02-17
* change AddRecvMessage signatureGravatar Yang Gao2015-02-12
* allow null got_messageGravatar Yang Gao2015-02-12
* Fix end2end leaksGravatar Craig Tiller2015-02-12
* Add client side WaitForInitialMetadata for streaming.Gravatar Yang Gao2015-02-11
* Some streaming progressGravatar Craig Tiller2015-02-11
* Make sure we get a close before stopping the serverGravatar Craig Tiller2015-02-11
* This string is null terminatedGravatar Craig Tiller2015-02-11
* Merge pull request #9 from yang-g/c++apiGravatar Craig Tiller2015-02-11
|\
* | Fix ownershipGravatar Craig Tiller2015-02-11
| * Add trailing metadata to client context and use it.Gravatar Yang Gao2015-02-11
|/
* Tweak metadata sendingGravatar Craig Tiller2015-02-11
* Make it compileGravatar Yang Gao2015-02-11
* resolve conflictGravatar Yang Gao2015-02-11
|\
* | save before the changeGravatar Yang Gao2015-02-11
| * Allow server to hook calls also, fix crashGravatar Craig Tiller2015-02-11
| * Initial metadata fixGravatar Craig Tiller2015-02-11
|/
* minor improvementGravatar Yang Gao2015-02-11
* Implement FinalizeResultGravatar Yang Gao2015-02-11