summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix GISCAN warningsSjoerd Simons2015-11-203-3/+3
* shutil: Fall back to a copy if link() returns EPERM tooColin Walters2015-05-251-1/+1
* console: Further clarify escape codesMatthew Barnes2015-04-151-1/+5
* console: Link to wikipedia pageColin Walters2015-04-151-0/+1
* fileutils: Use new libglnx shutil mkdir-p APIColin Walters2015-04-071-3/+7
* fileutils: Switch to libglnx xattr codeColin Walters2015-02-151-317/+12
* Start using libglnxColin Walters2015-02-151-146/+5
* fileutils: Add missing dirent includeColin Walters2015-01-211-0/+1
* fileutils: Consistently use O_CLOEXECColin Walters2015-01-071-3/+3
* libgsystem: Add gs_fd_get_all_xattrsColin Walters2015-01-072-5/+97
* 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-173-0/+113
* localalloc: Add gs_fd_close cleanupColin Walters2014-12-171-0/+19
* 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
* localalloc: Define a #define for gs_unref_keyfileColin Walters2014-12-171-1/+8
* localalloc: Clean up header fileColin Walters2014-12-171-15/+14
* Fix typoGiuseppe Scrivano2014-11-201-1/+1
* subprocess: Fix a potential GCancellable leakPhilip Withnall2014-10-271-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
* 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
* Rework to be an installed libraryv2014.1Colin Walters2014-02-0618-0/+5146