Commits

Commit Message Author Age Changes
ee4082c7 input: Prefer unlink() over remove() when removing FIFO Johan Hedberg 13 years ago 1 file, +1, -1
b3d5315d gdbus: Avoid using g_ptr_array_new_full convenience function The g_ptr_array_new_full function only got introduced with GLib 2.30 and to avoid requiring a newer GLib use g_ptr_array_set_free_func instead. Marcel Holtmann 13 years ago 1 file, +2, -1
edce3e3f input: Don't create a FIFO with executable permission Marcel Holtmann 13 years ago 1 file, +1, -1
03a29a33 core: Return VendorSource as string and only allow supported values Marcel Holtmann 13 years ago 1 file, +35, -5
b9fb332a doc: Change VendorSource value into a string Marcel Holtmann 13 years ago 1 file, +6, -4
5fbd1e54 client: Add support for printing uint16 properties Marcel Holtmann 13 years ago 1 file, +5, -0
25a0862c client: Add support for showing device information Marcel Holtmann 13 years ago 1 file, +57, -2
420e13b6 core: Limit SDP unix socket to owner and group access Marcel Holtmann 13 years ago 1 file, +1, -1
11f43a47 core: Create storage directories without group and world permissions Marcel Holtmann 13 years ago 1 file, +1, -3
9e54757f profiles: Store information only accessible for the owner Marcel Holtmann 13 years ago 2 files, +2, -2
cadc337a core: Store information only accessible for the owner Marcel Holtmann 13 years ago 4 files, +19, -23
2779f0b1 core: Don't send property changed signal for non-existing property Marcel Holtmann 13 years ago 1 file, +0, -4
2cc971d3 doc: Remove Connectable setting and do some visual cleanups Marcel Holtmann 13 years ago 1 file, +6, -4
066a873e input: Prefer unlink() over remove() Johan Hedberg 13 years ago 1 file, +1, -1
bc2e9b81 doc: Storage documentation is for developers and nobody else Marcel Holtmann 13 years ago 1 file, +11, -7
9d2d03d3 hog: Remove pre-existing suspend FIFO If bluetoothd crashes the exit routine of the suspend plugin will not be executed, leaving the suspend FIFO behind and preventing the plugin load on subsequent executions. This commit checks for pre-existence of the suspend FIFO and tries to remove and re-create it. João Paulo Rechi Vita 13 years ago 1 file, +16, -0
8ae41453 hog: Fix error message formating João Paulo Rechi Vita 13 years ago 1 file, +1, -1
55909cf0 hog: Add debug info when initializing the suspend plugin João Paulo Rechi Vita 13 years ago 1 file, +2, -0
ef8e58d5 hog: Fix message text and level when failing to load suspend plugin João Paulo Rechi Vita 13 years ago 1 file, +2, -1
4794363f obexd: Update string enumeration values to lower case Johan Hedberg 13 years ago 3 files, +15, -15
cfe3efee doc: Convert more upper case enums to lower case in obex-api Johan Hedberg 13 years ago 1 file, +10, -10
e33fe5de build: Add magic file for BTSnoop file format Marcel Holtmann 13 years ago 2 files, +15, -0
505bac01 AUTHORS: Add missing entries from the hcidump merge Marcel Holtmann 13 years ago 1 file, +4, -0
8188e25c AUTHORS: Add missing entries from the obexd merge Marcel Holtmann 13 years ago 1 file, +8, -0
b75058fd build: Fix installing udev rules file when $(srcdir) != $(builddir) Path to files on source tree should be prefixed with $(srcdir), otherwise they are not found if $(srcdir) != $(builddir). Anderson Lizardo 13 years ago 1 file, +1, -1
ec258221 obexd: Simplify org.bluez.Error.InvalidArguments handling Use a helper function to void code duplication. Anderson Lizardo 13 years ago 1 file, +9, -9
87810bc8 sap: Use btd_error_* functions These helper functions are available for plugins and simplify error handling code. Anderson Lizardo 13 years ago 2 files, +12, -26
1eb8f937 core: Use ERROR_INTERFACE instead of org.bluez.Error Anderson Lizardo 13 years ago 3 files, +6, -5
bc3689e7 doc: Use lower case string values for supported OBEX targets Johan Hedberg 13 years ago 1 file, +5, -5
fdb28673 obexd: Fix crash while attempting to authorize transfer Transfer need to be registered before it is authorized because AuthorizePush takes the transfer path and the agent may try to access the transfer properties to figure out its details. Luiz Augusto von Dentz 13 years ago 1 file, +13, -12
c7ea48bd test: Make OBEX related scripts python 3 compatible Luiz Augusto von Dentz 13 years ago 5 files, +49, -33
20baf80f test: Port simple-obex-agent to the new API Luiz Augusto von Dentz 13 years ago 1 file, +9, -70
c3f7df10 obexd: Update Authorize call to AuthorizePush API Johan Hedberg 13 years ago 1 file, +5, -10
cbf88919 obexd: Implement Session transfer property Johan Hedberg 13 years ago 1 file, +20, -0
59efeba8 obexd: Fix session path generation in manager_unregister_session Johan Hedberg 13 years ago 1 file, +2, -3
ee699dbc obexd: Implement Time transfer property Johan Hedberg 13 years ago 1 file, +27, -0
6087ccef doc: Use uint64 instead of uint32 for Time property in obex-api Johan Hedberg 13 years ago 1 file, +1, -1
2837514f obexd: Implement Type transfer property Johan Hedberg 13 years ago 1 file, +24, -0
8b908383 test: Handle IO exceptions from PBAP client Marcel Holtmann 13 years ago 1 file, +8, -5
c72af721 obexd: Add a few more debug statements Marcel Holtmann 13 years ago 1 file, +6, -1
0bcca789 doc: Remove more copyright statements from API specifications Marcel Holtmann 13 years ago 4 files, +0, -6
30e3d6c0 doc: Update OBEX push agent callback parameters Marcel Holtmann 13 years ago 2 files, +10, -3
be43b12c doc: Update OBEX transfer object with missing properties Marcel Holtmann 13 years ago 1 file, +17, -6
9a023fc4 doc: Add Release callback to OBEX agent API Marcel Holtmann 13 years ago 1 file, +9, -1
4f95148b doc: It should be org.bluez.obex.Error.Failed and not org.bluez.obex.Failed Marcel Holtmann 13 years ago 1 file, +17, -17
8ebb1418 doc: Use org.bluez.obex.MessageAccess1 and org.bluez.obex.Message1 Marcel Holtmann 13 years ago 1 file, +2, -2
37dcce77 doc: Cleanup of OBEX API specifications Marcel Holtmann 13 years ago 2 files, +58, -57
0986cd07 build: Include obex-api.txt and obex-agent-api.txt into package Marcel Holtmann 13 years ago 1 file, +2, -0
62f19321 doc: Rename obexd-api.txt into just obex-api.txt Marcel Holtmann 13 years ago 2 files, +767, -767
0c388f5a obexd: There is only one daemon Marcel Holtmann 13 years ago 3 files, +5, -5
Previous Next