aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
Commit message (Collapse)AuthorAge
* Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
| | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Readd grpclb fallbackGravatar Juanli Shen2017-09-27
|
* Revert "Revert "Allow SerializationTraits to use grpc::ByteBuffer rather ↵Gravatar Vijay Pai2017-09-21
| | | | than only grpc_byte_buffer""
* Revert "Add fallback (use backends from resolver if can't reach balancer) to ↵Gravatar Ken Payson2017-09-13
| | | | | | grpclb." This reverts commit aba0a0a54412fe59bc2090334ae26c99bb148097.
* Add fallback (use backends from resolver if can't reach balancer) to grpclb.Gravatar Juanli Shen2017-09-11
|
* Add Slice constructors to match all grpc_slice casesGravatar Vijay Pai2017-08-04
|
* Add idiomatic C++ API for grpc::Slice construction that doesn'tGravatar Vijay Pai2017-07-18
| | | | require using grpc_slice
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* minor: doxygenize commentGravatar Mehrdad Afshari2017-05-17
|
* Link comment code entitiesGravatar Mehrdad Afshari2017-05-17
|
* minor edits in channel_arguments.hGravatar Mehrdad Afshari2017-05-17
|
* cpp doc nitsGravatar Alexander Polcyn2017-05-05
|
* Add helper function to supply and parse error_details from Status.Gravatar yang-g2017-04-11
|
* Add benchmark suite for chttp2Gravatar Craig Tiller2017-03-21
|
* Destroy pointer args when destructing a ChannelArgumentsGravatar Yuchen Zeng2017-02-27
|
* Merge github.com:grpc/grpc into maxmsgszGravatar Craig Tiller2017-01-19
|\
* | Remove double-checking of max-message-size in C++ layersGravatar Craig Tiller2017-01-19
| |
| * Add ChannelArguments methods for setting max send/recv message size.Gravatar Mark D. Roth2017-01-19
|/
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-18
|\
| * Merge pull request #8617 from markdroth/service_config_jsonGravatar Mark D. Roth2016-11-17
| |\ | | | | | | Use JSON tree for service config channel arg.
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
|\| |
| * | Review feedbackGravatar Craig Tiller2016-11-16
| | |
| * | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-16
| |\ \
| | | * Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-16
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
| |/| | |/| | | | | | | Add grpc_socket_mutator
| | | * Allow setting service config via C++ API, for use in tests.Gravatar Mark D. Roth2016-11-09
| |_|/ |/| |
| * | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-04
| |\ \
* | \ \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
|\ \ \ \ | | |/ / | |/| |
| | | * Merge remote-tracking branch 'upstream/master' into tosGravatar Yuchen Zeng2016-11-02
| | | |\
| * | | \ Merge branch 'master' into turn_it_to_11Gravatar Vijay Pai2016-11-02
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Code review changes.Gravatar Mark D. Roth2016-11-02
| | | | |
| * | | | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | | | |
| | | * | Merge branch 'microbench' into bm_fullstackGravatar Craig Tiller2016-11-01
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_argGravatar Mark D. Roth2016-10-31
| | |\ \ \ | | |/ / / | |/| | |
* | | | | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| | | | |
* | | | | Bulk update #includesGravatar Craig Tiller2016-10-26
| | | | |
* | | | | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/ / / /
| * | | Add ChannelArguments::SetLoadBalancingPolicyName() to C++ API.Gravatar Mark D. Roth2016-10-26
| | | |
| | * | Add some endpoint pair testsGravatar Craig Tiller2016-10-26
| |/ /
* | | BufferPool --> ResourceQuotaGravatar Craig Tiller2016-10-17
| | |
| | * More interfaces for grpc_socket_mutatorGravatar Yuchen Zeng2016-10-13
| |/
* / Buffer pool C++ wrapperGravatar Craig Tiller2016-09-28
|/
* Allow setting max send message size via C++ ServerBuilder API.Gravatar Mark D. Roth2016-09-06
|
* Reduce allocations associated with src/cpp/util/byte_buffer.cc.Gravatar Mark D. Roth2016-08-18
|
* Merge remote-tracking branch 'upstream/master' into sliceGravatar yang-g2016-07-12
|\
| * Return success status of grpc_byte_buffer_readerGravatar David Garcia Quintas2016-06-30
| |
* | Add API to get c slice from c++ Slice.Gravatar yang-g2016-06-24
|/