summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * missing: Remove unused <uchar.h>Simon McVittie2019-05-021-1/+0
|/
* Merge branch 'shutil-rm-rf-errprefix' into 'master'Colin Walters2018-12-071-16/+24
|\
| * shutil: Prefix error with path in rm_rf()Colin Walters2018-12-071-16/+24
|/
* README: Update ContributingColin Walters2018-11-301-5/+3
* Merge branch 'replace-contents-umask' into 'master'Colin Walters2018-11-301-3/+2
|\
| * Fix docs for glnx_file_replace_contents()Owen W. Taylor2018-11-301-3/+2
|/
* Merge branch 'renameat2-stdio' into 'master'Colin Walters2018-07-131-0/+1
|\
| * libglnx.m4: Include stdio.h for renameat2Colin Walters2018-07-111-0/+1
|/
* Merge branch 'backport-autoptr-support' into 'master'Philip Withnall2018-05-291-0/+3
|\
| * Add g_autoptr support for GAsyncResult,GMount,GVolumeMonitorMatthew Leeds2018-05-281-0/+3
|/
* console: Drop newline on glnx_console_lockColin Walters2018-05-081-1/+1
* missing-syscalls: Use different name for copy_file_rangeJonathan Lebon2018-05-041-4/+6
* Include sys/mman.h when checking for memfd_createAurelien Jarno2018-02-191-0/+1
* console: make stdout_is_tty() publicJonathan Lebon2018-01-102-5/+7
* console: Avoid rendering too quicklyColin Walters2017-12-121-0/+28
* console: Drop unused current_text/current_percentColin Walters2017-12-121-11/+0
* console: Limit progress bar to 20 columns maxColin Walters2017-12-121-2/+9
* console: Add an "n items" APIColin Walters2017-12-122-1/+31
* fdio: Include libgen.h again for dirname()Colin Walters2017-12-121-3/+3
* fdio: implement glnx_basename from scratchRay Strode2017-11-141-7/+8
* errors: don't use 'static inline' on varargs functionsWill Thompson2017-11-022-66/+78
* missing-syscall: #include config.hColin Walters2017-11-021-0/+1
* Add missing configure check for copy_file_rangeWill Thompson2017-11-021-1/+4
* tree-wide: Some new style portingColin Walters2017-10-243-57/+43
* tree-wide: Use glnx_autofd and glnx_close_fd()Colin Walters2017-10-168-23/+19
* fdio: Avoid ?: syntax for fstatat_allow_noent()Colin Walters2017-10-111-8/+4
* tests: drop unused variableJonathan Lebon2017-10-111-1/+0
* fdio: allow NULL for fstatat_allow_noent stbufJonathan Lebon2017-10-062-2/+13
* Add glnx_fd_close() and glnx_autofdColin Walters2017-10-063-19/+29
* fdio: Squash compiler warning from previous commitColin Walters2017-10-051-3/+3
* fdio: Generate tmpname for RENAME_EXCHANGE fallbackColin Walters2017-10-021-0/+7
* missing: Sync from latest systemd, add memfd_create()Colin Walters2017-10-014-11/+108
* shutil: Fix assertion failure in glnx_shutil_mkdir_p_at()Philip Withnall2017-09-263-2/+78
* lockfile: Use an `initialized` member rather than explicit initColin Walters2017-09-252-9/+6
* macros: use size_t for glnx_strjoina lenJonathan Lebon2017-09-251-1/+1
* fdio: Open target dirname for glnx_file_copy_at()Colin Walters2017-09-252-5/+19
* dirfd: Fix typo in documentation for glnx_ensure_dir()Philip Withnall2017-09-211-1/+1
* build-sys: Fix make distColin Walters2017-09-171-0/+1
* tests: Add macro for auto-error checkingv2017.2Colin Walters2017-09-132-95/+74
* tree-wide: Use our own syscall wrappers or error prefixingColin Walters2017-09-133-20/+18
* dirfd: Extend tmpdir API to support optional cleaningColin Walters2017-09-132-14/+57
* fdio: Add gtk-doc for stbuf parameter of glnx_file_copy_at()Colin Walters2017-09-121-0/+1
* fdio: Use O_TMPFILE + rename-overwrite for regfile copiesColin Walters2017-09-122-76/+118
* fdio: Support taking ownership of tmpfile fdColin Walters2017-09-122-3/+6
* fdio: Use O_EXCL for anonymous tmpfilesColin Walters2017-09-121-18/+30
* fdio: Add glnx_fstatat_allow_noent()Colin Walters2017-09-072-0/+60
* test-libglnx-xattrs.c: appease -Wunused-variableJonathan Lebon2017-08-251-1/+0
* dirfd: New tmpdir APIColin Walters2017-08-183-86/+87
* console: trim useless checkJonathan Lebon2017-08-151-1/+1
* dirfd: Fix typo in commentMatthew Leeds2017-08-151-1/+1