summaryrefslogtreecommitdiffstats
path: root/serial/manager.c
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* serial: added verification for pending connectsClaudio Takahasi2007-05-091-18/+63
* serial: small code cleanupClaudio Takahasi2007-05-081-26/+28
* serial: added disconnect serviceClaudio Takahasi2007-05-081-1/+106
* serial: added friendly service name support for ConnectServiceClaudio Takahasi2007-05-081-2/+54
* serial: added ServiceConnected/ServiceDisconnected signalsClaudio Takahasi2007-05-081-12/+47
* serial: added name listenerClaudio Takahasi2007-05-081-5/+133
* serial: added rfcomm_connectClaudio Takahasi2007-05-081-9/+129
* serial: added code to extract the channelClaudio Takahasi2007-05-071-1/+45
* serial: added get_recordClaudio Takahasi2007-05-071-2/+65
* serial: added get_handles and pending_connection structClaudio Takahasi2007-05-071-7/+135
* serial: get the default adapter addressClaudio Takahasi2007-05-071-0/+18
* serial: fixed record handle and channel values validationClaudio Takahasi2007-05-071-6/+11
* serial: added pattern validation for ConnectServiceClaudio Takahasi2007-05-071-9/+39
* serial: service refactory - Added skeletonClaudio Takahasi2007-05-071-259/+21
* serial: free port_paths and unregister the D-Bus path when the daemon exitsClaudio Takahasi2007-05-011-0/+8
* serial: added PortRemoved signalClaudio Takahasi2007-05-011-0/+12
* serial: Added ListPortsClaudio Takahasi2007-05-011-1/+21