summaryrefslogtreecommitdiff
path: root/serial
AgeCommit message (Expand)AuthorFilesLines
2011-01-19Fix use of deprecated glib on serial pluginLuiz Augusto von Dentz1-20/+20
2010-12-22Add a way to store the remote device typeVinicius Costa Gomes1-0/+2
2010-12-16Convert more D-Bus errors to btd_error_*Gustavo F. Padovan2-17/+3
2010-12-14Fix signess of err variable passed to strerrorJohan Hedberg1-1/+1
2010-12-14Use correct signess for err variableJohan Hedberg1-6/+6
2010-12-14serial: use btd_error_failed()Gustavo F. Padovan2-17/+11
2010-12-08convert error to btd_error_not_connected()Gustavo F. Padovan1-1/+1
2010-12-08convert errors to btd_error_not_authorized()Gustavo F. Padovan2-3/+3
2010-12-07Add btd_error_does_not_exist()Gustavo F. Padovan2-18/+3
2010-12-07Add btd_error_already_exists()Gustavo F. Padovan1-2/+1
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan2-21/+6
2010-11-28Remove unused includesJohan Hedberg2-4/+0
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg2-6/+6
2010-05-21Move debug() to DBG()Gustavo F. Padovan2-12/+12
2010-05-21Remove old defines from serial codeGustavo F. Padovan2-10/+0
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan3-3/+3
2010-01-01Update copyright informationMarcel Holtmann7-7/+7
2009-10-02Fix memory leaksSteve Grubb1-0/+2
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-19/+0
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann2-10/+4
2009-07-28Fix serial proxy record info attributesJohan Hedberg1-2/+1
2009-07-28Use 16/32-bit UUID if possible in serial proxy recordsJohan Hedberg1-0/+1
2009-07-27Track sender of CreateProxy.Luiz Augusto von Dentz1-50/+83
2009-07-27Remove the serial storage functionalityForrest Zhao4-262/+7
2009-07-24Fix whitespaceJohan Hedberg1-1/+1
2009-07-24Add support for multiple serial proxies configurationForrest Zhao3-60/+180
2009-06-30Fix whitespace issueJohan Hedberg1-1/+1
2009-06-30Fix open() error checkJohan Hedberg1-1/+1
2009-06-30Use (safer) strncpy instead of strcpyJohan Hedberg1-2/+3
2009-06-30Fix NULL check in find_port() for port->uuidJohan Hedberg1-0/+3
2009-05-27Make serial plugin to use adapter references.Luiz Augusto von Dentz3-34/+42
2009-05-02Fix address variable typeJohan Hedberg1-1/+1
2009-04-30Fix bt_cancel_discovery to not call callback.Luiz Augusto von Dentz1-1/+4
2009-04-24Fix bug on Serial.Connect which cause UUID-128 to be interpreted as channel.Luiz Augusto von Dentz1-5/+10
2009-04-21Using # operator to stringify plugin name.Alok Barsode1-1/+1
2009-04-21Add priority field to plugin descriptor definition and load plugins in priori...Alok Barsode1-1/+2
2009-04-19Fix uninitialized variable compiler warningJohan Hedberg1-1/+3
2009-04-15Add support to channel pattern in Serial interface.Luiz Augusto von Dentz1-8/+48
2009-04-14Make Serial.Disconnect to abort connection attempt.Luiz Augusto von Dentz1-11/+21
2009-04-11Make serial port to not use channels from record storage.Luiz Augusto von Dentz1-14/+80
2009-04-01Make serial proxy to use confirm callback.Luiz Augusto von Dentz1-46/+126
2009-04-01Add support of friendly name UUIDs for SerialProxyManager.Luiz Augusto von Dentz1-21/+22
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg2-5/+5
2009-03-23Be sure to remove the name listener in serial_port_freeJohan Hedberg1-0/+6
2009-03-14Adding version check for plugins.Alok Barsode1-1/+1
2009-03-11Use GCC visibility for exporting symbolsMarcel Holtmann1-5/+5
2009-02-25Remove unused functionJohan Hedberg2-34/+0
2009-02-22Fix bt_io_get parameter passingJohan Hedberg1-1/+1
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2-3/+3
2009-02-19Make serial plugin to use BtIO API.Luiz Augusto von Dentz2-27/+56