summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaksSteve Grubb2009-10-021-0/+2
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-19/+0
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-092-10/+4
* Fix serial proxy record info attributesJohan Hedberg2009-07-281-2/+1
* Use 16/32-bit UUID if possible in serial proxy recordsJohan Hedberg2009-07-281-0/+1
* Track sender of CreateProxy.Luiz Augusto von Dentz2009-07-271-50/+83
* Remove the serial storage functionalityForrest Zhao2009-07-274-262/+7
* Fix whitespaceJohan Hedberg2009-07-241-1/+1
* Add support for multiple serial proxies configurationForrest Zhao2009-07-243-60/+180
* Fix whitespace issueJohan Hedberg2009-06-301-1/+1
* Fix open() error checkJohan Hedberg2009-06-301-1/+1
* Use (safer) strncpy instead of strcpyJohan Hedberg2009-06-301-2/+3
* Fix NULL check in find_port() for port->uuidJohan Hedberg2009-06-301-0/+3
* Make serial plugin to use adapter references.Luiz Augusto von Dentz2009-05-273-34/+42
* Fix address variable typeJohan Hedberg2009-05-021-1/+1
* Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz2009-04-301-1/+4
* Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.Luiz Augusto von Dentz2009-04-241-5/+10
* Using # operator to stringify plugin name.Alok Barsode2009-04-211-1/+1
* Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode2009-04-211-1/+2
* Fix uninitialized variable compiler warningJohan Hedberg2009-04-191-1/+3
* Add support to channel pattern in Serial interface.Luiz Augusto von Dentz2009-04-151-8/+48
* Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz2009-04-141-11/+21
* Make serial port to not use channels from record storage.Luiz Augusto von Dentz2009-04-111-14/+80
* Make serial proxy to use confirm callback.Luiz Augusto von Dentz2009-04-011-46/+126
* Add support of friendly name UUIDs for SerialProxyManager.Luiz Augusto von Dentz2009-04-011-21/+22
* Convert some not-so-important info logs to debug logsJohan Hedberg2009-03-242-5/+5
* Be sure to remove the name listener in serial_port_freeJohan Hedberg2009-03-231-0/+6
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-5/+5
* Remove unused functionJohan Hedberg2009-02-252-34/+0
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-192-3/+3
* Make serial plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-27/+56
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-292-2/+4
* Update copyright informationMarcel Holtmann2009-01-019-9/+9
* Add missing include definitionsMarcel Holtmann2008-12-232-0/+2
* Remove old serial-api.txt documentation fileMarcel Holtmann2008-12-222-178/+0
* 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-073-14/+7
* Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz2008-11-071-3/+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
* Add OBEX UUIDs to the serial serviceJohan Hedberg2008-11-061-1/+4
* Fix checks for port->id valueJohan Hedberg2008-11-061-4/+5
* Get rid of the dialup-specific driverJohan Hedberg2008-11-061-23/+1
* Get rid of the name attribute for portsJohan Hedberg2008-11-063-28/+36
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1