Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
58bfaf2d04e9d7d63c6889602f18d5ad40f866d5
/
include
cfbe020
Merge pull request #6320 from markdroth/limit_metadata_size
by Jan Tattermusch
· 9 years ago
0545d7f
Revert "Merge pull request #6214 from makdharma/master"
by Nicolas "Pixel" Noble
· 9 years ago
f4c70ca
Move manylinux1 precompiler definitions into port_platform.h
by Masood Malekghassemi
· 9 years ago
48d833a
Merge pull request #6214 from makdharma/master
by Nicolas Noble
· 9 years ago
5a5dafa
Merge pull request #6409 from jtattermusch/master
by Jan Tattermusch
· 9 years ago
bc2afb0
Merge pull request #6323 from dgquintas/codegen_remove_proto
by Jan Tattermusch
· 9 years ago
ed4d89e
Remove trailing space.
by Jan Tattermusch
· 9 years ago
2c04262
Merge branch 'master' into limit_metadata_size
by Mark D. Roth
· 9 years ago
8a1d805
Added bad_client test to check that the server rejects requests with too
by Mark D. Roth
· 9 years ago
19abba3
Improve docs on GRPC_OP_RECV_CLOSE_ON_SERVER
by Jan Tattermusch
· 9 years ago
80721b2
Merge branch 'master' of github.com:grpc/grpc into codegen_remove_proto
by David Garcia Quintas
· 9 years ago
586c866
Merge branch 'master' into limit_metadata_size
by Mark D. Roth
· 9 years ago
8081319
reverting stuff
by Makarand Dharmapurikar
· 9 years ago
be5186a
created new grpc_cronet.h. Addressed feedback from jcanizales@ and ctiller@
by Makarand Dharmapurikar
· 9 years ago
7704483
fixed clang formating
by Makarand Dharmapurikar
· 9 years ago
a49b13b
cronet wrapper code
by Makarand Dharmapurikar
· 9 years ago
4ee1a62
Stress test fixes
by Craig Tiller
· 9 years ago
f128cd2
Merge pull request #6196 from y-zeng/call-error-to-string
by Craig Tiller
· 9 years ago
165c62f
Merge pull request #6183 from nicolasnoble/msys-support
by Jan Tattermusch
· 9 years ago
1b2db63
Moved protos out of core_codegen interface
by David Garcia Quintas
· 9 years ago
ac2e88f
Initial attempt at adding support for max metadata size. Currently, the
by Mark D. Roth
· 9 years ago
7beea14
Merge github.com:grpc/grpc into strong-includes
by Craig Tiller
· 9 years ago
dde6dfb
Merge pull request #5958 from deepaklukose/skip_client_cert_verification
by Jan Tattermusch
· 9 years ago
dba4c5f
Add various options to verify ssl/tls client cert including letting the
by Deepak Lukose
· 9 years ago
2e7d957
Provide a function that converts grpc_call_error values into a string
by Yuchen Zeng
· 9 years ago
1874663
After running generate_projects.sh
by Yuchen Zeng
· 9 years ago
95e4c48
Add knob for default core output verbosity
by Yuchen Zeng
· 9 years ago
a0091cb
Re-adding GPR_POSIX_FILE.
by Nicolas "Pixel" Noble
· 9 years ago
c4b18a5
Adding support for msys.
by Nicolas "Pixel" Noble
· 9 years ago
788a253
Fix dependencies
by Craig Tiller
· 9 years ago
666a362
clang-fmt
by Craig Tiller
· 9 years ago
3ab2fe0
Rollup of changes from the latest import
by Craig Tiller
· 9 years ago
b29d8cf
Last few mallocs / frees.
by Nicolas "Pixel" Noble
· 9 years ago
abb4f5f
Merge pull request #6070 from ctiller/head-of-line-blocking
by Jan Tattermusch
· 9 years ago
e3e91a3
Merge pull request #6033 from ctiller/channel_max_reconnect_backoff
by Nicolas Noble
· 9 years ago
8e3b16c
Merge github.com:grpc/grpc into channel_max_reconnect_backoff
by Craig Tiller
· 9 years ago
06cb1a9
Initial interface rework to allow knowing whether to pull payload at registration, not at request time
by Craig Tiller
· 9 years ago
08eb0d6
clang-format
by Craig Tiller
· 9 years ago
c954f59
Fix missing arg
by Craig Tiller
· 9 years ago
399b3c4
Fix client_crash_test, implement idempotency, fail_fast for C++
by Craig Tiller
· 9 years ago
41dac84
Merge github.com:grpc/grpc into ignore_connectivity
by Craig Tiller
· 9 years ago
64a12c5
Merge github.com:grpc/grpc into copyright-fix
by Craig Tiller
· 9 years ago
6169d5f
Update copyrights
by Craig Tiller
· 9 years ago
076c2b8
Merge github.com:grpc/grpc into channel_max_reconnect_backoff
by Craig Tiller
· 9 years ago
44ad3fd
Merge branch 'idempotent' into ignore_connectivity
by Craig Tiller
· 9 years ago
c201158
Merge github.com:grpc/grpc into idempotent
by Craig Tiller
· 9 years ago
e72454c
merge to take src/core componentization into account
by ahedberg
· 9 years ago
c5ff781
Merge branch 'idempotent' into ignore_connectivity
by Craig Tiller
· 9 years ago
3bd9695
Merge github.com:grpc/grpc into idempotent
by Craig Tiller
· 9 years ago
2e19036
Fix copyrights
by Craig Tiller
· 9 years ago
f40df23
Auto-changes
by Craig Tiller
· 9 years ago
8d7cff4
make IP_PKTINFO and IPV6_RECVPKTINFO optional
by ahedberg
· 9 years ago
9a1fa34
Merge pull request #5892 from yang-g/copy_generic_byte_buffer
by Jan Tattermusch
· 9 years ago
f1050f6
Merge pull request #5755 from ahedberg/unix_sockets_optional
by Jan Tattermusch
· 9 years ago
f64befd
Make a copy of ByteBuffer when writing
by yang-g
· 9 years ago
9ed7fb6
Merge branch 'idempotent' into ignore_connectivity
by Craig Tiller
· 9 years ago
4465455
Merge github.com:grpc/grpc into idempotent
by Craig Tiller
· 9 years ago
ddd4d7f
Merge pull request #5494 from dgquintas/guard_check
by Jan Tattermusch
· 9 years ago
dadb32a
Merge pull request #5843 from dgquintas/fix-grpc-lib
by Jan Tattermusch
· 9 years ago
8bce393
Merge pull request #5819 from dgquintas/compression_levels
by Jan Tattermusch
· 9 years ago
146070d
fixed multiple initialization of globals
by David Garcia Quintas
· 9 years ago
ee69f42
Merge pull request #5706 from deepaklukose/dev
by Jan Tattermusch
· 9 years ago
c14f1cb
new fixed guards
by David Garcia Quintas
· 9 years ago
13c2f6e
Implemented compression level algorithms properly (as a function of the accepted algorithms by the call's peer.
by David Garcia Quintas
· 9 years ago
185768b
Merge branch 'master' of github.com:grpc/grpc into guard_check
by David Garcia Quintas
· 9 years ago
5a39106
Add debug support for checking tls_init is called
by yang-g
· 9 years ago
c65af4d
Merge github.com:grpc/grpc into idempotent
by Craig Tiller
· 9 years ago
4cead22
Merge pull request #5745 from ahedberg/upstream
by Jan Tattermusch
· 9 years ago
e61cbe3
For client cert based authentication, add client cert as an AuthProperty
by Deepak Lukose
· 9 years ago
983fe7a
Merge branch 'idempotent' into ignore_connectivity
by Craig Tiller
· 9 years ago
4f7ffa0
Merge github.com:grpc/grpc into idempotent
by Craig Tiller
· 9 years ago
cd21266
Merge branch 'master' of github.com:grpc/grpc into codegen_lib
by David Garcia Quintas
· 9 years ago
3598d44
Fixed include guards
by David Garcia Quintas
· 9 years ago
803931d
Make use of unix sockets optional.
by ahedberg
· 9 years ago
8ec33f0
Add intial plaform support for Native Client (NaCl)
by Sam Clegg
· 9 years ago
8c0d96f
Initial fail-fast support
by Craig Tiller
· 9 years ago
4cf0448
clang-format
by Craig Tiller
· 9 years ago
c654976
Change client :method selection based on idempotency
by Craig Tiller
· 9 years ago
5987c70
Punch through flags for incoming calls
by Craig Tiller
· 9 years ago
9eef377
clang-format
by David Garcia Quintas
· 9 years ago
60ee8dd
docstrings
by David Garcia Quintas
· 9 years ago
b942640
clang-format
by David Garcia Quintas
· 9 years ago
be25493
codegen interface usage of gpr_inf_future
by David Garcia Quintas
· 9 years ago
ef6848f
reverted gpr_ time changes
by David Garcia Quintas
· 9 years ago
723af53
moved some files around
by David Garcia Quintas
· 9 years ago
24e69bf
Added a channel argument to set the maximum reconnect backoff duration. Extended the interop test to test the custom reconnect backoffs.
by Aaron Isotton
· 9 years ago
8c3d994
compiles!
by David Garcia Quintas
· 9 years ago
e1ce31e
wip. cq refactored
by David Garcia Quintas
· 9 years ago
6848c4e
wip. prior to cq refactoring
by David Garcia Quintas
· 9 years ago
b0d1567
Revert "Revert "Properly integrate async API with server-side cancellations.""
by Sree Kuchibhotla
· 9 years ago
b07938f
added missing initializer for global proto_serializer holder to codegen lib
by David Garcia Quintas
· 9 years ago
edd96e4
Revert "Properly integrate async API with server-side cancellations."
by Sree Kuchibhotla
· 9 years ago
13ee2f2
Properly integrate async API with server-side cancellations.
by Vijay Pai
· 9 years ago
44060b0
Merge branch 'master' of github.com:grpc/grpc into codegen_proto_utils_fix
by David Garcia Quintas
· 9 years ago
0cb803d
Always ref writable streams
by Craig Tiller
· 9 years ago
7f7181f
fix comments
by David Garcia Quintas
· 9 years ago
c4f4f7e
clang-format
by David Garcia Quintas
· 9 years ago
f588aeb
introduced workaround for proto_utils
by David Garcia Quintas
· 9 years ago
f0ca4d5
Merge pull request #5441 from a-veitch/no_binary_tags
by Bogdan Drutu
· 9 years ago
188563f
eliminate binary tags
by Alistair Veitch
· 9 years ago
Next »