summaryrefslogtreecommitdiffstats
path: root/serial/port.c
Commit message (Expand)AuthorAgeFilesLines
* Be sure to remove the name listener in serial_port_freeJohan Hedberg2009-03-231-0/+6
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-2/+2
* Make serial plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-17/+31
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-0/+1
* Revert previous change to g_timeout_add_secondsJohan Hedberg2008-12-151-2/+2
* Convert two more users to g_timeout_add_seconds()Marcel Holtmann2008-12-101-2/+3
* Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz2008-12-011-1/+6
* Store RFCOMM tty fd and close it before releaseJohan Hedberg2008-11-081-0/+8
* Fix driver removal for serial port driver.Luiz Augusto von Dentz2008-11-071-10/+3
* Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz2008-11-061-13/+1
* Use bt_string2class instead of bt_string2uuid to avoid unecessary conversionJohan Hedberg2008-11-061-1/+6
* Fix checks for port->id valueJohan Hedberg2008-11-061-4/+5
* Get rid of the name attribute for portsJohan Hedberg2008-11-061-8/+22
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
* Fix org.bluez.Serial interfaceMarcel Holtmann2008-09-061-1/+1
* Fix possible check for not assigned devnode.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1/+1
* Cleanup serial manager.Luiz Augusto von Dentz2008-07-281-245/+320
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-0/+3
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-2/+2
* Replace destroy method with proper unregister versionMarcel Holtmann2008-06-031-1/+1
* Make serial to use libgdbus functions.Luiz Augusto von Dentz2008-06-031-43/+39
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-8/+9
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-8/+9
* 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
* Remove all serial ports on shutdownMarcel Holtmann2008-05-061-0/+13
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2008-01-281-1/+1
* Fix dict signatures.Luiz Augusto von Dentz2007-10-031-1/+1
* serial: Added GetServiceNameClaudio Takahasi2007-09-261-6/+26
* serial: Added GetName and GetAdapterClaudio Takahasi2007-09-261-3/+56
* Add Port.GetDevice methodJohan Hedberg2007-08-231-29/+47
* serial: close the file descriptor before release the RFCOMM deviceClaudio Takahasi2007-05-241-4/+2
* serial: removed dev_id from GetInfoClaudio Takahasi2007-05-181-3/+0
* serial: send PortRemoved signal for RemovePort calls onlyClaudio Takahasi2007-05-181-9/+0
* serial: code standard - use int16_t for dev_idClaudio Takahasi2007-05-181-4/+5
* serial: remove the entry from the persistent storage when RemovePort is calledClaudio Takahasi2007-05-181-3/+11
* serial: keep port_open static since Connect will not be implementedClaudio Takahasi2007-05-181-63/+0
* serial: removed unused function(port_get_owner)Claudio Takahasi2007-05-181-17/+0
* serial: removed Connected/Disconnected and added GetInfoClaudio Takahasi2007-05-181-15/+35
* serial: zero is a valid node id, missing node release.Claudio Takahasi2007-05-181-2/+1
* serial: added port GetAddressClaudio Takahasi2007-05-171-7/+25
* serial: added RemovePort and bonded node listClaudio Takahasi2007-05-171-2/+25
* serial: fixed DisconnectService and added port_remove_listenerClaudio Takahasi2007-05-171-0/+32
* serial: release the node when the daemon exitsClaudio Takahasi2007-05-171-6/+5
* serial: Removed PortCreated signal when calling ConnectServiceClaudio Takahasi2007-05-171-17/+25
* serial: moving functions to port.c and added port methods declarationClaudio Takahasi2007-05-161-0/+258
* Add new file skeletonsMarcel Holtmann2007-05-151-0/+28