Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Add headset.h to +bluetoothd_service_audio_SOURCES | Johan Hedberg | 2007-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Cleanup and small fixes | Johan Hedberg | 2007-04-13 | 5 | -124/+162 | |
| | | ||||||
| * | Fix code style. | Luiz Augusto von Dentz | 2007-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix warning on build. | Luiz Augusto von Dentz | 2007-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | network: changed the server D-Bus path and moved storage functions to manager.c | Claudio Takahasi | 2007-04-12 | 4 | -81/+70 | |
| | | ||||||
| * | Add FindConnection method, bug fixes for disconnect events. | Luiz Augusto von Dentz | 2007-04-12 | 3 | -8/+78 | |
| | | ||||||
| * | A little more refactoring | Johan Hedberg | 2007-04-12 | 4 | -106/+102 | |
| | | ||||||
| * | Remove unused functions | Johan Hedberg | 2007-04-12 | 2 | -9/+0 | |
| | | ||||||
| * | network: added initial code to register stored servers | Claudio Takahasi | 2007-04-12 | 1 | -6/+59 | |
| | | ||||||
| * | network: use global server/connection list for manager | Claudio Takahasi | 2007-04-12 | 1 | -52/+22 | |
| | | ||||||
| * | Fix bug on GetInterface. | Luiz Augusto von Dentz | 2007-04-12 | 1 | -1/+2 | |
| | | ||||||
| * | network: code cleanup | Claudio Takahasi | 2007-04-12 | 1 | -40/+23 | |
| | |