aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/proto
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into decompressionGravatar David Garcia Quintas2015-07-01
|\ | | | | | | | | | | | | | | | | | | # Conflicts: # Makefile # gRPC.podspec # src/core/surface/call.c # src/core/transport/chttp2/frame_data.c # tools/doxygen/Doxyfile.core.internal # vsprojects/Grpc.mak
* | WIP in *_end2end_test.cc. Tests pass. Fixed leaks and introduced concept of ↵Gravatar David Garcia Quintas2015-06-30
| | | | | | | | compression request thru MD
| * Add missing headers to build.jsonGravatar yang-g2015-06-23
|/
* Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufsGravatar Craig Tiller2015-06-16
|\ | | | | | | | | | | | | | | | | | | Conflicts: include/grpc++/async_unary_call.h include/grpc++/config.h include/grpc++/config_protobuf.h include/grpc++/impl/service_type.h include/grpc++/stream.h src/cpp/common/call.cc
| * Changes to byte_buffer based on comments.Gravatar David Garcia Quintas2015-06-08
| |
* | Clarify serialization traits interfaceGravatar Craig Tiller2015-06-05
| |
* | clang-formatGravatar Craig Tiller2015-06-05
| |
* | Progress commit on fixing up C++Gravatar Craig Tiller2015-06-04
|/
* Removed grpc_byte_buffer_reader_{create,destroy}.Gravatar David Garcia Quintas2015-06-01
| | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory.
* merge with headGravatar Yang Gao2015-05-01
|\
* | Expose max message size at the server sideGravatar Yang Gao2015-04-30
| |
| * Fix for a crash seen in the wildGravatar Craig Tiller2015-04-30
|/
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Allowing us to import google::protobuf::int64.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | | | If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition.
* Moving ZeroCopyOutputStream to grpc++/config.h.Gravatar Nicolas "Pixel" Noble2015-03-13
|
* Avoid unnecessary copies during protobuf serialization and deserializationGravatar Chilledheart2015-03-10
| | | | | | | - avoid string copy due to google::protobuf::message::SerializeToString - avoid string copy due to google::protobuf::message::ParseFromString - split large message into 8k slices during protobuf serialization - correct GrpcBufferReader::BackUp
* 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 ↵Gravatar Yang Gao2015-03-03
| | | | tests passed
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* clang-format codebaseGravatar Craig Tiller2015-01-13
|
* Initial import.Gravatar Nicolas Noble2014-11-26