summaryrefslogtreecommitdiff
path: root/obexd/client
Commit message (Expand)AuthorAgeFilesLines
* obexd: Fix the code styleYouwan Wang2022-07-051-1/+1
* obexd: Fix callback->func =! NULL in the xfer_complete() funcwangyouwan2022-06-131-1/+4
* pbap: Fix memory leakGopal Tiwari2022-05-311-2/+3
* obexd: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-3/+9
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2125-350/+25
* obex: report notification status on incoming messageMatt Ranostay2020-02-111-0/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-066-0/+6
* obex: Fix compiler warning from casting functionsMarcel Holtmann2018-05-241-2/+6
* obexd: Remove unused source/header files for dbusERAMOTO Masaya2018-03-016-146/+0
* obexd: Use g_dbus_dict_append_entry()ERAMOTO Masaya2018-03-012-5/+6
* obex: Fix always searching UUID using 128 bit formatLuiz Augusto von Dentz2017-10-061-0/+2
* Fix obex protocol for powerpcFabien Proriol2016-07-291-2/+2
* obexd: Add a detailed failure message for exchanging business cardsDon Zickus2016-07-041-1/+2
* obexd: client: Fix memory leaksSyam Sidhardhan2016-02-111-0/+1
* obexd/session: Fix crash when disconnectingLuiz Augusto von Dentz2015-11-081-5/+13
* obexd: Fix not destroying session if owner disconnectsLuiz Augusto von Dentz2015-09-141-6/+28
* obexd: Fix possible crash while processing pending requestLuiz Augusto von Dentz2015-07-211-25/+5
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-0114-24/+23
* obexd: Fix includes for gobex.h headerMarcel Holtmann2015-03-011-2/+2
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-0110-12/+19
* obexd: Use local libbluetooth includesMarcel Holtmann2015-02-283-12/+17
* obexd/client: Add check for invalid pathLuiz Augusto von Dentz2015-02-131-0/+6
* obexd: List all enum values in switchSzymon Janc2014-12-081-0/+2
* obexd: Fix comparing array to NULLAndrei Emeltchenko2014-12-041-9/+0
* obexd: Fix memory leak not freeing descAndrei Emeltchenko2014-12-041-6/+5
* obexd/client: Add supported_features supportLuiz Augusto von Dentz2014-12-023-1/+61
* obexd/client: Add UpdateVersion to PhonebookAccessLuiz Augusto von Dentz2014-12-021-3/+20
* obexd/client: Add FixedImageSize propertyLuiz Augusto von Dentz2014-12-021-0/+19
* obexd/client: Add folder counters propertiesLuiz Augusto von Dentz2014-12-021-0/+89
* obexd/client: Add DatabaseIdentifier propertyLuiz Augusto von Dentz2014-12-021-2/+69
* obexd/client: Add Folder propertyLuiz Augusto von Dentz2014-12-021-1/+31
* obexd/client: Parse PBAP recordLuiz Augusto von Dentz2014-12-021-0/+48
* obexd/client: Add support for reading versionLuiz Augusto von Dentz2014-12-021-0/+21
* obexd: Fix crash while session shutdownRakesh M K2014-11-261-1/+1
* obexd/map: Add support for MAP feature bitsGowtham Anandha Babu2014-10-221-0/+9
* obexd/client/pbap: Add missing filter entriesGowtham Anandha Babu2014-10-161-0/+3
* obexd/client/pbap: Add support for spd,favGowtham Anandha Babu2014-10-161-3/+8
* obexd/client: Add support for MAP Event Report 1.1Gowtham Anandha Babu2014-09-172-0/+40
* obexd/client/map: Check msg value is validGowtham Anandha Babu2014-09-161-1/+2
* obexd/mns: Check event value is validLuiz Augusto von Dentz2014-09-151-10/+2
* obexd/client: Fix leaking memory on MNSLuiz Augusto von Dentz2014-09-151-0/+8
* obexd/client: Fix crash while disconnectingLuiz Augusto von Dentz2014-08-291-1/+3
* obexd/client: Fix not being able to cancel a suspended transferLuiz Augusto von Dentz2014-08-291-0/+9
* obexd/client: Allow suspending transfer while they are queuedLuiz Augusto von Dentz2014-08-291-9/+38
* obexd: Fix possible NULL dereferenceAndrei Emeltchenko2014-08-131-4/+2
* obexd: Fix memory leakAndrei Emeltchenko2014-08-041-2/+5
* obexd: Fix memory leakAndrei Emeltchenko2014-08-041-2/+5
* obexd/client: Fix calling g_obex_cancel_req for completed requestsLuiz Augusto von Dentz2014-04-081-0/+1
* obexd/client: Fix not sending OBEX Disconnect when disconnectingLuiz Augusto von Dentz2014-03-211-2/+32
* obexd/client: Fix not being able cancel GET requestsLuiz Augusto von Dentz2014-03-201-2/+16