Mark D. Roth
be5e3ca505
Move internal channel arg definitions out of public headers.
8 years ago
Mark D. Roth
201db7d613
Eliminate redundant places where server name was stored.
8 years ago
Craig Tiller
30268a99e0
Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
8 years ago
Mark D. Roth
170a073b26
clang-format
8 years ago
Mark D. Roth
2d317fbc57
Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
8 years ago
Mark D. Roth
4eec0041f5
Revert "Remove redundant includes from string.h and tmpfile.h"
8 years ago
Sree Kuchibhotla
f989469fe3
Temporarily enable gpr_slice_* functions to not break api compatibility
8 years ago
yang-g
8706c6ec5d
add todo
9 years ago
Mark D. Roth
86e905901f
Avoid confusion between server name and URI.
9 years ago
Mark D. Roth
21d4b2d930
Pass client channel factory and server name via channel args.
9 years ago
yang-g
e46de3d416
Expose message limit constants so that users can reference them
9 years ago
Craig Tiller
e1e928330f
Fix include guards
9 years ago
Craig Tiller
3cf79228ff
Review feedback
9 years ago
Craig Tiller
7cdad96fc4
Fix foward declaration duplication
9 years ago
Mark D. Roth
c625c7a023
Allow fetching service config via grpc_channel_get_info().
9 years ago
Mark D. Roth
fb927409d3
Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.
9 years ago
David Garcia Quintas
ea6689dbdf
Added INIT state to grpc_connectivity_state
9 years ago
Mark D. Roth
b1c2bbf497
Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file.
9 years ago
Craig Tiller
a59c16c184
Progress towards making grpc_slice_unref_internal take an exec_ctx
9 years ago
Mark D. Roth
b2d2488619
Add grpc_channel_get_info() to C-core API.
9 years ago
Craig Tiller
618e67d655
s/GPR_SLICE/GRPC_SLICE/g
9 years ago
Craig Tiller
d41a4a720f
s/gpr_slice/grpc_slice, and move around tests, impls
9 years ago
Craig Tiller
153eaa7aba
s/BUFFER_POOL/RESOURCE_QUOTA/g
9 years ago
Mark D. Roth
3686996786
Encode server name, LB policy name, and addresses in channel args.
9 years ago
Craig Tiller
20afa3d7c9
BufferPool --> ResourceQuota
9 years ago
Craig Tiller
544564e7f6
Make initial connect retry backoff configurable
9 years ago
Yuchen Zeng
de3daf5d63
More interfaces for grpc_socket_mutator
9 years ago
Yuchen Zeng
a4f708a4c4
Introduce grpc_socket_mutator
9 years ago
Yuchen Zeng
929f4c652f
Add tos configuration in channel args
9 years ago
Mark D. Roth
afa8c1051e
clang-format
9 years ago
Mark D. Roth
eb7574b39b
clang-format
9 years ago
Craig Tiller
10d13f6c90
Make initial connect retry backoff configurable
9 years ago
Mark D. Roth
59c9f904bf
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
...
GRPC_INITIAL_METADATA_WAIT_FOR_READY.
Also add a flag to indicate whether wait_for_ready was explicitly set by
the application.
9 years ago
Mark D. Roth
4c3a4688bb
Move method config table code to its own module.
9 years ago
Perumaal S
8a6c825884
Fix Android CPP Build issues
9 years ago
Craig Tiller
c2ab9aee0a
Add buffer pool public apis
9 years ago
Mark D. Roth
bbfe147295
Set default max send message size to unlimited.
9 years ago
Mark D. Roth
0e256107e8
Code review changes.
9 years ago
Yuchen Zeng
362ac1be0c
Fix gprc
9 years ago
Craig Tiller
57726ca5a9
Revert "Revert "Grand unified closures""
9 years ago
Craig Tiller
537f7c2a13
Revert "Grand unified closures"
9 years ago
Makarand Dharmapurikar
a6babb040a
addressed comments from review
...
modified comment about when GET verb is used.
Added code to read data from send_message and defer the op when
it is not fully available.
clang-format one more time.
9 years ago
Craig Tiller
24096ce7be
Support >16kib frame sizes in core
9 years ago
Makdharma
178f4bc24d
prep work for enabling caching
...
Added new header grpc-payload-bin
Added new channel arg for setting max payload size
Ability to create a GET request in client filter
Ability to parse the payload from header in server filter.
9 years ago
Mark D. Roth
af00d8bfb2
Add channel arg for max send message size and add message size filter.
9 years ago
murgatroid99
db9630a549
Removed duplicate #define in port_platform
9 years ago
murgatroid99
7c205906d5
Removed GPR_POSIX_FILE, and changed the files that used it
9 years ago
murgatroid99
623dd4f556
Renamed GPR_ constants to GRPC_ in iomgr/port.h
9 years ago
murgatroid99
5407089b37
Separate out iomgr-specific constants into a separate header
9 years ago
murgatroid99
79b322751f
refactor inet_ntop into a portability header
9 years ago