summaryrefslogtreecommitdiff
path: root/serial
Commit message (Expand)AuthorAgeFilesLines
* serial: remove the whole serial codeGustavo Padovan2012-07-106-888/+0
* serial: remove unneeded headers includeGustavo Padovan2012-07-092-29/+0
* serial: remove SerialProxy interfaceGustavo Padovan2012-07-093-1320/+0
* serial: Move UUID string definition to libDaniel Wagner2012-06-021-2/+1
* Remove compatibility check for DBUS_TYPE_UNIX_FDAnderson Lizardo2012-05-311-7/+0
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-172-12/+12
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-172-12/+31
* Constify GDBus signal tablesLucas De Marchi2012-05-171-1/+1
* Constify GDBus method tablesLucas De Marchi2012-05-172-3/+3
* build: Remove glib-compat.h supportMarcel Holtmann2012-04-161-1/+0
* Move common code to sdp to avoid duplicationSzymon Janc2012-03-281-15/+1
* btio: Fix users to not expect a default security levelVinicius Costa Gomes2012-01-241-0/+2
* Fix device address type trackingJohan Hedberg2011-12-231-1/+1
* serial: Fix error handling in connect_port()Anderson Lizardo2011-11-181-3/+3
* serial: Fix errno handling conventionAnderson Lizardo2011-11-172-24/+21
* Move SDP client functions from glib-helper.c to sdp-client.cJohan Hedberg2011-10-181-0/+1
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-181-0/+1
* serial: add Serial.ConnectFD()Gustavo F. Padovan2011-09-141-1/+24
* serial: fix DBus message replyGustavo F. Padovan2011-09-141-4/+2
* Remove unneeded textfile header includesClaudio Takahasi2011-08-022-2/+0
* 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