summaryrefslogtreecommitdiff
path: root/glnx-dirfd.c
Commit message (Expand)AuthorAgeFilesLines
* backports: Add g_steal_fd, from GLib >= 2.70Simon McVittie2022-11-081-2/+2
* Declare copyright and licensing using REUSESimon McVittie2022-02-191-0/+1
* Include libglnx-config.h instead of config.hSimon McVittie2021-06-281-1/+1
* glnx-dirfd: Add a rewinddir() wrapperwip/smcv/rewinddirSimon McVittie2021-04-221-0/+18
* tree-wide: Some new style portingColin Walters2017-10-241-14/+7
* tree-wide: Use glnx_autofd and glnx_close_fd()Colin Walters2017-10-161-2/+2
* Add glnx_fd_close() and glnx_autofdColin Walters2017-10-061-2/+1
* tree-wide: Use our own syscall wrappers or error prefixingColin Walters2017-09-131-2/+3
* dirfd: Extend tmpdir API to support optional cleaningColin Walters2017-09-131-12/+49
* dirfd: New tmpdir APIColin Walters2017-08-181-63/+68
* dirfd: Fix typo in commentMatthew Leeds2017-08-151-1/+1
* dirfd: Add filename to glnx_opendirat()Colin Walters2017-07-191-3/+1
* dirfd: Have dfd iter _take_fd() take a pointer and do a stealColin Walters2017-05-311-5/+5
* dirfd,xattrs: Port mostly to new code styleColin Walters2017-05-301-29/+10
* Port most code (except fdio) to new styleColin Walters2017-04-251-9/+3
* glnx-dirfd: Add variants of glnx_mkdtempat() which open the directoryPhilip Withnall2017-04-211-0/+67
* errors: Add new glnx_throw_errno{,_prefix}() APIsColin Walters2017-03-221-4/+2
* dirfd: Use better and faster random algorithm for gen_temp_name()Colin Walters2017-01-261-26/+4
* dirfd: Set initialized flag for itersColin Walters2016-10-271-0/+4
* dirfd: Fix inverted precondition in previous tmpname commitColin Walters2016-05-311-1/+1
* Introduce glnx_gen_temp_name()Colin Walters2016-05-301-21/+37
* dirfd: Add a public API to ensure a filled dtypeColin Walters2016-01-021-0/+49
* Add glnx_mkdtempatAlexander Larsson2015-12-111-0/+77
* dirfd: Add API to get an absolute path from a dfd/relpathColin Walters2015-04-171-0/+22
* Add glnx_dirfd_canonicalize()Colin Walters2015-03-171-0/+3
* dfditer: Unset initialized variable when clearedColin Walters2015-03-031-0/+1
* dirfd: Fix two typosColin Walters2015-02-171-2/+2
* dirfd: Add some gtk-docColin Walters2015-02-151-11/+48
* Import directory iteration, errno handling, and shutil from libgsystemColin Walters2015-02-151-0/+165