| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 1 | -784/+0 |
| | | |||||
| * | Adding store_record, fetch_record and delete_record. | Alok Barsode | 2008-07-28 | 1 | -0/+77 |
| | | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
| * | Retrieve link key type together with the key itself | Marcel Holtmann | 2008-06-11 | 1 | -2/+7 |
| | | |||||
| * | Make some bdaddr_t parameters const | Marcel Holtmann | 2008-05-15 | 1 | -2/+2 |
| | | |||||
| * | RemoveDevice: Removing stored data | Claudio Takahasi | 2008-03-12 | 1 | -0/+9 |
| | | |||||
| * | Storing device's profiles | Claudio Takahasi | 2008-03-10 | 1 | -0/+15 |
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2008-02-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2007-10-23 | 1 | -0/+1 |
| | | |||||
| * | Store Extended Inquiry Response data information | Marcel Holtmann | 2007-10-10 | 1 | -0/+17 |
| | | |||||
| * | Use "onmode" instead of "on" as the key for the previous on-mode | Johan Hedberg | 2007-10-02 | 1 | -2/+2 |
| | | |||||
| * | Implement support for SetMode("on") | Johan Hedberg | 2007-10-02 | 1 | -0/+21 |
| | | |||||
| * | Implement Adapter.ListTrusts method | Johan Hedberg | 2007-08-03 | 1 | -0/+29 |
| | | |||||
| * | Implement global trust setting | Johan Hedberg | 2007-04-10 | 1 | -4/+5 |
| | | |||||
| * | Minor cleanup to for-loop | Johan Hedberg | 2007-02-26 | 1 | -4/+1 |
| | | |||||
| * | Cleanup service list string creation | Johan Hedberg | 2007-02-26 | 1 | -7/+2 |
| | | |||||
| * | Implement the trust methods properly | Johan Hedberg | 2007-02-26 | 1 | -0/+129 |
| | | |||||
| * | More glib memory allocation changes | Johan Hedberg | 2007-02-26 | 1 | -1/+0 |
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2007-01-13 | 1 | -1/+1 |
| | | |||||
| * | Fix local and remote name validity checking | Johan Hedberg | 2006-10-27 | 1 | -2/+2 |
| | | |||||
| * | More D-Bus Test interface implementation | Johan Hedberg | 2006-10-04 | 1 | -0/+64 |
| | | |||||
| * | Make use of create_name() | Marcel Holtmann | 2006-07-26 | 1 | -2/+2 |
| | | |||||
| * | Fix the other missing storage functions | Marcel Holtmann | 2006-07-26 | 1 | -28/+16 |
| | | |||||
| * | Create storage filenames with a generic function | Marcel Holtmann | 2006-07-26 | 1 | -18/+21 |
| | | |||||
| * | Allow storing of all UTF-8 remote device names (the same fix was already | Johan Hedberg | 2006-07-19 | 1 | -3/+3 |
| | | | | | done for local names). | ||||
| * | Small coding style fixes | Marcel Holtmann | 2006-04-25 | 1 | -2/+2 |
| | | |||||
| * | Allow UTF-8 in local name | Johan Hedberg | 2006-04-24 | 1 | -3/+3 |
| | | |||||
| * | Store device mode settings | Johan Hedberg | 2006-04-19 | 1 | -0/+64 |
| | | |||||
| * | * Add D-Bus methods for getting remote device class information | Johan Hedberg | 2006-04-09 | 1 | -3/+46 |
| | | | | | * Fix a couple of memory leaks where result of textfile_get wasn't free'd | ||||
| * | Read class of device value from config storage | Marcel Holtmann | 2006-02-24 | 1 | -1/+8 |
| | | |||||
| * | Store the minor class changes | Marcel Holtmann | 2006-02-24 | 1 | -0/+30 |
| | | |||||
| * | Store the changed name of a local device | Marcel Holtmann | 2006-02-24 | 1 | -0/+42 |
| | | |||||
| * | Add support for remembering the PIN code length | Marcel Holtmann | 2006-02-24 | 1 | -3/+33 |
| | | |||||
| * | Add support for last used information | Marcel Holtmann | 2006-02-08 | 1 | -0/+16 |
| | | |||||
| * | Add support for last seen information | Marcel Holtmann | 2006-02-08 | 1 | -0/+17 |
| | | |||||
| * | Update copyright information | Marcel Holtmann | 2006-01-03 | 1 | -1/+1 |
| | | |||||
| * | Big cleanup of CVS relics | Marcel Holtmann | 2005-10-29 | 1 | -18/+11 |
| | | |||||
| * | Fix memory leaks with textfile_get() usage | Marcel Holtmann | 2005-09-07 | 1 | -0/+7 |
| | | |||||
| * | Move create_dirs() and create_file() into the textfile library | Marcel Holtmann | 2005-08-30 | 1 | -50/+0 |
| | | |||||
| * | Create directories before calling the textfile functions | Marcel Holtmann | 2005-08-06 | 1 | -0/+58 |
| | | |||||
| * | Use more textfile functions and remove usage of const attribute | Marcel Holtmann | 2005-08-05 | 1 | -453/+53 |
| | | |||||
| * | Fix some GCC 4.0 warnings | Marcel Holtmann | 2005-07-05 | 1 | -1/+1 |
| | | |||||
| * | Use textfile library for device name storage | Marcel Holtmann | 2005-07-03 | 1 | -125/+15 |
| | | |||||
| * | Replace non-printable characters in device names | Marcel Holtmann | 2005-06-17 | 1 | -2/+9 |
| | | |||||
| * | Include sys/param.h for PATH_MAX | Marcel Holtmann | 2005-04-22 | 1 | -0/+1 |
| | | |||||
| * | No need to include syslog.h | Marcel Holtmann | 2005-04-22 | 1 | -1/+0 |
| | | |||||
| * | Set the storage directory through ${localstatedir} | Marcel Holtmann | 2005-04-21 | 1 | -9/+7 |
| | | |||||
| * | Store remote version and features information | Marcel Holtmann | 2005-04-17 | 1 | -0/+167 |
| | | |||||
| * | Use the pincodes file for outgoing connections | Marcel Holtmann | 2005-04-17 | 1 | -1/+1 |
| | | |||||
| * | Use cached device name for PIN request | Marcel Holtmann | 2005-04-17 | 1 | -0/+61 |
| | | |||||
| * | Add support for stored pin codes | Marcel Holtmann | 2005-04-17 | 1 | -0/+70 |
| | | |||||
