summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspelled wordsLucas De Marchi2011-07-031-1/+1
* Make use of g_slist_free_full on serial pluginLuiz Augusto von Dentz2011-06-301-6/+7
* Fix check for negative port number in tcp_socket_connectSzymon Janc2011-05-151-2/+1
* Fix minor code style issue in channel_writeSzymon Janc2011-05-151-1/+0
* Fix error check from write in channel_writeSzymon Janc2011-05-151-1/+1
* Fix dead assignment in channel_writeSzymon Janc2011-05-151-1/+1
* Remove redundant local copy of GSlist* from functionsSzymon Janc2011-05-151-4/+2
* Fix use of deprecated glib on serial pluginLuiz Augusto von Dentz2011-01-191-20/+20
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-221-0/+2
* Convert more D-Bus errors to btd_error_*Gustavo F. Padovan2010-12-162-17/+3
* Fix signess of err variable passed to strerrorJohan Hedberg2010-12-141-1/+1
* Use correct signess for err variableJohan Hedberg2010-12-141-6/+6
* serial: use btd_error_failed()Gustavo F. Padovan2010-12-142-17/+11
* convert error to btd_error_not_connected()Gustavo F. Padovan2010-12-081-1/+1
* convert errors to btd_error_not_authorized()Gustavo F. Padovan2010-12-082-3/+3
* Add btd_error_does_not_exist()Gustavo F. Padovan2010-12-072-18/+3
* Add btd_error_already_exists()Gustavo F. Padovan2010-12-071-2/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-072-21/+6
* Remove unused includesJohan Hedberg2010-11-282-4/+0
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-192-6/+6
* Move debug() to DBG()Gustavo F. Padovan2010-05-212-12/+12
* Remove old defines from serial codeGustavo F. Padovan2010-05-212-10/+0
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-213-3/+3
* Update copyright informationMarcel Holtmann2010-01-017-7/+7
* 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