Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Merge pull request #8980 from markdroth/handshaker_early_exit | 2016-12-09 | ||
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge pull request #8745 from kpayson64/sigpipe_handle | 2016-12-09 | ||
| |\ \ \ \ \ \ \ | ||||
| | | | | | | * \ | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | 2016-12-09 | ||
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| | | | * | | | | | Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-s... | 2016-12-09 | ||
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||
* | | | | | | | | | clang-format | 2016-12-09 | ||
* | | | | | | | | | Fix compilation | 2016-12-09 | ||
| | | | | * | | | | Fix allocation bug. | 2016-12-09 | ||
* | | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | 2016-12-09 | ||
|\| | | | | | | | | ||||
| | | * | | | | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exit | 2016-12-08 | ||
| | | |\ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||
| | | | | * | | | | Pass ownership of grpc_tcp_server_acceptor to connector. | 2016-12-08 | ||
| | | | | | * | | | Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.c | 2016-12-08 | ||
| | | | | | * | | | Merge branch 'master' into pss_pi | 2016-12-08 | ||
| | | | | | |\ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||
| | | | | * | | | | clang-format | 2016-12-08 | ||
| | | | | * | | | | Fix race condition on shutdown. | 2016-12-08 | ||
| * | | | | | | | | Merge pull request #8898 from rjshade/fix_tsan | 2016-12-08 | ||
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge pull request #8930 from ctiller/fixit19 | 2016-12-07 | ||
| |\ \ \ \ \ \ \ \ \ | ||||
| | | | | | | * | | | | Redo change accidentally reverted in previous commit. | 2016-12-07 | ||
| | | | | | | * | | | | Make grpc_handshaker vtable wrapper functions public. | 2016-12-07 | ||
| | | | | | | * | | | | clang-format | 2016-12-07 | ||
| | | | | | | * | | | | Allow creating security handshaker without adding it to handshake manager. | 2016-12-07 | ||
* | | | | | | | | | | | clang-format | 2016-12-07 | ||
* | | | | | | | | | | | Fix windows | 2016-12-06 | ||
* | | | | | | | | | | | Fix function names | 2016-12-06 | ||
* | | | | | | | | | | | Make core_banned_functions.py pass again | 2016-12-06 | ||
* | | | | | | | | | | | clang-format | 2016-12-06 | ||
* | | | | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctx | 2016-12-06 | ||
|\| | | | | | | | | | | ||||
| | | | | * | | | | | | Provide a way to exit handshaking early without an error. | 2016-12-06 | ||
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||
| | | | | | * | | | | clang-format | 2016-12-06 | ||
| | | | | | * | | | | Clarify comment. | 2016-12-06 | ||
| | | | | | * | | | | Rename *_create_handshakers() to *_add_handshakers(). | 2016-12-06 | ||
| | |_|_|_|/ / / / | |/| | | | | | | | ||||
| * | | | | | | | | Fix shutdown problems with sync server | 2016-12-05 | ||
| | | | | * | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h"" | 2016-12-05 | ||
| | |_|_|/ / / / | |/| | | | | | | ||||
| * | | | | | | | Revert "Remove redundant includes from string.h and tmpfile.h" | 2016-12-05 | ||
| * | | | | | | | Merge pull request #8922 from sreecha/slice_cleanup | 2016-12-05 | ||
| |\ \ \ \ \ \ \ | ||||
| | | | | | | * \ | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanup | 2016-12-05 | ||
| | | | | | | |\ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #8913 from markdroth/security_handshaker2 | 2016-12-02 | ||
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge pull request #8854 from dgquintas/backoff | 2016-12-02 | ||
| |\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Fix use-after-free | 2016-12-02 | ||
| | | * | | | | | | | | Merge remote-tracking branch 'origin/security_handshaker1' into security_hand... | 2016-12-02 | ||
| | | |\ \ \ \ \ \ \ \ | ||||
| * | | \ \ \ \ \ \ \ \ | Merge pull request #8931 from ctiller/fixit20 | 2016-12-02 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | | | * | | | | | | | | Fix race condition during handshake manager shutdown. | 2016-12-02 | ||
| | * | | | | | | | | | | | Remove resource users from reclaimer lists when shutting down | 2016-12-02 | ||
| | | | | | | * | | | | | | Make TCP error messages more descriptive | 2016-12-02 | ||
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | ||||
| | | | * | | | | | | | | Fix asan failures. | 2016-12-02 | ||
| * | | | | | | | | | | | Merge pull request #8775 from ctiller/hansel | 2016-12-01 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||
| | | | * | | | | | | | | clang-format | 2016-12-01 | ||
| | | | * | | | | | | | | Fix httpcli cleanup code. | 2016-12-01 | ||
| | | | * | | | | | | | | Merge branch 'security_handshaker1' into security_handshaker2 | 2016-12-01 | ||
| | | | |\| | | | | | | | ||||
| | | | | * | | | | | | | Code review changes. | 2016-12-01 | ||
| | | | | | * | | | | | | Remove redundant includes | 2016-12-01 |