summaryrefslogtreecommitdiff
path: root/gio/gfile.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-26Bug 543183 – Clarify docs for g_file_has_prefixAlexander Larsson1-0/+2
2009-02-19Bug 549298 – impossible to copy files with p (pipe) flagAlexander Larsson1-13/+29
2009-02-18Bug 560564 – Replacing a symlink with its linked file truncates theAlexander Larsson1-1/+1
2008-12-09Bug 515777 - incorrect date&time on copyAlexander Larsson1-2/+3
2008-09-26add a cast to stop a gcc warningDan Winship1-1/+1
2008-09-21Add new GFileCopyFlagNelson Benítez León1-5/+12
2008-08-10Bug 547080 – g_file_copy leaks expected errorsFelix Riemann1-0/+4
2008-08-09Bug 535124 – umask 002 not being applied for new directories, new filesLoïc Minier1-0/+6
2008-08-04Bug 546017 – Don't copy attributes when copying a symlinkMatthias Clasen1-1/+2
2008-07-28Bug 545203 – gfile.c: argument is different type.Matthias Clasen1-1/+1
2008-07-20543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen1-7/+8
2008-07-18Fix a segfaultMatthias Clasen1-0/+12
2008-07-16More documentation fixesMatthias Clasen1-8/+30
2008-07-16Small documentation fixesMatthias Clasen1-16/+28
2008-07-09Doc improvementMatthias Clasen1-8/+14
2008-07-02Add g_file_monitorMatthias Clasen1-0/+30
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+6
2008-06-30Clarify docs. Patch by Jared MooreMatthias Clasen1-3/+3
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch1-57/+57
2008-06-16Make includes more uniformMatthias Clasen1-1/+1
2008-06-11Bug 511367 - add g_file_make_directory_with_parents.Ross Burton1-1/+85
2008-06-11Don't unref before last useMatthias Clasen1-1/+2
2008-06-10do not leak the output stream.Paolo Borelli1-5/+7
2008-05-13A URI scheme must start with a letter, even if later more characters areBastien Nocera1-1/+4
2008-04-15Fixed typos in gtk-doc comments.Mukund Sivaraman1-2/+2
2008-04-08Doc updateTomas Bzatek1-1/+2
2008-04-08 Bug 526796 – Wrong order of arguments in g_file_copy's fallbackMatthias Clasen1-1/+2
2008-03-31Always return a GFileType enum value (#520715).A. Walton1-1/+1
2008-03-31Add g_file_query_file_type convenience function to query the type of aMatthias Clasen1-2/+40
2008-03-31Fix some documentation typos. (#524950, Rob Bradford)Matthias Clasen1-4/+3
2008-03-28Fix up last commit.Alexander Larsson1-1/+0
2008-03-28Fallback to g_file_query_info for source size ifAlexander Larsson1-5/+24
2008-03-19Bump block side for copy to 64k to minimize overhead for low latencyAlexander Larsson1-1/+1
2008-03-10Minor spelling correction in documentation: existance -> existence.Murray Cumming1-3/+3
2008-03-06Add g_return_val_if_fail check (#520700)Alexander Larsson1-1/+3
2008-03-04Remove deprecated symbols we kept for one release.Alexander Larsson1-10/+0
2008-03-01clarify docs for g_file_delete().Benjamin Otte1-1/+2
2008-02-25Fixup translator comments (#518578).Wouter Bolsterlee1-4/+3
2008-02-25Fix a few typos in translator comments and documentation.Wouter Bolsterlee1-4/+4
2008-02-25Add translator comments (#518578)Alexander Larsson1-0/+3
2008-02-25Reintroduce g_file_contains_file, keep around for one unstable releaseAlexander Larsson1-0/+10
2008-02-25Remove deprecated g_file_contains_file.Alexander Larsson1-23/+0
2008-02-21Doc fixesMatthias Clasen1-2/+2
2008-02-21Implement this function by moving bits from glocalfileinfo.cDavid Zeuthen1-0/+162
2008-02-21Fix doc typoAlexander Larsson1-1/+1
2008-02-21Fix doc typoAlexander Larsson1-1/+1
2008-02-21Add more documentation about how GFiles work (from #517086)Alexander Larsson1-16/+55
2008-02-21Add new g_file_has_prefix that does the same as g_file_contains_file.Alexander Larsson1-11/+39
2008-02-20even more cases of not returning in error pathBenjamin Otte1-22/+29