summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fileutil: Squash some unused-variable etc. warnings without CONFIG_XATTRColin Walters2014-01-031-29/+47
* README: Note where to report bugsColin Walters2013-12-081-0/+3
* Only use fdatasync() on LinuxRyan Lortie2013-12-081-4/+10
* Import xattr code from OSTree, use it to make gs_shutil_cp_a() copy xattrsColin Walters2013-11-283-90/+425
* GSSubprocess: remove unnecessary NULL check (trivial)Thomas Haller2013-11-061-2/+1
* shutil: Make gs_shutil_cp_a copy ownership as wellSjoerd Simons2013-11-031-1/+11
* file-utils: fix wrong condition in open_nointr (open returns -1 on error)Thomas Haller2013-10-311-1/+1
* file-utils: Don't leaking fd on error path in gs_file_create()Thomas Haller2013-10-311-0/+1
* file-utils: gs_file_open_in_tmpdir_at did never retryThomas Haller2013-10-311-1/+2
* localalloc: Declare the cleanup functions inline in the headerChristian Persch2013-10-232-96/+26
* Fix signed/unsigned comparision warningsChristian Persch2013-10-213-5/+5
* localalloc: Add gs_free_errorChristian Persch2013-10-212-0/+14
* Fix introspection warningsJasper St. Pierre2013-10-092-4/+4
* file-utils: Rename a functionJasper St. Pierre2013-10-092-7/+7
* gs_file_get_path_cached: Unlock mutex on errorAlexander Larsson2013-09-301-1/+4
* fileutil: Close fd if passed NULL for output streamColin Walters2013-09-291-0/+2
* fileutil: Handle recent: and trash: URIsBastien Nocera2013-09-201-2/+24
* fileutil: Drop gs_file_create_with_uidgid()Colin Walters2013-09-132-84/+0
* fileutils: Avoid crash if g_set_prgname() has not been calledColin Walters2013-09-131-4/+16
* shutil: Treat ELOOP like ENOTDIRColin Walters2013-09-101-1/+1
* shutil: Use at-relative walking for gs_shutil_rm_rf()Colin Walters2013-09-091-62/+167
* fileutil: Add gs_file_openat_noatime()Colin Walters2013-09-072-31/+54
* fileutil: Add initial directory-relative APIColin Walters2013-09-062-22/+101
* fileutil: Add lock around pathname cachingColin Walters2013-09-061-0/+12
* gs_file_read_noatime: Always return errorsBastien Nocera2013-09-051-1/+8
* fileutil: New gs_file_lchown() APIColin Walters2013-08-302-18/+60
* localalloc: Fix extra indirection on gs_strfrev implementationColin Walters2013-08-291-10/+10
* localalloc: Add gs_strfreevColin Walters2013-08-292-0/+14
* fileutil: Fix -Wshadow warning with "index"Colin Walters2013-08-261-4/+4
* gsystem-log: Correctly suppress systemd journal code locationColin Walters2013-08-201-2/+1
* gsystem-log: Fix double-logging on non-systemd systemsColin Walters2013-08-161-0/+2
* fileutils: Add API to fstat() a streamColin Walters2013-08-142-0/+47
* localalloc: Add gs_unref_bytes()Colin Walters2013-08-142-0/+16
* localalloc: Fix variant builder unrefColin Walters2013-08-142-5/+5
* local-alloc: Fix previous commitColin Walters2013-08-141-1/+1
* localalloc: Add cleanup functions for checksum and variant buildersColin Walters2013-08-142-0/+31
* fileutils: Fix fd leakColin Walters2013-08-071-2/+3
* fileutil: Add new API to open a temporary file in a particular directoryColin Walters2013-08-062-0/+77
* localalloc: Add gs_unref_array()Colin Walters2013-08-022-0/+17
* gsystem-log: Add public API to determine whether stdout is journalColin Walters2013-07-242-15/+29
* fileutils: Add gs_file_create_with_uidgid()Colin Walters2013-07-182-0/+84
* fileutils: Override umask for gs_file_create()Colin Walters2013-07-171-0/+6
* fileutils: Handles return value of realpath in case of errorsAlberto Ruiz2013-07-181-2/+8
* fileutil: Make API to generate temporary name publicColin Walters2013-07-162-4/+16
* gs_file_create: New APIColin Walters2013-07-162-0/+45
* Add gs_transfer_out_value() macroColin Walters2013-07-051-0/+8
* GSSubprocessContext: Avoid triggering -Wshadow for "environ"Colin Walters2013-06-211-2/+2
* fileutils: Add gs_file_realpath as wellJasper St. Pierre2013-06-192-0/+25
* fileutils: Add gs_system_get_relpathJasper St. Pierre2013-06-192-0/+77
* fileutils: Add gs_file_enumerator_iterate()Colin Walters2013-06-142-0/+100