summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* serial: proxy cleanup - it is not necessary apply the TTY settings at proxy r...Claudio Takahasi2007-08-171-7/+5
* serial: added Proxy.SetSerialParamsClaudio Takahasi2007-08-161-3/+150
* serial: proxy service record - fixed memory leakClaudio Takahasi2007-08-161-4/+6
* serial: proxy - use uuid128 string instead of uuid_tClaudio Takahasi2007-08-161-73/+64
* serial: fixed TTY settings control on proxy creation and daemon startupClaudio Takahasi2007-08-161-16/+46
* serial: RemoveProxy - remove the entry from the storageClaudio Takahasi2007-08-161-0/+6
* serial: proxy storage parsing - fixed Bluetooth source addressClaudio Takahasi2007-08-161-2/+4
* serial: only use automatic assigned channels when it is not provided by the userClaudio Takahasi2007-08-151-2/+5
* serial: fixed missing ProxyCreated signal for stored proxiesClaudio Takahasi2007-08-151-5/+5
* serial: added parsing function for stored proxiesClaudio Takahasi2007-08-151-3/+62
* serial: restore the initial TTY configuration when the proxy is unregisteredClaudio Takahasi2007-08-151-0/+8
* serial: initial proxy storage implementationClaudio Takahasi2007-08-151-14/+36
* serial: close the rfcomm/tty sockets and unreg the record when the proxy is r...Claudio Takahasi2007-08-141-52/+58
* serial: fixed ListPorts - proxies paths should not be includedClaudio Takahasi2007-08-141-40/+36
* serial: added proxy GetInfo implementationClaudio Takahasi2007-08-131-1/+50
* serial: handle already enabled error for Proxy.Enable and not enabled error f...Claudio Takahasi2007-08-131-11/+12
* serial: added Proxy.Disable implementationClaudio Takahasi2007-08-131-1/+60
* serial: proxy - accept incomming connections and forward dataClaudio Takahasi2007-08-131-1/+88
* serial: added add_proxy_record implementationClaudio Takahasi2007-08-131-1/+44
* serial: added create_proxy_record implementationClaudio Takahasi2007-08-131-1/+66
* serial: added proxy rfcomm_listen implementationClaudio Takahasi2007-08-131-3/+40
* serial: Proxy.Enable initial implementationClaudio Takahasi2007-08-101-1/+57
* serial: RemoveProxy implementationClaudio Takahasi2007-08-101-1/+29
* serial: ListProxies implementationClaudio Takahasi2007-08-101-1/+22
* serial: added proxy registration functionClaudio Takahasi2007-08-101-1/+82
* serial: CreateProxy - added arguments validation and CreateProxy signal emissionClaudio Takahasi2007-08-101-1/+99
* serial: Added CreateProxy, ListProxies and RemoveProxy skeletonClaudio Takahasi2007-08-101-2/+25
* serial: missing close the RFCOMM socketClaudio Takahasi2007-05-251-5/+11
* serial: timeout leak removed, open_context struct removedClaudio Takahasi2007-05-241-160/+122
* serial: release the node when device open failsClaudio Takahasi2007-05-241-0/+1