summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendobexftp.c
Commit message (Expand)AuthorAgeFilesLines
* conditionalize hal support in obexftp backendMartin Pitt2009-07-081-1/+7
* signal the need for updates (changes wire protocol and internal API)Benjamin Otte2009-06-101-5/+7
* Convert all spew to g_debug()Alexander Larsson2009-03-061-22/+22
* Bug 570533 – use g_set_error_literalCosimo Cecchi2009-02-131-3/+3
* Bug 570193 – Mounting phone connected via Bluetooth failsBastien Nocera2009-02-031-9/+18
* Fix possible double-free when the display name is freed Avoid errors whenBastien Nocera2009-02-031-1/+3
* Bug 511671 - Make obex-ftp work over usb connectionsBastien Nocera2009-02-021-28/+323
* Implement write support for the ObexFTP backend (#519071).Cosimo Cecchi2009-01-281-3/+349
* Fix icon for the root directory of an obexftp server (Closes: #542687)Bastien Nocera2008-12-091-1/+8
* Use the Alias instead of the Name, so we automatically fallback if theBastien Nocera2008-10-031-1/+1
* Re-add bluetooth.h include, we still use bachk right nowBastien Nocera2008-10-021-0/+1
* Port to BlueZ 4.x API and obex-data-server SVN API, use the "Icon"Bastien Nocera2008-09-291-163/+130
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-6/+6
* Bug 518284 – need to add i18n on module branchingMatthias Clasen2008-07-291-4/+2
* Fix build warnings with GCC 4.3.0 (#537588).Cosimo Cecchi2008-06-101-5/+5
* Better error message for Nokia 3650 phonesBastien Nocera2008-03-051-1/+1
* Error out cleanly from do_mount() if we somehow lose connection to theBastien Nocera2008-03-051-15/+47
* Fix a crasher when mounting fails, by not freeing the error just beforeBastien Nocera2008-03-031-1/+4
* Fix another case where the icon name was wrong for the root folder (Helps:Bastien Nocera2008-03-011-7/+5
* Use better icons for the devicesBastien Nocera2008-02-291-2/+2
* When getting the remote device's name, also get its class, so we can useBastien Nocera2008-02-291-3/+119
* Don't use a temporary error to set jobs as failed, use g_vfs_job_failedBastien Nocera2008-02-291-56/+44
* Use a convenience function to load directory listings, implement a simpleBastien Nocera2008-02-291-13/+59
* Fix the content-type of directories (inode/directory, notBastien Nocera2008-02-281-2/+41
* Add missing mutex unlock, duh!Bastien Nocera2008-02-281-0/+1
* add test for obex URIs Require expat for the obexftp backendBastien Nocera2008-02-271-0/+1268