summaryrefslogtreecommitdiff
path: root/glib/gfileutils.c
Commit message (Expand)AuthorAgeFilesLines
* gfileutils: document non-atomicity of g_file_set_contents()non-atomicity-of-g_file_set_contentsWill Thompson2018-06-151-0/+11
* gfileutils: Add missing ‘Since’ line to g_canonicalize_filename() docsPhilip Withnall2018-05-011-0/+1
* fileutils: Add g_canonicalize_filenameGeorges Basile Stavracas Neto2018-04-301-0/+134
* glib: add g_build_filename_valist()Cosimo Cecchi2017-11-071-0/+22
* gfileutils: factor out g_build_filename_va()Cosimo Cecchi2017-11-071-14/+18
* W32: Add a stat() implementation for private useРуслан Ижбулатов2017-11-011-1/+6
* Replace all instances of ssize_t with gssizeРуслан Ижбулатов2017-10-111-1/+1
* docs: Escape some backslashes for markdownVolker Sobek2017-10-051-1/+1
* gfileutils: add some sanity checksAurélien Zanelli2017-10-051-1/+11
* docs: Discourage use of gstdio.h and clarify its header requirementsPhilip Withnall2017-09-121-0/+9
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Do not mix declarations with code.John Lindgren2017-04-141-2/+6
* gfileutils: Add precondition checks to g_file_test()Philip Withnall2017-04-081-0/+2
* gfileutils: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-86/+29
* gfileutils: Mention g_dir_make_tmp() in g_mkdtemp*() docsBastien Nocera2017-01-241-0/+8
* introspection: Skip g_mkdtemp() and friendsPhilip Chimento2017-01-241-4/+4
* gfileutils: Fix g_mkdtemp*() API docsBastien Nocera2017-01-231-4/+4
* License headers: "GLib" -> "This library"Sébastien Wilmet2017-01-041-8/+7
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-3/+3
* Use Unicode in translatable stringsPiotr Drąg2016-10-121-18/+18
* gfileutils: Add missing (type filename) annotationsNikita Churaev2016-06-151-11/+13
* gfileutils: Fix a signed/unsigned integer comparisonPhilip Withnall2016-06-151-3/+3
* glib: Add filename type annotationsChristoph Reiter2016-06-041-21/+27
* gfileutils: Mark the return value from g_path_skip_root() as nullablePhilip Withnall2015-03-031-1/+1
* Save errno and pass it along to make sure gettext does not change itРуслан Ижбулатов2014-08-021-17/+41
* gfileutils: Add missing g_free() in error pathColin Walters2014-07-231-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-16/+16
* docs: let go of *Matthias Clasen2014-02-141-2/+2
* Docs: replace <literal> by `Matthias Clasen2014-02-061-16/+14
* Don't use <envar> in docsMatthias Clasen2014-02-051-3/+3
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* fileutils: Convert docs to markdownMatthias Clasen2014-02-011-15/+10
* Updated FSF's addressDaniel Mustieles2014-01-311-2/+1
* Unify error reporting in gfileutils.cMatthias Clasen2014-01-011-130/+88
* g_get_current_dir(): consult PWD firstRyan Lortie2013-12-091-1/+13
* gfileutils: Fix a potential integer overflowPhilip Withnall2013-11-271-15/+22
* Replace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIXDan Winship2013-11-201-3/+3
* Require POSIX.1 (1990) compliance on unixDan Winship2013-11-201-6/+0
* Require C90 complianceDan Winship2013-11-201-1/+1
* Remove alleged support for last-millennium UnixesDan Winship2013-11-201-4/+1
* g_file_error_from_errno: Remove unneeded breaksBastien Nocera2013-10-231-25/+0
* Fix the -Werror=format-nonliteral fixes for older GCCsJohn Ralls2013-09-291-5/+5
* gfileutils: Make -Werror=format-nonliteral happyColin Walters2013-09-291-14/+36
* Revert "g_file_set_contents(): don't fsync on ext3/4"Colin Walters2013-06-201-8/+1
* g_file_set_contents(): don't fsync on ext3/4Ryan Lortie2013-06-041-1/+8
* g_file_set_contents: change {posix_ => }fallocateRyan Lortie2013-06-031-2/+2
* g_file_set_contents(): fix simple logic errorRyan Lortie2013-06-031-1/+1
* g_file_set_contents(): use unistd instead of stdioRyan Lortie2013-06-031-33/+19
* g_file_set_contents(): don't allocate display nameRyan Lortie2013-06-031-78/+46
* g_file_set_contents(): use posix_fallocate()Ryan Lortie2013-06-031-0/+7