| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| | |
This commit includes a faulty Makefile to be fixed in a follow commit.
|
| |\
| |/
|/|
| |
| | |
Conflicts:
Makefile
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
include/grpc++/completion_queue.h
|
| | | |
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
src/cpp/client/channel.cc
vsprojects/vs2010/grpc++.vcxproj
vsprojects/vs2013/grpc++.vcxproj.filters
|
| | |\
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
src/core/channel/http_client_filter.c
src/core/channel/http_server_filter.c
|
| | | |
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
Makefile
vsprojects/Grpc.mak
vsprojects/vs2010/Grpc.mak
vsprojects/vs2010/grpc.vcxproj
vsprojects/vs2010/grpc.vcxproj.filters
vsprojects/vs2010/grpc_test_util.vcxproj
vsprojects/vs2010/grpc_unsecure.vcxproj
vsprojects/vs2010/grpc_unsecure.vcxproj.filters
|
| | | |
|
| |\| |
|
| | |
| | |
| | |
| | |
| | | |
- Renamed security_context -> security_connector.
- Credentials are now responsible for creating their own connectors.
|
| | | |
|
| |/ |
|
| |\ |
|
| | | |
|
| | | |
|
| | |\ |
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
there are no ifdefs in the middle of structures of the main code path
|
| | |/ /
| | | |
| | | |
| | | | |
statistics
|
| | | | |
|
| | | |\
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
BUILD
src/core/iomgr/tcp_server.h
src/core/iomgr/tcp_server_posix.c
src/core/iomgr/tcp_server_windows.c
src/core/security/server_secure_chttp2.c
src/core/surface/completion_queue.c
src/core/surface/completion_queue.h
src/core/surface/server.c
test/core/end2end/tests/cancel_after_invoke.c
test/core/end2end/tests/cancel_test_helpers.h
tools/run_tests/tests.json
vsprojects/vs2013/Grpc.mak
|
| | |\ \
| | |/ /
| |/| | |
|
| |/| | |
|
| | | | |
|
|\| | |
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Conflicts:
test/cpp/end2end/async_end2end_test.cc
test/cpp/end2end/end2end_test.cc
test/cpp/interop/client.cc
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
protobuf plugins. This requires WORKSPACE to define these external
dependencies for openssl and protobuf, for examples:
bind(
name = "libssl",
actual = "//third_party/boringssl:boringssl",
)
# Library needed to build protobuf codegen plugin.
bind(
name = "protobuf_compiler",
actual = "//third_party/protobuf:protoc_lib",
)
# Library that C++ code generated by protobuf C compiler should depend
# on.
bind(
name = "protobuf_clib",
actual = "//third_party/protobuf:proto_lib",
)
|
| | |
|
|/ |
|
|
|