summaryrefslogtreecommitdiff
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* Move common code to sdp to avoid duplicationSzymon Janc2012-03-281-15/+1
* network: Fix clang compiler warnings related to unaligned memory accessVinicius Costa Gomes2012-02-141-4/+4
* network: Add retries for BNEP connection setupIlia Kolomisnky2012-02-081-8/+51
* btio: Fix users to not expect a default security levelVinicius Costa Gomes2012-01-241-0/+1
* Fix device address type trackingJohan Hedberg2011-12-231-1/+1
* network: Fix errno handling conventionAnderson Lizardo2011-11-171-12/+12
* Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2011-10-182-2/+2
* Make use of g_slist_free_full on network pluginLuiz Augusto von Dentz2011-06-302-7/+5
* Report error from ioctl in bnep_if_downSzymon Janc2011-05-151-0/+5
* Remove redundant local copy of GSlist* from functionsSzymon Janc2011-05-152-16/+8
* network: Fix for TP_BNEP_CTRL_BV_01_C qualification testLukasz Rymanowski2011-03-141-0/+15
* Fix use of deprecated glib on network pluginLuiz Augusto von Dentz2011-01-191-7/+7
* network: use btd_error_failed()Gustavo F. Padovan2010-12-142-38/+5
* Add btd_error_already_connected()Gustavo F. Padovan2010-12-081-1/+1
* convert error to btd_error_not_supported()Gustavo F. Padovan2010-12-081-1/+1
* convert error to btd_error_not_connected()Gustavo F. Padovan2010-12-081-7/+1
* convert errors to btd_error_not_authorized()Gustavo F. Padovan2010-12-081-1/+1
* Add btd_error_already_exists()Gustavo F. Padovan2010-12-071-1/+1
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-7/+0
* Remove unused includesJohan Hedberg2010-11-283-4/+0
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-192-3/+3
* Refuse connections if no NAP server is registeredMarcel Holtmann2010-07-131-9/+15
* Handle network server application disconnectsMarcel Holtmann2010-07-131-6/+22
* Use "Network service" for network SDP record descriptionMarcel Holtmann2010-07-131-1/+1
* Add support for starting/stopping network NAP serverMarcel Holtmann2010-07-131-15/+53
* Remove last crufts of overbloated network configurationMarcel Holtmann2010-07-131-21/+11
* Remove unused network configuration disable checkingMarcel Holtmann2010-07-132-19/+0
* Don't show an error if network.conf is not availableMarcel Holtmann2010-07-131-1/+0
* Provide only new network server D-Bus APIMarcel Holtmann2010-07-121-167/+12
* Remove unused options from network example configurationMarcel Holtmann2010-07-121-25/+0
* Remove some outdated server code from network pluginMarcel Holtmann2010-07-129-542/+90
* Remove redundant information that is already present in DBGLuiz Augusto von Dentz2010-06-291-1/+1
* Move debug() to DBG()Gustavo F. Padovan2010-05-214-17/+17
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-215-5/+5
* Rename network "Device" to "Interface"Marcel Holtmann2010-02-021-4/+4
* Update copyright informationMarcel Holtmann2010-01-0111-11/+11
* Switch to a full non-recursive build systemMarcel Holtmann2009-08-231-19/+0
* Make all major plugins builtin to simplify debuggingMarcel Holtmann2009-08-091-7/+2
* Make network plugin to use adapter references.Luiz Augusto von Dentz2009-05-273-25/+29
* Fix bug which cause disconnect watches to run on freed data.Luiz Augusto von Dentz2009-05-041-0/+4
* Fix address variable typeJohan Hedberg2009-05-021-1/+1
* Make disconnect watch callback to take removal flag.Luiz Augusto von Dentz2009-04-271-1/+2
* Make network plugin to use disconnect watches.Luiz Augusto von Dentz2009-04-223-8/+27
* 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
* Convert some not-so-important info logs to debug logsJohan Hedberg2009-03-242-4/+4
* Adding version check for plugins.Alok Barsode2009-03-141-1/+1
* Use GCC visibility for exporting symbolsMarcel Holtmann2009-03-111-5/+5
* Fix network regression which caused disconnections.Luiz Augusto von Dentz2009-03-121-67/+51
* Make use of AF_INET instead of AF_INET6.Luiz Augusto von Dentz2009-03-101-2/+2