summaryrefslogtreecommitdiffstats
path: root/network
Commit message (Expand)AuthorAgeFilesLines
...
* Fix warnings on network.Luiz Augusto von Dentz2008-08-141-2/+2
* Fix device driver callbacks to not take driver pointer.Luiz Augusto von Dentz2008-08-131-25/+51
* Make network plugin to register adapter drivers.Luiz Augusto von Dentz2008-08-123-340/+266
* Add 30s timeout to setup connection phaseMarcel Holtmann2008-08-081-0/+12
* Introduce driver.c and driver.h files.Luiz Augusto von Dentz2008-08-051-0/+1
* Make use of peer_free instead of g_free.Luiz Augusto von Dentz2008-07-301-1/+1
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-293-3/+3
* Fix network plugin to reflect the api documentation.Luiz Augusto von Dentz2008-07-283-161/+181
* Adding adapter_get_address.Alok Barsode2008-07-281-1/+1
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-6/+12
* Cleanup network manager.Luiz Augusto von Dentz2008-07-287-1062/+126
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-1/+1
* Renaming device to btd_device and making theAlok Barsode2008-07-281-4/+6
* Fixed missing includeClaudio Takahasi2008-06-301-0/+1
* Don't use lib prefix for pluginsMarcel Holtmann2008-06-301-3/+2
* Fix authorization mechanism for 3.x.Luiz Augusto von Dentz2008-06-171-1/+1
* Remove calls to RequestAuthorization.Luiz Augusto von Dentz2008-06-161-98/+2
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-7/+7
* Update plugin interface registrationMarcel Holtmann2008-06-081-0/+43
* Use DBG in plugin to show function namesMarcel Holtmann2008-06-081-2/+2
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-072-0/+4
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-073-7/+7
* Remove use of dbus_connection_get_object_user_data from network.Luiz Augusto von Dentz2008-06-061-6/+15
* Fix the last remains of sending helpersMarcel Holtmann2008-06-061-1/+3
* Update autoconf/automake optionsMarcel Holtmann2008-06-031-1/+1
* Fixes missing parts of network which didn't use libgdbus.Luiz Augusto von Dentz2008-06-032-106/+120
* Register network service as network driverMarcel Holtmann2008-05-291-17/+28
* Convert network connection handling to gdbus APIMarcel Holtmann2008-05-271-173/+121
* Convert network manager interface to use gdbus APIMarcel Holtmann2008-05-273-227/+155
* Fix issues with missing include for PATH_MAXutils-3.32Marcel Holtmann2008-05-203-0/+3
* Use g_key_file_get_string_list instead of g_key_file_get_stringJohan Hedberg2008-05-161-8/+11
* Make network service to use bt_l2cap_listen.Luiz Augusto von Dentz2008-05-161-91/+15
* Make bt_io_callback_t to take both source and destination.Luiz Augusto von Dentz2008-05-141-1/+2
* Use -no-undefined for linking pluginsMarcel Holtmann2008-05-091-1/+2
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-083-3/+3
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-085-6/+4
* Register service and UUIDs in one stepMarcel Holtmann2008-05-081-5/+1
* Remove service daemon activation handlingMarcel Holtmann2008-05-081-2/+6
* Fix dbus internals calls.Luiz Augusto von Dentz2008-05-071-144/+19
* Make bt_l2cap_connect to take mtu as paramter.Luiz Augusto von Dentz2008-05-071-92/+19
* Fix bug that prevent bnep interfaces to come up on reconnection.Luiz Augusto von Dentz2008-05-063-30/+36
* Add some useful info calls for debugging.Luiz Augusto von Dentz2008-05-061-4/+6
* Check trusted device list before request authorizationClaudio Takahasi2008-05-021-2/+4
* Moving authorization code to dbus-service.cClaudio Takahasi2008-05-012-6/+4
* fixed build warningsClaudio Takahasi2008-05-011-1/+2
* fixed service authorizationClaudio Takahasi2008-05-011-0/+13
* network: cleanupClaudio Takahasi2008-04-291-171/+222
* network: Use new Authorization APIClaudio Takahasi2008-04-141-27/+64
* network: fixes a memory leak when reading the Disable config option.Vinicius Gomes2008-04-111-1/+2
* network: removing some blocking dbus calls from manager.cVinicius Gomes2008-03-271-56/+3