| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix log messages when there's no agent available | Johan Hedberg | 2008-12-22 | 1 | -2/+4 |
| | | |||||
| * | Change an unnecessary "else if" to a simple "else" | Johan Hedberg | 2008-12-22 | 1 | -1/+1 |
| | | |||||
| * | Implement RememberPowered config option | Johan Hedberg | 2008-12-22 | 4 | -2/+19 |
| | | |||||
| * | Remove old serial-api.txt documentation file | Marcel Holtmann | 2008-12-22 | 2 | -178/+0 |
| | | |||||
| * | Define YY_NO_INPUT to avoid unused variable warning | Marcel Holtmann | 2008-12-21 | 1 | -0/+1 |
| | | |||||
| * | Turn warnings into errors when debugging is enabled | Marcel Holtmann | 2008-12-21 | 1 | -1/+1 |
| | | |||||
| * | Require at minimum autoconf 2.60 | Marcel Holtmann | 2008-12-21 | 1 | -1/+1 |
| | | |||||
| * | Release 4.234.23 | Marcel Holtmann | 2008-12-20 | 2 | -1/+12 |
| | | |||||
| * | Use tabs instead of whitespaces | Marcel Holtmann | 2008-12-20 | 2 | -2/+2 |
| | | |||||
| * | Use tabs for indentation | Marcel Holtmann | 2008-12-20 | 1 | -4/+4 |
| | | |||||
| * | More coding style fixes | Johan Hedberg | 2008-12-20 | 10 | -112/+113 |
| | | |||||
| * | Coding style fixes | Johan Hedberg | 2008-12-20 | 4 | -14/+14 |
| | | |||||
| * | More length header fixes | Johan Hedberg | 2008-12-20 | 1 | -13/+16 |
| | | |||||
| * | Fix length header values in messages | Johan Hedberg | 2008-12-20 | 2 | -41/+60 |
| | | |||||
| * | Add more signal handling to monitor script | Marcel Holtmann | 2008-12-20 | 1 | -3/+34 |
| | | |||||
| * | Send DefaultAdapterChanged signal before any properties | Marcel Holtmann | 2008-12-20 | 1 | -2/+2 |
| | | |||||
| * | Send AdapterRemoved and DeviceRemoved signals last | Marcel Holtmann | 2008-12-20 | 2 | -4/+4 |
| | | |||||
| * | Fix spelling mistake in property name | Marcel Holtmann | 2008-12-20 | 1 | -1/+1 |
| | | |||||
| * | Send PropertyChanged signal for added or removed adapters | Marcel Holtmann | 2008-12-20 | 1 | -1/+24 |
| | | |||||
| * | The signal for Powered change should be the last one | Marcel Holtmann | 2008-12-20 | 1 | -6/+4 |
| | | |||||
| * | Be more strict about message size mismatches. | Luiz Augusto von Dentz | 2008-12-20 | 1 | -0/+5 |
| | | |||||
| * | Mention Siarhei's contributions | Marcel Holtmann | 2008-12-18 | 1 | -0/+1 |
| | | |||||
| * | Remove unnecessary code and fix a coding style. | Luiz Augusto von Dentz | 2008-12-18 | 1 | -14/+11 |
| | | |||||
| * | Fix for overflow bug in SBC quantization code | Siarhei Siamashka | 2008-12-18 | 1 | -1/+1 |
| | | | | | | | | The result of multiplication does not always fit into 32-bits. Using 64-bit calculations helps to avoid overflows and sound quality problems in encoded audio. Overflows are more likely to show up when using high values for bitpool setting. | ||||
| * | Bitstream writing optimization for SBC encoder | Siarhei Siamashka | 2008-12-18 | 1 | -28/+37 |
| | | | | | | SBC encoder performance improvement up to 1.5x for ARM11 and almost twice faster for Intel Core2 in some cases. | ||||
| * | Rename create_bonding_conn_complete more appropriately | Johan Hedberg | 2008-12-18 | 1 | -5/+5 |
| | | |||||
| * | Remember to remove the signal filter in the _exit function | Johan Hedberg | 2008-12-17 | 1 | -0/+2 |
| | | |||||
| * | Add configuration option for DeviceID and do some cleanup | Marcel Holtmann | 2008-12-17 | 2 | -18/+24 |
| | | |||||
| * | Fix gstreamer plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 1 | -66/+96 |
| | | |||||
| * | Fix alsa plugin to reflect the ipc changes. | Luiz Augusto von Dentz | 2008-12-16 | 2 | -115/+159 |
| | | |||||
| * | Fix audio ipc to deal better with codec capabilities. | Luiz Augusto von Dentz | 2008-12-16 | 3 | -255/+345 |
| | | | | | | This should cover custom codec support for a2dp devices and add support for codecs while using SCO transports. | ||||
| * | Clarify InitialyPowered config option comment | Johan Hedberg | 2008-12-16 | 1 | -2/+2 |
| | | |||||
| * | Remove redundant empty line | Johan Hedberg | 2008-12-16 | 1 | -1/+0 |
| | | |||||
| * | Implement InitiallyPowered config option | Johan Hedberg | 2008-12-16 | 3 | -2/+21 |
| | | |||||
| * | Add script to monitor PropertyChanged signals | Marcel Holtmann | 2008-12-16 | 2 | -1/+26 |
| | | |||||
| * | Introduce headset_get_nrec. | Luiz Augusto von Dentz | 2008-12-15 | 2 | -0/+8 |
| | | |||||
| * | Revert previous change to g_timeout_add_seconds | Johan Hedberg | 2008-12-15 | 2 | -4/+3 |
| | | | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used. | ||||
| * | Convert two more users to g_timeout_add_seconds() | Marcel Holtmann | 2008-12-10 | 2 | -3/+5 |
| | | |||||
| * | Fix AT+NREC API | Johan Hedberg | 2008-12-10 | 4 | -10/+10 |
| | | | | | | Remove disable from the function names since there now is the boolean "enable" parameter. | ||||
| * | Allow FindDevice to find temporary devices | Johan Hedberg | 2008-12-09 | 1 | -5/+0 |
| | | | | | | | | | E.g. in the case of an incoming object push request we may not be paired with the remote device and therefore the temporary flag will be set. However, if there's a "receive file" UI active it will most likely want to show at least the remote device name and therefore it should be possible to use FindDevice. | ||||
| * | Allow sending requests to the agent | Marcel Holtmann | 2008-12-09 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'devel' of git://git.infradead.org/users/vcgomes/bluez | Marcel Holtmann | 2008-12-08 | 1 | -2/+2 |
| |\ | |||||
| | * | Checks for glib-2.14 or later | Vinicius Costa Gomes | 2008-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | g_timeout_add_seconds was only introduced in glib-2.14, so adds a check for this dependency. | ||||
| * | | Fix call hold response | Johan Hedberg | 2008-12-09 | 1 | -1/+1 |
| | | | | | | | | | Respond with a proper error in case of a failure. | ||||
| * | | Remove unused defines | Johan Hedberg | 2008-12-09 | 1 | -4/+0 |
| |/ | |||||
| * | Mention Pekka's contributions | Marcel Holtmann | 2008-12-08 | 1 | -0/+1 |
| | | |||||
| * | Use only send_destination statements | Marcel Holtmann | 2008-12-08 | 1 | -24/+3 |
| | | |||||
| * | Fix copyright year | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | | |||||
| * | Make sure max is initialized properly in all cases | Johan Hedberg | 2008-12-08 | 1 | -1/+3 |
| | | |||||
| * | memory_dial_lookup should be static | Johan Hedberg | 2008-12-08 | 1 | -1/+1 |
| | | |||||
