aboutsummaryrefslogtreecommitdiff
path: root/network/server.c
AgeCommit message (Expand)Author
2010-12-14network: use btd_error_failed()Gustavo F. Padovan
2010-12-07Add btd_error_already_exists()Gustavo F. Padovan
2010-12-07Create btd_error_invalid_args()Gustavo F. Padovan
2010-11-28Remove unused includesJohan Hedberg
2010-08-19Fix format string warnings for g_dbus_create_errorJohan Hedberg
2010-07-13Refuse connections if no NAP server is registeredMarcel Holtmann
2010-07-13Handle network server application disconnectsMarcel Holtmann
2010-07-13Use "Network service" for network SDP record descriptionMarcel Holtmann
2010-07-13Add support for starting/stopping network NAP serverMarcel Holtmann
2010-07-12Provide only new network server D-Bus APIMarcel Holtmann
2010-07-12Remove some outdated server code from network pluginMarcel Holtmann
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-01-01Update copyright informationMarcel Holtmann
2009-05-27Make network plugin to use adapter references.Luiz Augusto von Dentz
2009-05-02Fix address variable typeJohan Hedberg
2009-03-24Convert some not-so-important info logs to debug logsJohan Hedberg
2009-02-25Fix strncpy length parameters to avoid non-nul-terminated stringsJohan Hedberg
2009-02-24Fix leaked sdp_record_tJohan Hedberg
2009-02-23Convert Network plugin to use confirm callback.Luiz Augusto von Dentz
2009-02-19Make use of g_io_channel_shutdown instead of deprecated g_io_channel_close.Luiz Augusto von Dentz
2009-02-19Make network plugin to use BtIO API.Luiz Augusto von Dentz
2009-01-01Update copyright informationMarcel Holtmann
2008-12-23Add missing include definitionsMarcel Holtmann
2008-11-17Make use of g_timeout_add_seconds whenever possible.Luiz Augusto von Dentz
2008-10-16Fix remaining places to use dict_append_entry tooJohan Hedberg
2008-09-09Cancels the pending request from agent side when receiving a NoReplyVinicius Costa Gomes
2008-09-06Fix D-Bus API for serial and network pluginsMarcel Holtmann
2008-09-01Network: Minor cleanupClaudio Takahasi
2008-08-28Fixes a free on the wrong structure.Vinicius Costa Gomes
2008-08-25Fixing some invalid reads when removing multiple adapters.Vinicius Costa Gomes
2008-08-19Don't use L2CAP_LM_SECURE and RFCOMM_LM_SECURE for nowMarcel Holtmann
2008-08-18Remove driver.c driver.h and remove workaround for to force a symbol resolution.Luiz Augusto von Dentz
2008-08-14Fix unnecessary use of variable.Luiz Augusto von Dentz
2008-08-14Fix warnings on network.Luiz Augusto von Dentz
2008-08-12Make network plugin to register adapter drivers.Luiz Augusto von Dentz
2008-07-29Move hcid to src directory and rename it to bluetoothdMarcel Holtmann
2008-06-17Fix authorization mechanism for 3.x.Luiz Augusto von Dentz
2008-06-16Remove calls to RequestAuthorization.Luiz Augusto von Dentz
2008-06-07Move some D-Bus helpers aroundMarcel Holtmann
2008-06-07Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann
2008-06-06Fix the last remains of sending helpersMarcel Holtmann
2008-06-03Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz
2008-05-20Fix issues with missing include for PATH_MAXMarcel Holtmann
2008-05-16Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz
2008-05-08Move D-Bus object and interface helpers into libgdbusMarcel Holtmann
2008-05-08Move D-Bus watch functions into libgdbusMarcel Holtmann
2008-05-02Check trusted device list before request authorizationClaudio Takahasi
2008-05-01Moving authorization code to dbus-service.cClaudio Takahasi