| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| | |
Conflicts:
Makefile
|
| | |
|
|\| |
|
| |\
| | |
| | | |
move auth property iterator declaration into auth_context.h
|
| |\ \
| | | |
| | | | |
Upporting from 0.10 branch.
|
| | |/
| |/| |
|
| |\ \ |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | | |
Add StubOptions
|
| | | |\ \
| | |_|/ /
| |/| | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Initial Doxygen import for core, c++
|
| | | | | | |
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
|
| | |/ / |
|
| |\| |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
Makefile
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
vsprojects/Grpc.mak
vsprojects/grpc.sln
vsprojects/grpc/grpc.vcxproj
vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj
vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj
vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj
vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj
vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj
vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj
vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
|
| | | |/
| | | |
| | | |
| | | |
| | | | |
Conflicts:
src/csharp/Grpc.Core/Version.cs
|
| |\ \ \
| | | |/
| | |/| |
|
| | |\ \ |
|
| | | | | |
|
| | | |/ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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).
|
| |\|
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Initial plumbing work; needs tests and more client_channel
implementation.
|
| | | | |\
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# Conflicts:
# Makefile
# include/grpc++/client_context.h
# include/grpc++/server_context.h
# src/cpp/client/client_context.cc
# src/cpp/server/server_context.cc
# vsprojects/Grpc.mak
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
|
| |\| | |
|
| | | |
| | | |
| | | |
| | | | |
Tests not yet included.
|
|/ / / |
|
| | | |
|
| | |\
| |_|/
|/| | |
|
| |\ \
| |/ /
|/| | |
|
|\ \ \ |
|
| | | |\
| | |_|/
| |/| | |
|