summaryrefslogtreecommitdiff
path: root/glib/gfileutils.c
Commit message (Expand)AuthorAgeFilesLines
* Correct some Since tagsMatthias Clasen2011-12-291-2/+2
* documentation fixesStef Walter2011-12-131-5/+5
* Reshuffle some functions between gutils and gfileutilsMatthias Clasen2011-10-171-258/+451
* static and #include fixups in glib/Ryan Lortie2011-10-161-1/+1
* Move file utility docs inlineMatthias Clasen2011-10-011-0/+135
* fix a few warnings on non-LinuxDan Winship2011-09-041-0/+3
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* gfileutils: fix docs/annotations for temp file methodsDan Winship2011-08-241-18/+22
* Add g_mkdtemp in the spirit of g_mkstempMatthias Clasen2011-08-141-155/+243
* g_format_size: fix on WindowsRyan Lortie2011-07-261-0/+10
* g_format_size: avoid silly GString useRyan Lortie2011-07-261-5/+4
* Replace @Varargs with @...Ryan Lortie2011-07-221-2/+2
* Change order of GFormatSizeFlagsRyan Lortie2011-07-201-3/+3
* g_format_size: just use GStringRyan Lortie2011-07-201-47/+34
* Change GLib size units policyRyan Lortie2011-07-201-0/+193
* g_format_size_for_display: some internal renamesRyan Lortie2011-07-201-18/+18
* Don't leak resources in error casesMatthias Clasen2011-06-141-0/+3
* Update annotations from gobject-introspection/gir/glib-2.0.cColin Walters2011-06-071-1/+1
* g_mkdir_with_parents: cope with dirs popping into existenceMatthias Clasen2011-06-031-1/+1
* gfileutils: Annotations for g_file_{get,set}_contentsColin Walters2011-05-311-6/+6
* Check availability of linux/magic.hMartin Nordholts2011-03-081-1/+1
* Fix build on old kernelsMatthias Clasen2011-01-041-1/+1
* Bug 637544 - Skip fsync() on btrfsRyan Lortie2010-12-201-0/+19
* Fix build on Windows and possibly other non-Linux platformsTor Lillqvist2010-09-061-0/+1
* More include cleanupsMatthias Clasen2010-09-031-2/+2
* Improve g_file_set_contents docsMatthias Clasen2010-08-261-0/+3
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Add TB and PB cases to g_format_size_for_displayChristian Persch2009-11-261-7/+25
* Make g_file_test() behave on Windows more like as on POSIXCarlo Bramini2009-11-031-6/+13
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-2/+1
* Add a Since: tagMatthias Clasen2009-09-041-9/+11
* Bug 594034 - Add g_mkstemp_full()Benjamin Otte2009-09-041-10/+34
* Only fsync if the existing file is > 0 bytesAlexander Larsson2009-08-111-22/+27
* Bug 575555 – Use fsync() when replacing files to avoid data loss onAlexander Larsson2009-03-161-4/+47
* Improve docsMatthias Clasen2009-02-231-9/+10
* Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32Tor Lillqvist2009-01-051-154/+142
* Fix some compiler warningsMatthias Clasen2008-12-311-47/+47
* Bug 555224 – Improve g_format_size_for_display docChristophe Fergeau2008-10-061-6/+9
* glib/glib.symbols glib/gconvert.c glib/gdir.c glib/gfileutils.cTor Lillqvist2008-07-271-4/+4
* Detect overflow and error out. Reported by Morten Welinder.Matthias Clasen2008-07-161-1/+16
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-4/+4
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* small doc improvementMatthias Clasen2008-05-241-1/+1
* Fixed some minor typos in the documentation.Murray Cumming2008-01-181-1/+1
* Rename g_format_file_size_for_display to g_format_size_for_display.Alexander Larsson2007-12-191-7/+9
* removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer2007-12-091-4/+4
* Move g_format_file_size_for_display from gio to glibAlexander Larsson2007-11-271-0/+45
* Require gtk-doc 1.8.Matthias Clasen2007-11-251-7/+7
* save errno to prevent it being clobbered by call toRyan Lortie2007-07-091-1/+2
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-7/+7