Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge pull request #9089 from dgquintas/short_deadlines_sans_tests | David G. Quintas | 2016-12-13 |
|\ | |||
| * | Short deadlines: set Status on deadline | David Garcia Quintas | 2016-12-13 |
* | | Merge pull request #9062 from grpc/revert-9019-short_deadlines | Craig Tiller | 2016-12-12 |
|\ \ | |||
* | | | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h""" | Craig Tiller | 2016-12-12 |
| * | | Revert "Handle (and test) short call deadlines" | Craig Tiller | 2016-12-12 |
|/ / | |||
* | | Merge pull request #8797 from sreecha/pss_pi | David G. Quintas | 2016-12-09 |
|\ \ | |||
* | | | Short deadlines: set Status on deadline | David Garcia Quintas | 2016-12-09 |
| |/ |/| | |||
* | | Merge pull request #8979 from markdroth/handshaker_cleanup | Mark D. Roth | 2016-12-09 |
|\ \ | |||
* \ \ | Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanup | Mark D. Roth | 2016-12-09 |
|\ \ \ | |||
* \ \ \ | Merge pull request #8980 from markdroth/handshaker_early_exit | Mark D. Roth | 2016-12-09 |
|\ \ \ \ | |||
* \ \ \ \ | Merge pull request #8745 from kpayson64/sigpipe_handle | kpayson64 | 2016-12-09 |
|\ \ \ \ \ | |||
| | | * \ \ | Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-s... | Mark D. Roth | 2016-12-09 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||
| | * | | | | Catch the case where we were shutdown after a handoff. | Mark D. Roth | 2016-12-09 |
| | | | * | | Fix more allocation bugs. | Mark D. Roth | 2016-12-09 |
| | | | * | | Fix allocation bug. | Mark D. Roth | 2016-12-09 |
| | * | | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exit | Mark D. Roth | 2016-12-08 |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | |||
| | | | * | | Pass ownership of grpc_tcp_server_acceptor to connector. | Mark D. Roth | 2016-12-08 |
| | | | | * | Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.c | Sree Kuchibhotla | 2016-12-08 |
| | | | | * | Merge branch 'master' into pss_pi | Sree Kuchibhotla | 2016-12-08 |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | |||
| | | | * | | clang-format | Mark D. Roth | 2016-12-08 |
| | | | * | | Fix race condition on shutdown. | Mark D. Roth | 2016-12-08 |
* | | | | | | Merge pull request #8898 from rjshade/fix_tsan | Craig Tiller | 2016-12-08 |
|\ \ \ \ \ \ | |||
* \ \ \ \ \ \ | Merge pull request #8344 from muxi/cronet-stream-read | Muxi Yan | 2016-12-07 |
|\ \ \ \ \ \ \ | |||
* | | | | | | | | PR comments | David Garcia Quintas | 2016-12-07 |
* | | | | | | | | Fix handling of streams waiting for concurrency | David Garcia Quintas | 2016-12-07 |
* | | | | | | | | Merge pull request #8930 from ctiller/fixit19 | Craig Tiller | 2016-12-07 |
|\ \ \ \ \ \ \ \ | |||
| | * | | | | | | | Turn off Cronet logging | Muxi Yan | 2016-12-07 |
| | | | | | | * | | Redo change accidentally reverted in previous commit. | Mark D. Roth | 2016-12-07 |
| | | | | | | * | | Make grpc_handshaker vtable wrapper functions public. | Mark D. Roth | 2016-12-07 |
| | | | | | | * | | clang-format | Mark D. Roth | 2016-12-07 |
| | | | | | | * | | Allow creating security handshaker without adding it to handshake manager. | Mark D. Roth | 2016-12-07 |
| | | | | * | | | | Make handshakers that exit early responsible for cleaning up all args. | Mark D. Roth | 2016-12-07 |
| | | | | | * | | | clang-format | Mark D. Roth | 2016-12-06 |
| | | | | * | | | | Provide a way to exit handshaking early without an error. | Mark D. Roth | 2016-12-06 |
| |_|_|_|/ / / / |/| | | | | | | | |||
| | | | | | * | | clang-format | Mark D. Roth | 2016-12-06 |
| | | | | | * | | Clarify comment. | Mark D. Roth | 2016-12-06 |
| | | | | | * | | Rename *_create_handshakers() to *_add_handshakers(). | Mark D. Roth | 2016-12-06 |
| |_|_|_|_|/ / |/| | | | | | | |||
* | | | | | | | Fix race if connector is shutdown while connecting | Craig Tiller | 2016-12-05 |
* | | | | | | | Fix shutdown problems with sync server | Craig Tiller | 2016-12-05 |
* | | | | | | | Readability improvements | Craig Tiller | 2016-12-05 |
* | | | | | | | Add parens | Craig Tiller | 2016-12-05 |
* | | | | | | | Get idle edge reliably | Craig Tiller | 2016-12-05 |
| | | | | * | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | Mark D. Roth | 2016-12-05 |
| | | | | * | | Revert "Remove redundant includes from string.h and tmpfile.h" | Mark D. Roth | 2016-12-05 |
| | | | | * | | Merge pull request #8922 from sreecha/slice_cleanup | Mark D. Roth | 2016-12-05 |
| | | | | |\ \ | |||
| | | | | * \ \ | Merge pull request #8913 from markdroth/security_handshaker2 | Craig Tiller | 2016-12-02 |
| | | | | |\ \ \ | |||
| | | | | * \ \ \ | Merge pull request #8854 from dgquintas/backoff | Craig Tiller | 2016-12-02 |
| | | | | |\ \ \ \ | |||
* | | | | | | | | | | Fix spam | Craig Tiller | 2016-12-02 |
| | | | | * | | | | | Fix use-after-free | Craig Tiller | 2016-12-02 |
* | | | | | | | | | | Fix some things: | Craig Tiller | 2016-12-02 |