summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client: Fix using BtIOTypeLuiz Augusto von Dentz2012-11-141-3/+3
* PBAP: Fix sending absolute pathLuiz Augusto von Dentz2012-10-261-1/+1
* client: Fix returning empty if messages was already listedLuiz Augusto von Dentz2012-10-111-1/+1
* client: Fix freeing apparam data on PBAP moduleLuiz Augusto von Dentz2012-10-091-2/+0
* client: Fix not using port when it is set by the clientLuiz Augusto von Dentz2012-10-091-0/+1
* client: Add implementation for UpdateInboxSrinivasa Ragavan2012-10-071-0/+58
* client: Add Message.SetProperty and Message.GetProperties implementation.Srinivasa Ragavan2012-10-041-0/+189
* client: Update the file offset to the beginning after writing to the fileSrinivasa Ragavan2012-10-041-0/+1
* client: Make obc_transfer_put to accept NULL as filenameLuiz Augusto von Dentz2012-10-021-1/+2
* client: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz2012-09-284-99/+47
* client: Fix not sending parameters to get message in map moduleLuiz Augusto von Dentz2012-09-281-1/+19
* client: Add MessageAccess.ListFilterFieldsLuiz Augusto von Dentz2012-09-281-0/+39
* client: Rename MessageAccess method GetMessagesListing to ListMessagesLuiz Augusto von Dentz2012-09-281-15/+302
* client: Rename MessageAccess method GetFolderListing to ListFoldersLuiz Augusto von Dentz2012-09-281-7/+102
* client: Use larger timeout first packet in transfersLuiz Augusto von Dentz2012-09-251-1/+4
* client: Move common code to pull_phonebookLuiz Augusto von Dentz2012-09-101-49/+30
* client: Remove deprecated methods from PhonebookAccessLuiz Augusto von Dentz2012-09-101-183/+14
* client: Add filters to PhonebookAccess.List and PhonebookAccess.SearchLuiz Augusto von Dentz2012-09-101-39/+76
* client: Add filters to PhonebookAccess.PullLuiz Augusto von Dentz2012-09-101-26/+52
* client: Add filters to Phonebook.PullAllLuiz Augusto von Dentz2012-09-101-46/+210
* client: Fix crash on map moduleSrinivasa Ragavan2012-08-291-4/+4
* client: Port PBAP module to use GObexApparamLuiz Augusto von Dentz2012-08-161-132/+49
* client: Fix pbap_select using absolute path with known locationsLudek Finstrle2012-08-101-2/+2
* client: Fix possible memory leak in bluetooth driverLuiz Augusto von Dentz2012-08-071-0/+3
* client: Add Message.Get implementationLuiz Augusto von Dentz2012-07-181-0/+37
* client: Use filter instead of dummy as argument name in MAPLuiz Augusto von Dentz2012-07-181-2/+2
* client: Change MessageAccess.GetMessageListing to not return raw xmlLuiz Augusto von Dentz2012-07-181-37/+369
* client: Change MessageAccess.GetFolderListing to not return raw xmlLuiz Augusto von Dentz2012-07-181-2/+86
* client: Fix wrong signature of MessageAccess.SetFolderLuiz Augusto von Dentz2012-06-201-1/+1
* Fix dead assignmentsSzymon Janc2012-06-141-1/+1
* client: Fix error returning in obc_transfer_putSzymon Janc2012-06-141-7/+10
* client: Use g_malloc0 in get_filter_strsSzymon Janc2012-06-141-4/+1
* client: Fix memory leak in bluetooth driverLuiz Augusto von Dentz2012-06-131-0/+2
* client: Fix cancellation of queued transfersMikel Astiz2012-06-121-4/+14
* client: Remove obc_transfer_abortMikel Astiz2012-06-121-15/+11
* client: Fix possible unreplied D-Bus messageMikel Astiz2012-06-121-0/+5
* client: Fix using org.openobex.ErrorLuiz Augusto von Dentz2012-06-117-85/+92
* client: Use session path as prefix for transfer pathLuiz Augusto von Dentz2012-06-073-5/+5
* client: Fix not using connection passed to obc_transfer_registerLuiz Augusto von Dentz2012-06-071-1/+1
* client-api: Rename Transfer interface to org.bluez.obex.TransferLuiz Augusto von Dentz2012-06-051-2/+2
* client-api: Rename MessageAccess interface to org.bluez.obex.MessageAccessLuiz Augusto von Dentz2012-06-051-1/+1
* client-api: Rename Synchronization interface to org.bluez.obex.SynchronizationLuiz Augusto von Dentz2012-06-051-1/+1
* client-api: Rename PhonebookAccess interface to org.bluez.obex.PhonebookAccessLuiz Augusto von Dentz2012-06-051-1/+1
* client-api: Rename FileTransfer interface to org.bluez.obex.FileTransferLuiz Augusto von Dentz2012-06-051-1/+1
* client-api: Rename ObjectPush interface to org.bluez.obex.ObjectPushLuiz Augusto von Dentz2012-06-051-1/+1
* client-api: Rename session interface to org.bluez.obex.SessionLuiz Augusto von Dentz2012-06-051-2/+2
* client: Change D-Bus service file to use org.bluez.obex.clientLuiz Augusto von Dentz2012-06-051-1/+1
* client: Change namespace to org.bluez.obex.clientLuiz Augusto von Dentz2012-06-051-3/+3
* client: Update copyright statementMikel Astiz2012-06-054-0/+4
* client: PhonebookAccess sessions return transfersMikel Astiz2012-06-041-86/+75