aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Collapse)AuthorAge
...
| | | | | * removed codegen/alloc.hGravatar David Garcia Quintas2016-07-27
| | |_|_|/ | |/| | |
| | * | | 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
| | | | |
* | | | | Minor changesGravatar Sree Kuchibhotla2016-07-19
| | | | |
* | | | | More changesGravatar Sree Kuchibhotla2016-07-19
| | | | |
* | | | | Minor changes to GrpcRpcManagerGravatar Sree Kuchibhotla2016-07-19
| | | | |
* | | | | Add more functionality (no cq integration yet) and add a dummy testGravatar Sree Kuchibhotla2016-07-19
| | | | |
| * | | | Separate generated file and protobuf dependencyGravatar Yuchen Zeng2016-07-18
| |/ / /
* / / / Initial shellGravatar Sree Kuchibhotla2016-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
| | | | | | | | grpc_transport_stream_op structs.
* | Merge pull request #6352 from ctiller/errorGravatar Jan Tattermusch2016-06-17
|\ \ | | | | | | Unifying error handling within core
* \ \ 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 scope problem when GPR_SUPPORT_CHANNELS_FROM_FD is not defined
| | | | * - fix build problemsGravatar Mark D. Roth2016-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | - make changes suggested by reviewer - add test (not working yet)
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because nullptr assignment actually requires the calling of a constructor. As a result, the order in which these nullptr initializations take place is not defined with respect to other initializations. A pointer that is left without explicit initialization automatically gets nullptr anyway, so just don't explicitly initialize these.
* | | | | | 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
| |\ \ \ | | | | | | | | | | Proto server reflection
| | | * | 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
| | | | | | | | | | | | | | | Do not make explicit comparisons against nullptr; only use implicit typecast to bool
| * | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
| |\ \ | | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
| * | | Merge pull request #6610 from xyzzyz/external_fd_freshGravatar Jan Tattermusch2016-06-08
|/| | | | | | | | | | | Add support for communication using existing FD (for client and server)
* | | | Merge branch 'master' of github.com:grpc/grpc into core_codegen_be_publicGravatar David Garcia Quintas2016-06-07
|\ \ \ \