| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Initialize some data structures before using | Marcel Holtmann | 2006-04-25 | 1 | -17/+23 | |
| | | ||||||
| * | Remove unneeded functions | Marcel Holtmann | 2006-04-25 | 6 | -286/+65 | |
| | | ||||||
| * | Small coding style fixes | Marcel Holtmann | 2006-04-25 | 2 | -8/+9 | |
| | | ||||||
| * | Use the default adapter path provided by the Manager interface | Marcel Holtmann | 2006-04-24 | 1 | -1/+14 | |
| | | ||||||
| * | Adapt the path changes | Marcel Holtmann | 2006-04-24 | 2 | -5/+5 | |
| | | ||||||
| * | Changed object path hierarchy | Claudio Takahasi | 2006-04-24 | 10 | -78/+56 | |
| | | ||||||
| * | Allow UTF-8 in local name | Johan Hedberg | 2006-04-24 | 1 | -3/+3 | |
| | | ||||||
| * | Add org.bluez.Security interface | Marcel Holtmann | 2006-04-23 | 1 | -0/+3 | |
| | | ||||||
| * | Fix --disable-dbus compilation | Marcel Holtmann | 2006-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Typo | Marcel Holtmann | 2006-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fix service class array in RemoteDeviceFound signals | Johan Hedberg | 2006-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Added D-Bus SDP methods skeleton | Claudio Takahasi | 2006-04-20 | 4 | -1/+537 | |
| | | ||||||
| * | Don't become discoverable on startup if mode is "discoverable" and timeout is 0 | Johan Hedberg | 2006-04-20 | 1 | -6/+11 | |
| | | ||||||
| * | DiscoverableTimeout should be seconds instead of milliseconds | Johan Hedberg | 2006-04-19 | 3 | -4/+4 | |
| | | ||||||
| * | Store device mode settings | Johan Hedberg | 2006-04-19 | 8 | -18/+157 | |
| | | ||||||
| * | Added HCI cmds queue to retrieve remote infos | Claudio Takahasi | 2006-04-18 | 4 | -115/+159 | |
| | | ||||||
| * | Add patch and configuration download | Marcel Holtmann | 2006-04-18 | 1 | -7/+100 | |
| | | ||||||
| * | Change device address and reset | Marcel Holtmann | 2006-04-17 | 1 | -9/+45 | |
| | | ||||||
| * | Mention ST based chips | Marcel Holtmann | 2006-04-17 | 1 | -2/+2 | |
| | | ||||||
| * | Add support for ST chips | Marcel Holtmann | 2006-04-16 | 1 | -2/+18 | |
| | | ||||||
| * | Update STLC2500 init routine | Marcel Holtmann | 2006-04-16 | 1 | -0/+70 | |
| | | ||||||
| * | Update STLC2500 init routine | Marcel Holtmann | 2006-04-16 | 2 | -0/+15 | |
| | | ||||||
| * | Add build ids for Unified 21d firmwares | Marcel Holtmann | 2006-04-16 | 1 | -0/+7 | |
| | | ||||||
| * | Add C#/Mono wrapper | Marcel Holtmann | 2006-04-16 | 1 | -0/+146 | |
| | | ||||||
| * | DiscoveryCompleted signal sent without discover request fixed. | Claudio Takahasi | 2006-04-13 | 1 | -3/+3 | |
| | | ||||||
| * | Add another Apple product id | Marcel Holtmann | 2006-04-12 | 1 | -0/+1 | |
| | | ||||||
| * | Added pending HCI requests bugs | Claudio Takahasi | 2006-04-11 | 1 | -0/+22 | |
| | | ||||||
| * | fixed read remote version cparam | Claudio Takahasi | 2006-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | returning need memory instead try create an out of memory error | Claudio Takahasi | 2006-04-11 | 3 | -47/+42 | |
| | | ||||||
| * | Added local Bluetooth adapter address in the D-Bus data path | Claudio Takahasi | 2006-04-11 | 4 | -105/+53 | |
| | | ||||||
| * | possible errors revision | Claudio Takahasi | 2006-04-11 | 3 | -79/+88 | |
| | | ||||||
| * | Fixed discoverable timeout and timeout list data memory leak | Claudio Takahasi | 2006-04-10 | 5 | -6/+46 | |
| | | ||||||
| * | Use slist for device classes | Johan Hedberg | 2006-04-09 | 3 | -44/+23 | |
| | | ||||||
| * | * Add D-Bus methods for getting remote device class information | Johan Hedberg | 2006-04-09 | 6 | -72/+299 | |
| | | | | | * Fix a couple of memory leaks where result of textfile_get wasn't free'd | |||||
| * | added timeout new function | Claudio Takahasi | 2006-04-05 | 6 | -122/+222 | |
| | | ||||||
| * | Plug small potential memory leak in D-Bus name monitoring code | Johan Hedberg | 2006-04-05 | 1 | -5/+4 | |
| | | ||||||
| * | Fix --disable-dbus case | Johan Hedberg | 2006-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Track pairing state (so Bonding signals aren't sent in wrong situations) | Johan Hedberg | 2006-03-29 | 5 | -10/+19 | |
| | | ||||||
| * | Fix to previous commit | Johan Hedberg | 2006-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | Send BondingComplete success on link key notify instead of auth complete | Johan Hedberg | 2006-03-29 | 1 | -1/+4 | |
| | | ||||||
| * | Add BondingFailed signal to the API spec. | Johan Hedberg | 2006-03-29 | 1 | -0/+4 | |
| | | ||||||
| * | Add skeleton for D-Bus to do list | Marcel Holtmann | 2006-03-28 | 1 | -0/+0 | |
| | | ||||||
| * | Simplify hci_req_find_by_dev | Johan Hedberg | 2006-03-28 | 1 | -4/+1 | |
| | | ||||||
| * | Cleanup | Johan Hedberg | 2006-03-28 | 4 | -46/+29 | |
| | | ||||||
| * | HCI request queue | Johan Hedberg | 2006-03-28 | 1 | -0/+130 | |
| | | ||||||
| * | Fix remote address parameter of passkey requests | Johan Hedberg | 2006-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | Added GetRemoteVersion, GetRemoteRevision and GetRemoveManufacturer | Claudio Takahasi | 2006-03-27 | 3 | -23/+184 | |
| | | ||||||
| * | Update for the new API | Eduardo Rocha | 2006-03-27 | 1 | -9/+51 | |
| | | ||||||
| * | Change delay to milliseconds and check count | Marcel Holtmann | 2006-03-24 | 2 | -7/+7 | |
| | | ||||||
| * | ClearRemoteAlias added. | Eduardo Rocha | 2006-03-24 | 1 | -0/+55 | |
| | | ||||||
