summaryrefslogtreecommitdiff
path: root/gio/gfile.c
Commit message (Expand)AuthorAgeFilesLines
* Split out gio into its own moduleAlexander Larsson2007-09-131-2551/+0
* Handle NULL function pointers as not supported errorsAlexander Larsson2007-09-131-1/+125
* Add name and prio to GVfs interfaceAlexander Larsson2007-09-131-3/+3
* Add a flag for file monitoringAlexander Larsson2007-09-131-6/+10
* Add GPollFileMonitor and use it as fallbackAlexander Larsson2007-09-131-0/+9
* Add async get_infoAlexander Larsson2007-09-131-1/+129
* Rename g_file_get_for_XXX to g_file_new_for_XXXAlexander Larsson2007-09-131-6/+6
* Use g_cancellable_set_error_if_cancelledAlexander Larsson2007-09-131-144/+36
* Make GFileAttributeInfoList refcountedAlexander Larsson2007-09-131-2/+2
* Fix up symlink copyingAlexander Larsson2007-09-131-4/+26
* Fix leak of file attribute listsAlexander Larsson2007-09-131-0/+4
* Support G_FILE_COPY_ALL_METADATA and use that in move by copy fallbackAlexander Larsson2007-09-131-47/+2
* Fix cut and paste errorAlexander Larsson2007-09-131-1/+1
* Initial attribute copy codeAlexander Larsson2007-09-131-14/+119
* Break out source open into its own functionAlexander Larsson2007-09-131-56/+74
* Break out stream copying into its own functionAlexander Larsson2007-09-131-47/+70
* Implement G_FILE_COPY_NOFOLLOW_SYMLINKS in default copy fallbackAlexander Larsson2007-09-131-40/+111
* g_file_set_attributes_from_infoAlexander Larsson2007-09-131-34/+111
* Implement g_file_replace_contents_async (untested)Alexander Larsson2007-09-131-8/+515
* Add ETAG attribute Use this instead of mtime in g_file_replaceAlexander Larsson2007-09-131-4/+8
* gchar is stupid, use char insteadAlexander Larsson2007-09-131-5/+5
* Implement g_file_replace_contentsAlexander Larsson2007-09-131-0/+48
* Implement g_file_load_contentsAlexander Larsson2007-09-131-0/+52
* Replace get_contents with load_contents to avoid namespace clashes with g_fil...Alexander Larsson2007-09-131-21/+21
* Initial work on copying attributes when moving file by copy+removeAlexander Larsson2007-09-131-0/+46
* Implement fallback version for query attr methods when not supported.Alexander Larsson2007-09-131-10/+32
* Add comments for the attribute query functionsAlexander Larsson2007-09-131-1/+8
* Add API for listing settable attributesAlexander Larsson2007-09-131-0/+58
* Break out GFileAttributeValue from GFileInfo and use in other places.Alexander Larsson2007-09-131-23/+28
* clear up WOULD_BLOCK error messageAlexander Larsson2007-09-131-1/+1
* Correct error handling for move+copy on local and fallbackAlexander Larsson2007-09-131-4/+4
* Correct error reporting for g_file_copy()Alexander Larsson2007-09-131-3/+51
* Remove old commentsAlexander Larsson2007-09-131-6/+2
* Clarify copy errorsAlexander Larsson2007-09-131-1/+4
* Add comments detailing error behaviour in move & copyAlexander Larsson2007-09-131-2/+29
* Fix up commentAlexander Larsson2007-09-131-1/+1
* Add some commentsAlexander Larsson2007-09-131-0/+3
* Implement set_display_name in daemonAlexander Larsson2007-09-131-0/+9
* Correct some cut/paste mistakes.Alexander Larsson2007-09-131-1/+1
* Add g_file_trash APIAlexander Larsson2007-09-131-0/+28
* Add g_file_get_filesystem_infoAlexander Larsson2007-09-131-0/+22
* Add cancellation to mount operationsAlexander Larsson2007-09-131-4/+61
* Fix leaksAlexander Larsson2007-09-131-0/+3
* Implement g_file_get_contents_async utility functionAlexander Larsson2007-09-131-0/+191
* Convert g_file_read_async() to new async API modelAlexander Larsson2007-09-131-75/+67
* Move mount_for_location back into GFileAlexander Larsson2007-09-131-7/+30
* Update mounting APIsAlexander Larsson2007-09-131-5/+61
* Import file monitoring work from John McCutchanAlexander Larsson2007-09-131-0/+21
* revert old pre-win32 file modesAlexander Larsson2007-09-131-0/+0
* Make it build on win32Alexander Larsson2007-09-131-0/+2