aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-io.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Don't keep using deprecated ath_ API.NIIBE Yutaka2022-04-051-9/+15
* posix: Use poll instead, when available, removing use of select.NIIBE Yutaka2021-11-251-2/+123
* core: Support closefrom also for glibc.Jiri Kucera2021-07-271-1/+1
* core: Add commented debug helper to posix-io.c.Werner Koch2019-06-061-21/+71
* core: Improve the debug messages even more.Werner Koch2019-06-051-26/+26
* core: Protect the trace macros for fun and profit.Werner Koch2018-11-161-1/+2
* core: Fix format string errors in trace macrosWerner Koch2018-11-161-4/+4
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-161-23/+23
* Add SPDX identifiers to most source filesWerner Koch2018-11-161-17/+18
* core: Print a dump of the I/O data only at level 8.Werner Koch2018-11-021-4/+4
* core: use getdents64 syscall on linux instead of getdents.Daniel Kahn Gillmor2017-10-121-7/+8
* core: Allow disabling the use of SYS_getdents for Linux.Werner Koch2017-10-041-6/+8
* core: Restore get_max_fds optimization on LinuxColin Watson2017-10-041-33/+66
* FreeBSD's closefrom(2) does not return errorsPietro Cerutti2017-04-031-2/+2
* core: Optimize fork/exec for *BSD and Solaris.Werner Koch2017-02-031-12/+36
* core: Fix possible deadlock due to get_max_fds.Werner Koch2017-02-031-31/+37
* doc: Replace http: by https: in core source files.Werner Koch2016-11-161-1/+1
* core: Use better error code when using select with a too high fd.Werner Koch2016-11-101-2/+2
* core: Use const char * where appropriate.Werner Koch2016-09-131-1/+1
* core: Make sure FD_SET is not used with an out of range fd.Werner Koch2016-06-141-0/+12
* Speedup closing of fds before exec.Werner Koch2016-05-271-7/+47
* Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch2016-01-151-0/+13
* Fix possible zombie processes.Werner Koch2014-04-151-3/+14
* Make use of internal iospawn flags more flexible.Werner Koch2014-04-101-2/+0
* Make sure a spawned process has all standard fds connected.Werner Koch2014-04-101-33/+18
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-13/+13
* More include guards.Werner Koch2010-11-031-1/+3
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-021-3/+6
* Changed the close notify implementaion to allow for more than 256 fds.Werner Koch2010-02-171-21/+74
* 2009-11-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-101-1/+6
* 2009-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-051-1/+2
* 2009-11-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-11-041-1/+1
* 2009-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-10-201-1/+1
* Improved W32 SetForegroundWindow hacks.Werner Koch2009-06-121-1/+4
* 2009-04-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-04-151-0/+28
* 008-11-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-11-031-0/+655