aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | * | | | | | reenable tcp_server_posix_test on FoundryGravatar Jan Tattermusch2019-01-08
| | | | | | | | |
| | | * | | | | | make tcp_server_posix_test pass on foundryGravatar Jan Tattermusch2019-01-08
| |_|/ / / / / / |/| | | | | | |
| | | | * | | | interop_matrix: refactor LANG_RELEASE_MATRIXGravatar Jan Tattermusch2019-01-08
| | | | | | | |
| | | | * | | | improve readme.mdGravatar Jan Tattermusch2019-01-08
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #17427 from jtattermusch/go_interop_matrix_fixesGravatar Jan Tattermusch2019-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow skipping runtimes for releases in interop_matrix. Add go v1.17.0.
| | | | | | * | Clean up codeGravatar Muxi Yan2019-01-08
| | | | | | | |
| | * | | | | | Remove state_watcher from subchannelGravatar Juanli Shen2019-01-08
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #17656 from chwarr/comment-typosGravatar Jan Tattermusch2019-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix typos in comments
* \ \ \ \ \ \ \ Merge pull request #17655 from yashykt/callbackwriteoptionsGravatar Vijay Pai2019-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use the WriteOptions in Client Callback API
* \ \ \ \ \ \ \ \ Merge pull request #17654 from yashykt/modifysendmsgdocGravatar Vijay Pai2019-01-08
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update API docs according to #17630
| | | * | | | | | | clang format codeGravatar Jan Tattermusch2019-01-08
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17629 from AspirinSJL/clean_sc_argsGravatar Juanli Shen2019-01-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove filters from subchannel args
| | | | | | | | * | | Avoid the thread jump in server callback APIs.Gravatar Guantao Liu2019-01-07
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a utility function in iomgr to check whether the caller thread is a worker for any background poller, and keep grpc combiner from offloading closures to the default executor if the current thread is a worker for any background poller.
| | | | * | | | | | Fix typos in commentsGravatar Christopher Warrington2019-01-07
| |_|_|/ / / / / / |/| | | | | | | |
| | | * | | | | | Use the WriteOptions in Client Callback APIGravatar Yash Tibrewal2019-01-07
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | Update docs according to #17630Gravatar Yash Tibrewal2019-01-07
| |/ / / / / / |/| | | | | |
| | | | | * | clang-formatGravatar Muxi Yan2019-01-07
| | | | | | |
| | | | | * | Deadlock fix for GRPCCallGravatar Muxi Yan2019-01-07
| | | | | | |
| | | | | * | Bug fix for GRXConcurrentWriterGravatar Muxi Yan2019-01-07
| | | | | | |
* | | | | | | Merge pull request #17630 from yashykt/nocopyinterceptionGravatar Yash Tibrewal2019-01-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Modifying semantics for GetSendMessage and GetSerializedSendMessage. Also adding ModifySendMessage
| * | | | | | | Always nullify serializer to free memoryGravatar Yash Tibrewal2019-01-07
| | | | | | | |
* | | | | | | | Merge pull request #17279 from yashykt/linuxversionmanylinuxGravatar Yash Tibrewal2019-01-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Include linux/version.h for manylinux
* \ \ \ \ \ \ \ \ Merge pull request #17647 from soheilhy/clang-formatGravatar Soheil Hassas Yeganeh2019-01-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | clang-format all the files.
| | | | | | | | * | clang-formatGravatar Muxi Yan2019-01-07
| | | | | | | | | |
| | | | | | | | * | Polish comments and correct concurrent writeable behaviorGravatar Muxi Yan2019-01-07
| | | | | | | | | |
| | | | | | | | * | Make gRPC ObjC thread safety rightGravatar Muxi Yan2019-01-07
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | * | | | | | Merge branch 'master' into nocopyinterceptionGravatar Yash Tibrewal2019-01-07
| | | |\ \ \ \ \ \
| | | | | | * | | | yapf codeGravatar Jan Tattermusch2019-01-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #17635 from jtattermusch/interop_matrix_debugGravatar Jan Tattermusch2019-01-07
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix out of disk space flake in run_interop_matrix_tests.py
* \ \ \ \ \ \ \ \ \ \ Merge pull request #16190 from muxi/config-isolationGravatar Muxi Yan2019-01-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | Implement L38: gRPC Objective-C API Upgrade
| | | | | * | | | | | Address reviewer commentsGravatar Yash Tibrewal2019-01-07
| | | | | | | | | | |
| | | | | | | * | | | interop_matrix: support skipping runtimesGravatar Jan Tattermusch2019-01-07
| | | | | | | | | | |
| | | | | | | * | | | regenerate dockerimagesGravatar Jan Tattermusch2019-01-07
| | | | | | | | | | |
| | | | | | | * | | | add go1.11 interop image templatesGravatar Jan Tattermusch2019-01-07
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
| | | * | | | | | | clang-format all the files.Gravatar Soheil Hassas Yeganeh2019-01-07
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever we run clang-format, gen_build_yaml.py and ServerServiceDefinitionExtensions.cs get modified by the script. Let's commit those changes so that these file remain unmodified after running the formatting script.
* | | | | | | | | Merge pull request #17179 from yashykt/failhijackedrecvGravatar Yash Tibrewal2019-01-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure
| * \ \ \ \ \ \ \ \ Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #17220 from yashykt/failhijackedsendGravatar Yash Tibrewal2019-01-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-04
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge pull request #17642 from ericgribkoff/restore_fork_support_flagGravatar Eric Gribkoff2019-01-04
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | restore cython flag value to default after test
* \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #17641 from ericgribkoff/logging_test_fixGravatar Eric Gribkoff2019-01-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | Do not reload grpc in unit tests
* | | | | | | | | | | | | Merge pull request #17608 from yashykt/bidiinterceptiontestGravatar Yash Tibrewal2019-01-04
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add client interceptor test for bidi streaming hijacking interceptor
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into failhijackedsendGravatar Yash Tibrewal2019-01-04
| | | | |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| | | * | | | | | | | | | | restore cython flag value to default after testGravatar Eric Gribkoff2019-01-04
| | | | | | | | | | | | | |
| | | | | * | | | | | | | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
| | | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | Do not reload grpc in unit testsGravatar Eric Gribkoff2019-01-04
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can break subsequently run tests, including any which have already stored references to gRPC enums (such as grpc.StatusCode.OK). The subsequent tests will compare now be comparing the old enums to the reloaded enums, and they will not match. This causes errors in _metadata_code_details_test and a hang in _metadata_flags_test, when run in sequence locally after _logging_test. It's unclear why this has been working on Kokoro, but it is reproducible locally and is behavior that should be avoided.
| * | | | | | | | | | | | Merge branch 'master' into bidiinterceptiontestGravatar Yash Tibrewal2019-01-04
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| | | | * | | | | | | | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2019-01-04
| | | | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | | * | | | | | | | | Add more information on the usage of FailHijackedRecvMessageGravatar Yash Tibrewal2019-01-04
| | | | | | | | | | | | |
| * | | | | | | | | | | | Avoid unsigned signed comparison issuesGravatar Yash Tibrewal2019-01-04
| | | | | | | | | | | | |