[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gfileutils.c
2014-08-02 Руслан ИжбулатовSave errno and pass it along to make sure gettext does...
2014-07-23 Colin Waltersgfileutils: Add missing g_free() in error path
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-15 Matthias Clasendocs: let go of *
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasenfileutils: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-01 Matthias ClasenUnify error reporting in gfileutils.c
2013-12-09 Ryan Lortieg_get_current_dir(): consult PWD first
2013-11-27 Philip Withnallgfileutils: Fix a potential integer overflow
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire POSIX.1 (1990) compliance on unix
2013-11-20 Dan WinshipRequire C90 compliance
2013-11-20 Dan WinshipRemove alleged support for last-millennium Unixes
2013-10-23 Bastien Nocerag_file_error_from_errno: Remove unneeded breaks
2013-09-29 John RallsFix the -Werror=format-nonliteral fixes for older GCCs
2013-09-29 Colin Waltersgfileutils: Make -Werror=format-nonliteral happy
2013-06-20 Colin WaltersRevert "g_file_set_contents(): don't fsync on ext3/4"
2013-06-04 Ryan Lortieg_file_set_contents(): don't fsync on ext3/4
2013-06-04 Ryan Lortieg_file_set_contents: change {posix_ => }fallocate
2013-06-03 Ryan Lortieg_file_set_contents(): fix simple logic error
2013-06-03 Ryan Lortieg_file_set_contents(): use unistd instead of stdio
2013-06-03 Ryan Lortieg_file_set_contents(): don't allocate display name
2013-06-03 Ryan Lortieg_file_set_contents(): use posix_fallocate()
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-01-24 Gil ForcadaIncorrect string formatters, fixes #692229
2012-11-10 Matthias ClasenAdd plural forms for some translations
2012-11-06 Ryan LortieDon't call varargs open() through non-varargs type
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-06-22 Colin Waltersgfileutils: Remove extra fclose()
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-29 Matthias ClasenCorrect some Since tags
2011-12-14 Stef Walterdocumentation fixes
2011-10-17 Matthias ClasenReshuffle some functions between gutils and gfileutils
2011-10-17 Ryan Lortiestatic and #include fixups in glib/
2011-10-02 Matthias ClasenMove file utility docs inline
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-04 Dan Winshipfix a few warnings on non-Linux
2011-08-29 Matthias ClasenSpelling fixes
2011-08-24 Dan Winshipgfileutils: fix docs/annotations for temp file methods
2011-08-19 Stef WalterMerge branch 'concurrent-cancellable'
2011-08-14 Matthias ClasenAdd g_mkdtemp in the spirit of g_mkstemp
2011-07-26 Ryan Lortieg_format_size: fix on Windows
2011-07-26 Ryan Lortieg_format_size: avoid silly GString use
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-07-20 Ryan LortieChange order of GFormatSizeFlags
2011-07-20 Ryan Lortieg_format_size: just use GString
2011-07-20 Ryan LortieChange GLib size units policy
2011-07-20 Ryan Lortieg_format_size_for_display: some internal renames
2011-06-14 Matthias ClasenDon't leak resources in error cases
2011-06-07 Colin WaltersUpdate annotations from gobject-introspection/gir/glib...
2011-06-04 Matthias Claseng_mkdir_with_parents: cope with dirs popping into existence
2011-05-31 Colin Waltersgfileutils: Annotations for g_file_{get,set}_contents
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-08 Martin NordholtsCheck availability of linux/magic.h
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-04 Matthias ClasenFix build on old kernels
2010-12-21 Ryan LortieBug 637544 - Skip fsync() on btrfs
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-06 Tor LillqvistFix build on Windows and possibly other non-Linux platforms
2010-09-04 Matthias ClasenMore include cleanups
2010-08-26 Matthias ClasenImprove g_file_set_contents docs
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-11-26 Christian PerschAdd TB and PB cases to g_format_size_for_display
2009-11-03 Carlo BraminiMake g_file_test() behave on Windows more like as on...
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-09-05 Matthias ClasenAdd a Since: tag
2009-09-04 Benjamin OtteBug 594034 - Add g_mkstemp_full()
2009-08-11 Alexander LarssonOnly fsync if the existing file is > 0 bytes
2009-03-16 Alexander LarssonBug 575555 – Use fsync() when replacing files to avoid...
2009-02-23 Matthias ClasenImprove docs
2009-01-05 Tor LillqvistBug 566348 - g_file_open_tmp uses the wrong g_mkstemp...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-10-06 Christophe FergeauBug 555224 – Improve g_format_size_for_display doc
2008-07-27 Tor Lillqvistglib/glib.symbols glib/gconvert.c glib/gdir.c glib...
2008-07-16 Matthias ClasenDetect overflow and error out. Reported by Morten Welinder.
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-05-24 Matthias Clasensmall doc improvement
2008-01-18 Murray CummingFixed some minor typos in the documentation.
2007-12-19 Alexander LarssonRename g_format_file_size_for_display to g_format_size_...
2007-12-09 Hans Breuerremoved -GD to compile with msvc9 (vs2008) with less...
2007-11-27 Alexander LarssonMove g_format_file_size_for_display from gio to glib
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2007-07-09 Ryan Lortiesave errno to prevent it being clobbered by call to
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-08-29 Tor LillqvistRemove support for Windows 9x/ME, as will be done also...
2006-06-16 Matthias ClasenAdd tests.
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-03 Matthias ClasenDon't fork a new process just to fix the permissions...
2005-08-10 Matthias ClasenTake a va_list*, not a va_list, to avoid compiler warni...
2005-07-13 Matthias ClasenFix a typo. (#310243, Richard Laager)
next