| Commit message (Collapse) | Author | Age |
... | |
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Regenerating project files and massaging VS project files.
|
| | | | | | | | | |
|
| | | |\ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
|
| | | |\ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
tepid-tarantula
|
| | | |/ / / / / /
| | |/| | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ |
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Conflicts:
src/core/channel/http_client_filter.c
src/core/surface/channel.c
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Currently, if two threads call grpc_completion_queue_pluck on the same
completion queue for different tags, there is a 50% chance that we
deliver the completion wakeup to the wrong poller - forcing the correct
poller to wait until its polling times out before it can return an event
up to the application.
This change tweaks our polling interfaces so that we can indeed wake a
specific poller.
Nothing has been performance tuned yet. It's definitely sub-optimal in a
number of places. Wakeup file-descriptors should be recycled. We should
have a path that avoids calling poll() followed by epoll(). We can
probably live without it right at the second though.
This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows
machine).
|
| | |_|/ / / / / /
| |/| | | | | | | |
|
| | | | | | |\ \ \
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
| | | | |\ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | | |
|
| | |/ / / / / /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
changes to allow VS solution/project generation and grpc.mak generation for c++ tests
|
| | | | | | |\ \ \
| | | | |_|_|/ / /
| | | |/| | | | |
| | | | | | | | | |
into zookeeper
|
| | | | |_|_|_|/
| | | |/| | | | |
|
|\| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
yeah-we-know-what-youre-talking-about
|
| |\ \ \ \ \ \ \
| | | |/ / / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
sometimes-its-good-just-to-check-in-with-each-other
Conflicts:
src/core/iomgr/tcp_server_windows.c
|
| | |_|/ / / /
| |/| | | | | |
|
| | |\ \ \ \ \ |
|
|/ / / / / / / |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | | |
sometimes-its-good-just-to-check-in-with-each-other
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Census record stats API
|
| | | | |_|_|/
| | | |/| | | |
|
| | | | | | | |
|
| | | | | | |\
| | | | |_|_|/
| | | |/| | | |
|
| | | | | | | |
|
| | |/ / / /
| |/| | | | |
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | | |
sometimes-its-good-just-to-check-in-with-each-other
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dgquintas-decompression
Conflicts:
Makefile
vsprojects/Grpc.mak
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
sometimes-its-good-just-to-check-in-with-each-other
|
| | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |\ |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | | |
|
| | |\ \ \ \ \ \ |
|
| | | |_|_|/ / /
| | |/| | | | | |
|
| | | | | |\ \ \
| | | | |_|/ / /
| | | |/| | | | |
|
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | | |
sometimes-its-good-just-to-check-in-with-each-other
|
| |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Make thread_pool.h a public header
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
appropriate
|