summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* client: Remove unused public functionLuiz Augusto von Dentz2012-02-292-4/+1
* client: free active transfer on session shutdownMikel Astiz2012-02-291-0/+8
* client: fix unreported canceled transfersMikel Astiz2012-02-291-1/+14
* client: fix canceling queued transfersMikel Astiz2012-02-271-4/+8
* client: terminate queued transfers properlyMikel Astiz2012-02-271-4/+26
* client: make sure callback does not match sizeMikel Astiz2012-02-261-2/+2
* client: expose obc_transfer_set_callbackMikel Astiz2012-02-263-18/+20
* client: process transfer queue only if none activeMikel Astiz2012-02-261-0/+3
* client: fix cancel when no agent presentMikel Astiz2012-02-261-1/+1
* client: fix obc_session_get_bufferMikel Astiz2012-02-261-1/+5
* client: queue transfers in pbap sessionsMikel Astiz2012-02-171-61/+66
* client: queue transfers in ftp sessionsMikel Astiz2012-02-171-28/+11
* client: fix pbap select when same path given twiceMikel Astiz2012-02-171-43/+16
* client: fix incorrect error checkMikel Astiz2012-02-171-2/+4
* client: fix unreported error caseMikel Astiz2012-02-171-1/+14
* client: fix memory leak in obc_session_putMikel Astiz2012-02-171-2/+6
* client: Add L2CAP support in bluetooth moduleLuiz Augusto von Dentz2012-02-143-15/+82
* client: Fix sending GET while SRM is activeLuiz Augusto von Dentz2012-02-141-2/+5
* client: remove gobex dependency of sessionLuiz Augusto von Dentz2012-02-083-8/+0
* client: remove use of gobex in ftp moduleLuiz Augusto von Dentz2012-02-081-11/+6
* client: remove use of gobex in map moduleLuiz Augusto von Dentz2012-02-081-12/+2
* client: remove use of gobex in pbap moduleLuiz Augusto von Dentz2012-02-081-94/+43
* client: introduce obc_session_cancelLuiz Augusto von Dentz2012-02-082-0/+23
* client: introduce obc_session_deleteLuiz Augusto von Dentz2012-02-082-0/+32
* client: introduce obc_session_moveLuiz Augusto von Dentz2012-02-082-0/+33
* client: introduce obc_session_copyLuiz Augusto von Dentz2012-02-082-0/+33
* client: introduce obc_session_mkdirLuiz Augusto von Dentz2012-02-082-0/+67
* client: introduce obc_session_setpathLuiz Augusto von Dentz2012-02-082-6/+148
* client: fix not queuing requests properlyLuiz Augusto von Dentz2012-02-081-142/+124
* client: remove unused field from obc_sessionLuiz Augusto von Dentz2012-02-081-1/+0
* client: fix not checking session_request returnLuiz Augusto von Dentz2012-02-081-3/+10
* client: Fix possible GLib assertion failureMikel Astiz2012-01-271-3/+5
* client: simplify handling of D-Bus pending calls in bluetooth.cLuiz Augusto von Dentz2012-01-201-107/+70
* client: move bluetooth specific code from session.c to bluetooth.cLuiz Augusto von Dentz2012-01-202-539/+658
* client: add bluetooth transport driverLuiz Augusto von Dentz2012-01-203-9/+105
* client: add support for transport driversLuiz Augusto von Dentz2012-01-202-0/+119
* client: remove unused fieldLuiz Augusto von Dentz2012-01-201-1/+0
* client: fix circular dependency of session and transferLuiz Augusto von Dentz2012-01-209-122/+168
* client: fix not being able to read apparams when transfer is completeLuiz Augusto von Dentz2012-01-181-3/+0
* client: fix parsing of apparam on pbap driverLuiz Augusto von Dentz2012-01-181-5/+6
* 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