aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | 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
| * | 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
| | * | Fix typos in commentsGravatar Christopher Warrington2019-01-07
| |/ / |/| |
* | | Merge pull request #17647 from soheilhy/clang-formatGravatar Soheil Hassas Yeganeh2019-01-07
|\ \ \ | | | | | | | | clang-format all the files.
* \ \ \ Merge pull request #16190 from muxi/config-isolationGravatar Muxi Yan2019-01-07
|\ \ \ \ | | | | | | | | | | Implement L38: gRPC Objective-C API Upgrade
| | * | | 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 branch 'master' into failhijackedrecvGravatar 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
| | | * | | | 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 failhijackedrecvGravatar Yash Tibrewal2019-01-04
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | | * | | Fix static analizer errorsGravatar Muxi Yan2019-01-04
| | | | | |
| | | | * | Remove filters from subchannel argsGravatar Juanli Shen2019-01-03
| | |_|/ / | |/| | |
| | * | | Regenerate projectsGravatar Sanjay Pujare2019-01-03
| |/ / /
| | | * Add a way to avoid if_nametoindex function for non-posix linux platforms ↵Gravatar Alexander Polcyn2019-01-03
| | | | | | | | | | | | | | | | that don't support it
| | * | Fix missing ConnectivityMonitor usageGravatar Muxi Yan2019-01-02
| | | |
| * | | Revert "Implement a lock-free fast path for queue_call_request()"Gravatar Jan Tattermusch2019-01-02
| | | |
| * | | Merge pull request #17611 from jtattermusch/reintroduce_tcp_windowsGravatar Jan Tattermusch2019-01-02
| |\ \ \ | | | | | | | | | | Reintroduce tcp windows improvements
| | * | | Revert "Revert "better slice management for win_read""Gravatar Jan Tattermusch2019-01-02
| | | | | | | | | | | | | | | | | | | | This reverts commit a050ae8ddc3a64151b344fd1a4d438db9dea2acb.
| | * | | Revert "Revert "basic tcp_trace support for windows""Gravatar Jan Tattermusch2019-01-02
| | | | | | | | | | | | | | | | | | | | This reverts commit f438d72e6c5e5bd839a255322fb91c416822f629.
| * | | | Merge pull request #17586 from vertextao/fix-free-active-critical-sectionGravatar hcaseyal2019-01-02
| |\ \ \ \ | | |/ / / | |/| | | * Fixed issue(17563) "Freeing heap block containing an active critical section."
| * | | | Merge pull request #17600 from grpc/memory-leakGravatar Richard Belleville2018-12-27
| |\ \ \ \ | | | | | | | | | | | | Free grpc_channel_args after creation
| * \ \ \ \ Merge pull request #17580 from grpc/expose-versionGravatar Richard Belleville2018-12-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Expose version
| | | * | | | Free grpc_channel_args after creationGravatar Richard Belleville2018-12-27
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #17597 from ericgribkoff/watch_methodGravatar Eric Gribkoff2018-12-27
| |\ \ \ \ \ | | | | | | | | | | | | | | Add Watch method to health check service
| | | * | | | Make gRPC version string available as grpc.__version__Gravatar Richard Belleville2018-12-27
| | | | | | |
| | * | | | | fix testGravatar Eric Gribkoff2018-12-27
| | | | | | |
| | * | | | | use test constants, fix formattingGravatar Eric Gribkoff2018-12-27
| | | | | | |
* | | | | | | Merge branch 'master' into failhijackedrecvGravatar Yash Tibrewal2018-12-26
|\| | | | | |
| | * | | | | skip test with geventGravatar Eric Gribkoff2018-12-26
| | | | | | |
| * | | | | | Merge pull request #17348 from toc007/ruby-sigintGravatar apolcyn2018-12-26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | server graceful shutdown for pull request
| | | * | | | | Add Watch method to health check serviceGravatar Eric Gribkoff2018-12-26
| | |/ / / / / | |/| | | | |
| | * | | | | ruby-sigint ready to be merged!Gravatar Tommy Chen2018-12-26
| | | | | | |
| | | | | | * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
| | |_|_|_|/ | |/| | | |
| | | | * | * Fixed issue(17563) "Freeing heap block containing an active critical ↵Gravatar xtao2018-12-22
| | |_|/ / | |/| | | | | | | | | | | | | section." reported by Application Verifier on Windows.
| * | | | Merge pull request #17536 from yashykt/fathomGravatar Yash Tibrewal2018-12-21
| |\ \ \ \ | | | | | | | | | | | | Avoid taking refs on the stream by getting a copy of the context
| * | | | | disable broken gevent testGravatar Eric Gribkoff2018-12-21
| | | | | |
| * | | | | Clean up server and channel objects in testsGravatar Eric Gribkoff2018-12-21
| | | | | |
| | * | | | Fix errorGravatar Yash Tibrewal2018-12-21
| | | | | |
| * | | | | Merge pull request #17573 from yang-g/socket_mutatorGravatar Yang Gao2018-12-21
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | Correctly reference the internal string for socket mutator arg
| * | | | | Merge pull request #17407 from jtattermusch/interop_csharp_sni_fixGravatar Jan Tattermusch2018-12-21
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | better testing of SNI for C-based languages
| | | | * | Merge branch 'master' into fathomGravatar Yash Tibrewal2018-12-20
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Revert changes to Context list cleanupGravatar Yash Tibrewal2018-12-20
| | | | | |
| | | * | | Correctly reference the internal string for socket mutator argGravatar yang-g2018-12-20
| | | | | |
| * | | | | Merge pull request #17570 from lidizheng/fix-complainGravatar Lidi Zheng2018-12-20
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Fix Complain of Higher Version Pylint