summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Use typographic quotes just like the other stringsGil Forcada2012-09-071-1/+1
* gmountsource: Always use NULL-terminated arraysTomas Bzatek2012-09-043-5/+1
* Improve the unknown authenticity question promptWilliam Jon McCann2012-09-041-2/+2
* dav: Don't use deprecated libsoup methodsTomas Bzatek2012-09-041-7/+7
* http: Don't use deprecated libsoup methodsJasper St. Pierre2012-09-041-4/+4
* afp: Fix error message (-Wformat-security)Jasper St. Pierre2012-09-041-1/+1
* Don't include jargon in mount display names and messagesWilliam Jon McCann2012-08-306-22/+18
* Don't use the display name to make the unique mount pointWilliam Jon McCann2012-08-302-13/+5
* Add symbolics support to the backendsWilliam Jon McCann2012-08-3024-53/+351
* Add support for getting symbolic iconsWilliam Jon McCann2012-08-303-2/+45
* Remove favicon supportWilliam Jon McCann2012-08-301-79/+2
* recent: honor the private hintWilliam Jon McCann2012-08-281-0/+1
* Strip dbus error strings from GError after all dbus calls.Alexander Larsson2012-08-247-0/+8
* Append the service name when needed to help differentiateWilliam Jon McCann2012-08-241-1/+77
* Use human friendly error messages.William Jon McCann2012-08-231-30/+45
* Fix races when mounting the same mount in parallel.Alexander Larsson2012-08-231-5/+23
* Report back error_code on spawn fail due to bus name already ownedAlexander Larsson2012-08-231-5/+6
* Don't g_warn about getting the dbus nameAlexander Larsson2012-08-231-2/+0
* Return correct error for invalid backendsAlexander Larsson2012-08-231-2/+2
* afc: use the correct choice index for "Cancel"Cosimo Cecchi2012-08-231-2/+8
* afc: use curly double quotes for dialog questionCosimo Cecchi2012-08-231-1/+1
* afc: null-terminate choices string arrayCosimo Cecchi2012-08-231-1/+1
* Improve translations a bit and add hint for etagFelix Möller2012-08-231-4/+4
* Unpair an idevice if it was already paired and refuses to connectWilliam Jon McCann2012-08-231-4/+32
* Improve idevice error handlingWilliam Jon McCann2012-08-231-13/+17
* Don't set a file size for the network:// shortcutsWilliam Jon McCann2012-08-221-1/+0
* daemon: Drop no-longer-necessary libdbus thread init bitsColin Walters2012-08-211-8/+0
* Remove final parts of libdbusAlexander Larsson2012-08-213-784/+2
* afp: fix g_vfs_afp_connection_get_max_request() not returning any valueCarl-Anton Ingmarsson2012-08-201-0/+2
* Fix build without libsecretAlexander Larsson2012-08-201-2/+2
* Port to libsecret instead of libgnome-keyringAlexander Larsson2012-08-201-46/+181
* cdda: Support libcdio 0.84 with changed APIDominique Leuenberger2012-08-151-2/+20
* afp: fixup retrieval of user id and uuid.Carl-Anton Ingmarsson2012-08-141-20/+56
* afp: use a separate request id counter for tickle requestsCarl-Anton Ingmarsson2012-08-091-1/+10
* afp: Properly report range lock errors when writing to forks.Carl-Anton Ingmarsson2012-08-091-1/+5
* afp: Fix crasher in GVfsAfpConnection when sending tickle requests.Carl-Anton Ingmarsson2012-08-091-0/+1
* afp: Fix issues with closing a GVfsAfpConnection.Carl-Anton Ingmarsson2012-08-091-20/+21
* afp: Fix invalid free in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-091-0/+1
* afp: Always close fork when doing close_write()Carl-Anton Ingmarsson2012-08-091-11/+3
* afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson2012-08-095-9/+39
* afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson2012-08-094-82/+216
* afp: use g_thread_new() instead of deprecated g_thread_create()Carl-Anton Ingmarsson2012-08-091-8/+2
* afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson2012-08-096-209/+210
* afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.hCarl-Anton Ingmarsson2012-08-096-5/+43
* afp: make fields private in GVfsAfpServerCarl-Anton Ingmarsson2012-08-097-131/+213
* afp: logout from server on unmountCarl-Anton Ingmarsson2012-08-096-1/+81
* Use a worker thread in GVfsAfpConnectionCarl-Anton Ingmarsson2012-08-094-222/+413
* afp: append _sync to g_vfs_afp_connection_[open|close]Carl-Anton Ingmarsson2012-08-093-10/+10
* gphoto: build with libgphoto 2.5 APICosimo Cecchi2012-08-081-1/+11
* cdda: Remove old TODO itemBastien Nocera2012-08-071-3/+0