summaryrefslogtreecommitdiff
path: root/glnx-lockfile.c
Commit message (Expand)AuthorAgeFilesLines
* backports: Add g_steal_fd, from GLib >= 2.70Simon McVittie2022-11-081-1/+1
* Declare copyright and licensing using REUSESimon McVittie2022-02-191-0/+1
* Include libglnx-config.h instead of config.hSimon McVittie2021-06-281-1/+1
* tree-wide: Use glnx_autofd and glnx_close_fd()Colin Walters2017-10-161-1/+1
* Add glnx_fd_close() and glnx_autofdColin Walters2017-10-061-5/+2
* lockfile: Use an `initialized` member rather than explicit initColin Walters2017-09-251-7/+5
* tree-wide: Use our own syscall wrappers or error prefixingColin Walters2017-09-131-4/+3
* Port most code (except fdio) to new styleColin Walters2017-04-251-16/+7
* glnx_release_lock_file - Don't close fd -1 (i.e. if we never locked)Alexander Larsson2016-06-281-1/+2
* lockfile: New code to lock files, massaged from systemdColin Walters2015-05-051-0/+193