Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bc0ab08652fb93bb030aa97955bd8c109a3d3215
/
src
bc0ab08
clang-format
by Craig Tiller
· 8 years ago
924353a
Finish merge, disable new pollers until they stabilize
by Craig Tiller
· 8 years ago
18545a3
Merge branch 'epoll_thread_pool' of github.com:sreecha/grpc into uberpoll
by Craig Tiller
· 8 years ago
9739a2a
Merge branch 'master' into epoll_thread_pool
by Sree Kuchibhotla
· 8 years ago
6c8383a
Fix missing edge, add tracing
by Craig Tiller
· 8 years ago
2b78f03
Merge branch 'timer_pool' into uberpoll
by Craig Tiller
· 8 years ago
6b82f8c
Fix misplaced unlock, cleanup tracing
by Craig Tiller
· 8 years ago
ce651a2
Merge branch 'timer_pool' of github.com:ctiller/grpc into uberpoll
by Craig Tiller
· 8 years ago
cfaa046
Integrate new tracers
by Craig Tiller
· 8 years ago
eda29c6
Merge branch 'epex4' into uberpoll
by Craig Tiller
· 8 years ago
7365ec9
Merge branch 'timer_pool' into uberpoll
by Craig Tiller
· 8 years ago
d6ff2f0
Merge github.com:grpc/grpc into hiertune
by Craig Tiller
· 8 years ago
66918a6
simplify
by Craig Tiller
· 8 years ago
2e8993f
Eliminate some complexity
by Craig Tiller
· 8 years ago
14a7f9a
Reduce wakeups, comment code
by Craig Tiller
· 8 years ago
1dbd063
Fix old trace vars
by Craig Tiller
· 8 years ago
62800f7
Merge github.com:grpc/grpc into timer_pool
by Craig Tiller
· 8 years ago
bc7c224
Merge branch '0bug' into timer_pool
by Craig Tiller
· 8 years ago
f31a80e
Merge pull request #10950 from jeady/service_name_metadata
by Yang Gao
· 8 years ago
c2ad372
Merge pull request #10912 from dgquintas/trying-to-fix-stuff
by David G. Quintas
· 8 years ago
cbecd72
Merge pull request #10958 from muxi/fix-on-cancel-crash
by Muxi Yan
· 8 years ago
175c73b
clang-format
by Mark D. Roth
· 8 years ago
9ba9f70
Fix race
by Craig Tiller
· 8 years ago
3b65436
Add initializers for all tracers
by Craig Tiller
· 8 years ago
86b9473
Merge pull request #10980 from markdroth/grpclb_deadline_fix
by Mark D. Roth
· 8 years ago
b9b0efd
clang-format
by Mark D. Roth
· 8 years ago
f0f147a
Merge pull request #10845 from markdroth/client_channel_cleanup
by Mark D. Roth
· 8 years ago
be6ccdb
Proper clang formatting.
by James Eady
· 8 years ago
c0a9d1f
Turnstile polling per dedicated epoll set
by Sree Kuchibhotla
· 8 years ago
1440b06
Merge branch 'master' into epoll_thread_pool
by Sree Kuchibhotla
· 8 years ago
9f276e1
Fix mac build
by Craig Tiller
· 8 years ago
f300388
Better? feature test
by Craig Tiller
· 8 years ago
84f75d4
Fix ASAN/TSAN failures
by Craig Tiller
· 8 years ago
64d922a
Make sure we set deadline for the LB call even without a pick.
by Mark D. Roth
· 8 years ago
c5cae77
Rename a few functions/variables
by Sree Kuchibhotla
· 8 years ago
0a3a416
Format
by Sree Kuchibhotla
· 8 years ago
aa033db
Rename polling_island to epoll_set
by Sree Kuchibhotla
· 8 years ago
c4eb0ff
Merge pull request #10913 from kpayson64/fix_python_interop
by kpayson64
· 8 years ago
8ed56f5
Remove refcnt from fd
by Sree Kuchibhotla
· 8 years ago
3f716ba
Merge pull request #10972 from ncteisen/credential-error-refcount
by Noah Eisen
· 8 years ago
4d03ffb
Merge github.com:grpc/grpc into timer_pool
by Craig Tiller
· 8 years ago
0bc3b40
Merge github.com:grpc/grpc into hiertune
by Craig Tiller
· 8 years ago
8937191
Fix error refcount bug
by Noah Eisen
· 8 years ago
50f85f7
More simplifications
by Sree Kuchibhotla
· 8 years ago
a03edfd
Make sure dedicated pollsets have polling islands. Simplies a lot of
by Sree Kuchibhotla
· 8 years ago
d4fc32e
New epoll-based polling engine with dedicated poller threads
by Sree Kuchibhotla
· 8 years ago
9221083
Fix build problem with gcc 4.7.
by Mark D. Roth
· 8 years ago
b7e6fa5
Merge remote-tracking branch 'upstream/master' into client_channel_cleanup
by Mark D. Roth
· 8 years ago
12056f1
Merge pull request #10821 from markdroth/grpclb_client_side_load_reporting
by Mark D. Roth
· 8 years ago
c357179
Isolate timer checking in its own thread
by Craig Tiller
· 8 years ago
3b8f0ce
Fix a bug where OP_CANCEL is completed prematurely
by Muxi Yan
· 8 years ago
64a317c
Code clean-up in client_channel.
by Mark D. Roth
· 8 years ago
09e458c
Implement client-side load reporting for grpclb.
by Mark D. Roth
· 8 years ago
3b26451
Add static method to generated code to return fully qualified protobuf service name.
by James Eady
· 8 years ago
01ce236
reports GC stats in qps workers
by Jan Tattermusch
· 8 years ago
cf7ea0f
Merge pull request #10360 from dgquintas/grpclb_new_test
by David G. Quintas
· 8 years ago
13cc172
Merge pull request #7836 from thinkerou/delete_unuse_lib
by Nathaniel Manista
· 8 years ago
683add5
Merge pull request #10862 from makroiss/patch-1
by Nathaniel Manista
· 8 years ago
c610985
Merge branch 'hiertune' into epex4+epoll1
by Craig Tiller
· 8 years ago
7e7ac1c
Fix Python interop tests
by Ken Payson
· 8 years ago
67e229e
Fix wakeup path
by Craig Tiller
· 8 years ago
50da5ec
Add workqueue
by Craig Tiller
· 8 years ago
d8e278f
Merge branch 'master' of github.com:grpc/grpc into grpclb_new_test
by David Garcia Quintas
· 8 years ago
a95bacf
clang-format, revert parameter
by Craig Tiller
· 8 years ago
e45a277
Remove bogus assert
by Craig Tiller
· 8 years ago
e00d733
Refine neighbourhood reassignment
by Craig Tiller
· 8 years ago
ba550da
Fix several races
by Craig Tiller
· 8 years ago
2acab6e
Allow neighbourhood reassignment, add debug
by Craig Tiller
· 8 years ago
a4b8eb0
Fix loss of poller bug
by Craig Tiller
· 8 years ago
c1d7acb
Merge branch 'epoll1+hierarchical-turnstile' of github.com:ctiller/grpc into epoll1+hierarchical-turnstile
by Craig Tiller
· 8 years ago
43bf259
Fix kicking poller
by Craig Tiller
· 8 years ago
e70fc3d
Merge branch 'epoll1+hierarchical-turnstile' of github.com:ctiller/grpc into epoll1+hierarchical-turnstile
by Craig Tiller
· 8 years ago
f4b0fca
Add comment
by Craig Tiller
· 8 years ago
7cb2698
Lower epoll ev count
by Craig Tiller
· 8 years ago
b4bfc4a
hmmmm
by Craig Tiller
· 8 years ago
a346802
hmm
by Craig Tiller
· 8 years ago
8affd20
reduce epoll events to increase parallelism, kill spam
by Craig Tiller
· 8 years ago
81cdd05
Merge branch 'epoll1+hierarchical-turnstile' of github.com:ctiller/grpc into epoll1+hierarchical-turnstile
by Craig Tiller
· 8 years ago
b9b2cbf
rr assignments
by Craig Tiller
· 8 years ago
bbf4c7a
Try to avoid contention
by Craig Tiller
· 8 years ago
ea87dfb
Clang format
by murgatroid99
· 8 years ago
37797bd
Remove another instance of '#ifdef GRPC_UV' from Node extension
by murgatroid99
· 8 years ago
a64f38d
Merge commit '3049460b75ac557348243601896ed68ca8145522' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
81aae44
Merge branch 'v1.3.x' into master-upmerge-v1.3.x
by David Garcia Quintas
· 8 years ago
1168e81
Merge github.com:grpc/grpc into epoll1+hierarchical-turnstile
by Craig Tiller
· 8 years ago
f3e4022
Fix bad assumption
by Craig Tiller
· 8 years ago
8502ecb
Tweak: trigger next poller before exec_ctx flush
by Craig Tiller
· 8 years ago
c9b09e9
Fix wakeup condition
by Craig Tiller
· 8 years ago
04109e8
BUILD and #include fixes
by David Garcia Quintas
· 8 years ago
32f90ee
bug fixes, implementation
by Craig Tiller
· 8 years ago
a9236bc
Merge pull request #10824 from ctiller/proxy2
by Craig Tiller
· 8 years ago
ebf3a89
Merge github.com:grpc/grpc into epoll1+hierarchical-turnstile
by Craig Tiller
· 8 years ago
6de0593
Start sketching hierarchical turnstile
by Craig Tiller
· 8 years ago
04911ca
New version of grpclb end2end test
by David Garcia Quintas
· 8 years ago
7068eaf
Merge branch 'epoll1' of github.com:ctiller/grpc into epoll1
by Craig Tiller
· 8 years ago
375eb25
Fix kicks
by Craig Tiller
· 8 years ago
6580894
Fix python imports in gRPC generated python code
by Manuel Kroiss
· 8 years ago
f8382b8
clang-format
by Craig Tiller
· 8 years ago
4865c79
Merge pull request #10613 from ctiller/framing_costs
by Craig Tiller
· 8 years ago
9ddb315
Bug fixes
by Craig Tiller
· 8 years ago
Next »