aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-28
|\
| * add todoGravatar yang-g2016-11-18
* | Avoid confusion between server name and URI.Gravatar Mark D. Roth2016-11-18
* | Pass client channel factory and server name via channel args.Gravatar Mark D. Roth2016-11-18
| * Expose message limit constants so that users can reference themGravatar yang-g2016-11-17
| * Merge pull request #8617 from markdroth/service_config_jsonGravatar Mark D. Roth2016-11-17
| |\
| * \ Merge pull request #8630 from ctiller/newlinesGravatar Craig Tiller2016-11-16
| |\ \
| * | | Review feedbackGravatar Craig Tiller2016-11-16
| * | | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-16
| |\ \ \ | |/ / / |/| | |
| | * | Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| | |\ \ | |_|/ / |/| | |
| | | * Merge remote-tracking branch 'upstream/master' into service_config_jsonGravatar Mark D. Roth2016-11-16
| | | |\ | |_|_|/ |/| | |
* | | | Merge branch 'master' of github.com:grpc/grpc into rr_fixallGravatar David Garcia Quintas2016-11-14
|\ \ \ \
| * \ \ \ Merge pull request #8086 from y-zeng/fix_gprcGravatar Yuchen Zeng2016-11-11
| |\ \ \ \
| * \ \ \ \ Merge pull request #8335 from y-zeng/tosGravatar Yuchen Zeng2016-11-11
| |\ \ \ \ \
| | | | | | * Allow setting service config via C++ API, for use in tests.Gravatar Mark D. Roth2016-11-09
| | | | | | * Allow getting LB policy name and service config in C++ API.Gravatar Mark D. Roth2016-11-09
| | | | | | * Allow fetching service config via grpc_channel_get_info().Gravatar Mark D. Roth2016-11-09
| | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #8679 from markdroth/core_api_cleanupGravatar Mark D. Roth2016-11-08
| |\ \ \ \ \
| | * | | | | Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.Gravatar Mark D. Roth2016-11-08
| * | | | | | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\ \ \ \ \ \
* | | | | | | | Added INIT state to grpc_connectivity_stateGravatar David Garcia Quintas2016-11-08
| | | | | | * | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-08
| | | | | | |\ \
| | | * | | | | | Remove deprecated macros from C-core API. Also move one pending C++ cleanup ...Gravatar Mark D. Roth2016-11-08
| | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-08
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | s/std::string/grpc::string/gGravatar Craig Tiller2016-11-08
| | * | | | | | Get user agent rightGravatar Craig Tiller2016-11-04
| |/ / / / / / |/| | | | | |
| | | | | | * Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-04
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
| | | | | * | Merge github.com:grpc/grpc into bm_fullstackGravatar Craig Tiller2016-11-04
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
| | * | | | | Code review changes.Gravatar Mark D. Roth2016-11-04
| * | | | | | Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-11-04
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| | | | | | * Support percent-encoding status messagesGravatar Craig Tiller2016-11-03
| | * | | | | Merge remote-tracking branch 'upstream/master' into channel_info_apiGravatar Mark D. Roth2016-11-03
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | | * | | | Merge remote-tracking branch 'upstream/master' into tosGravatar Yuchen Zeng2016-11-02
| | | |\ \ \ \
* | | | \ \ \ \ Merge branch 'master' into turn_it_to_11Gravatar Vijay Pai2016-11-02
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #8523 from markdroth/lb_policy_name_channel_argGravatar Mark D. Roth2016-11-02
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Code review changes.Gravatar Mark D. Roth2016-11-02
* | | | | | | | Deprecate grpc::thread and sync in favor of std::thread,mutex,etcGravatar Vijay Pai2016-11-01
* | | | | | | | Remove references to NO_CHRONO optionGravatar Vijay Pai2016-11-01
* | | | | | | | Remove separate versions of code based on presence of threading in compilerGravatar Vijay Pai2016-11-01
* | | | | | | | clang-formatGravatar Vijay Pai2016-11-01
* | | | | | | | Use C++11 final and overrideGravatar Vijay Pai2016-11-01
| | | | | | | * Merge branch 'microbench' into bm_fullstackGravatar Craig Tiller2016-11-01
| | | | | | | |\ | | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | Stop supporting non-C++11 conformant compilersGravatar Vijay Pai2016-11-01
|/ / / / / / /
* | | | | | | Merge pull request #8380 from y-zeng/reflection_headerGravatar Yuchen Zeng2016-10-31
|\ \ \ \ \ \ \
| | | * \ \ \ \ Merge github.com:grpc/grpc into grpc_sliceGravatar Craig Tiller2016-10-31
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master' into lb_policy_name_channel_argGravatar Mark D. Roth2016-10-31
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-28
|\ \ \ \ \ \ \ \
| | | | | * | | | Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
* | | | | | | | | Merge branch 'master' into rpc_mgrGravatar Sree Kuchibhotla2016-10-27
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | | | | * | | | clang-formatGravatar Craig Tiller2016-10-26