aboutsummaryrefslogtreecommitdiff
path: root/libc/async_safe/async_safe_log.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add %m and %#x support for async_safe loggingzijunzhao2022-02-171-5/+24
* async_safe: don't call libc's socket.Josh Gao2020-08-211-2/+13
* Add async_safe_format_fd_va_listRyan Prichard2018-10-081-3/+8
* Modernize codebase by replacing NULL with nullptrYi Kong2018-08-021-1/+1
* Introduce api to track fd ownership in libc.Josh Gao2018-07-191-2/+9
* Fix async_safe_fatal overflow handlingRyan Prichard2018-05-011-1/+1
* Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched.Elliott Hughes2017-10-251-0/+2
* Improve pthread_create failure handling.Elliott Hughes2017-09-191-14/+1
* Refactor BufferOutputStream.Christopher Ferris2017-08-221-36/+27
* Shave a stack frame off asserts.Elliott Hughes2017-06-201-2/+1
* Move libc_log code into libasync_safe.Christopher Ferris2017-05-031-0/+576