summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: update link to libgsystemreadme-libgsystemWill Thompson2019-12-021-1/+1
* Merge branch 'older-glibs' into 'master'Simon McVittie2019-11-114-0/+45
|\
| * Make tests cope with older GLibSimon McVittie2019-11-112-0/+16
| * backport-autocleanups: Hide autocleanups for types we don't haveSimon McVittie2019-11-111-0/+8
| * backports: Add a backport of g_clear_pointer()Simon McVittie2019-11-112-0/+21
|/
* Merge branch 'testlib-automake' into 'master'Colin Walters2019-11-041-5/+7
|\
| * build-sys: Add libglnx-testlib.c to AutomakeColin Walters2019-11-041-5/+7
|/
* Merge branch 'reopen-rdonly' into 'master'Colin Walters2019-11-042-2/+44
|\
| * fdio: Add glnx_tmpfile_reopen_rdonly()Colin Walters2019-11-042-2/+44
|/
* Merge branch 'meson-older-compilers' into 'master'Colin Walters2019-10-117-0/+236
|\
| * CI: Target a Fedora stable releaseSimon McVittie2019-05-131-1/+1
| * Make the Meson build work on older compilersSimon McVittie2019-05-101-0/+2
| * meson: Define HAVE_DECL_FOO to 0 if foo isn't declaredSimon McVittie2019-05-101-3/+2
| * Add GitLab CIWill Thompson2019-05-021-0/+22
| * Run the fdio test in its own temporary directorySimon McVittie2019-05-024-1/+86
| * Document using this as a Meson subprojectWill Thompson2019-05-021-0/+26
| * Add meson.build filesWill Thompson2019-03-282-0/+102
* | Merge branch 'anonymous-tmpfile-dir' into 'master'Colin Walters2019-10-112-6/+30
|\ \
| * | Add glnx_open_anonymous_tmpfile_full() allowing you to specify the directoryAlexander Larsson2019-10-092-6/+30
|/ /
* | Merge branch 'us-temp-failure-retry' into 'master'Colin Walters2019-09-171-0/+10
|\ \
| * | macros: Add TEMP_FAILURE_RETRY for muslAlex Kiernan2019-09-091-0/+10
|/ /
* | Merge branch 'uchar' into 'master'Jonathan Lebon2019-05-131-1/+0
|\ \ | |/ |/|
| * 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