summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for mem-type attribute when in PC Suite modeJohan Hedberg2009-07-271-8/+23
* Fix handling of strict-aliasing rulesMarcel Holtmann2009-07-161-9/+17
* Also apply the symlinks setting to the tty based serverJohan Hedberg2009-07-033-5/+8
* Add proper error logs for os_prepare_get failuresJohan Hedberg2009-07-031-4/+9
* Remove redundant stat() callJohan Hedberg2009-06-291-8/+0
* Add proper error checks for find_adapter()Johan Hedberg2009-06-291-4/+18
* 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
* 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
* 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
* 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
* 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 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
* 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
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-091-0/+2
* set O_TRUNC when open a fileForrest Zhao2009-02-171-1/+1
* Fix guint64 format specifierJohan Hedberg2009-02-101-1/+1
* Allow compilation with -Wsign-compareMarcel Holtmann2009-01-301-1/+1
* Use O_NOCTTY when opening the tty deviceJohan Hedberg2009-01-281-1/+1
* Update copyright informationMarcel Holtmann2009-01-0116-16/+16
* Resolve adapter object path before calling RequestAuthorization.Luiz Augusto von Dentz2008-12-241-44/+81
* Fix local includesMarcel Holtmann2008-12-234-2/+6
* Move debug statement after variable declarationMarcel Holtmann2008-12-231-2/+2
* The static keyword has to come firstMarcel Holtmann2008-12-231-4/+4
* for PBAP Pullvardlisting the name header could be emptyForrest Zhao2008-12-181-1/+5
* fix a bug in pbap_setpath() when session->current_folder is NULLForrest Zhao2008-12-151-1/+4
* Remove extra empty lineMarcel Holtmann2008-12-121-1/+0