summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.130.13Marcel Holtmann2009-06-072-1/+8
* Make root folder relative to $HOME if it doesn't start with '/'Johan Hedberg2009-06-041-0/+8
* Add support for OBEX root folder setup scriptJohan Hedberg2009-06-041-0/+48
* Fix regression when bluetoothd is restarted no record is registered.Luiz Augusto von Dentz2009-05-211-2/+1
* Make the parent path invalidateableDenis Kenzior2009-05-111-1/+5
* Fix crash when calling g_dbus_remove_watch from inside the watch callback.Luiz Augusto von Dentz2009-05-061-10/+41
* Introduces a FTP client test scriptVinicius Costa Gomes2009-05-062-1/+129
* Small simplification in the list-folders test scriptVinicius Costa Gomes2009-05-051-6/+1
* Fix the registration of the Transfer interface for FTP sessionsVinicius Costa Gomes2009-05-051-1/+1
* Release 0.120.12Marcel Holtmann2009-05-022-1/+9
* Fix DBusPendingCall and GIOChannel trackingJohan Hedberg2009-05-035-39/+61
* Get rid of duplicate connect_event functionJohan Hedberg2009-05-033-25/+8
* Add printf format checking attributeMarcel Holtmann2009-05-021-3/+3
* Fix format string issuesJohan Hedberg2009-05-022-2/+2
* Make use of BtIO on obexd.Luiz Augusto von Dentz2009-04-304-106/+112
* Add BtIO library.Luiz Augusto von Dentz2009-04-305-2/+1364
* Bring back tty reopen attempt on POLLHUPJohan Hedberg2009-04-301-2/+18
* Handle org.freedesktop.DBus.Error.NoReply when doing authorization request.Luiz Augusto von Dentz2009-04-291-14/+32
* Add list-folders test.Luiz Augusto von Dentz2009-04-292-1/+44
* Fix possible null pointer deference.Luiz Augusto von Dentz2009-04-291-3/+2
* Fix uninitialized variable warningJohan Hedberg2009-04-281-1/+3
* Use SIGUSR2 for toggling debug messagesJohan Hedberg2009-04-281-0/+8
* Use SIGHUP for closing USB ttyJohan Hedberg2009-04-283-28/+63
* Be loud about signal terminationJohan Hedberg2009-04-281-0/+1
* Release 0.110.11Marcel Holtmann2009-04-252-1/+7
* Fix escape on filenames.Luiz Augusto von Dentz2009-04-231-1/+1
* Fix bug when canceling an authorization request.Luiz Augusto von Dentz2009-04-231-16/+24
* Fix possible branch condition evaluates to an uninitialized value.Luiz Augusto von Dentz2009-04-131-1/+2
* Fix typo.Luiz Augusto von Dentz2009-04-131-1/+1
* Don't call dbus_pending_call_cancel if we got a replyJohan Hedberg2009-04-111-11/+15
* Make sure the opened TTY is non-blockingJohan Hedberg2009-04-091-5/+24
* Release 0.100.10Marcel Holtmann2009-04-062-1/+9
* Fix dead assignment.Luiz Augusto von Dentz2009-04-061-2/+1
* Don't retry tty opening on HUPJohan Hedberg2009-04-063-12/+7
* Fix returning  "not found" error for delete operationsJohan Hedberg2009-04-041-5/+6
* Minor coding style fixesJohan Hedberg2009-04-042-2/+1
* Improve file transfer (error) loggingJohan Hedberg2009-04-042-1/+4
* Fix tty initialization with PC SuiteJohan Hedberg2009-04-041-1/+3
* Don't open the tty at startup when in PC Suite modeJohan Hedberg2009-04-041-0/+3
* Give more accurate error returns to OBEX Get operationsJohan Hedberg2009-04-044-28/+38
* Introduce symlinks option.Luiz Augusto von Dentz2009-04-035-20/+79
* Fix null pointer passed as an argument to a 'nonnull' parameter.Luiz Augusto von Dentz2009-04-031-3/+10
* Fix possible memory leak.Luiz Augusto von Dentz2009-04-031-0/+1
* Fix showing symlinks as files.Luiz Augusto von Dentz2009-04-031-2/+2
* Fix g_dbus_remove_all_watches to remove all watches for the given connection.Luiz Augusto von Dentz2009-04-021-7/+4
* Fix gdbus watch function not handling multiple dbus connections.Luiz Augusto von Dentz2009-04-021-12/+33
* Release 0.90.9Marcel Holtmann2009-03-092-1/+10
* Make sure to include AM_CFLAGS as defaultsMarcel Holtmann2009-03-091-1/+1
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-092-2/+5
* Check that interface name is providedMarcel Holtmann2009-02-281-1/+3