aboutsummaryrefslogtreecommitdiff
path: root/serial
AgeCommit message (Expand)Author
2011-05-15Fix check for negative port number in tcp_socket_connectSzymon Janc
2011-05-15Fix minor code style issue in channel_writeSzymon Janc
2011-05-15Fix error check from write in channel_writeSzymon Janc
2011-05-15Fix dead assignment in channel_writeSzymon Janc
2011-05-15Remove redundant local copy of GSlist* from functionsSzymon Janc
2011-01-19Fix use of deprecated glib on serial pluginLuiz Augusto von Dentz
2010-12-22Add a way to store the remote device typeVinicius Costa Gomes
2010-12-16Convert more D-Bus errors to btd_error_*Gustavo F. Padovan
2010-12-14Fix signess of err variable passed to strerrorJohan Hedberg
2010-12-14Use correct signess for err variableJohan Hedberg
2010-12-14serial: use btd_error_failed()Gustavo F. Padovan
2010-12-08convert error to btd_error_not_connected()Gustavo F. Padovan
2010-12-08convert errors to btd_error_not_authorized()Gustavo F. Padovan
2010-12-07Add btd_error_does_not_exist()Gustavo F. Padovan
2010-12-07Add btd_error_already_exists()Gustavo F. Padovan
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan
2010-11-28Remove unused includesJohan Hedberg
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