summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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