summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
Commit message (Expand)AuthorAgeFilesLines
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-9/+10
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+2
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-6/+6
* 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
* 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
* Make serial to use libgdbus functions.Luiz Augusto von Dentz2008-06-031-203/+162
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-24/+16
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-1/+1
* 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
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-2/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-3/+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-061-0/+2
* serial: check if the owner exited in the RFCOMM connect callbackClaudio Takahasi2008-05-051-0/+4
* serial: remove RFCOMM_RELEASE_ONHUP flag and close the channelClaudio Takahasi2008-05-051-1/+2
* serial: cleanupClaudio Takahasi2008-05-051-8/+0
* serial: fixed wrong error valueClaudio Takahasi2008-05-051-2/+2
* serial: missing channel unrefClaudio Takahasi2008-05-051-0/+1
* serial: using bt_rfcomm_connect functionClaudio Takahasi2008-04-291-85/+21
* Added support for non-Bluetooth UUIDsCidorvan Leite2008-04-151-7/+12
* Add/Remove records directly instead of use D-Bus messagesCidorvan Leite2008-03-271-104/+26
* Convert serial service to a pluginMarcel Holtmann2008-03-221-2/+2
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2008-01-281-4/+4
* serial: added ConnectServiceFromAdapterClaudio Takahasi2007-12-211-25/+59
* Add TCP connection support for serial proxyMarcel Holtmann2007-12-131-11/+94
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-69/+74
* serial: minor cleanupClaudio Takahasi2007-11-231-6/+4
* serial: removed pending call refClaudio Takahasi2007-11-231-19/+25
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* serial: removed invalid fd warningClaudio Takahasi2007-10-011-0/+2
* serial: fixed get_handles pending call leakClaudio Takahasi2007-10-011-0/+6
* serial: Added GetServiceNameClaudio Takahasi2007-09-261-4/+11
* serial: Added GetName and GetAdapterClaudio Takahasi2007-09-261-3/+3
* serial - RemovePort: remove path from ports_pathsClaudio Takahasi2007-09-241-0/+7
* serial: removed useless call and it is not implemented on eglibClaudio Takahasi2007-08-271-2/+0
* serial: don't send ProxyCreated signal when the daemon startsClaudio Takahasi2007-08-271-7/+5
* serial: forward remaining data when the HUP is received from the sourceClaudio Takahasi2007-08-231-17/+42
* Plug another minor memory leakJohan Hedberg2007-08-231-1/+2
* Plug minor memory leakJohan Hedberg2007-08-231-1/+2
* Rename SetSerialParams to SetSerialParametersJohan Hedberg2007-08-231-1/+1
* serial: added proxy for unix socketsClaudio Takahasi2007-08-221-112/+262