Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | Merge pull request #12242 from dgquintas/rr_initial_conn | David G. Quintas | 2017-08-22 | |
| | | |\ \ \ \ | ||||
| | | * \ \ \ \ | Merge pull request #12251 from ncteisen/fix-ubsan | Noah Eisen | 2017-08-22 | |
| | | |\ \ \ \ \ | ||||
| | | * \ \ \ \ \ | Merge pull request #12246 from yang-g/epoll1 | Yang Gao | 2017-08-22 | |
| | | |\ \ \ \ \ \ | ||||
| | | | | * | | | | | Fix ubsan | Noah Eisen | 2017-08-22 | |
| | | | |/ / / / / | | | |/| | | | | | ||||
| | | | * | | | | | Add timer annotations in epoll1 | yang-g | 2017-08-21 | |
| | | * | | | | | | Merge pull request #12182 from dgquintas/grpclb_destroy_bbr | David G. Quintas | 2017-08-21 | |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | ||||
| | | | | | * | | | fix C++ wrapper | yang-g | 2017-08-21 | |
| | | | | | * | | | Fix mismatched BEGIN/END | yang-g | 2017-08-21 | |
| | | | | * | | | | RR: Initialize subchannel connectivity state | David Garcia Quintas | 2017-08-21 | |
| | | | |/ / / / | | | |/| | | | | ||||
| | | | | | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-21 | |
| | | | | | |\ \ | | | | |_|_|/ / | | | |/| | | | | ||||
| | | | | * | | | Add a new macro for custom profiler | yang-g | 2017-08-21 | |
| | | | |/ / / | | | |/| | | | ||||
| | | * | | | | Merge pull request #11936 from sreecha/fix-end2end-test | Sree Kuchibhotla | 2017-08-19 | |
| | | |\ \ \ \ | ||||
| | | | | | * | | Do not add accept-encoding field when it exists | Muxi Yan | 2017-08-18 | |
| | | | | | * | | Fix minor build issue | Muxi Yan | 2017-08-18 | |
| | | | | | * | | Some missing parts | Muxi Yan | 2017-08-17 | |
| | * | | | | | | Epoll1 Work Distribution: Parallelize processing epoll events across multiple... | Sree Kuchibhotla | 2017-08-17 | |
| | | | * | | | | disable epoll1 by default (just enable tests) | Sree Kuchibhotla | 2017-08-17 | |
| | | * | | | | | Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 | Nicolas Noble | 2017-08-17 | |
| | | |\ \ \ \ \ | ||||
| | | * \ \ \ \ \ | Merge pull request #12213 from dgquintas/v1.7.x-version-bump | David G. Quintas | 2017-08-17 | |
| | | |\ \ \ \ \ \ | ||||
| | | | * | | | | | | Master version bump to 1.7.x | David Garcia Quintas | 2017-08-16 | |
| | | |/ / / / / / | | |/| | | | | | | ||||
| | | | * | | | | | Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 | Maxim Dzoba | 2017-08-16 | |
| | | |/ / / / / | | |/| | | | | | ||||
| | | | * | | | | initialize pollset struct. Ideally not needed since we do zalloc but some cod... | Sree Kuchibhotla | 2017-08-16 | |
| | | | * | | | | Enable epoll1 by default (and move epollsig as second choice) | Sree Kuchibhotla | 2017-08-16 | |
| | | |/ / / / | | |/| | | | | ||||
| | | * | | | | Fixing memory leak and removing unneeded NULL checks. | Julien Boeuf | 2017-08-16 | |
| | |/ / / / | ||||
| | | | | * | Add more comments for the atomic operations | Yuchen Zeng | 2017-08-15 | |
| | | | | * | Use atm load instead of atm cas | Yuchen Zeng | 2017-08-15 | |
| | | * | | | Added missing call to grpc_byte_buffer_reader_destroy() | David Garcia Quintas | 2017-08-14 | |
| | |/ / / | ||||
| | | * | | Fix comment format | Muxi Yan | 2017-08-14 | |
| | * | | | Merge pull request #11831 from ncteisen/flow-control-part2 | Noah Eisen | 2017-08-14 | |
| | |\ \ \ | ||||
| | | * | | | Pull bdp estimation into flowctl module | ncteisen | 2017-08-13 | |
| | | | * | | Merge remote-tracking branch 'upstream/master' into stream_compression_config | Muxi Yan | 2017-08-11 | |
| | | | |\ \ | | | |_|/ / | | |/| | | | ||||
| | | | * | | Address review comments | Muxi Yan | 2017-08-11 | |
| | | | | * | Simplify bctlp atomic operations | Yuchen Zeng | 2017-08-10 | |
| | * | | | | Merge pull request #12130 from y-zeng/oauth2 | Yuchen Zeng | 2017-08-10 | |
| | |\ \ \ \ | ||||
| | * \ \ \ \ | Merge pull request #8982 from kpayson64/cache_poll_threads2 | Jan Tattermusch | 2017-08-10 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||
| | | * | | | | Address PR feedback | Ken Payson | 2017-08-09 | |
| | | | | | * | Fix data race in call.c | Yuchen Zeng | 2017-08-09 | |
| | * | | | | | Merge pull request #12083 from ncteisen/trace-closure-flush | Noah Eisen | 2017-08-09 | |
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||
| | | | | * | | Fix use-after-free in oauth2_credentials | Yuchen Zeng | 2017-08-09 | |
| | | |_|/ / | | |/| | | | ||||
| | * | | | | Merge pull request #12054 from sreecha/cq_cleanup | Sree Kuchibhotla | 2017-08-08 | |
| | |\ \ \ \ | ||||
| | | | * | | | Trace closure flush | ncteisen | 2017-08-08 | |
| | | |/ / / | | |/| | | | ||||
| | * | | | | Merge pull request #12091 from chhsia0/osx-cmake | Vijay Pai | 2017-08-08 | |
| | |\ \ \ \ | ||||
| | * \ \ \ \ | Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc | Mark D. Roth | 2017-08-08 | |
| | |\ \ \ \ \ | ||||
| | * | | | | | | Make bytes_to_send in tsi_handshaker_next const | jiangtaoli2016 | 2017-08-07 | |
| | | * | | | | | Update build rule | jiangtaoli2016 | 2017-08-07 | |
| | * | | | | | | transport - Fix a thread safety bug introduced by #11780 | Muxi Yan | 2017-08-07 | |
| | | * | | | | | Revert "Revert "Add TSI zero-copy frame protector"" | Jiangtao Li | 2017-08-07 | |
| | |/ / / / / | ||||
| | * | | | | | Revert "Add TSI zero-copy frame protector" | Jiangtao Li | 2017-08-07 | |
| | | * | | | | Fixed `grpc_unsecure` CMake build failures due to non-standard openssl location. | Chun-Hung Hsiao | 2017-08-04 | |
| | * | | | | | Merge branch 'master' into tsi_grpc | jiangtaoli2016 | 2017-08-04 | |
| | |\| | | | |