Commit message (Expand) | Author | Age | |
---|---|---|---|
* | transport - Fix a thread safety bug introduced by #11780 | Muxi Yan | 2017-08-07 |
* | Revert "Add TSI zero-copy frame protector" | Jiangtao Li | 2017-08-07 |
* | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-08-04 |
|\ | |||
| * | Merge pull request #11579 from sreecha/fix_alarm | Sree Kuchibhotla | 2017-08-04 |
| |\ | |||
| * \ | Merge pull request #11990 from pgonda/patch-2 | Noah Eisen | 2017-08-04 |
| |\ \ | |||
| * \ \ | Merge pull request #12055 from sreecha/fix_epoll1_fd_orphan | Sree Kuchibhotla | 2017-08-03 |
| |\ \ \ | |||
| * | | | | Add support for service configs to c-ares resolver. | Mark D. Roth | 2017-08-03 |
| | * | | | Prevent fd_orphan from calling shutdown(fd) when release_fd is true | Sree Kuchibhotla | 2017-08-02 |
| |/ / / | |||
| * | | | Merge pull request #12041 from muxi/fix-objc-memory-leak | Muxi Yan | 2017-08-02 |
| |\ \ \ | |||
| | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-08-02 |
| | | | |\ | | |_|_|/ | |/| | | | |||
* | | | | | minor fix | jiangtaoli2016 | 2017-08-02 |
| | * | | | Fix another two memory leak points in cronet_transport | Muxi Yan | 2017-08-02 |
| * | | | | Merge pull request #12021 from jiangtaoli2016/unused_bytes | Jiangtao Li | 2017-08-02 |
| |\ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Merge pull request #11796 from afirago/fix-fallthrough-werror | Nicolas Noble | 2017-08-01 |
| |\ \ \ \ | |||
| | | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-08-01 |
| | | | | |\ | |||
| | | * | | | | Make tsi handshaker result unused bytes const | jiangtaoli2016 | 2017-08-01 |
| | | | |_|/ | | | |/| | | |||
| * | | | | | clang fmt | ncteisen | 2017-08-01 |
| * | | | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-08-01 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | * | | | | Merge pull request #12000 from yang-g/msan | Yang Gao | 2017-08-01 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge pull request #12008 from ncteisen/fuzz-direct-leak-in-malloc | Noah Eisen | 2017-07-31 |
| | |\ \ \ \ \ | |||
| | * \ \ \ \ \ | Merge pull request #11979 from apolcyn/ensure_cancel_with_status_memory_api | apolcyn | 2017-07-31 |
| | |\ \ \ \ \ \ | |||
| | | | * | | | | | Fix leak if duplicated static md | Noah Eisen | 2017-07-31 |
| | * | | | | | | | Merge pull request #11991 from muxi/fix-objc-nsdata-memory-leak | Muxi Yan | 2017-07-31 |
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | |||
* | | | | | | | | | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-07-31 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||
| | | | | * | | | | Use zalloc and remove now redundant sets | yang-g | 2017-07-31 |
| | | | | * | | | | Initialize initiating_exec_ctx_or_null | yang-g | 2017-07-31 |
| | |_|_|/ / / / | |/| | | | | | | |||
| | | * | | | | | Fix two memory leaks | Muxi Yan | 2017-07-31 |
| | | | | | * | | Update tcp_server_utils_posix_common with GPR_ONCE_INIT | Peter Gonda | 2017-07-31 |
| | |_|_|_|/ / | |/| | | | | | |||
| * | | | | | | Merge pull request #11703 from yang-g/cq_shutdown | Yang Gao | 2017-07-31 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge pull request #11927 from y-zeng/nameser | Yuchen Zeng | 2017-07-28 |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||
* / | | | | | | | Add TSI zero-copy frame protector | jiangtaoli2016 | 2017-07-28 |
|/ / / / / / / | |||
| | | | * | | | add comment and test for memory api of grpc_call_cancel_with_status | Alexander Polcyn | 2017-07-28 |
| | | * | | | | Merge branch 'master' of https://github.com/grpc/grpc into flow-control-v3 | ncteisen | 2017-07-28 |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | * | | | | | Resolve comments | yang-g | 2017-07-28 |
| | * | | | | | Change return type to bool | yang-g | 2017-07-28 |
| | * | | | | | Rebase with head and resolve conflicts | yang-g | 2017-07-28 |
| | * | | | | | Allow adding events to cq after shutdown is called. | yang-g | 2017-07-28 |
| | | |/ / / | | |/| | | | |||
* | | | | | | Merge pull request #11948 from dgquintas/grpclb_fix_rr_shutdown_connectivity | David G. Quintas | 2017-07-28 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #11965 from dgquintas/grpclb_lb_channel_conn_state_subscri... | David G. Quintas | 2017-07-28 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||
| | * | | | | | Fix bug in handling of RR connectivity transition to SHUTDOWN | David Garcia Quintas | 2017-07-27 |
| * | | | | | | Watch the LB channel using the right initial conn. state | David Garcia Quintas | 2017-07-27 |
| |/ / / / / | |||
* / / / / / | Fix use after free error in cq | Sree Kuchibhotla | 2017-07-27 |
|/ / / / / | |||
* | | | | | Use new protocol for reporting dropped calls to grpclb balancer. | Mark D. Roth | 2017-07-27 |
| * | | | | Update build.yaml, fix format | Yuchen Zeng | 2017-07-27 |
| * | | | | Add src/core/lib/iomgr/nameser.h | Yuchen Zeng | 2017-07-27 |
* | | | | | Merge pull request #11780 from muxi/stream_compression_transport | Muxi Yan | 2017-07-26 |
|\ \ \ \ \ | |||
* | | | | | | Improvements to grpc_byte_stream API and handling. | Mark D. Roth | 2017-07-26 |
* | | | | | | Merge pull request #11865 from yang-g/avl_interface | Yang Gao | 2017-07-26 |
|\ \ \ \ \ \ | |||
* | | | | | | | grpclb: deal with all-drops serverlists | David Garcia Quintas | 2017-07-25 |
| | | | | | * | Merge branch 'master' into fix_alarm | Sree Kuchibhotla | 2017-07-25 |
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | |