Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | |||
* | include climits | Jan Tattermusch | 2015-12-07 |
| | |||
* | more win x64 fixes | Jan Tattermusch | 2015-12-07 |
| | |||
* | Move profiling system to gpr | Craig Tiller | 2015-10-09 |
| | |||
* | Simplify adding annotations, annotate more things | Craig Tiller | 2015-10-09 |
| | |||
* | Fix clang-format script | Craig Tiller | 2015-09-28 |
| | |||
* | Fast path for proto serialization for small protos | Craig Tiller | 2015-09-24 |
| | |||
* | Windows fixes | Craig Tiller | 2015-09-23 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | return StatusCode::INTERNAL for proto parsing error | yang-g | 2015-08-12 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into decompression | David Garcia Quintas | 2015-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 ↵ | David Garcia Quintas | 2015-06-30 |
| | | | | | | | | compression request thru MD | ||
| * | Add missing headers to build.json | yang-g | 2015-06-23 |
|/ | |||
* | Merge branch 'we-dont-need-no-backup' into one-shouldnt-depend-on-protobufs | Craig Tiller | 2015-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. | David Garcia Quintas | 2015-06-08 |
| | | |||
* | | Clarify serialization traits interface | Craig Tiller | 2015-06-05 |
| | | |||
* | | clang-format | Craig Tiller | 2015-06-05 |
| | | |||
* | | Progress commit on fixing up C++ | Craig Tiller | 2015-06-04 |
|/ | |||
* | Removed grpc_byte_buffer_reader_{create,destroy}. | David Garcia Quintas | 2015-06-01 |
| | | | | | Introduced grpc_byte_buffer_init instead. It's now the user's responsibility to manage memory. | ||
* | merge with head | Yang Gao | 2015-05-01 |
|\ | |||
* | | Expose max message size at the server side | Yang Gao | 2015-04-30 |
| | | |||
| * | Fix for a crash seen in the wild | Craig Tiller | 2015-04-30 |
|/ | |||
* | clang-format c++ code | Yang Gao | 2015-03-17 |
| | |||
* | Allowing us to import google::protobuf::int64. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-03-13 |
| | |||
* | Avoid unnecessary copies during protobuf serialization and deserialization | Chilledheart | 2015-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.h | Yang Gao | 2015-03-04 |
| | |||
* | Global replace google::protobuf::Message with grpc::protobuf::Message, all ↵ | Yang Gao | 2015-03-03 |
| | | | | tests passed | ||
* | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Use clang-format-3.5 | Craig Tiller | 2015-01-18 |
| | |||
* | clang-format codebase | Craig Tiller | 2015-01-13 |
| | |||
* | Initial import. | Nicolas Noble | 2014-11-26 |