Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow Network.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -0/+17 |
| | | | | | Disconnect should only be possible for the 'owner' of the connection, the application which called Connect. | ||||
* | Remove deprecated methods and signals from network interface | Marcel Holtmann | 2008-12-01 | 1 | -34/+0 |
| | |||||
* | Add disconnect watch for Network.Connect method. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -5/+28 |
| | | | | If the client leaves or dies the connection should be removed. | ||||
* | Use correct property types for Device and UUID | Johan Hedberg | 2008-11-22 | 1 | -2/+2 |
| | |||||
* | Rename dbus_connection_emit_property_changed to emit_property_changed | Johan Hedberg | 2008-10-16 | 1 | -24/+18 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 1 | -6/+3 |
| | |||||
* | Remove uninitialized variable compiler warning with some gcc versions | Johan Hedberg | 2008-10-04 | 1 | -7/+11 |
| | |||||
* | Fix uninitialized reply of multiple GetProperties methods | Marcel Holtmann | 2008-10-03 | 1 | -0/+4 |
| | |||||
* | Mark old plugins API as deprecated. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -3/+4 |
| | |||||
* | Add code to emit PropertyChanged on network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+28 |
| | |||||
* | Add property support for network interface. | Luiz Augusto von Dentz | 2008-10-02 | 1 | -0/+48 |
| | |||||
* | Fix D-Bus API for serial and network plugins | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Network: removed unused function | Claudio Takahasi | 2008-09-05 | 1 | -6/+0 |
| | |||||
* | Network: Minor cleanup | Claudio Takahasi | 2008-09-01 | 1 | -8/+0 |
| | |||||
* | Add 30s timeout to setup connection phase | Marcel Holtmann | 2008-08-08 | 1 | -0/+12 |
| | |||||
* | Make use of peer_free instead of g_free. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Fix network plugin to reflect the api documentation. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -114/+166 |
| | |||||
* | Cleanup network manager. | Luiz Augusto von Dentz | 2008-07-28 | 1 | -258/+43 |
| | |||||
* | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 1 | -0/+2 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 1 | -2/+2 |
| | |||||
* | Remove use of dbus_connection_get_object_user_data from network. | Luiz Augusto von Dentz | 2008-06-06 | 1 | -6/+15 |
| | |||||
* | Fixes missing parts of network which didn't use libgdbus. | Luiz Augusto von Dentz | 2008-06-03 | 1 | -4/+20 |
| | |||||
* | Convert network connection handling to gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -173/+121 |
| | |||||
* | Convert network manager interface to use gdbus API | Marcel Holtmann | 2008-05-27 | 1 | -2/+0 |
| | |||||
* | Fix issues with missing include for PATH_MAXutils-3.32 | Marcel Holtmann | 2008-05-20 | 1 | -0/+1 |
| | |||||
* | Make bt_io_callback_t to take both source and destination. | Luiz Augusto von Dentz | 2008-05-14 | 1 | -1/+2 |
| | |||||
* | Move D-Bus object and interface helpers into libgdbus | Marcel Holtmann | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | Move D-Bus watch functions into libgdbus | Marcel Holtmann | 2008-05-08 | 1 | -1/+0 |
| | |||||
* | Make bt_l2cap_connect to take mtu as paramter. | Luiz Augusto von Dentz | 2008-05-07 | 1 | -92/+19 |
| | |||||
* | Fix bug that prevent bnep interfaces to come up on reconnection. | Luiz Augusto von Dentz | 2008-05-06 | 1 | -0/+1 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Update services to new error codes and helper functions | Johan Hedberg | 2007-11-26 | 1 | -10/+10 |
| | |||||
* | Fix code style. | Luiz Augusto von Dentz | 2007-10-22 | 1 | -1/+1 |
| | |||||
* | Fixes cross storage and adapter path. | Luiz Augusto von Dentz | 2007-10-22 | 1 | -3/+17 |
| | |||||
* | Fix dict signatures. | Luiz Augusto von Dentz | 2007-10-03 | 1 | -1/+1 |
| | |||||
* | Fixes codestyle, bridge creation and some code cleanup. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -10/+10 |
| | |||||
* | Rework configuration file to use roles. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -13/+2 |
| | |||||
* | Add support for script execution. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -3/+3 |
| | |||||
* | Add bridge name support. | Luiz Augusto von Dentz | 2007-09-28 | 1 | -35/+60 |
| | |||||
* | Add LastConnection, DefaultConnection and ChangeDefaultConnection API ↵ | Luiz Augusto von Dentz | 2007-05-17 | 1 | -8/+21 |
| | | | | methods and some minor fixes. | ||||
* | Fixes storage problems with connections and fix bug of CreateConnection not ↵ | Luiz Augusto von Dentz | 2007-05-16 | 1 | -3/+35 |
| | | | | checking for present connection with the same destination and profile. | ||||
* | Add CancelConnect to Connection interface. | Luiz Augusto von Dentz | 2007-05-14 | 1 | -4/+26 |
| | |||||
* | Add method to retrieve adapter address | Marcel Holtmann | 2007-05-14 | 1 | -4/+25 |
| | |||||
* | Use dbus_connection_emit_signal to emit signals. | Luiz Augusto von Dentz | 2007-05-09 | 1 | -11/+9 |
| | |||||
* | Switch to using generic dbus framework method dispatching | Johan Hedberg | 2007-05-09 | 1 | -50/+32 |
| | |||||
* | Make connection host address available via GetInfo. | Luiz Augusto von Dentz | 2007-05-08 | 1 | -0/+6 |
| | |||||
* | Update network API documentation. | Luiz Augusto von Dentz | 2007-04-27 | 1 | -0/+4 |
| | |||||
* | Check connection busy before removing it. | Luiz Augusto von Dentz | 2007-04-20 | 1 | -0/+11 |
| | |||||
* | Fix use of GIOChannel | Luiz Augusto von Dentz | 2007-04-18 | 1 | -14/+19 |
| |