| Commit message (Collapse) | Author | Age |
... | |
|/ / |
|
| |\
| |/
|/| |
|
|\ \
| | |
| | | |
run_tests.py support for C# on windows
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
Makefile
src/core/iomgr/pollset_posix.c
src/core/surface/call.c
src/core/surface/channel.c
src/core/surface/server.c
src/python/src/grpc/_adapter/_low_test.py
tools/doxygen/Doxyfile.core.internal
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
Initial Census refactoring and context integration
|
| | | |\ |
|
| | | |/
| | |/| |
|
|\ \ \ \
| |_|/ /
|/| | | |
Overhaul Python C layer.
|
| | |\ \ |
|
| | | | | |
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | |\
| | |_|_|/
| |/| | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Make shared languages build shared libraries too
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Especially useful in combination with -f.
|
| | | | |\
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
Makefile
build.json
src/core/security/credentials.c
src/core/security/credentials.h
src/core/surface/call.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
tools/doxygen/Doxyfile.c++
tools/doxygen/Doxyfile.core
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
Makefile
|
| |\ \ \ \ \ |
|
| | |\ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
ctiller/what-happens-if-a-hippopotamus-lives-on-your-roof
Enable LSAN report_objects by default
|
| |\| | | | | | |
|
| | |\ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Update protobuf to release v3.0.0-alpha-3
|
| | | | | | | | |\
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Mostly to facilitate testing, but maybe in the future we want to work on
Linux systems with broken epoll support?
|
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Exposes the C core batch API to the Python layers. Provides a shim to
enable the old Python API to remain the same (for now).
|
| | | | | | | |
|
| | | | | | | |
|
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allows run_tests to early out as soon as a test fails.
Plays well with -f.
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fixes #1759.
|
| | | | |\
| |_|_|_|/
|/| | | | |
|
| | | | | |
|
| | | | |\
| |_|_|_|/
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add testing of bad client behavior
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
tools/run_tests/run_tests.py
|
| | | | | | | |
|
| | | | | | |\
| | |_|_|_|_|/
| |/| | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | |\ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
|
| | | | | | |
|
| | | | | | |
|
| | |/ / /
| |/| | | |
|
| | | | |\
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
src/core/surface/call.c
test/core/end2end/dualstack_socket_test.c
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c
test/core/end2end/tests/early_server_shutdown_finishes_tags.c
test/core/end2end/tests/graceful_server_shutdown.c
test/core/end2end/tests/invoke_large_request.c
test/core/end2end/tests/max_concurrent_streams.c
test/core/end2end/tests/max_message_length.c
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c
test/core/end2end/tests/request_response_with_metadata_and_payload.c
test/core/end2end/tests/request_response_with_payload.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c
test/core/end2end/tests/request_with_large_metadata.c
test/core/end2end/tests/request_with_payload.c
test/core/httpcli/httpcli_test.c
tools/run_tests/run_tests.py
|
| | | | |
| | | | |
| | | | |
| | | | | |
These are processes consume CPU for the purpose of slowing down tests, allowing more timing related issues to be exposed.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Fix MacOS Python test linker paths
|
| | | | | |
|
|\| | | | |
|
| | | | | |
|