summaryrefslogtreecommitdiff
path: root/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg2009-02-254-6/+6
* Use safer strncpy instead of strcpyJohan Hedberg2009-02-251-2/+2
* Fix leaked sdp_record_tJohan Hedberg2009-02-241-0/+1
* Convert Network plugin to use confirm callback.Luiz Augusto von Dentz2009-02-232-160/+112
* Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz2009-02-192-4/+4
* Make network plugin to use BtIO API.Luiz Augusto von Dentz2009-02-192-38/+56
* Fix mostly every warning caused by -Wsign-compareMarcel Holtmann2009-01-291-2/+3
* Fix bug on error report.Luiz Augusto von Dentz2009-01-231-1/+1
* Update copyright informationMarcel Holtmann2009-01-0111-11/+11
* Fix spelling mistakesMarcel Holtmann2008-12-301-1/+1
* Add missing include definitionsMarcel Holtmann2008-12-232-1/+3