| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup | Johan Hedberg | 2007-02-14 | 1 | -42/+45 |
| | | |||||
| * | Typo | Marcel Holtmann | 2007-02-14 | 1 | -1/+1 |
| | | |||||
| * | Wait 30 * 100ms for udev to create the device node | Marcel Holtmann | 2007-02-13 | 2 | -2/+2 |
| | | |||||
| * | Return correct version string for Bluetooth 2.1 | Marcel Holtmann | 2007-02-13 | 1 | -1/+1 |
| | | |||||
| * | Return NotSupported error if the remote device doesn't support the required ↵ | Claudio Takahasi | 2007-02-13 | 1 | -18/+31 |
| | | | | | services(compliant to audio daemon) | ||||
| * | Use central uinput.h include file | Marcel Holtmann | 2007-02-13 | 2 | -582/+1 |
| | | |||||
| * | Add common uinput.h include file | Marcel Holtmann | 2007-02-13 | 2 | -1/+583 |
| | | |||||
| * | Add Celluon CL800BT decoding support | Marcel Holtmann | 2007-02-12 | 3 | -1/+229 |
| | | |||||
| * | Fix minor issues in SDP XML support | Marcel Holtmann | 2007-02-12 | 1 | -3/+3 |
| | | |||||
| * | Update device state when accepting an incomming connection | Johan Hedberg | 2007-02-11 | 1 | -0/+1 |
| | | |||||
| * | Further headsetd fixes | Johan Hedberg | 2007-02-11 | 1 | -15/+22 |
| | | |||||
| * | Add Wii-Mote HID service record | Marcel Holtmann | 2007-02-11 | 1 | -0/+173 |
| | | |||||
| * | Add skeleton for embedding SBC library | Marcel Holtmann | 2007-01-31 | 7 | -4/+80 |
| | | |||||
| * | Cleanup: removed variable declaration with initialization, 80 column and ↵ | Claudio Takahasi | 2007-01-30 | 1 | -54/+46 |
| | | | | | other minor fixes | ||||
| * | More SetMode cleanup | Johan Hedberg | 2007-01-30 | 1 | -7/+2 |
| | | |||||
| * | Make sure the device mode is only stored through a SetMode call | Johan Hedberg | 2007-01-30 | 2 | -5/+2 |
| | | |||||
| * | Update changelog and bump version numberutils-3.9 | Marcel Holtmann | 2007-01-28 | 2 | -1/+11 |
| | | |||||
| * | Fix some memory leaks | Marcel Holtmann | 2007-01-28 | 1 | -1/+19 |
| | | |||||
| * | Rename input-service.[ch] into device.[ch] | Marcel Holtmann | 2007-01-28 | 4 | -8/+6 |
| | | |||||
| * | Close the control and interrupt sockets after call ioctl HIDPCONNADD | Claudio Takahasi | 2007-01-26 | 1 | -7/+9 |
| | | |||||
| * | Check if the HCI_LM_ENCRYPT is already active | Claudio Takahasi | 2007-01-26 | 1 | -0/+6 |
| | | |||||
| * | Code standard(variables names): replaced sba to src and dba to dst | Claudio Takahasi | 2007-01-26 | 3 | -61/+61 |
| | | |||||
| * | Add encryption support | Marcel Holtmann | 2007-01-26 | 4 | -29/+140 |
| | | |||||
| * | Fix object path validity check | Johan Hedberg | 2007-01-25 | 1 | -1/+1 |
| | | |||||
| * | Add extra checks for paths and identifiers of new services | Johan Hedberg | 2007-01-25 | 1 | -0/+26 |
| | | |||||
| * | 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 |
| | | |||||
