summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add glib-compat to Makefile to ensure it's distedColin Walters2013-05-281-0/+1
* Add missing #endifColin Walters2013-05-221-0/+1
* Add gsystem-glib-compat.h to support compilation with GLib 2.32Colin Walters2013-05-212-0/+54
* gsystem-log: Add API to more conveniently print a message with just MESSAGE_IDColin Walters2013-05-202-0/+33
* Build with GLib 2.32 as wellColin Walters2013-05-178-0/+23
* GSSubprocess: Use #ifdef, not #if for GLIB_COMPILATIONColin Walters2013-05-161-1/+1
* log: Squash warning when building without systemdColin Walters2013-05-091-0/+2
* gs_log_structured_print(): New APIColin Walters2013-05-092-0/+44
* Include local allocation macros by defaultColin Walters2013-05-036-1/+9
* gsystem-log: Suppress code location from journalColin Walters2013-04-251-1/+4
* gsystem-log.h: New structured logging APIColin Walters2013-04-234-0/+114
* fileutils: Initialize tryagain variable to pacify older GCC versionsColin Walters2013-04-231-1/+1
* shutil: rm_rf should delete symlinks to directories, not follow themColin Walters2013-03-011-8/+27
* fileutils: Fix logic error caught by compilerColin Walters2013-02-261-2/+1
* GSSubprocess: Correctly close pipefd in parentColin Walters2013-01-304-14/+21
* GSSubprocess: New API to allocate a separate pipe between parent and childColin Walters2013-01-264-10/+159
* fileutils: Don't loop for EINTR on close()Colin Walters2013-01-251-3/+7
* GSConsole: Fix infinite loopColin Walters2013-01-241-0/+1
* GSConsole: New API to access system consoleColin Walters2013-01-244-0/+503
* Decouple gsystem-local-alloc from libgsystem.hColin Walters2013-01-233-106/+179
* Revert "gsystemlog.la: New library which wraps sd_journal"Colin Walters2013-01-155-241/+0
* gsystemlog.la: New library which wraps sd_journalColin Walters2013-01-135-0/+241
* fileutils: Fix incorrect parameter to lstat()Colin Walters2013-01-081-1/+1
* fileutils: Consistently handle errno -> errorColin Walters2013-01-081-33/+19
* shutil: Allow gs_shutil_rm_rf() to delete files tooColin Walters2013-01-071-0/+7
* fileutils: Extend linkcopy APIColin Walters2013-01-062-22/+116
* fileutils: Add chown() wrapperColin Walters2013-01-062-5/+63
* fileutils: Add LIBGSYSTEM_ENABLE_GUESTFS_FUSE_WORKAROUND environment variableColin Walters2013-01-061-1/+5
* fileutils: Handle EINTR around open()Colin Walters2013-01-061-2/+13
* fileutils: Handle cancellable in tmpfile codeColin Walters2013-01-041-0/+3
* fileutils: Add gs_file_linkcopy_sync_data()Colin Walters2013-01-042-0/+124
* fileutils: Code cleanup for close() invocationsColin Walters2013-01-041-13/+19
* fileutils: Add gs_file_sync_data()Colin Walters2013-01-042-0/+69
* GSSubprocess: Add new helper API to synchronously spawnColin Walters2012-12-212-0/+52
* GSSubprocess: Add missing cancellable argumentColin Walters2012-12-202-20/+26
* fileutils: Use quarks for cached pathsColin Walters2012-12-131-4/+12