Commit Graph

1854 Commits

Author SHA1 Message Date
Mark D. Roth be5e3ca505 Move internal channel arg definitions out of public headers. 2016-12-12 09:58:20 -08:00
Mark D. Roth b14ed413f4 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup 2016-12-12 09:37:01 -08:00
Mark D. Roth 201db7d613 Eliminate redundant places where server name was stored. 2016-12-12 09:36:02 -08:00
Craig Tiller 30268a99e0 Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" 2016-12-12 06:48:30 -08:00
Mark D. Roth 389f272b49 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup 2016-12-09 13:43:44 -08:00
Mark D. Roth 39b1f913d4 Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup 2016-12-09 11:04:07 -08:00
Mark D. Roth 32f35f8576 Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-slice_cleanup 2016-12-09 10:55:30 -08:00
Mark D. Roth 170a073b26 clang-format 2016-12-06 14:01:22 -08:00
Vijay Pai 6510d47c81 gpr_atm isn't automatically initialized to 0. Thanks Obama. 2016-12-05 14:16:20 -08:00
Vijay Pai bf24dd9e51 clang-format 2016-12-05 13:59:09 -08:00
Vijay Pai cbe1599250 Track requests that could cause other requests to be created, and don't do
a real core shutdown of a CQ until such requests are done
2016-12-05 13:56:29 -08:00
Mark D. Roth 2d317fbc57 Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" 2016-12-05 08:07:13 -08:00
Mark D. Roth 4eec0041f5 Revert "Remove redundant includes from string.h and tmpfile.h" 2016-12-05 08:03:41 -08:00
Sree Kuchibhotla f989469fe3 Temporarily enable gpr_slice_* functions to not break api compatibility 2016-12-01 17:09:35 -08:00
Mark D. Roth 494790b84e Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup 2016-11-28 17:44:36 +00:00
yang-g 8706c6ec5d add todo 2016-11-18 10:41:30 -08:00
Mark D. Roth 86e905901f Avoid confusion between server name and URI. 2016-11-18 09:56:40 -08:00
Mark D. Roth 21d4b2d930 Pass client channel factory and server name via channel args. 2016-11-18 09:53:41 -08:00
yang-g e46de3d416 Expose message limit constants so that users can reference them 2016-11-17 15:20:02 -08:00
Mark D. Roth ed92f7bc04 Merge pull request #8617 from markdroth/service_config_json
Use JSON tree for service config channel arg.
2016-11-17 11:13:54 -08:00
Craig Tiller 1dc9ad3327 Merge pull request #8630 from ctiller/newlines
Support percent-encoding status messages
2016-11-16 15:04:20 -08:00
Craig Tiller f69369741d Review feedback 2016-11-16 15:03:53 -08:00
Craig Tiller 1016d9feca Merge github.com:grpc/grpc into bm_fullstack 2016-11-16 14:56:34 -08:00
Craig Tiller d57a1487b1 Merge github.com:grpc/grpc into newlines 2016-11-16 14:45:10 -08:00
Mark D. Roth 863113a0d9 Merge remote-tracking branch 'upstream/master' into service_config_json 2016-11-16 14:18:28 -08:00
David Garcia Quintas d03afbdeba Merge branch 'master' of github.com:grpc/grpc into rr_fixall 2016-11-14 17:55:13 -08:00
Yuchen Zeng b1f6bf2ec4 Merge pull request #8086 from y-zeng/fix_gprc
Fix misspelled gprc
2016-11-11 15:11:44 -08:00
Yuchen Zeng 5c1f55af23 Merge pull request #8335 from y-zeng/tos
Add grpc_socket_mutator
2016-11-11 15:05:14 -08:00
Mark D. Roth dc5d60b814 Allow setting service config via C++ API, for use in tests. 2016-11-09 14:43:07 -08:00
Mark D. Roth 4bbdda4444 Allow getting LB policy name and service config in C++ API. 2016-11-09 14:40:22 -08:00
Mark D. Roth c625c7a023 Allow fetching service config via grpc_channel_get_info(). 2016-11-09 14:12:37 -08:00
Mark D. Roth db096f3dba Merge pull request #8679 from markdroth/core_api_cleanup
Remove deprecated macros from C-core API.
2016-11-08 10:55:29 -08:00
Mark D. Roth fb927409d3 Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet. 2016-11-08 10:53:14 -08:00
Mark D. Roth 0ace62f832 Merge pull request #8618 from markdroth/channel_info_api
Add API for getting arbitrary state back from a channel
2016-11-08 10:45:21 -08:00
David Garcia Quintas ea6689dbdf Added INIT state to grpc_connectivity_state 2016-11-08 09:46:41 -08:00
Craig Tiller 5910eee262 Merge github.com:grpc/grpc into bm_fullstack 2016-11-08 08:48:23 -08:00
Mark D. Roth b1c2bbf497 Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file. 2016-11-08 08:10:33 -08:00
Craig Tiller 31606bdb34 Merge github.com:grpc/grpc into grpc_slice 2016-11-08 07:46:14 -08:00
Craig Tiller 1cb088441a s/std::string/grpc::string/g 2016-11-08 07:05:33 -08:00
Craig Tiller ed9132427a Get user agent right 2016-11-04 16:31:30 -07:00
Craig Tiller 3e2048dd9c Merge github.com:grpc/grpc into newlines 2016-11-04 15:43:44 -07:00
Craig Tiller 7a4ac73d5b Merge github.com:grpc/grpc into bm_fullstack 2016-11-04 08:44:50 -07:00
Mark D. Roth f79ce7d201 Code review changes. 2016-11-04 08:43:36 -07:00
Craig Tiller 32df467f11 Merge github.com:grpc/grpc into grpc_slice 2016-11-04 08:21:56 -07:00
Craig Tiller b121fc7c3f Support percent-encoding status messages 2016-11-03 15:22:59 -07:00
Mark D. Roth e5b4d4f35b Merge remote-tracking branch 'upstream/master' into channel_info_api 2016-11-03 09:33:36 -07:00
Yuchen Zeng 64d518e3b0 Merge remote-tracking branch 'upstream/master' into tos 2016-11-02 16:27:49 -07:00
Vijay Pai 739a93e47f Merge branch 'master' into turn_it_to_11 2016-11-02 16:00:52 -07:00
Mark D. Roth 57f30d1518 Merge pull request #8523 from markdroth/lb_policy_name_channel_arg
Allow setting LB policy name via the C++ API
2016-11-02 08:42:23 -07:00
Mark D. Roth 754b2b88bc Code review changes. 2016-11-02 08:39:16 -07:00