aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* Reduce allocations associated with src/cpp/util/byte_buffer.cc.Gravatar Mark D. Roth2016-08-18
* Merge branch 'v1.0.x' into manual-upmergeGravatar Nicolas "Pixel" Noble2016-08-11
|\
* | clang-formatGravatar Mark D. Roth2016-08-03
| * Update generated files with new protobuf versionGravatar Jorge Canizales2016-08-03
* | Update destroy_call_elem args from merge.Gravatar Mark D. Roth2016-08-02
* | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-08-02
|\ \
| | * Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| * | Merge pull request #7502 from dgquintas/cpp_compression_levelGravatar Nicolas Noble2016-07-28
| |\ \
* | | | Code review changes.Gravatar Mark D. Roth2016-07-28
| | * | Added missing var initializationGravatar David Garcia Quintas2016-07-22
| | * | C++ Compression Level set properlyGravatar David Garcia Quintas2016-07-21
| * | | Use compiling instead of makingGravatar Yuchen Zeng2016-07-20
| * | | Add comments for GRPC_NO_GENERATED_CODEGravatar Yuchen Zeng2016-07-19
| * | | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| |/ /
* | | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-15
|\| |
| | * prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| * | prevent spurious wake up and unstarted/already shutdown serverGravatar yang-g2016-07-14
| | * Make Server::Wait work for async only server.Gravatar yang-g2016-07-13
* | | Merge remote-tracking branch 'upstream/master' into filter_apiGravatar Mark D. Roth2016-07-12
|\ \ \ | | |/ | |/|
| | * Make Server::Wait work for async only server.Gravatar yang-g2016-07-11
| |/
* | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-07-01
|\ \
| | * Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |/
| * Updated git clone URLGravatar David Garcia Quintas2016-06-29
* | Addressed reviewer comments.Gravatar Mark D. Roth2016-06-29
* | Move channel_filter.h from include/ tree to src/ tree.Gravatar Mark D. Roth2016-06-29
* | clang-formatGravatar Mark D. Roth2016-06-29
* | Merge branch 'filter_call_init_failure' into filter_apiGravatar Mark D. Roth2016-06-29
|\|
* | Initial attempt at a C++ wrapper for the C grpc_transport_op andGravatar Mark D. Roth2016-06-27
| * Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
| |\
| * \ Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-17
| |\ \
| | | * Merge github.com:grpc/grpc into errorGravatar Craig Tiller2016-06-16
| | | |\ | | | |/ | | |/|
* | | | Removed unnecessary comments. Added connection counter to test.Gravatar Mark D. Roth2016-06-16
* | | | Fix portability issues.Gravatar Mark D. Roth2016-06-16
* | | | clang-formatGravatar Mark D. Roth2016-06-16
* | | | Pass channel args to ChannelData ctor and ChannelData to CallData ctor.Gravatar Mark D. Roth2016-06-16
| | * | Merge pull request #6876 from mdyring/masterGravatar Nicolas Noble2016-06-16
| | |\ \
* | | | | - fix build problemsGravatar Mark D. Roth2016-06-16
| * | | | Remove range-based for, comparisons to nullptrGravatar Vijay Pai2016-06-16
| * | | | DigraphGravatar Vijay Pai2016-06-16
| * | | | Merge branch 'wheezy' of github.com:vjpai/grpc into wheezyGravatar Vijay Pai2016-06-16
| |\ \ \ \
| | * | | | Should not explicitly initialize these pointers to nullptr in gcc-4.4 caseGravatar Vijay Pai2016-06-16
| * | | | | Merge branch 'master' into wheezyGravatar Vijay Pai2016-06-15
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
* | / / / Initial attempt at a C++ API for defining channel filters.Gravatar Mark D. Roth2016-06-15
| |/ / / |/| | |
| | | * Merge branch 'idempotent_endpoint_shutdown' into handshake_timeoutGravatar Craig Tiller2016-06-15
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #6438 from y-zeng/reflection_separate_libGravatar Jan Tattermusch2016-06-13
|\ \ \ \
| | | * | Fix scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not definedGravatar Martin Dyring-Andersen2016-06-10
| |_|/ / |/| | |
| | * | Switch server builder plugin API to something that will work with gcc4.4Gravatar Vijay Pai2016-06-10
| | * | WIPGravatar Vijay Pai2016-06-10
| | | * Fix uninitialized variableGravatar Craig Tiller2016-06-09
| |_|/ |/| |
| | * Remove another range-based forGravatar Vijay Pai2016-06-09