Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Code cleanup | Claudio Takahasi | 2007-01-25 | 1 | -11/+8 | |
| | | ||||||
| * | set_nonblocking: removed err argument | Claudio Takahasi | 2007-01-25 | 5 | -12/+13 | |
| | | ||||||
| * | Use D-Bus API for service record registration | Marcel Holtmann | 2007-01-25 | 1 | -32/+39 | |
| | | ||||||
| * | Allow more than one external service | Marcel Holtmann | 2007-01-25 | 1 | -6/+11 | |
| | | ||||||
| * | Ignore SIGCHLD and SIGPIPE | Marcel Holtmann | 2007-01-25 | 1 | -0/+6 | |
| | | ||||||
| * | Move debug output into condition | Marcel Holtmann | 2007-01-25 | 1 | -4/+6 | |
| | | ||||||
| * | Check for PID before sending SIGTERM | Marcel Holtmann | 2007-01-25 | 1 | -1/+1 | |
| | | ||||||
| * | Check for PID before sending SIGKILL | Marcel Holtmann | 2007-01-25 | 1 | -2/+2 | |
| | | ||||||
| * | Initialize subpath with '\0' | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 | |
| | | ||||||
| * | Move agent examples to daemon directory | Marcel Holtmann | 2007-01-25 | 4 | -13/+11 | |
| | | ||||||
| * | Small cleanup | Marcel Holtmann | 2007-01-25 | 1 | -9/+10 | |
| | | ||||||
| * | Fix memory leaks | Marcel Holtmann | 2007-01-25 | 1 | -3/+13 | |
| | | ||||||
| * | Update passkey and auth agents | Marcel Holtmann | 2007-01-25 | 2 | -21/+40 | |
| | | ||||||
| * | Code cleanup | Claudio Takahasi | 2007-01-25 | 2 | -7/+2 | |
| | | ||||||
| * | No #ifdef magic for local file includes | Marcel Holtmann | 2007-01-25 | 1 | -7/+3 | |
| | | ||||||
| * | Moved HID store related functions to a new file | Claudio Takahasi | 2007-01-25 | 5 | -217/+268 | |
| | | ||||||
| * | Make IsExternal() experimental | Marcel Holtmann | 2007-01-25 | 1 | -0/+3 | |
| | | ||||||
| * | Implement Service.IsExternal method | Johan Hedberg | 2007-01-25 | 2 | -0/+24 | |
| | | ||||||
| * | Fix authorization agent pending requests | Johan Hedberg | 2007-01-25 | 1 | -2/+2 | |
| | | ||||||
| * | Change error message | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix authorization request handling | Marcel Holtmann | 2007-01-24 | 1 | -4/+10 | |
| | | ||||||
| * | Add some debug prints to the authorize process | Johan Hedberg | 2007-01-24 | 2 | -1/+17 | |
| | | ||||||
| * | Code cleanup(missing static modifier) | Claudio Takahasi | 2007-01-24 | 1 | -5/+5 | |
| | | ||||||
| * | Add support for requesting authorization | Marcel Holtmann | 2007-01-24 | 1 | -13/+98 | |
| | | ||||||
| * | Remove incorrect g_io_channel_unref call | Johan Hedberg | 2007-01-24 | 4 | -192/+176 | |
| | | ||||||
| * | Set the default idle timeout to 30 sec | Claudio Takahasi | 2007-01-24 | 1 | -0/+1 | |
| | | ||||||
| * | Moved set_nonblocking to common/dbus.c | Claudio Takahasi | 2007-01-24 | 5 | -83/+32 | |
| | | ||||||
| * | headsetd fixes | Johan Hedberg | 2007-01-24 | 1 | -4/+7 | |
| | | ||||||
| * | Make eglib g_io_channel_unref behave as its glib counterpart with respect to ↵ | Johan Hedberg | 2007-01-24 | 1 | -2/+2 | |
| | | | | | | | | a NULL parameter | |||||
| * | Added GetVendorId | Claudio Takahasi | 2007-01-24 | 2 | -2/+13 | |
| | | ||||||
| * | Added GetProductId | Claudio Takahasi | 2007-01-24 | 2 | -2/+13 | |
| | | ||||||
| * | Added IsConnected | Claudio Takahasi | 2007-01-24 | 1 | -42/+66 | |
| | | ||||||
| * | Check if the input is already connected when "Connect" is requested | Claudio Takahasi | 2007-01-24 | 1 | -3/+16 | |
| | | ||||||
| * | Device unplug method removed: RemoveDevice is going to address this ↵ | Claudio Takahasi | 2007-01-24 | 2 | -19/+0 | |
| | | | | | | | | functionality | |||||
| * | Delete the stored HID info when removing the input device | Claudio Takahasi | 2007-01-24 | 1 | -1/+10 | |
| | | ||||||
| * | Store the default adapter Bluetooth address to use it when creating/removing ↵ | Claudio Takahasi | 2007-01-24 | 1 | -35/+26 | |
| | | | | | | | | devices | |||||
| * | More headset.c rework | Johan Hedberg | 2007-01-24 | 1 | -289/+432 | |
| | | ||||||
| * | Add errors when server setup fails | Marcel Holtmann | 2007-01-24 | 1 | -1/+4 | |
| | | ||||||
| * | s/internal/external/ with respect to services | Johan Hedberg | 2007-01-24 | 3 | -13/+13 | |
| | | ||||||
| * | Fully implement Database.UnregisterService | Johan Hedberg | 2007-01-24 | 3 | -0/+19 | |
| | | ||||||
| * | Back to the database interface | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Move service registration/authorization methods to database interface | Marcel Holtmann | 2007-01-24 | 3 | -179/+224 | |
| | | ||||||
| * | Disconnect(if applied) when removing the device | Claudio Takahasi | 2007-01-24 | 1 | -12/+28 | |
| | | ||||||
| * | Added function to store HID info | Claudio Takahasi | 2007-01-24 | 1 | -8/+47 | |
| | | ||||||
| * | Typo | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Make it possible to disable the HID daemon | Marcel Holtmann | 2007-01-24 | 2 | -0/+10 | |
| | | ||||||
| * | Service registration is done via the manager interface | Marcel Holtmann | 2007-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | Move service registration to the manager interface | Marcel Holtmann | 2007-01-24 | 2 | -30/+51 | |
| | | ||||||
| * | Allow bus name as pattern for FindService() | Marcel Holtmann | 2007-01-24 | 1 | -0/+3 | |
| | | ||||||
| * | Update service register/unregister methods | Marcel Holtmann | 2007-01-24 | 1 | -1/+13 | |
| | |