summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'auto-temp-dir-leak' into 'master'Simon McVittie2020-03-151-0/+8
|\
| * _GLNX_TEST_SCOPED_TEMP_DIR: Fix memory and fd leakSimon McVittie2019-11-111-0/+8
* | _GLNX_TEST_SCOPED_TEMP_DIR: Mark variable as G_GNUC_UNUSEDSimon McVittie2019-11-111-1/+1
|/
* Make tests cope with older GLibSimon McVittie2019-11-111-0/+4
* Run the fdio test in its own temporary directorySimon McVittie2019-05-024-1/+86
* Add meson.build filesWill Thompson2019-03-281-0/+19
* tree-wide: Use glnx_autofd and glnx_close_fd()Colin Walters2017-10-163-10/+10
* tests: drop unused variableJonathan Lebon2017-10-111-1/+0
* fdio: allow NULL for fstatat_allow_noent stbufJonathan Lebon2017-10-061-0/+10
* shutil: Fix assertion failure in glnx_shutil_mkdir_p_at()Philip Withnall2017-09-261-0/+63
* fdio: Open target dirname for glnx_file_copy_at()Colin Walters2017-09-251-1/+10
* tests: Add macro for auto-error checkingv2017.2Colin Walters2017-09-132-95/+74
* fdio: Use O_TMPFILE + rename-overwrite for regfile copiesColin Walters2017-09-121-0/+62
* fdio: Support taking ownership of tmpfile fdColin Walters2017-09-121-0/+1
* fdio: Add glnx_fstatat_allow_noent()Colin Walters2017-09-071-0/+22
* test-libglnx-xattrs.c: appease -Wunused-variableJonathan Lebon2017-08-251-1/+0
* dirfd: New tmpdir APIColin Walters2017-08-181-10/+7
* tests: Fix a -Wmaybe-uninitialized warningColin Walters2017-07-241-1/+8
* fdio: Introduce glnx_openat_read()Colin Walters2017-07-191-18/+8
* errors: Add GLNX_AUTO_PREFIX_ERRORColin Walters2017-07-171-0/+43
* fdio: Add cleanup+flush API for FILE*Colin Walters2017-07-171-0/+23
* fdio: Ensure O_TMPFILE is mode 0600Colin Walters2017-07-101-0/+24
* tests: Fix compilation of fdio testColin Walters2017-06-281-1/+1
* macros: add GLNX_HASH_TABLE_FOREACH_VJonathan Lebon2017-06-281-0/+8
* fdio: Add wrappers for renameat(), unlinkat()Colin Walters2017-06-261-5/+2
* glnx-macros.h: add GLNX_HASH_TABLE_FOREACH macrosJonathan Lebon2017-06-171-0/+53
* test-libglnx-macros.c: fix missing semicolonJonathan Lebon2017-06-171-1/+1
* Add G_IN_SET, patch our internal users via spatchColin Walters2017-06-141-0/+48
* glnx-errors.h: add a glnx_throw_prefix() variantJonathan Lebon2017-05-111-0/+7
* tests/xattrs: Skip on filesystems with no user xattr supportColin Walters2017-04-211-0/+15
* errors: Fix legacy set_prefix_error_from_errno()Colin Walters2017-03-241-1/+7
* glnx-errors.h: add glnx_null_throw[_*] variantsJonathan Lebon2017-03-231-0/+48
* errors: Add glnx_throw() and testsColin Walters2017-03-221-0/+79
* fdio: Expose wrappers for renameat2() EXCHANGE and NOREPLACEColin Walters2017-03-021-0/+155
* fix bug found by -Wmaybe-uninitializedJonathan Lebon2017-03-021-1/+1
* tests/xattrs: Fix possible NULL allocationColin Walters2017-02-211-1/+1
* xattrs: Add a test case for previous commitsColin Walters2017-01-291-0/+282