Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | eglib: adding filename related functions for loading dynamic libraries. | Vinicius Gomes | 2008-03-26 | 2 | -4/+67 | |
| | | ||||||
| * | network: Add/Remove records directly instead of use D-Bus messages | Claudio Takahasi | 2008-03-26 | 3 | -159/+52 | |
| | | ||||||
| * | Fix g_free that may cause segmentation fault. | Luiz Augusto von Dentz | 2008-03-25 | 1 | -1/+3 | |
| | | ||||||
| * | Fix possible memory leak on plugin failure and make plugin_init fail if the ↵ | Luiz Augusto von Dentz | 2008-03-25 | 1 | -30/+30 | |
| | | | | | | | | configured directory is invalid. | |||||
| * | Emit old device signals when a property is changed. | Luiz Augusto von Dentz | 2008-03-24 | 1 | -2/+18 | |
| | | ||||||
| * | Fix dbus_message_iter_append_variant to use dbus string array format (char ↵ | Luiz Augusto von Dentz | 2008-03-24 | 2 | -22/+42 | |
| | | | | | | | | **) instead GSList. | |||||
| * | Create links for audio and serial plugins | Marcel Holtmann | 2008-03-22 | 1 | -0/+4 | |
| | | ||||||
| * | Convert serial service to a plugin | Marcel Holtmann | 2008-03-22 | 5 | -73/+33 | |
| | | ||||||
| * | Link network and input plugins for easier testing | Marcel Holtmann | 2008-03-22 | 1 | -0/+8 | |
| | | ||||||
| * | Convert network service into a plugin | Marcel Holtmann | 2008-03-22 | 5 | -86/+34 | |
| | | ||||||
| * | Convert input service into a plugin | Marcel Holtmann | 2008-03-22 | 5 | -75/+27 | |
| | | ||||||
| * | Update test script for input service | Marcel Holtmann | 2008-03-22 | 1 | -5/+28 | |
| | | ||||||
| * | Load plugins later in the init process | Marcel Holtmann | 2008-03-22 | 1 | -2/+6 | |
| | | ||||||
| * | Don't try to unregister non hciX objects | Marcel Holtmann | 2008-03-22 | 1 | -0/+3 | |
| | | ||||||
| * | Make the external service register function asynchron | Marcel Holtmann | 2008-03-22 | 1 | -6/+17 | |
| | | ||||||
| * | Update changelog and bump version numberutils-3.29 | Marcel Holtmann | 2008-03-21 | 2 | -1/+10 | |
| | | ||||||
| * | Don't install example plugin | Marcel Holtmann | 2008-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed wrong report of create device in progress error | Claudio Takahasi | 2008-03-20 | 1 | -1/+3 | |
| | | ||||||
| * | Add Adapter property to device GetProperties. | Luiz Augusto von Dentz | 2008-03-20 | 1 | -2/+8 | |
| | | ||||||
| * | Remove another incorrect call to agent_destroy | Johan Hedberg | 2008-03-20 | 1 | -5/+0 | |
| | | ||||||
| * | Remove invalid call to agent_destroy | Johan Hedberg | 2008-03-20 | 1 | -5/+0 | |
| | | ||||||
| * | Add records based on the adapter address | Claudio Takahasi | 2008-03-20 | 8 | -19/+21 | |
| | | ||||||
| * | Cleanup | Johan Hedberg | 2008-03-20 | 1 | -31/+32 | |
| | | ||||||
| * | Initialize error properly | Johan Hedberg | 2008-03-20 | 1 | -0/+5 | |
| | | ||||||
| * | Add adapter to agent_create. | Luiz Augusto von Dentz | 2008-03-20 | 3 | -5/+6 | |
| | | ||||||
| * | Use correct method name | Johan Hedberg | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make sure to reset agent->request upon freeing the request | Johan Hedberg | 2008-03-20 | 1 | -0/+2 | |
| | | ||||||
| * | Fix invalid dbus_pending_call_cancel call | Johan Hedberg | 2008-03-20 | 1 | -1/+0 | |
| | | ||||||
| * | Fix uninitialized memory access | Johan Hedberg | 2008-03-20 | 1 | -3/+3 | |
| | | ||||||
| * | Fix parameter passing to adapter_get_device | Johan Hedberg | 2008-03-20 | 1 | -2/+3 | |
| | | ||||||
| * | Implement support for new Agent.RequestPasskey | Johan Hedberg | 2008-03-20 | 2 | -1/+75 | |
| | | ||||||
| * | Fix strconcat bug | Marcel Holtmann | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | device: adding device_remove function | Vinicius Gomes | 2008-03-20 | 2 | -0/+8 | |
| | | ||||||
| * | Emit device PropertyChanged properly and fix adapter signals to be emmitted ↵ | Luiz Augusto von Dentz | 2008-03-20 | 3 | -19/+190 | |
| | | | | | | | | in old and new path when necessary. | |||||
| * | Added adapter UpdateServiceRecord implementation | Claudio Takahasi | 2008-03-20 | 3 | -32/+18 | |
| | | ||||||
| * | Add support for PS3 remote devices | Marcel Holtmann | 2008-03-20 | 1 | -3/+335 | |
| | | ||||||
| * | adapter: fixing the parameter list of the adapter_get_device function | Vinicius Gomes | 2008-03-20 | 2 | -3/+3 | |
| | | ||||||
| * | adapter: adding adapter_get_device function | Vinicius Gomes | 2008-03-20 | 2 | -0/+20 | |
| | | ||||||
| * | Fix wrong error message | Marcel Holtmann | 2008-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make dbus_connection_emit_property_changed to perform checks as ↵ | Luiz Augusto von Dentz | 2008-03-20 | 1 | -11/+36 | |
| | | | | | | | | dbus_connection_emit_signal_valist does. | |||||
| * | Implement basic support for new service record registration | Marcel Holtmann | 2008-03-15 | 3 | -33/+88 | |
| | | ||||||
| * | Add command to test service record registration | Marcel Holtmann | 2008-03-15 | 1 | -0/+15 | |
| | | ||||||
| * | Remove some unneeded experimental checks | Marcel Holtmann | 2008-03-15 | 2 | -36/+0 | |
| | | ||||||
| * | Add skeletons for service record methods | Marcel Holtmann | 2008-03-15 | 1 | -54/+116 | |
| | | ||||||
| * | Add methods for dealing with service record registration | Marcel Holtmann | 2008-03-15 | 1 | -0/+29 | |
| | | ||||||
| * | Update string type handling | Marcel Holtmann | 2008-03-14 | 3 | -47/+48 | |
| | | ||||||
| * | Add more commands to the device testing script | Marcel Holtmann | 2008-03-14 | 1 | -13/+75 | |
| | | ||||||
| * | Fail with error on unknown commands | Marcel Holtmann | 2008-03-14 | 1 | -0/+3 | |
| | | ||||||
| * | Add missing commands to adapter test script | Marcel Holtmann | 2008-03-14 | 1 | -5/+35 | |
| | | ||||||
| * | Fix RequestMode when no agent is registered or the new mode is the same. | Luiz Augusto von Dentz | 2008-03-14 | 1 | -1/+4 | |
| | |