Add a quick utility to test datetime formatting
[platform/upstream/glib.git] / gio / glocalfile.c
2011-07-26 Ryan Lortieglocalfile: don't bother with fstype on win32
2011-07-21 Benjamin Otteglocalfile: Fix compilation without USE_STATFS and...
2011-07-18 Patrick WelcheAvoid failing arguments to statfs() test on systems...
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-04-15 Kean JohnstonGLocalFile: Use _fstati64 rather than stat on Win32
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-06 Serkan Kabagio: Recognize reiser4 in g_file_query_filesystem_info()
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-06-22 Tor LillqvistBypass a few functions not used on Windows when compili...
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'
2010-03-30 Tor LillqvistDefine a public documented type for the struct stat...
2010-02-22 Alexander LarssonKeep metadata when files are renamed and trashed
2010-02-04 Tor LillqvistClarify use of struct stat on Windows
2010-01-06 Matthias ClasenFix the filename roundtrip check
2009-11-30 Matthias ClasenFix up GIO docs
2009-11-05 Stéphane DémurgetBug 324930 - Nicer message for EPERM on symlink
2009-09-18 Matthias ClasenFix a lot of clang complaints
2009-09-07 Alexander LarssonAvoid reading uninitialized memory
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-01 Dan WinshipSupport g_main_context_push_thread_default() in gio
2009-06-23 Alexander LarssonAdd extension point for adding metadata for local files
2009-05-13 Alexander LarssonLocal file implementation of GFileIOStream and ops
2009-04-03 Matthias ClasenDon't lie about ext4 filesystems
2009-04-02 Alexander LarssonOn trash, if rename fails with EXDEV, return G_IO_ERROR...
2009-03-04 Alexander LarssonBug 573843 – g_get_current_dir returns non-absolute...
2009-03-03 Alexander LarssonHandle filesystems no supporting reporting how much...
2009-02-23 Alexander LarssonRemove accidentally commited spew
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2008-12-09 Alexander LarssonBug 515777 - incorrect date&time on copy
2008-11-28 Matthias Clasen Bug 548163 – Nautilus displays wrong error...
2008-11-21 Cosimo CecchiBug 561375 – Leaks mountpoint description
2008-10-31 Grahame BowlandBug 558185 – 'parent' variable in
2008-10-27 Federico Mena QuinteroFix leak inside g_local_file_get_parse_name()
2008-09-30 Tor LillqvistAvoid a g_critical(). Pass a large enough result buffer to
2008-08-08 Loïc MinierBug 535124 – umask 002 not being applied for new direct...
2008-07-02 Matthias ClasenUse a configure check for structfs.f_bavail.
2008-07-01 Cody RussellMoved all relevant typedefs into these files.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-16 Christian PerschUse g_set_error_literal where appropriate. Patch from...
2008-06-16 Tor LillqvistBug 538362 - Get Win32 icons back in the file chooser
2008-06-16 Michael Nattererchain up unconditionally in finalize() and dispose...
2008-06-16 Ross BurtonBug 536252 – GFileEnumerator should allow access to...
2008-06-11 Matthias Clasenrevert unintended change
2008-06-10 Matthias Clasen Bug 536641 – Filesystem querying in gio does...
2008-05-27 simon.zhengFix #533369. Check whether memeber statvfs.f_basetype...
2008-05-25 Ross BurtonFix typo in error message (#534764).
2008-05-17 Matthias Clasenfix free space information for ncpfs
2008-05-17 Matthias Clasen Bug 530196 – _g_local_file_has_trash_dir()...
2008-03-31 Alexander LarssonDon't leak parent.
2008-03-28 Alexander LarssonReuse old string instead of adding new one.
2008-03-27 Alexander LarssonReturn G_IO_ERROR_IS_DIRECTORY, not G_IO_ERROR_WOULD_ME...
2008-03-14 Alexander LarssonUse right define name for f_fstypename member check
2008-03-12 Tor LillqvistImplement as empty, returning FALSE, on Win32.
2008-03-11 Alexander LarssonCorrectly implement can_trash by actually looking for...
2008-03-08 Tor LillqvistDefine FILE_READ_ONLY_VOLUME if it is missing from...
2008-03-07 Alexander LarssonUse struct statfs.f_fstypename if availible (e.g. on...
2008-02-27 Alexander LarssonHandle filesystems (like ntfs-3g) that return EEXIST...
2008-02-25 Wouter BolsterleeFixup translator comments (#518578).
2008-02-25 Wouter BolsterleeFix a few typos in translator comments and documentation.
2008-02-25 Alexander LarssonAdd translator comments (#518578)
2008-02-25 Alexander LarssonMake new strings reuse old ones.
2008-02-25 Alexander LarssonImplement trashing and filesystem::readonly for win32...
2008-02-21 Alexander LarssonAdd new g_file_has_prefix that does the same as g_file_...
2008-02-18 Alexander LarssonUse g_unlink/g_rename instead of unlink/rename; do...
2008-02-18 Alexander LarssonOpen files with O_BINARY on windows. (#517140)
2008-02-14 Alexander LarssonCopy permissions with file on copy (#514084) This is...
2008-02-06 Christian PerschSave errno before calling other funcs that potentially...
2008-02-06 Alexander LarssonDon't succeed with trash if newly created trash dir...
2008-02-05 Alexander LarssonDon't spew warnings when destination is not a GLocalFile.
2008-01-27 Matthias ClasenAvoid trivial differences in translatable strings
2008-01-25 Matthias ClasenString fixes
2008-01-22 Alexander LarssonCanonicalize paths that start with more than two slashes.
2008-01-22 Alexander LarssonAllow UTF-8 in file:// parse names.
2008-01-21 Matthias ClasenWhitespace cleanups.
2008-01-17 Alexander LarssonAllow calls to implementation of copy and write even...
2008-01-14 Alexander LarssonAdd GError to file monitor calls
2008-01-14 Alexander LarssonHandle root correctly in g_file_get_relative_path ...
2008-01-09 Dan Winshipx86_64 fix
2008-01-07 Alexander LarssonBuild test subdir after . Remove gdirectorymonitor...
2007-12-20 Alexander LarssonFile attribute renames: std:: -> standard:: fs:: -...
2007-12-17 Alexander LarssonAdd is_supported() to GNativeVolumeMonitorClass so...
2007-12-17 Matthias ClasenNamespace waste reduction, move some g_get_unix_mount...
2007-12-14 Alexander LarssonMove GFileAttributeValue to a private header, as its...
2007-12-14 Alexander LarssonClean up all flags enums to not have _FLAGS in them...
2007-12-12 Alexander LarssonMake attribute namespace separator "::" instead of...
2007-12-11 David ZeuthenRework how volumes, drives and volume monitoring is...
2007-12-10 Tor LillqvistAdd some more G_OS_WIN32 conditionals to silence gcc...
2007-12-08 Hans Breuer[gio compiles and links on win32, not sure how much...
2007-12-05 Alexander LarssonRename all struct members named: read, write, close...
2007-12-03 Alexander LarssonAdd G_FILE_COPY_NO_FALLBACK_FOR_MOVE flag
2007-11-30 Matthias ClasenMore coding style fixes
2007-11-28 Alexander LarssonRemoved unnecessary file
2007-11-28 Alexander LarssonAdded. Added. Added. Added.
2007-11-26 Alexander Larssongio/ docs/reference/gio Merged gio-standalone into...