summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* afp: Add a comment for translatorsTomas Bzatek2012-06-221-0/+1
* build: Change GSettings schema paths to /org/gnome/systemTomas Bzatek2012-06-222-2/+2
* dav: abort finding the root on error or auth info changeChristian Kellner2012-06-181-31/+50
* dav: ignore empty tags in multistatus responsesChristian Kellner2012-06-181-1/+13
* afp: Use g_clear_object properlyMatthias Clasen2012-04-301-2/+2
* afp: use the UTF-8 server name for password dialogs when it's availableCarl-Anton Ingmarsson2012-04-221-2/+6
* afp: convert pascal strings into utf-8Carl-Anton Ingmarsson2012-04-221-1/+4
* afp: Prevent redefinition of GVfsAfpServer.Antoine Jacoutot2012-04-161-1/+0
* gphoto2: Initialize mutex early enoughMartin Pitt2012-04-111-2/+2
* afc: Fix building against libimobiledevice-1.1.2Alexandre Rostovtsev2012-04-021-1/+9
* Keep using ~/.gvfs as fallbackAlexander Larsson2012-03-152-2/+10
* dav: Fix free space reportingTomas Bzatek2012-02-091-12/+21
* GVfsJobUnmount: check that vfunc is implemented before calling itGiovanni Campagna2012-02-071-1/+6
* burn: Use user runtime dir instead of /tmpWilliam Jon McCann2012-02-071-10/+5
* Use user runtime dir for gvfs mountsWilliam Jon McCann2012-02-072-2/+2
* afpvolume: s/afp_conn/conn/Carl-Anton Ingmarsson2012-01-221-20/+20
* afp: fix potential leak in g_vfs_afp_volume_enumerateCarl-Anton Ingmarsson2012-01-221-1/+4
* afp: split out volume specific functions into a GVfsAfpVolume object.Carl-Anton Ingmarsson2012-01-2211-2563/+4001
* afp: Add support for making backups when server has support for FPExchangeFilesCarl-Anton Ingmarsson2012-01-221-20/+63
* afp: fix leak of AfpHandle::tmp_filenameCarl-Anton Ingmarsson2012-01-221-0/+1
* afp: change g_vfs_afp_connection_get_server_info to g_vfs_afp_query_server_infoCarl-Anton Ingmarsson2012-01-223-93/+90
* afp: move retrieval of volumes into GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-81/+178
* afp: more string fixes after André's reviewCarl-Anton Ingmarsson2012-01-222-11/+12
* afp: move get_vol_parms to GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-162/+198
* afp: move retrieval of server parameters into GVfsAfpServerCarl-Anton Ingmarsson2012-01-223-99/+143
* afp: do some string fixes and add some translator commentsCarl-Anton Ingmarsson2012-01-223-7/+11
* afp: make GVfsAfpName an opaque typeCarl-Anton Ingmarsson2012-01-222-9/+8
* afp: output the textual representation of undhandled error codesCarl-Anton Ingmarsson2012-01-227-98/+264
* Make ftp.mount no longer conditionally builtJean-Christian de Rivaz2012-01-101-4/+4
* The -f (foreground) option prevent libfuse to call daemon(). First, this is n...Jean-Christian de Rivaz2012-01-101-3/+10
* 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