summaryrefslogtreecommitdiff
path: root/obexd/src
Commit message (Expand)AuthorAgeFilesLines
* obexd: agent: Use if-elseif instead of multi-if to check error messageGuiting Shen2023-04-211-2/+1
* obexd: AuthorizePush: Support to return folder name for file storageGuiting Shen2023-04-201-2/+5
* obexd: reject to accept file when replying reject messageAaron_shen2023-03-211-1/+7
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-2/+3
* obexd: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-1/+3
* obex: Fix warnings cause by using of deprecated APIsLuiz Augusto von Dentz2021-04-021-5/+0
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2120-280/+20
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-063-0/+3
* build: rename libexecdir to pkglibexecdirJan Engelhardt2018-11-211-1/+1
* obexd: Fix memory leak when loading pluginsSahil Pai2018-05-071-1/+4
* obexd: Fix null response nameERAMOTO Masaya2018-02-141-55/+4
* obexd: Emit Size property of transfer after open()ERAMOTO Masaya2018-02-121-0/+3
* obexd: Use emitting function wrapped for transferERAMOTO Masaya2018-02-122-16/+15
* obexd: Fix property Size of server transferLuiz Augusto von Dentz2018-01-241-2/+4
* obexd: Clean up unneeded list in src/obex.cERAMOTO Masaya2018-01-231-6/+0
* obexd: Fix crash when canceling without agentERAMOTO Masaya2017-11-281-0/+3
* obexd: Fix fd which is left even after closing sessionERAMOTO Masaya2017-11-211-1/+3
* obexd: Fix compilation error on newer glibcBastien Nocera2017-11-031-0/+2
* obexd: Fix null pointer dereference.Matias Karhumaa2017-06-221-0/+11
* obexd: Use common logging function for daemon versionMarcel Holtmann2015-11-081-1/+1
* obexd: Remove unused parameter from manager_request_authorizationSzymon Janc2015-04-082-2/+2
* obexd: Fix includes for gobex.h headerMarcel Holtmann2015-03-012-2/+4
* obexd: Fix includes for gdbus.h headerMarcel Holtmann2015-03-012-3/+3
* obexd: Fix coding style and improves readabilityGowtham Anandha Babu2014-10-161-2/+4
* obexd: Fix the double check for agentGowtham Anandha Babu2014-09-221-2/+1
* obexd: Fix treating PUT with Body header as deleteLuiz Augusto von Dentz2014-04-231-0/+4
* obexd: Remove code related to OBEX authenticationLuiz Augusto von Dentz2014-03-311-91/+0
* obexd: Make btio/btio.h include localMarcel Holtmann2014-01-252-2/+2
* obex: Use user's cache dir as a default rootBastien Nocera2013-11-121-5/+6
* obexd/service: Remove unused local variableSzymon Janc2013-10-041-2/+0
* obexd: Return "error" for unknown status in status2strSzymon Janc2013-10-041-0/+1
* obexd: Remove unused local variablesSzymon Janc2013-10-041-5/+0
* obexd: Remove unused static functionsSzymon Janc2013-10-041-75/+0
* obexd/service: Fix possible leaking drivers listLuiz Augusto von Dentz2013-09-251-1/+17
* obexd/server: Fix leaking drivers listLuiz Augusto von Dentz2013-09-251-0/+1
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* obexd: Make use of g_dbus_send_message*Luiz Augusto von Dentz2013-09-091-2/+1
* obexd: Fix crash when resetting OPP session without a transferLuiz Augusto von Dentz2013-06-111-3/+17
* obexd: Fix coding styleLuiz Augusto von Dentz2013-05-291-1/+2
* obexd: Simplify manager_register_sessionLuiz Augusto von Dentz2013-05-291-4/+1
* obexd: Fix not unregistering interface when a session is detroyedLuiz Augusto von Dentz2013-05-291-1/+3
* manager: remove unused call to obex_getpeername()Gustavo Padovan2013-05-291-8/+0
* session: add Source and Destination propertiesGustavo Padovan2013-05-291-0/+26
* obex: get src and dst address and store itGustavo Padovan2013-05-292-0/+8
* obex: add obex_getsockname()Gustavo Padovan2013-05-292-0/+11
* transport: add getsockname to transport driverGustavo Padovan2013-05-291-0/+1
* session: only add Target if it existsGustavo Padovan2013-05-281-1/+9
* obexd: Fix using the same prefix for client and server sessionsLuiz Augusto von Dentz2013-05-101-3/+6
* obexd: Get rid of gcharLucas De Marchi2013-05-022-3/+3
* obexd: Add Message Notification Service (MNS) serverChristian Fetzer2013-04-101-0/+1