Don't leak parent.
[platform/upstream/glib.git] / gio / glocalfile.c
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...