Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
32387b3a34918ae0cc16348e001c08f1d60ed121
/
src
/
core
32387b3
Merge branch 'handshaker_api' into http_connect
by Mark D. Roth
· 8 years ago
a3e7bd8
clang-format
by Mark D. Roth
· 8 years ago
7d9f276
Change handshaker API to use a read buffer to pass leftover bytes read
by Mark D. Roth
· 8 years ago
eedc335
Merge pull request #5803 from nicolasnoble/what-the-fuzz
by Nicolas Noble
· 8 years ago
5e1fbd2
Merge pull request #7370 from rjshade/move_timeout_encoding
by kpayson64
· 8 years ago
34befca
Merge remote-tracking branch 'upstream/master' into http_connect
by Mark D. Roth
· 8 years ago
18c7111
Merge branch 'master' of https://github.com/grpc/grpc into what-the-fuzz
by Nicolas "Pixel" Noble
· 8 years ago
e90671e
Merge pull request #7522 from makdharma/enable_secure_endpoint_trace
by Nicolas Noble
· 8 years ago
329d647
Merge pull request #6774 from a-veitch/add_resource
by kpayson64
· 8 years ago
212a03e
Merge pull request #7024 from markdroth/filter_call_init_failure
by kpayson64
· 8 years ago
52f3b67
Merge pull request #7601 from dgquintas/census_stuff
by kpayson64
· 8 years ago
51c7b91
Merge remote-tracking branch 'upstream/master' into http_connect
by Mark D. Roth
· 8 years ago
6e26952
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
by Mark D. Roth
· 8 years ago
fcccb5a
Merge pull request #7603 from vitalybuka/stack-use-after-scope
by kpayson64
· 8 years ago
1e3fdbe
Merge pull request #6924 from dgquintas/grpclb_v0
by kpayson64
· 8 years ago
abaa705
Merge pull request #7575 from vjpai/make_stack_small_again
by Vijay Pai
· 8 years ago
52c54e3
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
by David Garcia Quintas
· 8 years ago
e60003d
Fix stack use after scope in call.c
by Vitaly Buka
· 8 years ago
d9cee6f
moar clang-format
by David Garcia Quintas
· 8 years ago
8eec9ec
Changed census static metadata keys for tracing and tag propagation
by David Garcia Quintas
· 8 years ago
54fe31a
clang-format
by David Garcia Quintas
· 8 years ago
6210535
Merge branch 'master' of github.com:grpc/grpc into lr_july_16
by David Garcia Quintas
· 8 years ago
740759e
fixed premature destruction of lb_client
by David Garcia Quintas
· 8 years ago
a0e278e
fw-declare struct properly
by David Garcia Quintas
· 8 years ago
87e06c8
Merge branch 'master' of github.com:grpc/grpc into grpclb_v0
by David Garcia Quintas
· 8 years ago
b954df1
Fix memory leaks.
by Mark D. Roth
· 8 years ago
8d48911
added some separating comments
by David Garcia Quintas
· 8 years ago
4166cb0
Addressed the rest of the PR comments
by David Garcia Quintas
· 8 years ago
6531826
Reordered lines in grpclb.c for readability
by David Garcia Quintas
· 8 years ago
8f76df4
Some compilers don't like big stack frames. There is no need
by Vijay Pai
· 8 years ago
41bef45
pr comments
by David Garcia Quintas
· 8 years ago
5dde14c
clang-format
by David Garcia Quintas
· 8 years ago
64d88bd
Added FIXME comment.
by Mark D. Roth
· 8 years ago
05d73af
Fixed asan failure and some refcounting bugs.
by Mark D. Roth
· 8 years ago
3cfc5a7
Made significant progress on the test, but not working yet.
by Mark D. Roth
· 8 years ago
fa30de9
removed some bits from invalid LR design
by David Garcia Quintas
· 8 years ago
f183ece
Full path names for header inclusion
by Alistair Veitch
· 8 years ago
41482d8
Fix comment typo
by Alistair Veitch
· 8 years ago
1212d3f
Merge remote-tracking branch 'upstream/master' into http_connect
by Mark D. Roth
· 8 years ago
b8ec235
Merge pull request #7517 from markdroth/handshake_api
by kpayson64
· 8 years ago
5d9d246
Merge pull request #7477 from yang-g/monotonic
by kpayson64
· 8 years ago
8c7618e
Fix memory overwrite in proto decding; fix test for windows
by Alistair Veitch
· 8 years ago
43b633d
Merge branch 'master' into move_timeout_encoding
by Robbie Shade
· 8 years ago
7b104cd
Merge pull request #7511 from nicolasnoble/doc-typo
by kpayson64
· 8 years ago
9be7391
removed hardcoded disable on logging
by Makarand Dharmapurikar
· 8 years ago
01da196
Merge pull request #7508 from murgatroid99/v1.0.x_merge_into_master
by Nicolas Noble
· 8 years ago
889e02e
Merge branch 'handshake_api' into http_connect
by Mark D. Roth
· 8 years ago
734cbe7
clang-format
by Mark D. Roth
· 8 years ago
e106570
Update API from merge.
by Mark D. Roth
· 8 years ago
65c6f2c
Merge branch 'handshake_api' into http_connect
by Mark D. Roth
· 8 years ago
39377e9
Fix API of handshake_manager_add().
by Mark D. Roth
· 8 years ago
ed77060
Merge remote-tracking branch 'upstream/master' into handshake_api2
by Mark D. Roth
· 8 years ago
28ea7e2
Use URI query string instead of channel arg to indicate use of proxy.
by Mark D. Roth
· 8 years ago
de2d9fc
Merge pull request #7395 from markdroth/handshake_api
by kpayson64
· 8 years ago
da9af33
Merge pull request #7320 from yang-g/shut_down_acceptor_early
by Nicolas Noble
· 8 years ago
4b4266a
Fixing documentation typo.
by Nicolas "Pixel" Noble
· 8 years ago
224fe98
Fixed incorrect merges
by murgatroid99
· 8 years ago
e273b03
Plumb server name down into the subchannel.
by Mark D. Roth
· 8 years ago
316f73f
Merge v1.0.x into master
by murgatroid99
· 8 years ago
77613b2
Added channel_arg for proxy server and changed client to add handshaker.
by Mark D. Roth
· 8 years ago
2ea5e3d
address comments
by Alistair Veitch
· 8 years ago
65edd1d
Fix API from merge.
by Mark D. Roth
· 8 years ago
f6ea3ed
Merge branch 'handshake_api2' into http_connect
by Mark D. Roth
· 8 years ago
a228e5f
Add grpc_error parameter to handshaker callback.
by Mark D. Roth
· 8 years ago
f725019
Add support for CONNECT to httpcli code and flesh out handshaker implementation.
by Mark D. Roth
· 8 years ago
d408708
Merge pull request #7488 from ghemawat/slice_user_data
by kpayson64
· 8 years ago
3abd27e
merge to upstream/master
by Alistair Veitch
· 8 years ago
8bb4ecd
Merge remote-tracking branch 'google/v1.0.x' into no_verbose_fix
by Nicolas "Pixel" Noble
· 8 years ago
b16b1f2
clang-format
by Mark D. Roth
· 8 years ago
3b17e44
Merge remote-tracking branch 'upstream/master' into handshake_api
by Mark D. Roth
· 8 years ago
898d84d
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
by Mark D. Roth
· 8 years ago
20b8333
Sanitizing master.
by Nicolas "Pixel" Noble
· 8 years ago
9136bb1
Fix API from merge.
by Mark D. Roth
· 8 years ago
fca59fb
Add gpr_slice_new_with_user_data.
by Sanjay Ghemawat
· 8 years ago
5332c4b
Merge branch 'handshake_api' into http_connect
by Mark D. Roth
· 8 years ago
ac8df65
clang-format
by Mark D. Roth
· 8 years ago
ba383d8
Merge pull request #7454 from dgquintas/tiny_comment_update
by David G. Quintas
· 8 years ago
13958b3
Convert deadline clock type in security handshake timer
by yang-g
· 8 years ago
0b84add
Avoid allocating memory for each individual handshaker. Also fix memory leak.
by Mark D. Roth
· 8 years ago
5682a52
Add acceptor parameter.
by Mark D. Roth
· 8 years ago
b3ce178
clang-format
by Mark D. Roth
· 8 years ago
9317715
Merge remote-tracking branch 'upstream/master' into handshake_api
by Mark D. Roth
· 8 years ago
d4a756b
corrected typo
by David Garcia Quintas
· 8 years ago
5ca7e47
Merge pull request #6737 from ctiller/delayed-write
by Craig Tiller
· 8 years ago
5382651
Merge branch 'master' into move_timeout_encoding
by Robbie Shade
· 8 years ago
c76e48b
Merge remote-tracking branch 'upstream/master' into shut_down_acceptor_early
by yang-g
· 8 years ago
7c32959
Updated outdated comment about uchannels
by David Garcia Quintas
· 8 years ago
4623e1c
Initial framework for HTTP CONNECT handshaker.
by Mark D. Roth
· 8 years ago
5a87616
Save a cb sched
by David Garcia Quintas
· 8 years ago
1d5cb2a
Improvements to the grpclb proto API funcs
by David Garcia Quintas
· 8 years ago
4333984
Added documenting preamble to grpclb.c
by David Garcia Quintas
· 8 years ago
bad168e
Merge pull request #7371 from nicolasnoble/udp_server_errors
by kpayson64
· 8 years ago
8f18ee6
Make default log verbosity ERROR, run tests with DEBUG
by Craig Tiller
· 8 years ago
d60b91d
Merge remote-tracking branch 'upstream/master' into filter_call_init_failure
by Mark D. Roth
· 8 years ago
45015dc
Plumb channel args through handshakers.
by Mark D. Roth
· 8 years ago
8b3b97f
Added a tiny comment header and TODOs.
by David Garcia Quintas
· 8 years ago
69b7478
Reduce the number of unnecessary allocations
by Sree Kuchibhotla
· 8 years ago
ea11d16
Added more docs.
by David Garcia Quintas
· 8 years ago
40b495a
Merge branch 'delayed-write' of github.com:ctiller/grpc into delayed-write
by Craig Tiller
· 8 years ago
f11b333
Make network status follow the normal init/shutdown path
by Craig Tiller
· 8 years ago
Next »