summaryrefslogtreecommitdiff
path: root/obexd/client/pbap.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01obexd: Get rid of gintLucas De Marchi1-3/+3
2013-01-04obexd: Remove the total silly usage of gchar and replace it with charMarcel Holtmann1-12/+12
2012-12-22obexd: Update string enumeration values to lower caseJohan Hedberg1-9/+9
2012-12-21obex-client: Rename org.bluez.obex.PhonebookAccess to PhonebookAccess1Luiz Augusto von Dentz1-1/+1
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg1-0/+4
2012-12-05Use entire include path for gobex.hLucas De Marchi1-1/+1
2012-12-05Use the entire include path for gdbus.hLucas De Marchi1-1/+1
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi1-4/+0
2012-12-04obexd: Fix sending absolute pathLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: Fix freeing apparam data on PBAP moduleLuiz Augusto von Dentz1-2/+0
2012-12-04obexd: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz1-29/+13
2012-12-04obexd: Move common code to pull_phonebookLuiz Augusto von Dentz1-49/+30
2012-12-04obexd: Remove deprecated methods from PhonebookAccessLuiz Augusto von Dentz1-183/+14
2012-12-04obexd: Add filters to PhonebookAccess.List and PhonebookAccess.SearchLuiz Augusto von Dentz1-39/+76
2012-12-04obexd: Add filters to PhonebookAccess.PullLuiz Augusto von Dentz1-26/+52
2012-12-04obexd: Add filters to Phonebook.PullAllLuiz Augusto von Dentz1-46/+210
2012-12-04obexd: Port PBAP module to use GObexApparamLuiz Augusto von Dentz1-132/+49
2012-12-04obexd: Fix pbap_select using absolute path with known locationsLudek Finstrle1-2/+2
2012-12-04obexd: Fix dead assignmentsSzymon Janc1-1/+1
2012-12-04obexd: Use g_malloc0 in get_filter_strsSzymon Janc1-4/+1
2012-12-04obexd: Fix using org.openobex.ErrorLuiz Augusto von Dentz1-32/+38
2012-12-04obexd: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccessLuiz Augusto von Dentz1-1/+1
2012-12-04obexd: PhonebookAccess sessions return transfersMikel Astiz1-86/+75
2012-12-04obexd: Do not set signature and reply in GDBus tablesLucas De Marchi1-11/+11
2012-12-04obexd: Convert GDBus methods to use macro helpersLucas De Marchi1-17/+35
2012-12-04obexd: Constify GDBus method tablesMarcel Holtmann1-1/+1
2012-12-04obexd: Use stack memory for application parameters in pbap moduleLuiz Augusto von Dentz1-3/+1
2012-12-04obexd: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz1-19/+22
2012-12-04obexd: Create transfers in modulesMikel Astiz1-36/+46
2012-12-04obexd: Use new session callback style in modulesMikel Astiz1-5/+5
2012-12-04obexd: Give transfer pointer in session callbacksMikel Astiz1-5/+10
2012-12-04obexd: Minor buffer access API changesMikel Astiz1-1/+1
2012-12-04obexd: Fix not propagating GError in session API functionsLuiz Augusto von Dentz1-18/+29
2012-12-04obexd: Remove buffer based transferLuiz Augusto von Dentz1-12/+27
2012-12-04obexd: Fix possible memory leak on pbap moduleLuiz Augusto von Dentz1-0/+1
2012-12-04obexd: queue transfers in pbap sessionsMikel Astiz1-61/+66
2012-12-04obexd: fix pbap select when same path given twiceMikel Astiz1-43/+16
2012-12-04obexd: fix incorrect error checkMikel Astiz1-2/+4
2012-12-04obexd: remove use of gobex in pbap moduleLuiz Augusto von Dentz1-94/+43
2012-12-04obexd: fix circular dependency of session and transferLuiz Augusto von Dentz1-32/+10
2012-12-04obexd: fix parsing of apparam on pbap driverLuiz Augusto von Dentz1-5/+6
2012-12-04obexd: port to gobexLuiz Augusto von Dentz1-40/+104
2012-12-04obexd: add pbap targetLuiz Augusto von Dentz1-16/+66
2012-12-04obexd: make use of obc_ prefix for public functionsLuiz Augusto von Dentz1-27/+27
2012-12-04obexd: add target driver supportLuiz Augusto von Dentz1-0/+2
2012-12-04obexd: make transfer structure privateLuiz Augusto von Dentz1-24/+18
2012-12-04obexd: make session structure privateLuiz Augusto von Dentz1-123/+161
2012-12-04obexd: Fix endian conversion for appparams in pbap clientBartosz Szatkowski1-1/+1
2012-12-04obexd: Fix format string warnings for g_dbus_create_errorJohan Hedberg1-1/+1
2012-12-04obexd: Make sure errors are reported properly to applicationsLuiz Augusto von Dentz1-3/+3