summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 2014.3v2014.3Colin Walters2014-12-181-1/+1
* Port internal users to new gs_set_error_from_errno()Colin Walters2014-12-173-76/+38
* gsystem-errors.h: Add gs_set_error_from_errno()Colin Walters2014-12-174-0/+115
* localalloc: Add gs_fd_close cleanupColin Walters2014-12-172-0/+21
* shutil: Change rm_rf() to use new GSDirFdIterator, and add *at variantColin Walters2014-12-172-73/+66
* fileutil: Add new API to iterate over a directory with *at system callsColin Walters2014-12-172-0/+116
* fsutils: Add two small APIs for opendirat()Colin Walters2014-12-172-0/+54
* tests: Add a localalloc testColin Walters2014-12-172-0/+44
* localalloc: Define a #define for gs_unref_keyfileColin Walters2014-12-171-1/+8
* localalloc: Clean up header fileColin Walters2014-12-171-15/+14
* tests: Add more shutil testsColin Walters2014-12-171-0/+125
* tap-test: Run each test in a clean temporary directoryColin Walters2014-12-171-2/+10
* Import test infrastructure from json-glib, add a test caseColin Walters2014-12-179-2/+913
* Fix typoGiuseppe Scrivano2014-11-201-1/+1
* subprocess: Fix a potential GCancellable leakPhilip Withnall2014-10-271-0/+1
* doap category coreOlav Vitters2014-07-301-0/+1
* fileutil: avoid using PATH_MAXAndreas Henriksson2014-07-151-3/+8
* localalloc: add gs_free_slistThomas Haller2014-07-151-0/+10
* localalloc: add gs_free_listThomas Haller2014-07-151-0/+7
* local-alloc: Define cleanup functions for GKeyFile and GListColin Walters2014-06-041-0/+2
* fileutil: Add API to retrieve xattrs relative to a directory fdColin Walters2014-04-292-28/+57
* Release 2014.2v2014.2Colin Walters2014-04-011-1/+1
* fileutil: Consistently prefix errno with system callColin Walters2014-04-011-31/+25
* fileutils: error-prefix both xattr code pathsColin Walters2014-03-071-1/+2
* fileutils: Add gs_file_open_dir_fd_at()Colin Walters2014-02-272-0/+34
* fileutil: Add API to set xattrs of a filename relative to a dir fdColin Walters2014-02-262-19/+49
* shutil: Ignore EPERM/ENOTSUP errors while copying xattrs by defaultColin Walters2014-02-111-2/+16
* packaging: Ensure we require libsystemd-journalColin Walters2014-02-091-1/+2
* Fix systemd journal detectionColin Walters2014-02-081-1/+4
* Rework to be an installed libraryv2014.1Colin Walters2014-02-0626-22/+351
* Include gsystem-glib-compat.h for compatibility with GLib 2.32Jiří Klimeš2014-01-161-0/+1
* COPYING: Update to latest FSF with current addressColin Walters2014-01-161-10/+9
* console: Print a newline when starting a status line the first timeColin Walters2014-01-151-1/+1
* 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