summaryrefslogtreecommitdiff
path: root/obexd/client/pbap.c
Commit message (Expand)AuthorAgeFilesLines
* pbap: Fix memory leakGopal Tiwari2022-05-311-2/+3
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-1/+1
* obexd: Use local libbluetooth includesMarcel Holtmann2015-02-281-4/+6
* obexd: Fix comparing array to NULLAndrei Emeltchenko2014-12-041-9/+0
* obexd/client: Add supported_features supportLuiz Augusto von Dentz2014-12-021-0/+36
* 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/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: Get rid of gintLucas De Marchi2013-05-011-3/+3
* obexd: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-12/+12
* obexd: Update string enumeration values to lower caseJohan Hedberg2012-12-221-9/+9
* obex-client: Rename org.bluez.obex.PhonebookAccess to PhonebookAccess1Luiz Augusto von Dentz2012-12-211-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use entire include path for gobex.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* obexd: Fix sending absolute pathLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: Fix freeing apparam data on PBAP moduleLuiz Augusto von Dentz2012-12-041-2/+0
* obexd: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz2012-12-041-29/+13
* obexd: Move common code to pull_phonebookLuiz Augusto von Dentz2012-12-041-49/+30
* obexd: Remove deprecated methods from PhonebookAccessLuiz Augusto von Dentz2012-12-041-183/+14
* obexd: Add filters to PhonebookAccess.List and PhonebookAccess.SearchLuiz Augusto von Dentz2012-12-041-39/+76
* obexd: Add filters to PhonebookAccess.PullLuiz Augusto von Dentz2012-12-041-26/+52
* obexd: Add filters to Phonebook.PullAllLuiz Augusto von Dentz2012-12-041-46/+210
* obexd: Port PBAP module to use GObexApparamLuiz Augusto von Dentz2012-12-041-132/+49
* obexd: Fix pbap_select using absolute path with known locationsLudek Finstrle2012-12-041-2/+2
* obexd: Fix dead assignmentsSzymon Janc2012-12-041-1/+1
* obexd: Use g_malloc0 in get_filter_strsSzymon Janc2012-12-041-4/+1
* obexd: Fix using org.openobex.ErrorLuiz Augusto von Dentz2012-12-041-32/+38
* obexd: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccessLuiz Augusto von Dentz2012-12-041-1/+1
* obexd: PhonebookAccess sessions return transfersMikel Astiz2012-12-041-86/+75
* obexd: Do not set signature and reply in GDBus tablesLucas De Marchi2012-12-041-11/+11
* obexd: Convert GDBus methods to use macro helpersLucas De Marchi2012-12-041-17/+35
* obexd: Constify GDBus method tablesMarcel Holtmann2012-12-041-1/+1
* obexd: Use stack memory for application parameters in pbap moduleLuiz Augusto von Dentz2012-12-041-3/+1
* obexd: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-12-041-19/+22
* obexd: Create transfers in modulesMikel Astiz2012-12-041-36/+46
* obexd: Use new session callback style in modulesMikel Astiz2012-12-041-5/+5
* obexd: Give transfer pointer in session callbacksMikel Astiz2012-12-041-5/+10
* obexd: Minor buffer access API changesMikel Astiz2012-12-041-1/+1
* obexd: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-12-041-18/+29
* obexd: Remove buffer based transferLuiz Augusto von Dentz2012-12-041-12/+27
* obexd: Fix possible memory leak on pbap moduleLuiz Augusto von Dentz2012-12-041-0/+1