Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix useless tab and spaces left. | Luiz Augusto von Dentz | 2007-08-21 | 1 | -15/+15 | |
| | | ||||||
| * | Remove unnecessary assert | Johan Hedberg | 2007-08-21 | 1 | -7/+0 | |
| | | ||||||
| * | memcpy_changeendian shouldn't be public | Johan Hedberg | 2007-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix pthread function error checking | Johan Hedberg | 2007-08-21 | 1 | -2/+2 | |
| | | ||||||
| * | More coding style cleanup | Johan Hedberg | 2007-08-21 | 1 | -5/+4 | |
| | | ||||||
| * | More cleanup | Johan Hedberg | 2007-08-21 | 1 | -5/+6 | |
| | | ||||||
| * | Fix coding style | Johan Hedberg | 2007-08-21 | 1 | -13/+13 | |
| | | ||||||
| * | Implement proper timing for sending AVDTP stream | Johan Hedberg | 2007-08-21 | 1 | -147/+278 | |
| | | ||||||
| * | Handle connect attempts during authorization better | Johan Hedberg | 2007-08-21 | 2 | -2/+13 | |
| | | ||||||
| * | Plug a memory leak when manager_authorize fails | Johan Hedberg | 2007-08-21 | 1 | -0/+1 | |
| | | ||||||
| * | Implement RequestAuthorization support | Johan Hedberg | 2007-08-21 | 6 | -64/+170 | |
| | | ||||||
| * | Fix load of default device from storage. | Luiz Augusto von Dentz | 2007-08-20 | 1 | -2/+3 | |
| | | ||||||
| * | Improve robustness of A2DP SEP active stream state by using a stream state ↵ | Johan Hedberg | 2007-08-20 | 2 | -28/+35 | |
| | | | | | | | | callback instead of the SEP callbacks | |||||
| * | Revert accidental commit of pcm_bluetooth.c changes | Johan Hedberg | 2007-08-20 | 1 | -264/+147 | |
| | | ||||||
| * | Fix handling of multiple unix clients | Johan Hedberg | 2007-08-20 | 2 | -150/+268 | |
| | | ||||||
| * | Improve handling of simultaneous connect attempts to different devices | Johan Hedberg | 2007-08-20 | 2 | -9/+29 | |
| | | ||||||
| * | Improve handling of unix clients which stay connected even though the ↵ | Johan Hedberg | 2007-08-19 | 3 | -8/+7 | |
| | | | | | | | | headset connection is lost | |||||
| * | Update list of authors | Marcel Holtmann | 2007-08-19 | 1 | -0/+6 | |
| | | ||||||
| * | Fix the listing of service based trusts | Marcel Holtmann | 2007-08-19 | 2 | -22/+35 | |
| | | ||||||
| * | Reduce stream idle timeout from 30s to 20s | Johan Hedberg | 2007-08-18 | 1 | -1/+1 | |
| | | ||||||
| * | Add idle timeout for streams | Johan Hedberg | 2007-08-18 | 1 | -1/+35 | |
| | | ||||||
| * | Reset value of timer id after removing it | Johan Hedberg | 2007-08-18 | 1 | -1/+3 | |
| | | ||||||
| * | Accept start requests and add timeout for suspending unused streams | Johan Hedberg | 2007-08-18 | 2 | -40/+115 | |
| | | ||||||
| * | Add initial steps for generic device handling | Marcel Holtmann | 2007-08-17 | 5 | -7/+148 | |
| | | ||||||
| * | Add some debug for the stream endpoint discovery | Marcel Holtmann | 2007-08-17 | 1 | -17/+21 | |
| | | ||||||
| * | serial: proxy cleanup - it is not necessary apply the TTY settings at proxy ↵ | Claudio Takahasi | 2007-08-17 | 1 | -7/+5 | |
| | | | | | | | | registration | |||||
| * | Fix seid counting in suspend and start requests | Johan Hedberg | 2007-08-17 | 1 | -2/+2 | |
| | | ||||||
| * | Create server address file | Marcel Holtmann | 2007-08-16 | 1 | -0/+17 | |
| | | ||||||
| * | Fix path (un)registering when hcid is not running | Johan Hedberg | 2007-08-16 | 1 | -6/+6 | |
| | | ||||||
| * | serial: added Proxy.SetSerialParams | Claudio Takahasi | 2007-08-16 | 2 | -4/+160 | |
| | | ||||||
| * | Handle error situations better | Johan Hedberg | 2007-08-16 | 6 | -82/+280 | |
| | | ||||||
| * | Revert changes from previous commit that were not supposed to go in | Johan Hedberg | 2007-08-16 | 4 | -64/+17 | |
| | | ||||||
| * | Fix minumum bitpool calculation | Johan Hedberg | 2007-08-16 | 5 | -19/+65 | |
| | | ||||||
| * | Add skeletons for creating and removing devices | Marcel Holtmann | 2007-08-16 | 1 | -2/+46 | |
| | | ||||||
| * | Rename device helpers to adapter helpers | Marcel Holtmann | 2007-08-16 | 3 | -15/+15 | |
| | | ||||||
| * | More header cleanups | Marcel Holtmann | 2007-08-16 | 11 | -14/+21 | |
| | | ||||||
| * | Small header cleanup | Marcel Holtmann | 2007-08-16 | 2 | -2/+3 | |
| | | ||||||
| * | Small header cleanups | Marcel Holtmann | 2007-08-16 | 3 | -4/+3 | |
| | | ||||||
| * | serial: proxy service record - fixed memory leak | Claudio Takahasi | 2007-08-16 | 1 | -4/+6 | |
| | | ||||||
| * | Free callback data after removing it from the list | Johan Hedberg | 2007-08-16 | 1 | -0/+1 | |
| | | ||||||
| * | serial: proxy - use uuid128 string instead of uuid_t | Claudio Takahasi | 2007-08-16 | 1 | -73/+64 | |
| | | ||||||
| * | a2dp_select_capabilities doesn't need to be public | Johan Hedberg | 2007-08-16 | 2 | -3/+1 | |
| | | ||||||
| * | Remove unused include | Johan Hedberg | 2007-08-16 | 1 | -1/+0 | |
| | | ||||||
| * | Remove unused code | Johan Hedberg | 2007-08-16 | 2 | -90/+0 | |
| | | ||||||
| * | Rework interfacing with the avdtp state machine | Johan Hedberg | 2007-08-16 | 11 | -365/+736 | |
| | | ||||||
| * | Implement some missing functions | Johan Hedberg | 2007-08-16 | 2 | -0/+8 | |
| | | ||||||
| * | serial: fixed TTY settings control on proxy creation and daemon startup | Claudio Takahasi | 2007-08-16 | 1 | -16/+46 | |
| | | ||||||
| * | serial: RemoveProxy - remove the entry from the storage | Claudio Takahasi | 2007-08-16 | 3 | -0/+18 | |
| | | ||||||
| * | serial: proxy storage parsing - fixed Bluetooth source address | Claudio Takahasi | 2007-08-16 | 1 | -2/+4 | |
| | | ||||||
| * | According to spec. OPEN state is entered before calling suspend_cfm | Johan Hedberg | 2007-08-15 | 1 | -2/+2 | |
| | |