| 43fed039 |
core: Remove event.c as a middle-man for device found events |
Johan Hedberg |
13 years ago |
3 files, +8, -25 |
| 1230aac3 |
core: Remove event.c as a middle-man for passkey notify based pairing |
Johan Hedberg |
13 years ago |
3 files, +8, -17 |
| dab752ca |
core: Remove event.c as a middle-man for passkey request based pairing |
Johan Hedberg |
13 years ago |
3 files, +8, -14 |
| b4c7ec1c |
core: Remove event.c as a middle-man for user confirm based pairing |
Johan Hedberg |
13 years ago |
3 files, +8, -15 |
| 0c07606e |
core: Remove event.c as a middle-man for PIN code based pairing |
Johan Hedberg |
13 years ago |
3 files, +55, -28 |
| 36c9b884 |
core: Remove unused simple_pairing_complete functions |
Johan Hedberg |
13 years ago |
4 files, +0, -32 |
| b92687ef |
core: Remove outdated comment |
Johan Hedberg |
13 years ago |
1 file, +0, -2 |
| b98c8d68 |
core: Remove messy authentication callback pointer |
Johan Hedberg |
13 years ago |
3 files, +42, -101 |
| 428240b3 |
event: Store long term key infos in device info file |
Frédéric Danis |
13 years ago |
1 file, +46, -43 |
| 4d34d52c |
adapter: Upload long term keys from new storage
Remove check of long term keys from device_create,
this moves to load_devices. |
Frédéric Danis |
13 years ago |
2 files, +51, -82 |
| 81e54b3f |
adapter: Convert storage longtermkeys file |
Frédéric Danis |
13 years ago |
1 file, +43, -0 |
| 0ca00754 |
adapter: Upload link keys from new storage
Remove read_link_key() from device_create, this moves to load_devices. |
Frédéric Danis |
13 years ago |
2 files, +49, -67 |
| de66f77b |
adapter: Convert storage linkkeys file |
Frédéric Danis |
13 years ago |
1 file, +31, -0 |
| 39f5ca4c |
adapter: Load devices from new storage architecture
Parse storage directory and create devices from device sub-directories.
Remove create device from 'blocked' file, this is already converted. |
Frédéric Danis |
13 years ago |
1 file, +31, -19 |
| dea9bab4 |
adapter: Convert device type
Each time an entry is converted, check device technology and
update device info file |
Frédéric Danis |
13 years ago |
1 file, +46, -1 |
| 562568ac |
adapter: Add force dir creation to convert_file()
Some device information, like class or device id, should only be
converted if directory for this device has already been created
during previous conversion (from aliases, trusts, blocked, ...
files). |
Frédéric Danis |
13 years ago |
1 file, +25, -8 |
| d9d5f45e |
core: Remove outdated comment |
Johan Hedberg |
13 years ago |
1 file, +0, -7 |
| 418c563b |
event: Store link key infos in device info file |
Frédéric Danis |
13 years ago |
1 file, +47, -12 |
| e22d619e |
adapter: Fix device storage creation
Create device storage directory and file only if there
is data to write. |
Frédéric Danis |
13 years ago |
1 file, +5, -2 |
| ce640c3a |
device: Load device info before updating info file
Data in device info file should not be lost during save
even if they are not in device structure (like link key
and long term key). |
Frédéric Danis |
13 years ago |
1 file, +13, -6 |
| 943c7c97 |
doc: Update settings-storage.txt
Add missing Master key to LongTermKey group |
Frédéric Danis |
13 years ago |
1 file, +2, -0 |
| 803bff25 |
test: Add a HFP HF endpoint to simple-endpoint |
Vinicius Costa Gomes |
13 years ago |
1 file, +8, -0 |
| 7c76eecd |
input: Remove leftover fields in input struct |
Claudio Takahasi |
13 years ago |
1 file, +0, -2 |
| d34bf43a |
input: Remove unneeded headers include |
Claudio Takahasi |
13 years ago |
1 file, +1, -3 |
| 397f8cb7 |
input: Remove leftover defines |
Claudio Takahasi |
13 years ago |
1 file, +0, -8 |
| 0cd43d3c |
adaptername: Fix passing negative error code to strerror
This also make error reporting code compliant with convention used. |
Szymon Janc |
13 years ago |
1 file, +4, -4 |
| 3197248a |
hog: Fix unregistering profile on exit
On exit should call btd_profile_unregister instead of
btd_profile_register. Fixes following:
16 bytes in 1 blocks are still reachable in loss record 54 of 215
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E93FC2: g_slist_append (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x17F6C2: btd_profile_register (profile.c:533)
by 0x171456: plugin_cleanup (plugin.c:242)
by 0x12164F: main (main.c:563)
16 bytes in 1 blocks are still reachable in loss record 37 of 215
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E93FC2: g_slist_append (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x17F6C2: btd_profile_register (profile.c:533)
by 0x1712EB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544) |
Szymon Janc |
13 years ago |
1 file, +1, -1 |
| bc2e394b |
adaptername: Refactor adaptername_init/exit to fix exit path
This makes adaptername plugin properly cleanup its fds on exit. Fixes
following warnings from valgrind:
16 bytes in 1 blocks are still reachable in loss record 42 of 221
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E93ABD: g_slist_prepend (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78350: g_source_add_poll (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5E32: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565FA: adaptername_init (adaptername.c:302)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544)
18 bytes in 1 blocks are still reachable in loss record 58 of 221
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E942DD: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78A69: g_source_set_name (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5E0B: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565FA: adaptername_init (adaptername.c:302)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544)
32 bytes in 1 blocks are still reachable in loss record 86 of 221
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78722: g_source_set_callback (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0DB: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565FA: adaptername_init (adaptername.c:302)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544)
32 bytes in 1 blocks are still reachable in loss record 87 of 221
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E77285: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E775AF: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78115: g_source_attach (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0E5: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565FA: adaptername_init (adaptername.c:302)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544)
120 bytes in 1 blocks are still reachable in loss record 167 of 221
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB66F4: g_io_channel_unix_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565A9: adaptername_init (adaptername.c:298)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544)
120 bytes in 1 blocks are still reachable in loss record 168 of 221
at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FAE0: g_malloc0 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78044: g_source_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5DF9: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x1565FA: adaptername_init (adaptername.c:302)
by 0x1712AB: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:544) |
Szymon Janc |
13 years ago |
1 file, +39, -20 |
| 72c491eb |
core: Free parsed options
There is no need to keep already parsed options in memory. This also
fix not freeing options at all.
2 bytes in 1 blocks are still reachable in loss record 1 of 153
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E942DD: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x167333: parse_debug (main.c:425)
by 0x4E839D8: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E8403F: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E85233: g_option_context_parse (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x121084: main (main.c:462)
16 bytes in 2 blocks are still reachable in loss record 39 of 153
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E5D68B: g_convert_with_iconv (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E5D94B: g_convert (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E5DFBA: g_locale_to_utf8 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E837C7: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E8403F: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E85233: g_option_context_parse (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x121084: main (main.c:462) |
Szymon Janc |
13 years ago |
1 file, +15, -0 |
| 628add0e |
attrib: Fix possible use after free
Move io channels unrefs after last use of channels. |
Szymon Janc |
13 years ago |
1 file, +2, -2 |
| 3df40513 |
hog: Fix memory leak in suspend-dummy
g_io_add_watch increase channel ref count but g_io_channel_shutdown
doesn't drop reference nor remove watch. Since close on unref is set
for channel and it is watch we are interested keep watch id and not
channel id and remove watch on exit.
6 bytes in 1 blocks are still reachable in loss record 11 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E942DD: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6CF95: g_io_channel_init (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB66FF: g_io_channel_unix_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDC5: fifo_open (suspend.c:109)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
16 bytes in 1 blocks are still reachable in loss record 45 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E93ABD: g_slist_prepend (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78350: g_source_add_poll (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5E32: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDF3: fifo_open (suspend.c:112)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
18 bytes in 1 blocks are still reachable in loss record 63 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E942DD: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78A69: g_source_set_name (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5E0B: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDF3: fifo_open (suspend.c:112)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
32 bytes in 1 blocks are still reachable in loss record 93 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78722: g_source_set_callback (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0DB: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDF3: fifo_open (suspend.c:112)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
32 bytes in 1 blocks are still reachable in loss record 94 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E92CA2: g_slice_alloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E77285: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E775AF: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78115: g_source_attach (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0E5: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDF3: fifo_open (suspend.c:112)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
120 bytes in 1 blocks are still reachable in loss record 177 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB66F4: g_io_channel_unix_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDC5: fifo_open (suspend.c:109)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532)
120 bytes in 1 blocks are still reachable in loss record 178 of 235
at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FAE0: g_malloc0 (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E78044: g_source_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB5DF9: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6D0C3: g_io_add_watch_full (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x18DDF3: fifo_open (suspend.c:112)
by 0x18DF95: suspend_init (suspend.c:131)
by 0x140B53: hog_init (hog_manager.c:133)
by 0x17127B: plugin_init (plugin.c:217)
by 0x1215D2: main (main.c:532) |
Szymon Janc |
13 years ago |
1 file, +17, -21 |
| 9d91d1e7 |
rfkill: Fix memory leak in rfkill_exit
g_io_add_watch increase channel ref count but g_io_channel_shutdown
doesn't drop reference nor remove watch. Since close on unref is set
for channel and it is watch we are interested keep watch id and not
channel id and remove watch on exit.
120 bytes in 1 blocks are still reachable in loss record 181 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB66F4: g_io_channel_unix_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x167B8D: rfkill_init (rfkill.c:157)
by 0x1215E4: main (main.c:540)
6 bytes in 1 blocks are still reachable in loss record 12 of 235
at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
by 0x4E7FA78: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E942DD: g_strdup (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4E6CF95: g_io_channel_init (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x4EB66FF: g_io_channel_unix_new (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3)
by 0x167B8D: rfkill_init (rfkill.c:157)
by 0x1215E4: main (main.c:540) |
Szymon Janc |
13 years ago |
1 file, +10, -8 |
| 68506c3f |
control: Add methods FastForward and Rewind
These method can be used to fast-forward and rewind the playback, their
action will keep active until another method is called.
The commands are reapeated every 2 seconds to conform with AVC spec. |
Luiz Augusto von Dentz |
13 years ago |
3 files, +156, -15 |
| ec844238 |
input: Remove leftovers from the Input iface removal
Now that the Input interface is removed, the only way to connect is
via the Profile interface, so no need to separate the way that
connection is made. |
Vinicius Costa Gomes |
13 years ago |
1 file, +6, -31 |
| 352fc356 |
input: Fix emitting a signal for a non-existant interface
When the 'org.bluez.Input' interface was removed, this should have been
removed as well, now it is causing a segmentation fault. |
Vinicius Costa Gomes |
13 years ago |
1 file, +0, -6 |
| a5c67459 |
gatt: Improve characteristics discovery
In the Discover Characteristics by UUID sub-procedure, if a fetched
characteristic doesn't matches with the target UUID, all others
characteristics in that response were discarded.
Because of this, the procedure will make a new request to possibly
rediscover the characteristics in the range beyond this last
characteristic.
At present, this procedure works because the gatt library will send a
Read by Type Request starting at the first attribute after the non
matching characteristic.
This commit makes the rest of the characteristics to be checked for a
matching type, which should reduce the number of requests sent during
the discovery of characteristics. |
Paulo Borges |
13 years ago |
1 file, +1, -1 |
| d07b7351 |
gatt: Fix memory leak in characteristic discovery
If the Discover Characteristics by UUID sub-procedure has been
executed and the first characteristic is not the target, a memory
leak occurs.
This commit fixes this leak by postponing the allocation to after
the UUID verification. |
Paulo Borges |
13 years ago |
1 file, +3, -3 |
| 6dd67273 |
input: Fix memory leak at hogdev struct removal |
Paulo Borges |
13 years ago |
1 file, +1, -0 |
| 977ada52 |
gas: Fix memory leak at gas struct removal |
Paulo Borges |
13 years ago |
1 file, +1, -0 |
| 94613551 |
doc: Remove nonexistent property methods and signals from health-api |
Johan Hedberg |
13 years ago |
1 file, +1, -13 |
| d2e88bfc |
test: Update proximity test script |
Andrzej Kaczmarek |
13 years ago |
1 file, +13, -7 |
| f0981d3d |
doc: Update proximity API document |
Andrzej Kaczmarek |
13 years ago |
1 file, +2, -34 |
| 9aaed423 |
proximity: Convert monitor properties to DBus.Properties |
Andrzej Kaczmarek |
13 years ago |
1 file, +111, -103 |
| 6c488636 |
proximity: Convert reporter properties to DBus.Properties |
Andrzej Kaczmarek |
13 years ago |
3 files, +25, -47 |
| ca2f14cd |
test: Check for correct interface in test-thermometer |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| 21589560 |
test: Update test-thermometer for DBus.Properties |
Andrzej Kaczmarek |
13 years ago |
1 file, +7, -6 |
| cc75dd78 |
doc: Update thermometer API document
This patch updates thermometer-api.txt document to include changes in
properties handling. |
Andrzej Kaczmarek |
13 years ago |
1 file, +0, -18 |
| 0d056ed6 |
thermometer: Remove legacy properties code
This patch removes Get-/SetProperties methods along with PropertyChanged
signal which are now redundant after moving to generic DBus.Properties
interface. |
Andrzej Kaczmarek |
13 years ago |
1 file, +2, -127 |
| 7ca331db |
thermometer: Add DBus.Properties support
This patch adds handlers required to support generic DBus.Properties
interface. |
Andrzej Kaczmarek |
13 years ago |
1 file, +115, -1 |
| 03671cbd |
thermometer: Make temp_type array static |
Andrzej Kaczmarek |
13 years ago |
1 file, +1, -1 |