summaryrefslogtreecommitdiffstats
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* Renaming struct adapter to struct btd_adapter.Alok Barsode2008-09-041-3/+3
* Fixing serial plugin.Alok Barsode2008-09-031-1/+1
* Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes2008-08-251-0/+2
* Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz2008-08-181-1/+0
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-17/+24
* Make serial plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-125-1046/+1205
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Fix possible check for not assigned devnode.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-293-3/+3
* Cleanup serial manager.Luiz Augusto von Dentz2008-07-284-1194/+409
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+1
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-2/+4
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-1/+1
* Renaming device to btd_device and making theAlok Barsode2008-07-281-7/+10
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-2/+2
* Remove empty lineMarcel Holtmann2008-06-081-1/+0
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-083-22/+48
* Update plugin interface registrationMarcel Holtmann2008-06-081-4/+8
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
* Fix up the serial UUIDsMarcel Holtmann2008-06-081-1/+4
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-073-2/+5
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-072-8/+8
* Fix invalid read and get rid of using object path user dataMarcel Holtmann2008-06-071-61/+74
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-2/+4
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
* Fix manager unregistrationMarcel Holtmann2008-06-031-8/+2
* Only unregister the manager pathMarcel Holtmann2008-06-031-14/+2
* Use proper unregister method for the serial proxyMarcel Holtmann2008-06-031-1/+1
* Replace destroy method with proper unregister versionMarcel Holtmann2008-06-031-1/+1
* Make serial to use libgdbus functions.Luiz Augusto von Dentz2008-06-032-246/+201
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-292-32/+25
* Handle the service UUID mapping via device driverMarcel Holtmann2008-05-291-5/+0
* Add basic D-Bus skeletonMarcel Holtmann2008-05-281-3/+38
* Add first skeletion of device driver integrationMarcel Holtmann2008-05-281-0/+25
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-272-9/+10
* Fix memory leak on proxy disable and some code cleanups.Luiz Augusto von Dentz2008-05-221-58/+46
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-201-0/+1
* Make serial service to use bt_rfcomm_listen_allocate.Luiz Augusto von Dentz2008-05-161-77/+20
* str2uuid function moved to commonCidorvan Leite2008-05-151-39/+3
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* Cleanup and removal of dbus internal calls.Luiz Augusto von Dentz2008-05-091-411/+218
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-082-4/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-084-9/+12
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-1/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-1/+4
* g_ascii_isxdigit replaced to isxdigit function for eglib compatibility.Cidorvan Leite2008-05-071-1/+1
* Remove all serial ports on shutdownMarcel Holtmann2008-05-063-0/+17
* serial: check if the owner exited in the RFCOMM connect callbackClaudio Takahasi2008-05-051-0/+4