summaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Expand)AuthorFilesLines
2012-07-10network: move it to profiles folderGustavo Padovan10-2135/+0
2012-07-02network: fix network Connect() method parametersGustavo Padovan1-1/+3
2012-06-28network: NULL dereference fixPavel Raiskup1-1/+3
2012-06-02network: Move UUID string definition to libDaniel Wagner4-5/+3
2012-05-17Do not set signature and reply in GDBus tablesLucas De Marchi2-6/+6
2012-05-17Convert GDBus methods to use macro helpersLucas De Marchi2-7/+15
2012-05-17Constify GDBus signal tablesLucas De Marchi1-1/+1
2012-05-17Constify GDBus method tablesLucas De Marchi2-2/+2
2012-04-16build: Remove glib-compat.h supportMarcel Holtmann2-2/+0
2012-04-13network: Remove header declared but not definedSyam Sidhardhan1-2/+0
2012-03-30Fix common spelling error in code and commentsSzymon Janc1-1/+1
2012-03-28Move common code to sdp to avoid duplicationSzymon Janc1-15/+1
2012-02-14network: Fix clang compiler warnings related to unaligned memory accessVinicius Costa Gomes1-4/+4
2012-02-08network: Add retries for BNEP connection setupIlia Kolomisnky1-8/+51
2012-01-24btio: Fix users to not expect a default security levelVinicius Costa Gomes1-0/+1
2011-12-23Fix device address type trackingJohan Hedberg1-1/+1
2011-11-17network: Fix errno handling conventionAnderson Lizardo1-12/+12
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg2-2/+2
2011-06-30Make use of g_slist_free_full on network pluginLuiz Augusto von Dentz2-7/+5
2011-05-15Report error from ioctl in bnep_if_downSzymon Janc1-0/+5
2011-05-15Remove redundant local copy of GSlist* from functionsSzymon Janc2-16/+8
2011-03-14network: Fix for TP_BNEP_CTRL_BV_01_C qualification testLukasz Rymanowski1-0/+15
2011-01-19Fix use of deprecated glib on network pluginLuiz Augusto von Dentz1-7/+7
2010-12-14network: use btd_error_failed()Gustavo F. Padovan2-38/+5
2010-12-08Add btd_error_already_connected()Gustavo F. Padovan1-1/+1
2010-12-08convert error to btd_error_not_supported()Gustavo F. Padovan1-1/+1
2010-12-08convert error to btd_error_not_connected()Gustavo F. Padovan1-7/+1
2010-12-08convert errors to btd_error_not_authorized()Gustavo F. Padovan1-1/+1
2010-12-07Add btd_error_already_exists()Gustavo F. Padovan1-1/+1
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan1-7/+0
2010-11-28Remove unused includesJohan Hedberg3-4/+0
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg2-3/+3
2010-07-13Refuse connections if no NAP server is registeredMarcel Holtmann1-9/+15
2010-07-13Handle network server application disconnectsMarcel Holtmann1-6/+22
2010-07-13Use "Network service" for network SDP record descriptionMarcel Holtmann1-1/+1
2010-07-13Add support for starting/stopping network NAP serverMarcel Holtmann1-15/+53
2010-07-13Remove last crufts of overbloated network configurationMarcel Holtmann1-21/+11
2010-07-13Remove unused network configuration disable checkingMarcel Holtmann2-19/+0
2010-07-13Don't show an error if network.conf is not availableMarcel Holtmann1-1/+0
2010-07-12Provide only new network server D-Bus APIMarcel Holtmann1-167/+12
2010-07-12Remove unused options from network example configurationMarcel Holtmann1-25/+0
2010-07-12Remove some outdated server code from network pluginMarcel Holtmann9-542/+90
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz1-1/+1
2010-05-21Move debug() to DBG()Gustavo F. Padovan4-17/+17
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan5-5/+5
2010-02-02Rename network "Device" to "Interface"Marcel Holtmann1-4/+4
2010-01-01Update copyright informationMarcel Holtmann11-11/+11
2009-08-23Switch to a full non-recursive build systemMarcel Holtmann1-19/+0
2009-08-09Make all major plugins builtin to simplify debuggingMarcel Holtmann1-7/+2
2009-05-27Make network plugin to use adapter references.Luiz Augusto von Dentz3-25/+29