aboutsummaryrefslogtreecommitdiff
path: root/serial
AgeCommit message (Expand)Author
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Remove old defines from serial codeGustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-01-01Update copyright informationMarcel Holtmann
2009-10-02Fix memory leaksSteve Grubb
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann
2009-07-28Fix serial proxy record info attributesJohan Hedberg
2009-07-28Use 16/32-bit UUID if possible in serial proxy recordsJohan Hedberg
2009-07-27Track sender of CreateProxy.Luiz Augusto von Dentz
2009-07-27Remove the serial storage functionalityForrest Zhao
2009-07-24Fix whitespaceJohan Hedberg
2009-07-24Add support for multiple serial proxies configurationForrest Zhao
2009-06-30Fix whitespace issueJohan Hedberg
2009-06-30Fix open() error checkJohan Hedberg
2009-06-30Use (safer) strncpy instead of strcpyJohan Hedberg
2009-06-30Fix NULL check in find_port() for port->uuidJohan Hedberg
2009-05-27Make serial plugin to use adapter references.Luiz Augusto von Dentz
2009-05-02Fix address variable typeJohan Hedberg
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz
2009-04-24Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.Luiz Augusto von Dentz
2009-04-21Using # operator to stringify plugin name.Alok Barsode
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode
2009-04-19Fix uninitialized variable compiler warningJohan Hedberg
2009-04-15Add support to channel pattern in Serial interface.Luiz Augusto von Dentz
2009-04-14Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz
2009-04-11Make serial port to not use channels from record storage.Luiz Augusto von Dentz
2009-04-01Make serial proxy to use confirm callback.Luiz Augusto von Dentz
2009-04-01Add support of friendly name UUIDs for SerialProxyManager.Luiz Augusto von Dentz
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-03-23Be sure to remove the name listener in serial_port_freeJohan Hedberg
2009-03-14Adding version check for plugins.Alok Barsode
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann
2009-02-25Remove unused functionJohan Hedberg
2009-02-22Fix bt_io_get parameter passingJohan Hedberg
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make serial plugin to use BtIO API.Luiz Augusto von Dentz
2009-01-29Fix mostly every warning caused by -Wsign-compareMarcel Holtmann
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-12-22Remove old serial-api.txt documentation fileMarcel Holtmann
2008-12-15Revert previous change to g_timeout_add_secondsJohan Hedberg
2008-12-10Convert two more users to g_timeout_add_seconds()Marcel Holtmann
2008-12-01Disallow Serial.Disconnect from unauthorized senders.Luiz Augusto von Dentz
2008-11-08Store RFCOMM tty fd and close it before releaseJohan Hedberg
2008-11-07Fix driver removal for serial port driver.Luiz Augusto von Dentz
2008-11-07Make serial driver to register RFCOMM UUID.Luiz Augusto von Dentz
2008-11-06Rename bt_string2class to bt_name2class and introduce bt_name2string.Luiz Augusto von Dentz
2008-11-06Use bt_string2class instead of bt_string2uuid to avoid unecessary conversionJohan Hedberg