summaryrefslogtreecommitdiff
path: root/daemon
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Don't g_warn about getting the dbus nameAlexander Larsson1-2/+0
2012-08-23Return correct error for invalid backendsAlexander Larsson1-2/+2
2012-08-23afc: use the correct choice index for "Cancel"Cosimo Cecchi1-2/+8
2012-08-23afc: use curly double quotes for dialog questionCosimo Cecchi1-1/+1
2012-08-23afc: null-terminate choices string arrayCosimo Cecchi1-1/+1
2012-08-23Improve translations a bit and add hint for etagFelix Möller1-4/+4
2012-08-23Unpair an idevice if it was already paired and refuses to connectWilliam Jon McCann1-4/+32
2012-08-23Improve idevice error handlingWilliam Jon McCann1-13/+17
2012-08-22Don't set a file size for the network:// shortcutsWilliam Jon McCann1-1/+0
2012-08-21daemon: Drop no-longer-necessary libdbus thread init bitsColin Walters1-8/+0
2012-08-21Remove final parts of libdbusAlexander Larsson3-784/+2
2012-08-20afp: fix g_vfs_afp_connection_get_max_request() not returning any valueCarl-Anton Ingmarsson1-0/+2
2012-08-20Fix build without libsecretAlexander Larsson1-2/+2
2012-08-20Port to libsecret instead of libgnome-keyringAlexander Larsson1-46/+181
2012-08-15cdda: Support libcdio 0.84 with changed APIDominique Leuenberger1-2/+20
2012-08-14afp: fixup retrieval of user id and uuid.Carl-Anton Ingmarsson1-20/+56
2012-08-09afp: use a separate request id counter for tickle requestsCarl-Anton Ingmarsson1-1/+10
2012-08-09afp: Properly report range lock errors when writing to forks.Carl-Anton Ingmarsson1-1/+5
2012-08-09afp: Fix crasher in GVfsAfpConnection when sending tickle requests.Carl-Anton Ingmarsson1-0/+1
2012-08-09afp: Fix issues with closing a GVfsAfpConnection.Carl-Anton Ingmarsson1-20/+21
2012-08-09afp: Fix invalid free in GVfsAfpConnectionCarl-Anton Ingmarsson1-0/+1
2012-08-09afp: Always close fork when doing close_write()Carl-Anton Ingmarsson1-11/+3
2012-08-09afp: Don't create write requests bigger than the maximum request size.Carl-Anton Ingmarsson5-9/+39
2012-08-09afp: Error out when receiving invalid replies in GVfsAfpServer.Carl-Anton Ingmarsson4-82/+216
2012-08-09afp: use g_thread_new() instead of deprecated g_thread_create()Carl-Anton Ingmarsson1-8/+2
2012-08-09afp: move map_id function to GVfsAfpServerCarl-Anton Ingmarsson6-209/+210
2012-08-09afp: move definitions of GVfsAfp[Volume|Server] into gvfsafptypes.hCarl-Anton Ingmarsson6-5/+43
2012-08-09afp: make fields private in GVfsAfpServerCarl-Anton Ingmarsson7-131/+213
2012-08-09afp: logout from server on unmountCarl-Anton Ingmarsson6-1/+81
2012-08-09Use a worker thread in GVfsAfpConnectionCarl-Anton Ingmarsson4-222/+413
2012-08-09afp: append _sync to g_vfs_afp_connection_[open|close]Carl-Anton Ingmarsson3-10/+10
2012-08-08gphoto: build with libgphoto 2.5 APICosimo Cecchi1-1/+11
2012-08-07cdda: Remove old TODO itemBastien Nocera1-3/+0
2012-08-07cdda: Fix abort() with CD-Text outside ASCIIPekka Vuorela1-7/+16
2012-08-01Fix translator comments so they are actually picked up by gettextAndre Klapper1-2/+2
2012-07-31gdbus: Use default timeout for keyring callsTomas Bzatek1-1/+1
2012-07-31gdbus: Remove debug printsTomas Bzatek31-160/+2
2012-07-31gdbus: Use g_variant_is_of_type() instead of strcmp()Tomas Bzatek1-1/+1
2012-07-31gdbus: More errors to stripTomas Bzatek1-0/+2
2012-07-31gdbus: Fix case of GDbusAttributeValue structTomas Bzatek2-2/+2
2012-07-31gdbus: Use casting macros where possibleTomas Bzatek2-10/+10
2012-07-31gdbus: Use g_clear_error() where appropriateTomas Bzatek2-4/+2
2012-07-31gdbus: Use g_clear_object() where appropriateTomas Bzatek6-23/+11
2012-07-31gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek3-3/+3
2012-07-31gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2-3/+10
2012-07-31gdbus: Fix srcdir != builddir and make the build more quietTomas Bzatek1-0/+1
2012-07-31gdbus: Push new GVfsJobProgress classTomas Bzatek2-0/+172
2012-07-31gdbus: Remove unused extra_fd stuffTomas Bzatek1-139/+7
2012-07-31gdbus: Make copy progress workTomas Bzatek10-392/+137
2012-07-31gdbus: Fix mount tracker signals emittingTomas Bzatek1-41/+5