summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
Commit message (Collapse)AuthorAgeFilesLines
...
* serial: close the rfcomm/tty sockets and unreg the record when the proxy is ↵Claudio Takahasi2007-08-141-52/+58
| | | | removed
* 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 ↵Claudio Takahasi2007-08-131-11/+12
| | | | for Proxy.Disable
* 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
|
* serial: release node called twiceClaudio Takahasi2007-05-241-4/+0
|
* add name listener supportJohan Hedberg2007-05-241-34/+69
|
* serial: removed PortCreated signal when the daemon startsClaudio Takahasi2007-05-181-8/+2
|
* serial: minor code cleanupClaudio Takahasi2007-05-181-10/+8
|
* serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-181-1/+8
|
* serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-181-1/+11
|
* serial: eglib build was brokenClaudio Takahasi2007-05-181-12/+13
|
* serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-181-0/+66
|
* serial: added function to register/bind stored portsClaudio Takahasi2007-05-181-4/+64
|
* serial: added port persistent storageClaudio Takahasi2007-05-181-9/+22
|
* serial: enabled RFCOMM_HANGUP_NOW bit when releasing the nodeClaudio Takahasi2007-05-171-2/+0
|
* serial: added port GetAddressClaudio Takahasi2007-05-171-3/+5
|
* serial: added RemovePort and bonded node listClaudio Takahasi2007-05-171-1/+17
|
* serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-171-12/+12
|
* serial: added ListPortsClaudio Takahasi2007-05-171-1/+34
|
* serial: Removed PortCreated signal when calling ConnectServiceClaudio Takahasi2007-05-171-11/+22
|
* serial: moving functions to port.c and added port methods declarationClaudio Takahasi2007-05-161-233/+260
|
* serial: Added CreatePort, ListPorts and RemovePort declarationClaudio Takahasi2007-05-151-0/+21
|
* serial: moving error functions to error.cClaudio Takahasi2007-05-151-78/+1
|
* serial: added G_IO_NVAL flag to fix potential busy loopClaudio Takahasi2007-05-141-7/+19
|
* serial: fixed returned error value for DisconnectServiceClaudio Takahasi2007-05-101-1/+1
|
* serial: handle connection refused error and others SO_ERROR properlyClaudio Takahasi2007-05-091-18/+22
|
* serial: handle socket errors properly - timeout waiting linkkey or other ↵Claudio Takahasi2007-05-091-1/+8
| | | | errors can happen
* serial: handle the pending connects list properly when connect() in the ↵Claudio Takahasi2007-05-091-1/+4
| | | | first try happens
* serial: let the kernel handle device busyClaudio Takahasi2007-05-091-22/+1
|
* serial: using dbus_connection_emit_signalClaudio Takahasi2007-05-091-17/+23
|
* serial: service record leak and small pending connect fixClaudio Takahasi2007-05-091-12/+14
|
* Convert to using generic dbus message dispatchingJohan Hedberg2007-05-091-34/+27
|
* serial: added CancelConnectServiceClaudio Takahasi2007-05-091-6/+86
|
* serial: missing free the pending_connects list and small code cleanupClaudio Takahasi2007-05-091-21/+24
|
* serial: added verification for pending connectsClaudio Takahasi2007-05-091-18/+63
|
* serial: small code cleanupClaudio Takahasi2007-05-081-26/+28
|