summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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-093-0/+161
* client: Fix file size issue in GetPropertiesjaganath.k2011-12-073-16/+28
* client: Fix app params memory managementBartosz Szatkowski2011-11-211-0/+6
* Fix crash on error in agent_request_replySlawomir Bochenski2011-10-281-1/+2
* Fix missing format in call to g_error_newSlawomir Bochenski2011-10-051-1/+1
* Fix possible crash when indicating progressLuiz Augusto von Dentz2011-10-031-2/+2
* client: fix possible crash on GetFileLuiz Augusto von Dentz2011-09-131-1/+1
* gobex: Remove g_obex_packet_find_headerJohan Hedberg2011-09-051-1/+1
* client: port to gobexLuiz Augusto von Dentz2011-09-018-274/+493
* client: add FileTransfer.CopyFile implementationLuiz Augusto von Dentz2011-08-221-0/+18
* client: add FileTransfer.MoveFile implementationLuiz Augusto von Dentz2011-08-221-0/+18
* client: add sync targetLuiz Augusto von Dentz2011-08-124-20/+69
* client: add pbap targetLuiz Augusto von Dentz2011-08-124-22/+70
* client: add ftp targetLuiz Augusto von Dentz2011-08-124-23/+92
* client: add opp targetLuiz Augusto von Dentz2011-08-123-0/+80
* client: make use of obc_ prefix for public functionsLuiz Augusto von Dentz2011-08-1212-353/+355
* client: add target driver supportLuiz Augusto von Dentz2011-08-126-67/+180
* client: move __obex_log_init before manager_initLuiz Augusto von Dentz2011-08-122-4/+4
* client: add target module vtableLuiz Augusto von Dentz2011-08-121-0/+21
* client: separate manager interface code from mainLuiz Augusto von Dentz2011-08-023-536/+618
* client: separate agent code from sessionLuiz Augusto von Dentz2011-08-023-143/+325
* client: separate ftp code from sessionLuiz Augusto von Dentz2011-08-023-319/+415
* client: make transfer structure privateLuiz Augusto von Dentz2011-08-026-93/+162
* client: make session structure privateLuiz Augusto von Dentz2011-08-029-257/+351
* Add adapter ReleaseSession to obex-clientDmitriy Paliy2011-07-141-0/+10
* Add handling of system D-Bus method callsDmitriy Paliy2011-07-142-1/+198
* Split up session_create in separate functionsDmitriy Paliy2011-07-131-17/+24
* Add system bus connection in obex-clientDmitriy Paliy2011-07-132-0/+10
* Code clean-up: remove unnecessary bracketsDmitriy Paliy2011-07-091-2/+1
* Fix endian conversion for appparams in pbap clientBartosz Szatkowski2011-05-151-1/+1
* client: add support for reusing session for the same clientLuiz Augusto von Dentz2011-05-152-3/+72
* client: fix not canceling connection request if client exit busLuiz Augusto von Dentz2011-05-153-58/+95
* client: remove unused variableLuiz Augusto von Dentz2011-05-151-3/+0
* Add support for stat files bigger than 2GB on 32-bit systemsLuiz Augusto von Dentz2010-12-081-2/+3
* Fix logging for obex-clientLuiz Augusto von Dentz2010-12-071-1/+1
* Fix possible crash when processing session callbackLuiz Augusto von Dentz2010-12-071-1/+2
* Make use of transfer->err to store transfer errorsLuiz Augusto von Dentz2010-10-201-5/+5
* Fix process pending request if transfer canceledDaniel Orstadius2010-10-181-1/+11
* Fix possible NULL pointer deferenceLuiz Augusto von Dentz2010-10-121-4/+2
* Fix not detecting errors on small filesLuiz Augusto von Dentz2010-09-301-1/+1
* Fix not detecting errors when transferring the last part of the bufferLuiz Augusto von Dentz2010-09-281-1/+3
* Fix format string warnings for g_dbus_create_errorJohan Hedberg2010-08-203-10/+10
* Make sure errors are reported properly to applicationsLuiz Augusto von Dentz2010-08-025-50/+86
* Fix not closing socket when connection attempt failsLuiz Augusto von Dentz2010-07-292-15/+26
* client: reuse code when reading buffered dataLuiz Augusto von Dentz2010-07-151-34/+36
* client: fix not reading all buffered dataLuiz Augusto von Dentz2010-07-151-10/+17