Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
523a4aa0a06de21ffe23582b373d18488f78c8e2
/
include
/
grpc
8706c6e
add todo
by yang-g
· 8 years ago
e46de3d
Expose message limit constants so that users can reference them
by yang-g
· 8 years ago
ed92f7b
Merge pull request #8617 from markdroth/service_config_json
by Mark D. Roth
· 8 years ago
d57a148
Merge github.com:grpc/grpc into newlines
by Craig Tiller
· 8 years ago
863113a
Merge remote-tracking branch 'upstream/master' into service_config_json
by Mark D. Roth
· 8 years ago
d03afbd
Merge branch 'master' of github.com:grpc/grpc into rr_fixall
by David Garcia Quintas
· 8 years ago
b1f6bf2
Merge pull request #8086 from y-zeng/fix_gprc
by Yuchen Zeng
· 8 years ago
5c1f55a
Merge pull request #8335 from y-zeng/tos
by Yuchen Zeng
· 8 years ago
c625c7a
Allow fetching service config via grpc_channel_get_info().
by Mark D. Roth
· 8 years ago
db096f3
Merge pull request #8679 from markdroth/core_api_cleanup
by Mark D. Roth
· 8 years ago
fb92740
Re-add GRPC_ARG_MAX_MESSAGE_LENGTH, which can't be removed yet.
by Mark D. Roth
· 8 years ago
0ace62f
Merge pull request #8618 from markdroth/channel_info_api
by Mark D. Roth
· 8 years ago
ea6689d
Added INIT state to grpc_connectivity_state
by David Garcia Quintas
· 8 years ago
b1c2bbf
Remove deprecated macros from C-core API. Also move one pending C++ cleanup item to the proper file.
by Mark D. Roth
· 8 years ago
f79ce7d
Code review changes.
by Mark D. Roth
· 8 years ago
b121fc7
Support percent-encoding status messages
by Craig Tiller
· 8 years ago
e5b4d4f
Merge remote-tracking branch 'upstream/master' into channel_info_api
by Mark D. Roth
· 8 years ago
64d518e
Merge remote-tracking branch 'upstream/master' into tos
by Yuchen Zeng
· 8 years ago
b2d2488
Add grpc_channel_get_info() to C-core API.
by Mark D. Roth
· 8 years ago
28b7242
clang-format
by Craig Tiller
· 8 years ago
5b676a6
Fix include guards
by Craig Tiller
· 8 years ago
618e67d
s/GPR_SLICE/GRPC_SLICE/g
by Craig Tiller
· 8 years ago
6e080a3
Merge branch 'buffer_pools_for_realsies' into grpc_slice
by Craig Tiller
· 8 years ago
3d357d9
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
b37d53e
Bulk update #includes
by Craig Tiller
· 8 years ago
d41a4a7
s/gpr_slice/grpc_slice, and move around tests, impls
by Craig Tiller
· 8 years ago
fb809b7
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
by Mark D. Roth
· 8 years ago
153eaa7
s/BUFFER_POOL/RESOURCE_QUOTA/g
by Craig Tiller
· 8 years ago
3686996
Encode server name, LB policy name, and addresses in channel args.
by Mark D. Roth
· 8 years ago
10edf68
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
9ea0f2c
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
59f347e
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
605a8f1
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
20afa3d
BufferPool --> ResourceQuota
by Craig Tiller
· 8 years ago
799832c
Merge remote-tracking branch 'upstream/master' into fix_gprc
by Yuchen Zeng
· 8 years ago
de3daf5
More interfaces for grpc_socket_mutator
by Yuchen Zeng
· 8 years ago
a4f708a
Introduce grpc_socket_mutator
by Yuchen Zeng
· 8 years ago
b5273fd
Merge remote-tracking branch 'upstream/master' into tos
by Yuchen Zeng
· 8 years ago
929f4c6
Add tos configuration in channel args
by Yuchen Zeng
· 8 years ago
7f6b0e7
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
f0da36b
Clarifying comment
by Craig Tiller
· 8 years ago
c99945e
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
fde76d7
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
e96c05b
Merge remote-tracking branch 'upstream/master' into fix_gprc
by Yuchen Zeng
· 8 years ago
1bb0ce5
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
eebb129
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
afa8c10
clang-format
by Mark D. Roth
· 8 years ago
eb7574b
clang-format
by Mark D. Roth
· 8 years ago
4944ee2
Merge remote-tracking branch 'upstream/master' into fail_fast
by Mark D. Roth
· 8 years ago
4089138
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
8c00909
Merge github.com:grpc/grpc into adjustable_window
by Craig Tiller
· 8 years ago
e2180f0
Merge github.com:grpc/grpc into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
ef49a5d
Merge pull request #7833 from sreecha/fix_channel_from_fd_api
by Nicolas Noble
· 8 years ago
66306c2
Merge pull request #8224 from sreecha/grpc_signal
by Nicolas Noble
· 8 years ago
d88c461
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
10d13f6
Make initial connect retry backoff configurable
by Craig Tiller
· 8 years ago
ef7efb1
Merge branch 'fail_fast' into service_config
by Mark D. Roth
· 8 years ago
59c9f90
Rename GRPC_INITIAL_METADATA_IGNORE_CONNECTIVITY to
by Mark D. Roth
· 8 years ago
56e470e
Merge remote-tracking branch 'upstream/master' into service_config
by Mark D. Roth
· 8 years ago
fbf8dd8
Merge pull request #8168 from markdroth/max_message_size_fix
by Nicolas Noble
· 8 years ago
ef6b976
Add tracing, fix some transport bugs wrt buffer_pools
by Craig Tiller
· 8 years ago
bd48c91
Use SIGMINRT + 6 as the default signal for gRPC epoll engine
by Sree Kuchibhotla
· 8 years ago
4c3a468
Move method config table code to its own module.
by Mark D. Roth
· 8 years ago
08b0fab
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
d801cd7
Merge branch 'direct-calls' into buffer_pools_for_realsies
by Craig Tiller
· 8 years ago
d467348
Update tests
by Craig Tiller
· 8 years ago
8a6c825
Fix Android CPP Build issues
by Perumaal S
· 8 years ago
b8a8867
Merge remote-tracking branch 'upstream/master' into fix_gprc
by Yuchen Zeng
· 8 years ago
c2ab9ae
Add buffer pool public apis
by Craig Tiller
· 8 years ago
bbfe147
Set default max send message size to unlimited.
by Mark D. Roth
· 8 years ago
bcc60f7
Merge branch 'master' into uv_core_transport
by murgatroid99
· 8 years ago
34dac9d
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
ee43d7b
Merge pull request #8069 from grpc/revert-8068-revert-7279-grand-unified-closures
by Craig Tiller
· 8 years ago
abf03ae
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
827c8ef
Fix include/grpc/support/log.h
by Yuchen Zeng
· 8 years ago
66f3a4b
Merge remote-tracking branch 'upstream/master' into fix_gprc
by Yuchen Zeng
· 8 years ago
0e25610
Code review changes.
by Mark D. Roth
· 8 years ago
a51f541
Merge pull request #7559 from dgquintas/codegen_cleanse
by Craig Tiller
· 8 years ago
362ac1b
Fix gprc
by Yuchen Zeng
· 8 years ago
f5afcd9
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
57726ca
Revert "Revert "Grand unified closures""
by Craig Tiller
· 8 years ago
537f7c2
Revert "Grand unified closures"
by Craig Tiller
· 8 years ago
5d3f2e6
Merge github.com:grpc/grpc into grand-unified-closures
by Craig Tiller
· 8 years ago
765e654
Merge branch 'master' into fix_channel_from_fd_api
by Sree Kuchibhotla
· 8 years ago
d098910
Merge branch 'master' into fix_channel_from_fd_api
by Sree Kuchibhotla
· 8 years ago
1b5f057
Merge pull request #7196 from soltanmm/old-mac-donald-had-a-farm
by Nicolas Noble
· 8 years ago
8f416db
Merge github.com:grpc/grpc into grand-unified-closures
by Craig Tiller
· 8 years ago
ebfcd97
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
7bfa1a8
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
255dad3
Merge github.com:grpc/grpc into grand-unified-closures
by Craig Tiller
· 8 years ago
1ccf621
Merge github.com:grpc/grpc into bigger_frames
by Craig Tiller
· 8 years ago
410208c
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
by David Garcia Quintas
· 8 years ago
9d7e049
Merge pull request #7862 from makdharma/grpc_caching
by makdharma
· 8 years ago
089dbc0
Merge remote-tracking branch 'upstream/master' into max_send_size_filter
by Mark D. Roth
· 8 years ago
dadda8b
Merge github.com:grpc/grpc into grand-unified-closures
by Craig Tiller
· 8 years ago
a6babb0
addressed comments from review
by Makarand Dharmapurikar
· 8 years ago
e3817f4
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
by David Garcia Quintas
· 8 years ago
f3581bf
Merge branch 'master' of github.com:grpc/grpc into codegen_cleanse
by David Garcia Quintas
· 8 years ago
8dfdb7e
Specify the "g" in gRPC
by Craig Tiller
· 8 years ago
24096ce
Support >16kib frame sizes in core
by Craig Tiller
· 8 years ago
Next »