| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | GetRemoteName must return the cached name only or not available error when ↵ | Claudio Takahasi | 2007-04-20 | 1 | -8/+5 | |
| | | | | | | | | | it is called outside the scope of DiscoverDevices. | |||||
| | * | Check connection busy before removing it. | Luiz Augusto von Dentz | 2007-04-20 | 3 | -0/+15 | |
| | | | ||||||
| | * | Free path string first when it is no longer needed | Johan Hedberg | 2007-04-20 | 1 | -1/+2 | |
| | | | ||||||
| | * | Check service classes to be sure that we got the right service record | Johan Hedberg | 2007-04-20 | 1 | -20/+33 | |
| | | | ||||||
| | * | Unref pending calls. | Luiz Augusto von Dentz | 2007-04-19 | 1 | -0/+2 | |
| | | | ||||||
| | * | input: fixed seg fault when RemoveDevice is called and there is a pending ↵ | Claudio Takahasi | 2007-04-18 | 2 | -22/+29 | |
| | | | | | | | | | connection request | |||||
| | * | Update network.server documentation. | Luiz Augusto von Dentz | 2007-04-18 | 1 | -0/+5 | |
| | | | ||||||
| | * | Add build ids for Unified 21f firmwares | Marcel Holtmann | 2007-04-18 | 1 | -0/+2 | |
| | | | ||||||
| | * | Add build ids for Unified 22b firmwares | Marcel Holtmann | 2007-04-18 | 1 | -0/+15 | |
| | | | ||||||
| | * | Add build ids for Unified 22c firmwares | Marcel Holtmann | 2007-04-18 | 1 | -0/+3 | |
| | | | ||||||
| | * | fake input: fixed GIOChannel unrefs | Claudio Takahasi | 2007-04-18 | 1 | -22/+15 | |
| | | | ||||||
| | * | Fix use of GIOChannel | Luiz Augusto von Dentz | 2007-04-18 | 1 | -14/+19 | |
| | | | ||||||
| | * | Handle EINTR errors | Marcel Holtmann | 2007-04-17 | 1 | -2/+5 | |
| | | | ||||||
| | * | input: dbus_pending_call_unref code standard | Claudio Takahasi | 2007-04-17 | 2 | -12/+5 | |
| | | | ||||||
| | * | input: code cleanup/standard | Claudio Takahasi | 2007-04-17 | 1 | -2/+4 | |
| | | | ||||||
| | * | Add GetInfo to network.Server interface. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+36 | |
| | | | ||||||
| | * | input: fixed io channel unref and socket close | Claudio Takahasi | 2007-04-17 | 2 | -22/+14 | |
| | | | ||||||
| | * | Cleanup the headset event parsing function a little | Johan Hedberg | 2007-04-17 | 1 | -48/+45 | |
| | | | ||||||
| | * | Update API documentation to include GetInfo. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+4 | |
| | | | ||||||
| | * | Only stop indicating a call if the answer button is pressed (not e.g. if the ↵ | Johan Hedberg | 2007-04-17 | 1 | -5/+5 | |
| | | | | | | | | | volume button is pressed) | |||||
| | * | Add GetInfo() to network.Connection interface. | Luiz Augusto von Dentz | 2007-04-17 | 1 | -0/+36 | |
| | | | ||||||
| | * | input: Connect/disconnect to the control and interrupt psm at the ending of ↵ | Claudio Takahasi | 2007-04-17 | 3 | -87/+218 | |
| | | | | | | | | | CreateDevice | |||||
| | * | Add missing includes for dbus-helper.h | Johan Hedberg | 2007-04-17 | 2 | -0/+2 | |
| | | | ||||||
| | * | Implement experimental Service.GetBusName method | Johan Hedberg | 2007-04-17 | 2 | -0/+28 | |
| | | | ||||||
| | * | Fix address based configuration | Marcel Holtmann | 2007-04-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Move append_dict_entry to utils/common and change the name to ↵ | Luiz Augusto von Dentz | 2007-04-16 | 6 | -62/+75 | |
| | | | | | | | | | dbus_message_iter_append_dict_entry. | |||||
| | * | 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 | |
| | | | ||||||
| | * | network: cleanup and added some FIXME tags | Claudio Takahasi | 2007-04-13 | 1 | -8/+6 | |
| | | | ||||||
| | * | Bring up interfaces on servers | Luiz Augusto von Dentz | 2007-04-13 | 1 | -1/+11 | |
| | | | ||||||
| | * | network: removed not defined function(read_server_uuid) | Claudio Takahasi | 2007-04-13 | 1 | -1/+0 | |
| | | | ||||||
| | * | network: changed server_register signature and code cleanup | Claudio Takahasi | 2007-04-13 | 3 | -19/+17 | |
| | | | ||||||
| | * | network: moved register_nap_from_file to server_register_from file to ↵ | Claudio Takahasi | 2007-04-13 | 3 | -18/+13 | |
| | | | | | | | | | support gn and nap registration | |||||
| | * | network: added register_nap_from_file | Claudio Takahasi | 2007-04-13 | 3 | -21/+71 | |
| | | | ||||||
| | * | network: changed connection_register prototype | Claudio Takahasi | 2007-04-13 | 3 | -40/+50 | |
| | | | ||||||
| | * | network: added functions prototypes for nap/gn registration | Claudio Takahasi | 2007-04-13 | 2 | -2/+16 | |
| | | | ||||||
| | * | network: added code to parse the network file | Claudio Takahasi | 2007-04-13 | 1 | -14/+57 | |
| | | | ||||||
| | * | network: initial skeleton to register stored network NAP/GN/PANU | Claudio Takahasi | 2007-04-13 | 1 | -14/+26 | |
| | | | ||||||
| | * | network: code cleanup | Claudio Takahasi | 2007-04-13 | 1 | -24/+22 | |
| | | | ||||||
