1. fbe7d52 plugins/sixaxis: Add a set_leds_sysfs() function by Antonio Ospite · 11 years ago
  2. 1a124e4 plugins/sixaxis: Add a get_leds_data() function by Antonio Ospite · 11 years ago
  3. fdbe933 plugins/sixaxis: Fix get_js_number() for devices connected via BT by Antonio Ospite · 11 years ago
  4. 1783548 plugins/sixaxis: Factor out a calc_leds_bitmap() function by Antonio Ospite · 11 years ago
  5. f6e6850 plugins/sixaxis: Factor out a set_leds_hidraw() function by Antonio Ospite · 11 years ago
  6. 986c3d2 plugins/policy: Both !uuids and !uuids[0] mean an empty list by Johan Hedberg · 11 years ago
  7. de663bf plugins/policy: Remove reconnect timer in reconnect_reset() by Johan Hedberg · 11 years ago
  8. f8a0c50 plugins/policy: Add support to retreive ReconnectUUIDs from main.conf by Johan Hedberg · 11 years ago
  9. 40e77e7 plugins/policy: Rename UUIDs list variable to avoid name collisions by Johan Hedberg · 11 years ago
  10. 42fd4ce plugins/policy: Add exponential backoff for reconnection attempts by Johan Hedberg · 11 years ago
  11. c3a21d3 plugins/policy: Continue reconnections after connect attempt failure by Johan Hedberg · 11 years ago
  12. e0929a6 plugins/policy: Add basic reconnection handling by Johan Hedberg · 11 years ago
  13. 6b09f55 Remove unneeded headers include by Claudio Takahasi · 11 years ago
  14. f195643 gatt: Move Characteristic properties to attrib/gatt.h by Claudio Takahasi · 11 years ago
  15. 454a307 Replace att_put_u16() by put_le16() by Claudio Takahasi · 11 years ago
  16. c19756d core: Update btd_adapter_find_device to also match the address type by Johan Hedberg · 11 years ago
  17. ef80103 autopair: Remove time(NULL) fallback when seeding rand() by Anderson Lizardo · 11 years ago
  18. a9f523e core: Split LE and BR/EDR states for devices by Johan Hedberg · 11 years ago
  19. 0b4da94 core: Fix device_get_name() to always null-terminate what it returns by Petri Gynther · 11 years ago
  20. 0b74823 plugins: Use full include path for header files by Marcel Holtmann · 11 years ago
  21. 57a9c82 plugins/neard: Use correct service UUID free function by Johan Hedberg · 11 years ago
  22. 6ed9f15 neard: Refactor request_oob function by Szymon Janc · 11 years ago
  23. d471ce2 neard: Set device UUIDs from EIR by Szymon Janc · 11 years ago
  24. 231ac1c sixaxis: Don't mark USB plugged device as trusted by Szymon Janc · 11 years ago
  25. 7dfdf3f sixaxis: Fix device detection by Bastien Nocera · 11 years ago
  26. 1787252 sixaxis: Add support for setting LEDs when connected over USB by Szymon Janc · 11 years ago
  27. 67c269d sixaxis: Skip controller setup if already connected over Bluetooth by Szymon Janc · 11 years ago
  28. 752b6b1 sixaxis: Add support for setting PS3 controller LEDs by Szymon Janc · 11 years ago
  29. ffb0da6 plugins/sixaxis: Use explicit include paths by Johan Hedberg · 11 years ago
  30. 8b9bd38 plugins/sixaxis: Add support for configuring new controllers by Szymon Janc · 11 years ago
  31. 663e0b2 plugins/sixaxis: Add initial code for udev handling by Szymon Janc · 11 years ago
  32. f52aa87 plugins: Add initial code for sixaxis plugin by Szymon Janc · 11 years ago
  33. bc05407 Rename adapter_get_address to btd_adapter_get_address by Szymon Janc · 11 years ago
  34. e48206f Rename device_device_set_name to btd_device_device_set_name by Szymon Janc · 11 years ago
  35. 70510e5 Rename adapter_get_device to btd_adapter_get_device by Szymon Janc · 11 years ago
  36. ffd321f autopair: Add special handling for printers by Bastien Nocera · 11 years ago
  37. 1bbc54e wiimote: add new documented device IDs by David Herrmann · 11 years ago
  38. f538355 adapter: Handle removing of SDP records by Szymon Janc · 11 years ago
  39. 92d1321 neard: Make use of g_dbus_send_message_with_reply by Luiz Augusto von Dentz · 12 years ago
  40. 1208266 attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16 by Dirk-Jan C. Binnema · 12 years ago
  41. 57ce0cb plugins/policy: Limit the number of retries to sink profile by Luiz Augusto von Dentz · 12 years ago
  42. 48e3137 plugins/policy: Limit the number of retries to source profile by Luiz Augusto von Dentz · 12 years ago
  43. f5fc3ff audio/sink: Move stream retry logic to policy plugin by Luiz Augusto von Dentz · 12 years ago
  44. 3c29a14 audio/source: Move stream retry logic to policy plugin by Luiz Augusto von Dentz · 12 years ago
  45. fe4cbed plugins/policy: Reword audio policy code in a simple plugin by Luiz Augusto von Dentz · 12 years ago
  46. 83ecd74 core: Avoid unnecessary gboolean on pincode callback API by Anderson Lizardo · 12 years ago
  47. 0743aa5 plugins: Use open()/read() instead of fopen()/fread() on autopair by Anderson Lizardo · 12 years ago
  48. a717195 autopair: Clean up coding style by Johan Hedberg · 12 years ago
  49. dc3a586 autopair: Try a fixed pincode for keyboards rejecting random codes by Alex Deymo · 12 years ago
  50. 4cf14a9 autopair: Add the autopair plugin by Alex Deymo · 12 years ago
  51. fa73398 plugins: Extend the pin code callback with the call number by Alex Deymo · 12 years ago
  52. 34e99c8 neard: Fix reading local OOB data when adapter is not powered by Szymon Janc · 12 years ago
  53. 88daad9 neard: Fix checking for unknown carrier power state by Szymon Janc · 12 years ago
  54. 6f4bdbe plugins: Get rid of gint by Lucas De Marchi · 12 years ago
  55. d56685d core: Fix storing info for private addressed devices by Johan Hedberg · 12 years ago
  56. ab5be5c neard: Use more appropriate log levels than info() by Johan Hedberg · 12 years ago
  57. cc2a84b neard: Add fallback to legacy register if register failed by Szymon Janc · 12 years ago
  58. 6a3deba neard: Updated neard handover registration agent API calls by Ravi kumar Veeramally · 12 years ago
  59. a629abd neard: Update copyright information by Szymon Janc · 12 years ago
  60. c7521ad neard: Use bool instead of gboolean for agent_register_postpone by Szymon Janc · 12 years ago
  61. 46d9e26 neard: Restrict method calls only to neard process by Szymon Janc · 12 years ago
  62. 66d880d neard: Use service name and not boolean to track if registered to neard by Szymon Janc · 12 years ago
  63. 6960cb7 hostname: Fallback to static hostname if pretty hostname is not set by Szymon Janc · 12 years ago
  64. f0c8fed hostname: Fix setting adapter name to empty string by Szymon Janc · 12 years ago
  65. 4345fd9 neard: Add support for setting power state in RequestOOB reply by Szymon Janc · 12 years ago
  66. 127b948 neard: Check if adapter is powered in PushOOB by Szymon Janc · 12 years ago
  67. d5672b8 neard: Move pairable check from check_adapter by Szymon Janc · 12 years ago
  68. fe7f8fd neard: Add ability to parse 'State' field by Szymon Janc · 12 years ago
  69. ac83286 neard: Refactor message processing by Szymon Janc · 12 years ago
  70. 2cf03cc neard: Adjust errors to latest API changes by Szymon Janc · 12 years ago
  71. ee9c084 neard: Fix memory leak on registering as agent by Szymon Janc · 12 years ago
  72. e5b2160 neard: Fix passing negative error code to strerror by Szymon Janc · 12 years ago
  73. 7cd4d62 neard: Update to new adapter_get_device API by Johan Hedberg · 12 years ago
  74. dbb2b83 plugins: Fix remaining references to bluetooth/uuid.h by Anderson Lizardo · 12 years ago
  75. 1678083 core: Make hash & randomizer const in oob_read_local_cb_t by Johan Hedberg · 12 years ago
  76. d29d258 plugins: Use btd_adapter_get_index instead of adapter_get_dev_id by Marcel Holtmann · 12 years ago
  77. a67c353 plugins: Use btd_adapter_get_default instead of adapter_get_default by Marcel Holtmann · 12 years ago
  78. 94f7e30 plugins: Remove the total silly usage of gchar and replace it with char by Marcel Holtmann · 12 years ago
  79. 143c325 neard: Prefer adapter_get_default() over manager function by Johan Hedberg · 12 years ago
  80. 4cb7c10 hostname: Prefer adapter_get_default() over manager function by Johan Hedberg · 12 years ago
  81. f632a0c hostname: Prefer adapter_foreach over manager function by Johan Hedberg · 12 years ago
  82. cfb0a6a hostname: No need to restrict adapter name changes anymore by Marcel Holtmann · 12 years ago
  83. f1f6a1a plugins: Remove no longer needed formfactor plugin by Marcel Holtmann · 12 years ago
  84. d523d8e hostname: Add fallback to DMI information for class of device by Marcel Holtmann · 12 years ago
  85. d4cbe27 plugins: Remove no longer needed adaptername plugin by Marcel Holtmann · 12 years ago
  86. 26d6372 hostname: Use numbered pretty hostnames for multiple adapters by Marcel Holtmann · 12 years ago
  87. 7279e85 plugins: Add support for systemd's hostname daemon by Marcel Holtmann · 12 years ago
  88. 2935c04 build: Remove support for external OOB plugin by Marcel Holtmann · 12 years ago
  89. 1ff9915 neard: Fix agent reference leak by Johan Hedberg · 12 years ago
  90. 6827f2a adapter: Add btd_adapter_get_pairable function by Szymon Janc · 12 years ago
  91. 643ad03 dbusoob: Append version to OutOfBand interface by Luiz Augusto von Dentz · 12 years ago
  92. c4c9436 plugins: Remove service plugin (replaced by Profile interface) by Johan Hedberg · 12 years ago
  93. 405c68c core: Pass explicit address type info when creating device objects by Johan Hedberg · 12 years ago
  94. 149803c build: Remove unused empty storage plugin stub by Marcel Holtmann · 12 years ago
  95. b8779d2 Revert "Ensure config.h is included by using CPPFLAGS" by Johan Hedberg · 12 years ago
  96. aa77b0b Use the entire include path for gdbus.h by Lucas De Marchi · 12 years ago
  97. 8a03376 Ensure config.h is included by using CPPFLAGS by Lucas De Marchi · 12 years ago
  98. eba1c40 core: Remove unused event.{c,h} by Johan Hedberg · 12 years ago
  99. 694f069 core: Remove unnecessary btd_event_remote_name function by Johan Hedberg · 12 years ago
  100. 0cd43d3 adaptername: Fix passing negative error code to strerror by Szymon Janc · 12 years ago