summaryrefslogtreecommitdiff
path: root/gio/gfile.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-28gfile: Fix memory leak in g_file_move()David King1-0/+4
2014-07-23gfile: Initialize variable to pacify static analysisColin Walters1-1/+1
2014-06-29doc: improve doc of g_file_equal()Sébastien Wilmet1-1/+0
2014-05-23gio: port annotations from the Vala metadata.Evan Nemerson1-12/+12
2014-04-19gfile: More explicitly document the context for GFileProgressCallbackPhilip Withnall1-2/+3
2014-04-09g_file_copy: Don't set GError when we intend to ignore errorsColin Walters1-1/+1
2014-02-08Remove a few leftover <simplelist>sMatthias Clasen1-12/+8
2014-02-08Eradicate links and xrefsMatthias Clasen1-53/+34
2014-02-06Stop using <para> for idsMatthias Clasen1-3/+3
2014-02-06Docs: replace <literal> by `Matthias Clasen1-3/+3
2014-02-05Convert external links to markdown syntaxMatthias Clasen1-1/+2
2014-02-01Docs: Drop use of indexterm tagsMatthias Clasen1-4/+4
2014-01-31Docs: Convert examples to |[ ]|Matthias Clasen1-2/+2
2014-01-31Docs: don't use the warning tagMatthias Clasen1-4/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2014-01-17g_file_new_for_commandline_arg: clarify encodingRyan Lortie1-0/+9
2014-01-02GFile: fix uninitialised variableRyan Lortie1-1/+1
2013-12-25gio: Fix return of value from void functionMatthias Scheler1-3/+3
2013-12-02Document clearly async functions not copying its argsXavier Claessens1-0/+5
2013-12-02GFile: add GBytes version of _replace_contents_async()Xavier Claessens1-9/+56
2013-11-20Require POSIX.1 (1990) compliance on unixDan Winship1-3/+0
2013-10-29gio: Clear error properly to prevent crashRoss Lagerwall1-1/+1
2013-10-16g_file_copy: Fall back to pathname queryinfo to help gvfs backendsColin Walters1-1/+22
2013-09-17measure_disk_usage: properly report resultsRyan Lortie1-5/+11
2013-09-17measure_disk_usage: skip progress on NULL callbackRyan Lortie1-1/+1
2013-09-06GFile: add new g_file_measure_disk_usage() APIRyan Lortie1-0/+301
2013-06-05Ensure g_file_copy() does not temporarily expose private filesColin Walters1-1/+23
2013-06-05g_file_copy(): Clean up logic for info queryColin Walters1-40/+88
2013-04-19Add async version of g_file_make_directory()Sébastien Wilmet1-0/+111
2013-04-19GFile: fix the *_async_thread()Sébastien Wilmet1-57/+8
2013-04-10Add async version of g_file_trash()Sébastien Wilmet1-0/+111
2013-04-10Add missing details in GFile documentationSébastien Wilmet1-0/+2
2013-03-25g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissionsColin Walters1-7/+8
2013-02-10Fix the build on SolarisMatthias Clasen1-3/+3
2013-01-29Add g_close(), use itColin Walters1-3/+12
2013-01-27GFile: Clean up file_copy_fallback to fix SEGV with btrfsColin Walters1-64/+76
2013-01-25gfile: Ensure we create internal pipe with FD_CLOEXECColin Walters1-6/+5
2013-01-21gfile: don't report completion twice on g_file_load_contents errorCosimo Cecchi1-4/+5
2013-01-05GFile: Add Btrfs clone ioctl supportNirbheek Chauhan1-9/+95
2012-12-19gio + inotify support for hard linksRyan Lortie1-1/+18
2012-12-18gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship1-589/+344
2012-12-14docs: Fix return value of g_file_set_attributes_from_info()Tomas Bzatek1-1/+1
2012-11-30g_file_enumerate_children: Fix reference to wrong error codeMatthias Clasen1-1/+1
2012-11-27gio: New API for GFile from remote commandline argRyan Lortie1-16/+60
2012-10-10gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResultDan Winship1-39/+28
2012-09-23Fix gio docsMatthias Clasen1-1/+1
2012-09-03g_file_copy: plug a leakDan Winship1-0/+1
2012-08-28GFile: Cosmetic doc changesMatthias Clasen1-2442/+2589
2012-08-16g_file_make_directory_with_parents: clean up logicOwen W. Taylor1-12/+10
2012-08-16g_file_make_directory_with_parents(): fix a corner caseOwen W. Taylor1-2/+3