summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE: Merge branches 'wip/smcv/subproject' and 'wip/smcv/warnings'wip/smcv/for-flatpak-meson-buildSimon McVittie2022-04-245-10/+11
|\
| * meson: Build with more warnings by defaultSimon McVittie2022-04-241-0/+1
| * tests: Make signedness of timestamp agreeSimon McVittie2022-04-241-1/+1
| * tests: Make iterator signedness agree with limitSimon McVittie2022-04-241-1/+1
| * fdio: Match signedness of length parameterSimon McVittie2022-04-241-1/+1
| * fdio: Make signedness of iterator consistent with limitSimon McVittie2022-04-241-1/+1
| * fdio, xattrs: Mark unused cancellables as suchSimon McVittie2022-04-242-5/+5
| * console: Mark an unused parameter as suchSimon McVittie2022-04-241-1/+1
* | fdio: Skip glnx_try_fallocate() if _GNU_SOURCE is not definedSimon McVittie2022-04-212-1/+2
* | tests: Verify libglnx can work as a subprojectSimon McVittie2022-04-218-5/+95
* | tests: Optionally skip building and running the actual testsSimon McVittie2022-04-212-20/+31
* | tests: Build libglnx-testlib as a separate static librarySimon McVittie2022-04-211-2/+20
* | meson: Always build with hidden symbol visibilitySimon McVittie2022-04-211-0/+1
* | meson: Automatically link libglnx-dependent objects to gio-unixSimon McVittie2022-04-211-0/+1
|/
* Merge branch 'mwleeds/fix-config-h-clean' into 'master'Simon McVittie2022-03-011-0/+1
|\
| * Add libglnx-config.h to CLEANFILESPhaedrus Leeds2022-03-011-0/+1
|/
* Merge branch 'wip/noxattr' into 'master'Colin Walters2022-02-221-1/+3
|\
| * tests: Don't copy extended attributes when testing pseudo-filesSimon McVittie2022-02-221-1/+3
|/
* Merge branch 'wip/reuse' into 'master'Simon McVittie2022-02-1942-503/+750
|\
| * Update copyright holder for Endless' contributionsSimon McVittie2022-02-196-6/+6
| * CI: Run `reuse lint` across the treeSimon McVittie2022-02-191-0/+9
| * Declare copyright and licensing using REUSESimon McVittie2022-02-1942-502/+740
|/
* Merge branch 'wip/smcv/copy-pseudo-files' into 'master'Colin Walters2022-02-182-3/+54
|\
| * fdio: Use a read/write loop until EOF if st_size is zeroSimon McVittie2022-01-282-3/+54
* | Merge branch 'not-config-h' into 'master'Phaedrus Leeds2022-02-1820-20/+24
|\ \
| * | Include libglnx-config.h instead of config.hSimon McVittie2021-06-2819-18/+24
| * | glnx-lockfile.h: Remove unused inclusion of config.hSimon McVittie2021-06-281-2/+0
* | | Merge branch 'wip/stdc99' into 'master'Phaedrus Leeds2022-02-181-2/+7
|\ \ \
| * | | build: Use Meson built-in option c_std instead of -std=gnu99wip/stdc99Simon McVittie2021-07-021-2/+7
* | | | Merge branch 'disable_copy_file_range_on_EINVAL--I3' into 'master'Simon McVittie2022-01-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fall back if copy_file_range fails with EINVALOlaf Leidinger2022-01-281-1/+1
|/ / /
* | | Merge branch 'pr/cov-fix' into 'master'Colin Walters2021-08-041-1/+1
|\ \ \ | |/ / |/| |
| * | xattrs: Fix possible double-free in `get_xattrs_impl`Jonathan Lebon2021-08-031-1/+1
|/ /
* | Merge branch 'console-staticanalysis-fix' into 'master'Colin Walters2021-06-281-1/+1
|\ \ | |/ |/|
| * console: Pacify `gcc -fanalyzer`Colin Walters2021-06-281-1/+1
* | Merge branch 'wip/smcv/rewinddir' into 'master'Colin Walters2021-06-282-0/+19
|\ \ | |/ |/|
| * glnx-dirfd: Add a rewinddir() wrapperwip/smcv/rewinddirSimon McVittie2021-04-222-0/+19
|/
* Merge branch 'pr/glnx-no-chown' into 'master'Colin Walters2021-02-092-3/+7
|\
| * glnx_file_copy_at: Add GLNX_FILE_COPY_NOCHOWNJonathan Lebon2021-02-092-3/+7
|/
* macros: Fix casting for C++ compatibilityColin Walters2020-12-061-1/+1
* glnx_strjoina: Cast to result for C++ compatibilityColin Walters2020-11-221-1/+1
* fdio: Fix compilation via C++Colin Walters2020-11-221-2/+2
* Merge branch 'replace-increasing-mtime' into 'master'Alexander Larsson2020-11-032-9/+37
|\
| * Add GLNX_FILE_REPLACE_INCREASING_MTIMEreplace-increasing-mtimeAlexander Larsson2020-11-032-9/+37
|/
* Merge branch 'tmpfile-dir' into 'master'Colin Walters2020-10-021-3/+6
|\
| * glnx-fdio: use $TMPDIR if setRebecca Turner2020-10-011-33/+6
| * glnx-fdio: try $TMPDIR if /var/tmp doesn't existRebecca Turner2020-09-231-3/+33
|/
* Merge branch 'err-prefix-xattr' into 'master'Colin Walters2020-09-101-7/+7
|\
| * xattrs: Add better error prefixingColin Walters2020-09-101-7/+7
|/
* Merge branch 'fix-wrpseudo-grammar' into 'master'Colin Walters2020-06-161-2/+2
|\