summaryrefslogtreecommitdiff
path: root/fd.c (follow)
Commit message (Expand)AuthorAge
* fd: Simplify para_mmap() and mmap_full_file().Andre Noll2026-08-01
* client/audioc: Create ~/.paraslash in interactive mode.Andre Noll2026-07-04
* Move xrename() from fd.c to afh.c and make it static.Andre Noll2026-07-04
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Fix com_catblob.Andre Noll2025-08-27
* fd: Modify xwrite() and write_all() to take void * buffer argument.Andre Noll2025-06-04
* Include regex.h from para.h.Andre Noll2025-05-19
* fd: Simplify and move for_each_file_in_dir().Andre Noll2023-05-07
* fd.c: Improve error checking of para_mkdir().Andre Noll2023-05-07
* fd: Revamp para_mkdir().Andre Noll2023-05-07
* fd: Improve read_pattern(), rename it to read_and_compare().Andre Noll2023-05-07
* fd: Remove log message from para_munmap().Andre Noll2023-05-07
* fd: Open-code para_chdir().Andre Noll2023-05-07
* fd: Remove file_exists().Andre Noll2023-03-26
* fd: Improve documentation of xwritev().Andre Noll2023-03-26
* fd: Improve documentation of write_all().Andre Noll2023-03-26
* fd: Improve documentation of write_va_buffer().Andre Noll2023-03-26
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | fd: Drop fd_set parameter from read_nonblock() and friends.Andre Noll2022-08-25
* | interactive: Avoid select(2) in input_available().Andre Noll2022-08-25
* | fd.c: Prefer poll(2) over select(2) for write_ok().Andre Noll2022-08-25
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
|/
* Merge branch 'refs/heads/t/clean_server_exit'Andre Noll2018-05-20
|\
| * server: Move para_fgets() to user_list.c.Andre Noll2018-03-13
* | fd: Let readv_nonblock() recover from EINTR.Andre Noll2018-04-08
|/
* fd.c: Simplify para_mmap().Andre Noll2018-03-12
* fd.c: Change return value of file_exists() to bool.Andre Noll2017-09-22
* Shorten copyright notice.Andre Noll2017-09-22
* fd.c: Remove para_fchdir().Andre Noll2017-08-26
* doxygen: Add \ref to references.Andre Noll2017-06-25
* doxygen: Don't refer to Black Hats Manual.Andre Noll2017-06-25
* The wma tagger.Andre Noll2015-04-26
* Merge branch 'maint'Andre Noll2015-01-22
|\
| * fd.c: Add missing va_end().Andre Noll2015-01-11
* | Update year in copyright headers.Andre Noll2015-01-12
* | Remove unnecessary system header includes.Andre Noll2015-01-12
* | doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* | Change copyright year to 2014.Andre Noll2014-02-22
* | fd.c: Fix bad English in comment.Andre Noll2013-10-27
* | Avoid gcc warning on FreeBSD.Andre Noll2013-09-04
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* Improve documentation of readv_nonblock().Andre Noll2013-03-18
* Merge branch 't/mmap_sanity'Andre Noll2012-02-26
|\
| * Improve error diagnostics of mmap_full_file().Andre Noll2012-01-30
* | Replace PARA_VSNPRINTF by xvasprintf().Andre Noll2012-01-20
* | Introduce xwritev().Andre Noll2012-01-20
* | Rename write_nonblock() to xwrite().Andre Noll2012-01-20