Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #17635 from jtattermusch/interop_matrix_debug | Jan Tattermusch | 2019-01-07 |
|\ | | | | | Fix out of disk space flake in run_interop_matrix_tests.py | ||
* \ | Merge pull request #16190 from muxi/config-isolation | Muxi Yan | 2019-01-07 |
|\ \ | | | | | | | Implement L38: gRPC Objective-C API Upgrade | ||
* \ \ | Merge pull request #17179 from yashykt/failhijackedrecv | Yash Tibrewal | 2019-01-05 |
|\ \ \ | | | | | | | | | Add interceptor methods to fail recv msg for hijacked rpcs and set recv message to nullptr on failure | ||
| * \ \ | Merge branch 'master' into failhijackedrecv | Yash Tibrewal | 2019-01-04 |
| |\ \ \ | |/ / / |/| | | | |||
* | | | | Merge pull request #17220 from yashykt/failhijackedsend | Yash Tibrewal | 2019-01-04 |
|\ \ \ \ | | | | | | | | | | | Add interceptor method to fail hijacked send messages and get status on POST_SEND_MESSAGE | ||
| * \ \ \ | Merge branch 'master' into failhijackedsend | Yash Tibrewal | 2019-01-04 |
| |\ \ \ \ | |||
* | \ \ \ \ | Merge pull request #17642 from ericgribkoff/restore_fork_support_flag | Eric Gribkoff | 2019-01-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | restore cython flag value to default after test | ||
* \ \ \ \ \ \ | Merge pull request #17641 from ericgribkoff/logging_test_fix | Eric Gribkoff | 2019-01-04 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Do not reload grpc in unit tests | ||
* | | | | | | | Merge pull request #17608 from yashykt/bidiinterceptiontest | Yash Tibrewal | 2019-01-04 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add client interceptor test for bidi streaming hijacking interceptor | ||
| | | | * \ \ \ | Merge branch 'master' into failhijackedsend | Yash Tibrewal | 2019-01-04 |
| | | | |\ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||
| | | * | | | | | restore cython flag value to default after test | Eric Gribkoff | 2019-01-04 |
| | | | | | | | | |||
| | | | | * | | | Merge branch 'master' into failhijackedrecv | Yash Tibrewal | 2019-01-04 |
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||
| | * | | | | | | Do not reload grpc in unit tests | Eric Gribkoff | 2019-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 bidiinterceptiontest | Yash Tibrewal | 2019-01-04 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||
| | | | * | | | Merge branch 'master' into failhijackedrecv | Yash Tibrewal | 2019-01-04 |
| | | | |\ \ \ | | | |_|/ / / | | |/| | | | | |||
| | | | * | | | Add more information on the usage of FailHijackedRecvMessage | Yash Tibrewal | 2019-01-04 |
| | | | | | | | |||
| * | | | | | | Avoid unsigned signed comparison issues | Yash Tibrewal | 2019-01-04 |
| | | | | | | | |||
| | | | | * | | Fix static analizer errors | Muxi Yan | 2019-01-04 |
| | | | | | | | |||
| | | | | | * | interop_matrix: reliable cleanup of interop docker images | Jan Tattermusch | 2019-01-04 |
| | | | | | | | |||
| | | | | | * | debug out of disk space in run_interop_matrix_tests.py | Jan Tattermusch | 2019-01-04 |
| |_|_|_|_|/ |/| | | | | | |||
* | | | | | | Merge pull request #17634 from apolcyn/interop_fix | Jan Tattermusch | 2019-01-04 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Pin bundler in ruby interop build | ||
| * | | | | | | Pin bundler in ruby interop build | Alex Polcyn | 2019-01-04 |
|/ / / / / / | |||
* | | | | | | Merge pull request #17626 from sanjaypujare/bump_to_gold | sanjaypujare | 2019-01-03 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Prepare master for the next release v1.19.x aka gold | ||
* \ \ \ \ \ \ | Merge pull request #17461 from mhaidrygoog/callback_client_streaming_benchmark | Moiz Haidry | 2019-01-03 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Add support for Callback Client Streaming benchmarks | ||
| | | | * | | | s/two/three | Yash Tibrewal | 2019-01-03 |
| | | | | | | | |||
| | | | * | | | Merge branch 'master' into failhijackedsend | Yash Tibrewal | 2019-01-03 |
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | | | |||
| | * | | | | | Regenerate projects | Sanjay Pujare | 2019-01-03 |
| | | | | | | | |||
| | * | | | | | Bump version to v1.19.x | Sanjay Pujare | 2019-01-03 |
| |/ / / / / |/| | | | | | |||
* | | | | | | Merge pull request #17609 from yashykt/nocopyinterception | Yash Tibrewal | 2019-01-03 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | New Experimental Interception API - GetSendMessage and GetSerializedSendMessage | ||
* \ \ \ \ \ \ | Merge pull request #17623 from sanjaypujare/preRel-v.1.18.x | sanjaypujare | 2019-01-03 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Prepare to release 1.18.x, upmerge v1.17.x to master | ||
* \ \ \ \ \ \ \ | Merge pull request #17607 from apolcyn/ruby_2_6 | apolcyn | 2019-01-03 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add ruby 2.6 binary packages, drop 2.0 and 2.1 | ||
| | * | | | | | | | restore the newline | Sanjay Pujare | 2019-01-03 |
| | | | | | | | | | |||
| | | * | | | | | | Merge branch 'master' into nocopyinterception | Yash Tibrewal | 2019-01-03 |
| | | |\ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| * | | | | | | | | Fix artifact dockerfiles rvm installation; keep bundler pinned | Alex Polcyn | 2019-01-03 |
| | | | | | | | | | |||
| | | * | | | | | | Rename GetSendMessage to GetSerializedSendMessage and GetOriginalSendMessage ↵ | Yash Tibrewal | 2019-01-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to GetSendMessage | ||
| | * | | | | | | | Upmerge v1.17.x to master | Sanjay Pujare | 2019-01-03 |
| |/| | | | | | | |/| | | | | | | | | |||
* | | | | | | | | | Merge pull request #17613 from ncteisen/fallthrough | Noah Eisen | 2019-01-03 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix internal BUILD | ||
* \ \ \ \ \ \ \ \ \ | Merge pull request #17249 from muxi/16-to-32 | Muxi Yan | 2019-01-03 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Use 32 bit nanopb fields | ||
| | | * | | | | | | | | Add support for ruby 2.6.0 binary package builds, drop 2.1 and 2.0 | Alexander Polcyn | 2019-01-03 |
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binary package builds; pin bundler to 1.17.3 where necessary | ||
| | * | | | | | | | | return targets to library | ncteisen | 2019-01-03 |
| | | | | | | | | | | |||
* | | | | | | | | | | Merge pull request #17612 from grpc/revert-17401-worktree-nolock | Jan Tattermusch | 2019-01-03 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Revert "Implement a lock-free fast path for queue_call_request()" | ||
| | | | | | | | | | * | Fix missing ConnectivityMonitor usage | Muxi Yan | 2019-01-02 |
| | | | | | | | | | | | |||
| | | | | * | | | | | | Rename new SendMessage types to SendMessagePtr | Yash Tibrewal | 2019-01-02 |
| | | | | | | | | | | | |||
| | | * | | | | | | | | Add clang fallthrough annotation | ncteisen | 2019-01-02 |
| |_|/ / / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | Revert "Implement a lock-free fast path for queue_call_request()" | Jan Tattermusch | 2019-01-02 |
|/ / / / / / / / / | |||
* | | | | | | | | | Merge pull request #17611 from jtattermusch/reintroduce_tcp_windows | Jan Tattermusch | 2019-01-02 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Reintroduce tcp windows improvements | ||
| * | | | | | | | | | use stderr buffering for "+trace" windows tests | Jan Tattermusch | 2019-01-02 |
| | | | | | | | | | | |||
| * | | | | | | | | | Revert "Revert "better slice management for win_read"" | Jan Tattermusch | 2019-01-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a050ae8ddc3a64151b344fd1a4d438db9dea2acb. | ||
| * | | | | | | | | | Revert "Revert "basic tcp_trace support for windows"" | Jan Tattermusch | 2019-01-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f438d72e6c5e5bd839a255322fb91c416822f629. | ||
* | | | | | | | | | | Merge pull request #17586 from vertextao/fix-free-active-critical-section | hcaseyal | 2019-01-02 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | * Fixed issue(17563) "Freeing heap block containing an active critical section." |