summaryrefslogtreecommitdiff
path: root/client/map.c
Commit message (Expand)AuthorAgeFilesLines
* client: Fix returning empty if messages was already listedLuiz Augusto von Dentz2012-10-111-1/+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: Avoid extra copies while passing apparam to transferLuiz Augusto von Dentz2012-09-281-20/+9
* 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: Fix crash on map moduleSrinivasa Ragavan2012-08-291-4/+4
* 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
* client: Fix using org.openobex.ErrorLuiz Augusto von Dentz2012-06-111-8/+9
* client-api: Rename MessageAccess interface to org.bluez.obex.MessageAccessLuiz Augusto von Dentz2012-06-051-1/+1
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-181-3/+3
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-181-6/+11
* Constify GDBus method tablesMarcel Holtmann2012-05-171-1/+1
* client: Add obc_transfer_set_params to set application parametersLuiz Augusto von Dentz2012-05-141-4/+2
* client: Create transfers in modulesMikel Astiz2012-05-141-24/+30
* client: Use new session callback style in modulesMikel Astiz2012-05-031-1/+1
* client: Give transfer pointer in session callbacksMikel Astiz2012-05-031-4/+7
* client: Fix not propagating GError in session API functionsLuiz Augusto von Dentz2012-04-261-13/+21
* client: Remove buffer based transferLuiz Augusto von Dentz2012-04-241-5/+13
* client: remove use of gobex in map moduleLuiz Augusto von Dentz2012-02-081-12/+2
* client: fix circular dependency of session and transferLuiz Augusto von Dentz2012-01-201-7/+2
* map: Rename GetMessagesListing to GetMessageListingJohan Hedberg2011-12-151-2/+2
* Add support for PullMessagesListing in MAP clientBartosz Szatkowski2011-12-151-0/+30
* Add basic support for MAP folder listingBartosz Szatkowski2011-12-151-1/+53
* Add support for SetFolder in MAP clientBartosz Szatkowski2011-12-151-0/+56
* Add basic support for MAP client in obex-clientBartosz Szatkowski2011-12-091-0/+135