summaryrefslogtreecommitdiff
path: root/serial/proxy.c
Commit message (Expand)AuthorAgeFilesLines
* serial: remove SerialProxy interfaceGustavo Padovan2012-07-091-1269/+0
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-171-9/+9
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-171-9/+22
* Constify GDBus signal tablesLucas De Marchi2012-05-171-1/+1
* Constify GDBus method tablesLucas De Marchi2012-05-171-2/+2
* Move common code to sdp to avoid duplicationSzymon Janc2012-03-281-15/+1
* serial: Fix errno handling conventionAnderson Lizardo2011-11-171-21/+18
* Remove unneeded textfile header includesClaudio Takahasi2011-08-021-1/+0
* Fix common misspelled wordsLucas De Marchi2011-07-031-1/+1
* 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
* Convert more D-Bus errors to btd_error_*Gustavo F. Padovan2010-12-161-10/+2
* serial: use btd_error_failed()Gustavo F. Padovan2010-12-141-6/+2
* convert errors to btd_error_not_authorized()Gustavo F. Padovan2010-12-081-2/+2
* Add btd_error_does_not_exist()Gustavo F. Padovan2010-12-071-8/+1
* Add btd_error_already_exists()Gustavo F. Padovan2010-12-071-2/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-13/+6
* Remove unused includesJohan Hedberg2010-11-281-2/+0
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-191-3/+3
* Move debug() to DBG()Gustavo F. Padovan2010-05-211-8/+8
* Remove old defines from serial codeGustavo F. Padovan2010-05-211-6/+0
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Fix memory leaksSteve Grubb2009-10-021-0/+2
* 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-271-94/+6
* Fix whitespaceJohan Hedberg2009-07-241-1/+1
* Add support for multiple serial proxies configurationForrest Zhao2009-07-241-60/+168
* 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
* Make serial plugin to use adapter references.Luiz Augusto von Dentz2009-05-271-28/+37
* Fix address variable typeJohan Hedberg2009-05-021-1/+1
* 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-241-3/+3
* Fix bt_io_get parameter passingJohan Hedberg2009-02-221-1/+1
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-191-1/+1
* Make serial plugin to use BtIO API.Luiz Augusto von Dentz2009-02-191-10/+25
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-1/+2
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-231-0/+1
* Fix remaining places to use dict_append_entry tooJohan Hedberg2008-10-161-12/+7
* Fix invalid read when passing a path which happens to be freed on destroy cal...Luiz Augusto von Dentz2008-09-231-1/+3