aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/call.h
Commit message (Expand)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* fix warning & typoGravatar Jan Tattermusch2018-01-26
* Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-12-13
|\
| * Reviewer feedbackGravatar ncteisen2017-12-08
* | Merge remote-tracking branch 'upstream/master' into fix-stream-compression-co...Gravatar Muxi Yan2017-12-06
|\ \
* \ \ Merge e759d2a^Gravatar Muxi Yan2017-12-06
|\ \ \
| | | * Variable name consistencyGravatar ncteisen2017-12-04
| | | * Reviewer feedbackGravatar ncteisen2017-12-04
| | | * No null string ctorGravatar Noah Eisen2017-12-04
| | | * Add error string to C++Gravatar ncteisen2017-12-04
| | |/
| | * Remove some dead code from a previous iteration of internal::CallGravatar Vijay Pai2017-11-28
| | * Fix segfaultGravatar ncteisen2017-11-15
| | * Save C++ for follow up PRGravatar ncteisen2017-11-15
| | * Add error string to recv status APIGravatar ncteisen2017-11-13
| |/
| * Separate public and internal C++ interfacesGravatar Vijay Pai2017-10-26
| * fix typoGravatar thinkerou2017-10-17
| * Add an explicit void 2nd parameter to invocation of SerializationTraitsGravatar Vijay Pai2017-10-13
* | Fix C++ buildsGravatar Muxi Yan2017-09-26
|/
* Base the new SerializationTraits API on implicit type conversion rather than ...Gravatar Vijay Pai2017-09-21
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than...Gravatar Vijay Pai2017-09-21
* Revert "Allow SerializationTraits to use grpc::ByteBuffer rather than only gr...Gravatar Jan Tattermusch2017-09-14
* Merge pull request #12214 from vjpai/cereal_eye_sirGravatar Vijay Pai2017-09-13
|\
| * Address review commentsGravatar Vijay Pai2017-09-11
| * Address reviewer commentsGravatar Vijay Pai2017-09-11
| * Allow SerializationTraits to use grpc::ByteBuffer, not just grpc_byte_bufferGravatar Vijay Pai2017-09-07
* | C++ API for write-throughGravatar Craig Tiller2017-09-01
|/
* Clang_formatGravatar Ken Payson2017-08-30
* Have write ops take ownership over slicesGravatar Ken Payson2017-08-29
* Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\
* \ Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\ \
| | * Delete deprecated constructor and CallOpSetCollectionInterfaceGravatar Vijay Pai2017-08-11
| |/
| * Revert "Reintroduce a lambda capture as part of C++11-izing code"Gravatar Jan Tattermusch2017-08-03
* | Modify C++ and Objective C to initialize maybe_stream_compression_levelGravatar Muxi Yan2017-07-27
|/
* Revert "Separate internal-only and public parts of C++ API"Gravatar Vijay Pai2017-07-25
* Merge pull request #11731 from yang-g/cpp_is_hardGravatar Yang Gao2017-07-11
|\
* | Internalize structs and methods meant for being exposed through codegenGravatar Vijay Pai2017-07-10
| * second tryGravatar yang-g2017-07-10
| * Unref the call first in case the collection is still used in callGravatar yang-g2017-07-10
|/
* Move collection reset before unref (since unref could destroy obj)Gravatar Vijay Pai2017-06-22
* Re-enable public constructor for ClientAsyncResponseReader to avoid busting c...Gravatar Vijay Pai2017-06-22
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* cpp doc nitsGravatar Alexander Polcyn2017-05-05
* Reintroduce a lambda capture as part of C++11-izing codeGravatar Vijay Pai2017-05-01
* Merge pull request #10761 from ctiller/ubsanGravatar Craig Tiller2017-04-20
|\
| * Fix ubsan reported failureGravatar Craig Tiller2017-04-20
* | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-19
|\|
| * Remove status_helper as it is not needed any moreGravatar yang-g2017-04-18
* | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-12
|\|
| * support C++ error_detailsGravatar yang-g2017-04-07
* | Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-05
|\|