summaryrefslogtreecommitdiff
path: root/serial
AgeCommit message (Expand)AuthorFilesLines
2012-01-24btio: Fix users to not expect a default security levelVinicius Costa Gomes1-0/+2
2011-12-23Fix device address type trackingJohan Hedberg1-1/+1
2011-11-18serial: Fix error handling in connect_port()Anderson Lizardo1-3/+3
2011-11-17serial: Fix errno handling conventionAnderson Lizardo2-24/+21
2011-10-18Move SDP client functions from glib-helper.c to sdp-client.cJohan Hedberg1-0/+1
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg1-0/+1
2011-09-14serial: add Serial.ConnectFD()Gustavo F. Padovan1-1/+24
2011-09-14serial: fix DBus message replyGustavo F. Padovan1-4/+2
2011-08-02Remove unneeded textfile header includesClaudio Takahasi2-2/+0
2011-07-03Fix common misspelled wordsLucas De Marchi1-1/+1
2011-06-30Make use of g_slist_free_full on serial pluginLuiz Augusto von Dentz1-6/+7
2011-05-15Fix check for negative port number in tcp_socket_connectSzymon Janc1-2/+1
2011-05-15Fix minor code style issue in channel_writeSzymon Janc1-1/+0
2011-05-15Fix error check from write in channel_writeSzymon Janc1-1/+1
2011-05-15Fix dead assignment in channel_writeSzymon Janc1-1/+1
2011-05-15Remove redundant local copy of GSlist* from functionsSzymon Janc1-4/+2
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