Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Add a TODO comment. | Mark D. Roth | 2016-11-30 |
* | Fix link problem for insecure target. | Mark D. Roth | 2016-11-30 |
* | Fix shutdown semantics for client and server code. | Mark D. Roth | 2016-11-30 |
* | Fix shutdown semantics for security handshaker. | Mark D. Roth | 2016-11-30 |
* | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-11-30 |
|\ | |||
| * | Allow handshaking to be retried. | Mark D. Roth | 2016-11-30 |
| * | Eliminate some code duplication. | Mark D. Roth | 2016-11-30 |
| * | Fix unref-while-lock-held bug. Only shut down handshaker if in progress. | Mark D. Roth | 2016-11-30 |
* | | Fixed build.yaml and ran generate_projects.sh. | Mark D. Roth | 2016-11-29 |
* | | Merge branch 'security_handshaker1' into security_handshaker2 | Mark D. Roth | 2016-11-29 |
|\| | |||
| * | Always shut down endpoints before destroying them. | Mark D. Roth | 2016-11-29 |
| * | Make handshaker responsible for destroying endpoint on shutdown or failure. | Mark D. Roth | 2016-11-29 |
| * | Eliminate the user_data overloading hack in handshake_manager. | Mark D. Roth | 2016-11-29 |
| * | Fix locking bug in HTTP CONNECT handshaker. | Mark D. Roth | 2016-11-29 |
| * | Merge remote-tracking branch 'upstream/master' into security_handshaker1 | Mark D. Roth | 2016-11-29 |
| |\ | |||
* | | | Remove redundant fields for endpoints. | Mark D. Roth | 2016-11-29 |
* | | | Add locking in security handshaker. | Mark D. Roth | 2016-11-29 |
| | * | Merge pull request #8894 from ctiller/fixit14 | Craig Tiller | 2016-11-29 |
| | |\ | |||
| | * \ | Merge pull request #8838 from yang-g/test_credentials | Yang Gao | 2016-11-29 |
| | |\ \ | |||
| | * \ \ | Merge pull request #8867 from ctiller/fixit6 | Craig Tiller | 2016-11-29 |
| | |\ \ \ | |||
| | * \ \ \ | Merge pull request #8876 from ctiller/iomgr_shutdown | Craig Tiller | 2016-11-29 |
| | |\ \ \ \ | |||
| | * \ \ \ \ | Merge pull request #8890 from ctiller/fixit12 | Craig Tiller | 2016-11-29 |
| | |\ \ \ \ \ | |||
| | | | | | | * | Fix TSAN race on adding a reclaimer | Craig Tiller | 2016-11-29 |
| | * | | | | | | Merge pull request #8868 from markdroth/fixit_qps | Mark D. Roth | 2016-11-29 |
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||
| | * | | | | | | Merge pull request #8892 from ctiller/fixit13 | Craig Tiller | 2016-11-29 |
| | |\ \ \ \ \ \ | |||
| | | * | | | | | | Increase timeout for now: seems this can take longer under some configurations | Craig Tiller | 2016-11-29 |
| | |/ / / / / / | |||
| | * | | | | | | Merge pull request #8878 from ctiller/fixit9 | Craig Tiller | 2016-11-29 |
| | |\ \ \ \ \ \ | |||
| | | * | | | | | | Take into account all the configs | Craig Tiller | 2016-11-29 |
| | | | | * | | | | Unique-ify uds address between concurrent bm_fullstack runs | Craig Tiller | 2016-11-29 |
| | | |_|/ / / / | | |/| | | | | | |||
| | * | | | | | | Merge pull request #8888 from ctiller/fixit10 | Craig Tiller | 2016-11-29 |
| | |\ \ \ \ \ \ | |||
| | | * | | | | | | clang-format code | Craig Tiller | 2016-11-29 |
| | |/ / / / / / | |||
| | | | * | | | | Improve logging. | Mark D. Roth | 2016-11-29 |
| | * | | | | | | Merge pull request #8875 from dgquintas/fixit_race_httpclient | David G. Quintas | 2016-11-28 |
| | |\ \ \ \ \ \ | |||
| | | | * | | | | | Limit outstanding rpc count for synchronous {client,server} tsan tests | Craig Tiller | 2016-11-28 |
| | * | | | | | | | Merge pull request #8877 from dgquintas/bm_fullstack_dtor | David G. Quintas | 2016-11-28 |
| | |\ \ \ \ \ \ \ | |||
| | | * | | | | | | | Shutdown grpc for fullstack benchmark | David Garcia Quintas | 2016-11-28 |
| | | | |/ / / / / | | | |/| | | | | | |||
| | * | | | | | | | Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeout | David G. Quintas | 2016-11-28 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||
| | * | | | | | | | Merge pull request #8872 from ctiller/fixit7 | Craig Tiller | 2016-11-28 |
| | |\ \ \ \ \ \ \ | |||
| | | | | | | * | | | Flush platform stuff after timer events | Craig Tiller | 2016-11-28 |
| | * | | | | | | | | Merge pull request #8873 from muxi/fix-test-config | Muxi Yan | 2016-11-28 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | |||
| | | | | | * | | | | Fixed http_client race | David Garcia Quintas | 2016-11-28 |
| | | * | | | | | | | Add <string.h> to test_config.c | Muxi Yan | 2016-11-28 |
| | |/ / / / / / / | |||
| | | | * / / / / | Increase deadline for 1byte fixture | David Garcia Quintas | 2016-11-28 |
| | | | |/ / / / | |||
| | | * | | | | | Make a better educated guess about CPU costs of a benchmark | Craig Tiller | 2016-11-28 |
| | | * | | | | | Make a better educated guess about CPU costs of a benchmark | Craig Tiller | 2016-11-28 |
| | * | | | | | | Merge pull request #8869 from ncteisen/mac_buildfix | Noah Eisen | 2016-11-28 |
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||
| | | * | | | | | Run tools/buildgen/generate_projects.sh | ncteisen | 2016-11-28 |
| | | * | | | | | Update build.yaml to fix MacOS build | ncteisen | 2016-11-28 |
| | |/ / / / / | |||
| | * | | | | | Merge pull request #8850 from ncteisen/gitignore_change | Noah Eisen | 2016-11-28 |
| | |\ \ \ \ \ | |||
| | | | | * | | | Add debug logging for process termination state. | Mark D. Roth | 2016-11-28 |