summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* afc: Add support for iOS5 thumbnailsBastien Nocera2011-12-011-2/+6
* afc: tweak the text used to report a device locked errorCosimo Cecchi2011-12-011-1/+1
* afc: invert the choices order for the device passcode dialogCosimo Cecchi2011-12-011-1/+1
* http: Automatically decompress gzip'ed streamsBastien Nocera2011-11-161-0/+7
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-149-3/+17
* daemon: Do not unref NULL mount specTomas Bzatek2011-11-141-1/+2
* Adapt to glib thread API changesTomas Bzatek2011-10-261-1/+1
* Adapt to glib mutex API changesTomas Bzatek2011-10-2512-284/+258
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-213-7/+4
* Use g_atomic_int_add instead of deprecated g_atomic_int_exchange_and_add.Kjartan Maraas2011-10-212-2/+2
* Purge hardcoded -DG_DISABLE_DEPRECATEDColin Walters2011-10-121-3/+2
* daemon: Grab a pointer to the GvfsBackend before unref'ing a job source, prev...Michael Terry2011-09-291-1/+3
* smb: Ignore read-only attribute for directoriesAndreas Heik2011-09-081-2/+3
* dav: Fix small memory leak (display_name)Christian Kellner2011-09-021-0/+1
* smb: Always check for existing file on renameTomas Bzatek2011-08-301-3/+21
* afp: remove unused and crashy handling of Attention messagesCarl-Anton Ingmarsson2011-08-291-76/+0
* ftp: Fix return value of try_get_settable_attributes() on failureChris Wulff2011-08-291-1/+1
* Ignore SIGPIPE signals to avoid process termination on cancelled transferTomas Bzatek2011-08-292-0/+10
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-263-10/+16
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-264-95/+128
* afp: change open_fork to be able to return file information for the opened forkCarl-Anton Ingmarsson2011-08-251-34/+66
* afp: make the afp backends optionalCarl-Anton Ingmarsson2011-08-251-3/+9
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-253-16/+10
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-254-128/+95
* afp: add set_unix_privs functionCarl-Anton Ingmarsson2011-08-251-72/+128
* afp: create file if it doesn't exist when doing replaceCarl-Anton Ingmarsson2011-08-251-73/+75
* afp: implement copyCarl-Anton Ingmarsson2011-08-251-5/+218
* afp: add copy_file function wrapping FPCopyFileCarl-Anton Ingmarsson2011-08-252-1/+129
* afp: add move_and_rename utility functionCarl-Anton Ingmarsson2011-08-251-35/+85
* afp: use FPGetFileDirParms when querying root volume infoCarl-Anton Ingmarsson2011-08-251-44/+32
* afp: query for and set G_FILE_OWNER_[USER|USER_REAL|GROUP]Carl-Anton Ingmarsson2011-08-252-4/+239
* afp: fail replace early if the given file is a directoryCarl-Anton Ingmarsson2011-08-251-10/+10
* afp: print errors for some more results from FPExchangeFilesCarl-Anton Ingmarsson2011-08-252-0/+9
* afp: check files etag when doing a replaceCarl-Anton Ingmarsson2011-08-251-4/+46
* afp: retrieve etag on close_writeCarl-Anton Ingmarsson2011-08-251-9/+65
* afp: use delete function to delete temporary fileCarl-Anton Ingmarsson2011-08-251-17/+1
* afp: change close_fork to take a gint16 fork_refnum parameterCarl-Anton Ingmarsson2011-08-251-7/+7
* afp: small cleanup in create_fileCarl-Anton Ingmarsson2011-08-251-27/+30
* afp: replace some tabs with spacesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-255-75/+76
* afp: fix some leaks of GSimpleAsyncResultsCarl-Anton Ingmarsson2011-08-253-32/+38
* afp: change update_cache to use a GIO like apiCarl-Anton Ingmarsson2011-08-251-51/+67
* afp: read directly into the given read bufferCarl-Anton Ingmarsson2011-08-253-21/+57
* afp: add a read_all_async functionCarl-Anton Ingmarsson2011-08-251-32/+120
* afp: print better error message when trying to delete an open fileCarl-Anton Ingmarsson2011-08-251-0/+4
* afp: avoid useless copy when writingCarl-Anton Ingmarsson2011-08-253-77/+201
* afp: mount volumes as the user who is logged in in the afpbrowse backendCarl-Anton Ingmarsson2011-08-252-3/+17
* afp: small indent fixCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: fix compile warningsCarl-Anton Ingmarsson2011-08-251-3/+4
* afp: implement enumerate for AfpVersion < 3.1Carl-Anton Ingmarsson2011-08-251-35/+46