summaryrefslogtreecommitdiffstats
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: missing close the RFCOMM socketClaudio Takahasi2007-05-251-5/+11
* serial API: missing ConnectionCanceled errorClaudio Takahasi2007-05-241-0/+2
* 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: Failed error is not returned by DisconnectServiceClaudio Takahasi2007-05-241-1/+0
* serial: release node called twiceClaudio Takahasi2007-05-241-4/+0
* serial: close the file descriptor before release the RFCOMM deviceClaudio Takahasi2007-05-241-4/+2
* add name listener supportJohan Hedberg2007-05-241-34/+69
* serial: removed unused error(NotAuthorized)Claudio Takahasi2007-05-192-11/+0
* serial API: updated port path and possible errorsClaudio Takahasi2007-05-191-6/+7
* serial: removed PortCreated signal when the daemon startsClaudio Takahasi2007-05-181-8/+2
* serial: minor code cleanupClaudio Takahasi2007-05-181-10/+8
* serial: removed dev_id from GetInfoClaudio Takahasi2007-05-181-3/+0
* serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-182-10/+8
* serial: code standard - use int16_t for dev_idClaudio Takahasi2007-05-184-12/+13
* serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-184-4/+38
* serial: eglib build was brokenClaudio Takahasi2007-05-182-12/+14
* serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-183-69/+66
* serial: removed unused function(port_get_owner)Claudio Takahasi2007-05-182-19/+0
* serial: removed Connected/Disconnected and added GetInfoClaudio Takahasi2007-05-181-15/+35
* serial API: removed Connect/Disconnect and added GetInfoClaudio Takahasi2007-05-181-12/+2
* serial: zero is a valid node id, missing node release.Claudio Takahasi2007-05-181-2/+1
* serial: added function to register/bind stored portsClaudio Takahasi2007-05-181-4/+64
* serial: added port persistent storageClaudio Takahasi2007-05-183-9/+65
* serial: enabled RFCOMM_HANGUP_NOW bit when releasing the nodeClaudio Takahasi2007-05-171-2/+0
* serial: added port GetAddressClaudio Takahasi2007-05-173-13/+34
* serial: added RemovePort and bonded node listClaudio Takahasi2007-05-173-3/+44
* serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-173-12/+46
* serial: release the node when the daemon exitsClaudio Takahasi2007-05-171-6/+5
* serial: added ListPortsClaudio Takahasi2007-05-171-1/+34
* serial: Removed PortCreated signal when calling ConnectServiceClaudio Takahasi2007-05-173-30/+51
* serial: moving functions to port.c and added port methods declarationClaudio Takahasi2007-05-164-233/+535
* serial: Added CreatePort, ListPorts and RemovePort declarationClaudio Takahasi2007-05-151-0/+21
* serial: moving error functions to error.cClaudio Takahasi2007-05-153-78/+101
* Add new file skeletonsMarcel Holtmann2007-05-157-1/+153
* serial: added G_IO_NVAL flag to fix potential busy loopClaudio Takahasi2007-05-141-7/+19
* serial API: added experimental tag for "Port" methodsClaudio Takahasi2007-05-101-3/+3
* serial: fixed returned error value for DisconnectServiceClaudio Takahasi2007-05-101-1/+1
* serial API: updated possible errorsClaudio Takahasi2007-05-101-0/+12
* Update API descriptionsMarcel Holtmann2007-05-101-1/+4
* 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 erro...Claudio Takahasi2007-05-091-1/+8
* serial: handle the pending connects list properly when connect() in the first...Claudio Takahasi2007-05-091-1/+4
* 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
* Update serial API documentationMarcel Holtmann2007-05-091-1/+1