aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen/proto_utils.h
Commit message (Expand)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
* Trim backup slice when it is larger than neededGravatar yang-g2018-02-07
* relax for inlined bytes to avoid allocationGravatar yang-g2017-11-09
* handle 0 byte size message...Gravatar yang-g2017-11-09
* Only allocate what we need in the last slice for proto serializationGravatar yang-g2017-11-09
* Use protected, remove uneeded member variableGravatar ncteisen2017-11-01
* Refactor SerializationTraitsGravatar ncteisen2017-10-31
* Partial revert of https://github.com/grpc/grpc/pull/10743Gravatar ncteisen2017-07-12
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* Add static assert to enforce subtype invariantGravatar ncteisen2017-05-10
* Merge branch 'master' of https://github.com/grpc/grpc into serialization-refa...Gravatar ncteisen2017-05-05
|\
| * Use larger block size in proto writeGravatar Craig Tiller2017-04-26
* | Add to codegen interface, refactor proto serializationGravatar ncteisen2017-04-19
|/
* Fix read from uninitialized memory bug in GrpcBufferWriter.Gravatar Harvey Tuch2017-02-07
* Fix integer overflowGravatar Craig Tiller2017-01-19
* Remove double-checking of max-message-size in C++ layersGravatar Craig Tiller2017-01-19
* Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\
| * Use C++11 final and overrideGravatar Vijay Pai2016-11-01
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* Merge remote-tracking branch 'upstream/master' into max_send_size_filterGravatar Mark D. Roth2016-09-16
|\
* | Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
| * removed codegen/log.hGravatar David Garcia Quintas2016-07-27
| * removed codegen/byte_buffer.hGravatar David Garcia Quintas2016-07-27
|/
* Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
* Fixed usage of anon namespace inside .hGravatar David Garcia Quintas2016-05-13
* Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
* Update copyrightsGravatar Craig Tiller2016-03-31
* clang-formatGravatar David Garcia Quintas2016-03-08
* wip. prior to cq refactoringGravatar David Garcia Quintas2016-03-07
* fix commentsGravatar David Garcia Quintas2016-03-02
* clang-formatGravatar David Garcia Quintas2016-03-02
* introduced workaround for proto_utilsGravatar David Garcia Quintas2016-03-02
* copyrightsGravatar David Garcia Quintas2016-01-27
* pre sync_stream.cc creation. Does not compileGravatar David Garcia Quintas2016-01-25