aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
...
| | | * | | clang-format, fix headers, windows fixesGravatar Adam Michalik2016-06-07
| | | | | |
| | | * | | Add C++ support for using external FDGravatar Adam Michalik2016-06-07
| |_|/ / / |/| | | |
| | | | * Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-06-07
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #6741 from yang-g/its_ok_to_have_no_read_on_cancelled_callGravatar Jan Tattermusch2016-06-07
|\ \ \ \ \ | | | | | | | | | | | | Let Next set ok=true when receiving error status
| | | | | * Add more comments, fix format issuesGravatar Yuchen Zeng2016-06-06
| | | | | |
| | | | | * Move reflection src/hdr to src/cpp/ext include/grpc++/extGravatar Yuchen Zeng2016-06-06
| | | | | |
* | | | | | Make grpc++ independent of protobufGravatar yang-g2016-06-03
| |/ / / / |/| | | |
| | | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| | | |\ \ | |_|_|/ / |/| | | |
| | | | * Move protobuf dependencies to config_protobuf.hGravatar Yuchen Zeng2016-06-03
| | | | |
| * | | | Let Next set ok=true when receiving error statusGravatar yang-g2016-06-01
|/ / / /
| * | | moved core_codegen from src/cpp/... to include/grpc++/...Gravatar David Garcia Quintas2016-05-19
| | | |
* | | | Merge github.com:grpc/grpc into test_affineGravatar Craig Tiller2016-05-18
|\| | |
| | * | fixes to grpc++/impl/codegen/call.hGravatar David Garcia Quintas2016-05-18
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #6445 from yang-g/unique_ptr_resetGravatar Jan Tattermusch2016-05-18
| |\ \ \ | | |_|/ | |/| | Add an explicit base class pointer to avoid potential breakage.
| | | * got rid of grpc_compression_optionsGravatar David Garcia Quintas2016-05-17
| | | |
* | | | Merge branch 'connect_first' into test_affineGravatar Craig Tiller2016-05-14
|\ \ \ \
* \ \ \ \ Merge branch 'server_channel_affinity' of github.com:sreecha/grpc into affineGravatar Craig Tiller2016-05-14
|\ \ \ \ \
| | | * | | Fixed usage of anon namespace inside .hGravatar David Garcia Quintas2016-05-13
| |_|/ / / |/| | | |
| | * | | clang-formatGravatar Craig Tiller2016-05-13
| | | | |
| | * | | Make qps workers connect before even warmup stage beginsGravatar Craig Tiller2016-05-13
| |/ / / |/| | |
| | | * Updated codegen/call.hGravatar David Garcia Quintas2016-05-13
| | | |
| | | * Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
| | | |\ | |_|_|/ |/| | |
| | * | Merge remote-tracking branch 'upstream/master' into unique_ptr_resetGravatar yang-g2016-05-12
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #6373 from y-zeng/server-builder-pluginGravatar Yuchen Zeng2016-05-11
|\ \ \ \ | | | | | | | | | | Server builder plugin
* | | | | fix formattingGravatar Jan Tattermusch2016-05-11
| | | | |
| | | * | Add commentGravatar yang-g2016-05-10
| | | | |
| | * | | Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-10
| | |\ \ \ | |_|/ / / |/| | | |
| | | | * Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * | | Resolve conflictsGravatar Yuchen Zeng2016-05-06
| |\ \ \ | |/ / / |/| | |
| * | | Fix naming and comment problemsGravatar Yuchen Zeng2016-05-06
| | | |
| | | * Add an explicit base class pointer to avoid potential breakage.Gravatar yang-g2016-05-05
| |_|/ |/| |
* | | Merge pull request #6323 from dgquintas/codegen_remove_protoGravatar Jan Tattermusch2016-05-04
|\ \ \ | | | | | | | | Moved protos out of core_codegen interface
| | * | Add plugins at the time of static initializationGravatar Yuchen Zeng2016-05-03
| | | |
| | | * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-05-03
| | | |\ | |_|_|/ |/| | |
* | | | Stress test fixesGravatar Craig Tiller2016-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - properly fail a Read() on a stream if we fail to parse a protobuf - fix an ordering problem with the chttp2 transport global lock, whereby a sequence of two operations could be swapped - this resulted in slices being returned to the upper layers in the wrong order, corrupting data
| | * | Add GRPC_ prefix for macrosGravatar Yuchen Zeng2016-04-29
| | | |
| | * | Server builder pluginGravatar Yuchen Zeng2016-04-29
| |/ / |/| |
| * | Moved protos out of core_codegen interfaceGravatar David Garcia Quintas2016-04-27
|/ /
| * Merge branch 'master' into server_channel_affinityGravatar Sree Kuchibhotla2016-04-26
| |\ | |/ |/|
* | Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-21
|\ \
| | * generate_projects.sh and fix copyright yearGravatar Sree Kuchibhotla2016-04-21
| | |
| | * Add the option of adding a non-listening server completion queue. This makes ↵Gravatar Sree Kuchibhotla2016-04-21
| | | | | | | | | | | | writing certain test cases (like hybrid_end2end tests) easier
| * | Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
| |/ | | | | | | application handle the authentication.
* | Fix dependenciesGravatar Craig Tiller2016-04-12
| |
* | clang-fmtGravatar Craig Tiller2016-04-12
| |
* | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|/
* clang-formatGravatar Craig Tiller2016-04-01
|
* Fix missing argGravatar Craig Tiller2016-04-01
|
* Fix client_crash_test, implement idempotency, fail_fast for C++Gravatar Craig Tiller2016-04-01
|