summaryrefslogtreecommitdiff
path: root/gio/glocalfile.c
AgeCommit message (Expand)Author
2010-03-30Define a public documented type for the struct stat used by g_stat()Tor Lillqvist
2010-02-22Keep metadata when files are renamed and trashedAlexander Larsson
2010-02-04Clarify use of struct stat on WindowsTor Lillqvist
2010-01-06Fix the filename roundtrip checkMatthias Clasen
2009-11-29Fix up GIO docsMatthias Clasen
2009-11-05Bug 324930 - Nicer message for EPERM on symlinkStéphane Démurget
2009-09-18Fix a lot of clang complaintsMatthias Clasen
2009-09-07Avoid reading uninitialized memoryAlexander Larsson
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship
2009-06-23Add extension point for adding metadata for local filesAlexander Larsson
2009-05-13Local file implementation of GFileIOStream and opsAlexander Larsson
2009-04-03Don't lie about ext4 filesystemsMatthias Clasen
2009-04-02On trash, if rename fails with EXDEV, return G_IO_ERROR_NOT_SUPPORTEDAlexander Larsson
2009-03-04Bug 573843 – g_get_current_dir returns non-absolute pathAlexander Larsson
2009-03-03Handle filesystems no supporting reporting how much is free. This fixesAlexander Larsson
2009-02-23Remove accidentally commited spewAlexander Larsson
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2008-12-09Bug 515777 - incorrect date&time on copyAlexander Larsson
2008-11-28 Bug 548163 – Nautilus displays wrong error message for too long fileMatthias Clasen
2008-11-21Bug 561375 – Leaks mountpoint descriptionCosimo Cecchi
2008-10-31Bug 558185 – 'parent' variable inGrahame Bowland
2008-10-27Fix leak inside g_local_file_get_parse_name()Federico Mena Quintero
2008-09-30Avoid a g_critical(). Pass a large enough result buffer toTor Lillqvist
2008-08-08Bug 535124 – umask 002 not being applied for new directories, new filesLoïc Minier
2008-07-02Use a configure check for structfs.f_bavail.Matthias Clasen
2008-07-01Moved all relevant typedefs into these files.Cody Russell
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch
2008-06-16Bug 538362 - Get Win32 icons back in the file chooserTor Lillqvist
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer
2008-06-16Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton
2008-06-11revert unintended changeMatthias Clasen
2008-06-10 Bug 536641 – Filesystem querying in gio does not list AFS and autofsMatthias Clasen
2008-05-27Fix #533369. Check whether memeber statvfs.f_basetype available or not.simon.zheng
2008-05-25Fix typo in error message (#534764).Ross Burton
2008-05-17fix free space information for ncpfsMatthias Clasen
2008-05-17 Bug 530196 – _g_local_file_has_trash_dir() doesn't handle st_dev == 0Matthias Clasen
2008-03-31Don't leak parent.Alexander Larsson
2008-03-28Reuse old string instead of adding new one.Alexander Larsson
2008-03-27Return G_IO_ERROR_IS_DIRECTORY, not G_IO_ERROR_WOULD_MERGE when movingAlexander Larsson
2008-03-14Use right define name for f_fstypename member checkAlexander Larsson
2008-03-12Implement as empty, returning FALSE, on Win32.Tor Lillqvist
2008-03-11Correctly implement can_trash by actually looking for a trash dir, notAlexander Larsson
2008-03-08Define FILE_READ_ONLY_VOLUME if it is missing from winnt.h. (#521145)Tor Lillqvist
2008-03-07Use struct statfs.f_fstypename if availible (e.g. on OpenBSD) Patch fromAlexander Larsson
2008-02-27Handle filesystems (like ntfs-3g) that return EEXIST instead of ENOTEMPTYAlexander Larsson
2008-02-25Fixup translator comments (#518578).Wouter Bolsterlee
2008-02-25Fix a few typos in translator comments and documentation.Wouter Bolsterlee
2008-02-25Add translator comments (#518578)Alexander Larsson
2008-02-25Make new strings reuse old ones.Alexander Larsson