Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small header cleanups | Marcel Holtmann | 2007-08-16 | 3 | -4/+3 |
| | |||||
* | Remove CreateServer and RemoveServer, servers are always create. | Luiz Augusto von Dentz | 2007-06-20 | 4 | -121/+99 |
| | |||||
* | Fix some documentation problems. | Luiz Augusto von Dentz | 2007-05-22 | 1 | -4/+2 |
| | |||||
* | Update test script with last PANU connection | Marcel Holtmann | 2007-05-22 | 2 | -7/+13 |
| | |||||
* | Revert changes of missing GSList functions. | Luiz Augusto von Dentz | 2007-05-18 | 1 | -61/+22 |
| | |||||
* | Prevent use of missing function in eglib. | Luiz Augusto von Dentz | 2007-05-17 | 1 | -22/+60 |
| | |||||
* | Add LastConnection, DefaultConnection and ChangeDefaultConnection API ↵ | Luiz Augusto von Dentz | 2007-05-17 | 4 | -67/+282 |
| | | | | methods and some minor fixes. | ||||
* | Fixes storage problems with connections and fix bug of CreateConnection not ↵ | Luiz Augusto von Dentz | 2007-05-16 | 3 | -11/+85 |
| | | | | checking for present connection with the same destination and profile. | ||||
* | Update CancelConnect documentation. | Luiz Augusto von Dentz | 2007-05-15 | 1 | -1/+3 |
| | |||||
* | Add CancelConnect method description | Marcel Holtmann | 2007-05-15 | 1 | -0/+5 |
| | |||||
* | 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 | 2 | -26/+51 |
| | |||||
* | Update API descriptions | Marcel Holtmann | 2007-05-10 | 1 | -9/+9 |
| | |||||
* | Use dbus_connection_emit_signal to emit signals. | Luiz Augusto von Dentz | 2007-05-09 | 3 | -40/+26 |
| | |||||
* | Use dbus_connection_destroy object path instead of ↵ | Johan Hedberg | 2007-05-09 | 1 | -1/+1 |
| | | | | dbus_connection_unregister_object_path | ||||
* | Switch to using generic dbus framework method dispatching | Johan Hedberg | 2007-05-09 | 3 | -165/+113 |
| | |||||
* | Fix RemoveConnection documentation. | Luiz Augusto von Dentz | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | Fix network service test script | Marcel Holtmann | 2007-05-08 | 1 | -4/+2 |
| | |||||
* | Fix bug on FindServer and add missing headers. | Luiz Augusto von Dentz | 2007-05-08 | 2 | -3/+7 |
| | |||||
* | Proceed if the bridge creation fails | Marcel Holtmann | 2007-05-08 | 1 | -4/+2 |
| | |||||
* | Add service test scripts | Marcel Holtmann | 2007-05-08 | 2 | -1/+28 |
| | |||||
* | Make connection host address available via GetInfo. | Luiz Augusto von Dentz | 2007-05-08 | 1 | -0/+6 |
| | |||||
* | Update API documentation | Luiz Augusto von Dentz | 2007-05-08 | 1 | -1/+8 |
| | |||||
* | Fix server load from storage and add FindServer to API. | Luiz Augusto von Dentz | 2007-05-08 | 2 | -11/+92 |
| | |||||
* | network: minor cleanup | Claudio Takahasi | 2007-05-01 | 1 | -3/+1 |
| | |||||
* | Update network API documentation. | Luiz Augusto von Dentz | 2007-04-27 | 2 | -25/+29 |
| | |||||
* | Added UpdateServiceRecord | Claudio Takahasi | 2007-04-25 | 1 | -13/+51 |
| | |||||
* | Fix bug while creating connection, unref pending call just once. | Luiz Augusto von Dentz | 2007-04-25 | 1 | -2/+0 |
| | |||||
* | Use service name in error namespace. | Luiz Augusto von Dentz | 2007-04-25 | 1 | -1/+1 |
| | |||||
* | network: missing set the D-Bus connection when creating a server from file | Claudio Takahasi | 2007-04-23 | 1 | -0/+1 |
| | |||||
* | Check connection busy before removing it. | Luiz Augusto von Dentz | 2007-04-20 | 3 | -0/+15 |
| | |||||
* | Unref pending calls. | Luiz Augusto von Dentz | 2007-04-19 | 1 | -0/+2 |
| | |||||
* | Update network.server documentation. | Luiz Augusto von Dentz | 2007-04-18 | 1 | -0/+5 |
| | |||||
* | Fix use of GIOChannel | Luiz Augusto von Dentz | 2007-04-18 | 1 | -14/+19 |
| | |||||
* | Add GetInfo to network.Server interface. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+36 |
| | |||||
* | Update API documentation to include GetInfo. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+4 |
| | |||||
* | Add GetInfo() to network.Connection interface. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+36 |
| | |||||
* | Move code to bring up interface to common and use it on connection. | Luiz Augusto von Dentz | 2007-04-16 | 4 | -14/+40 |
| | |||||
* | network: missing append registered connection paths to the list | Claudio Takahasi | 2007-04-16 | 1 | -1/+5 |
| | |||||
* | network: fixed default adapter | Claudio Takahasi | 2007-04-16 | 2 | -155/+60 |
| | |||||
* | Add signals Enabled/Disabled. | Luiz Augusto von Dentz | 2007-04-16 | 1 | -2/+12 |
| | |||||
* | Update network service documentation. | Luiz Augusto von Dentz | 2007-04-16 | 1 | -12/+73 |
| | |||||
* | network: missing assign src and path on server_register_from_file | Claudio Takahasi | 2007-04-16 | 1 | -0/+2 |
| | |||||
* | network: added function to store/update server property | Claudio Takahasi | 2007-04-16 | 2 | -32/+17 |
| | |||||
* | network: missing append registered server paths to the list | Claudio Takahasi | 2007-04-16 | 1 | -4/+10 |
| | |||||
* | network: added server_remove_stored function | Claudio Takahasi | 2007-04-16 | 3 | -2/+21 |
| | |||||
* | network: added connection_store | Claudio Takahasi | 2007-04-14 | 3 | -1/+40 |
| | |||||
* | network: addded server_store | Claudio Takahasi | 2007-04-14 | 3 | -1/+31 |
| | |||||
* | Fix code style | Luiz Augusto von Dentz | 2007-04-13 | 1 | -1/+1 |
| | |||||
* | Handle errors bringing up interfaces on servers | Luiz Augusto von Dentz | 2007-04-13 | 1 | -3/+5 |
| |