summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix sending packets before they are fullLuiz Augusto Von Dentz2010-03-181-16/+23
* Fix file corruption during PUTVinicius Costa Gomes2010-03-051-1/+1
* Fix: the session is shutdown when the agent exits the busVinicius Costa Gomes2010-02-121-15/+21
* Improve the error message when setting up the bus nameVinicius Costa Gomes2010-02-011-6/+3
* Add support for using the logging infrastructure from obexdVinicius Costa Gomes2010-02-013-17/+59
* Fix handling of the response of the Request() methodVinicius Costa Gomes2010-02-011-141/+263
* Fix issue when opening the file fails during SendFilesVinicius Costa Gomes2010-02-011-12/+24
* Update Intel copyrightsMarcel Holtmann2010-01-074-4/+4
* Update copyright informationMarcel Holtmann2010-01-017-7/+7
* Fix the types of session->size and session->transferredVinicius Costa Gomes2009-11-191-2/+2
* Fixed SendFiles to use "Source" argument.Claudio Takahasi2009-09-031-1/+1
* Switch to a full non-recursive buildMarcel Holtmann2009-08-171-29/+0
* Use $(AM_V_GEN) for custom rulesMarcel Holtmann2009-08-161-1/+1
* Fix handling of strict-aliasing rulesMarcel Holtmann2009-07-161-2/+5
* Add Channel property.Luiz Augusto von Dentz2009-07-033-11/+34
* Fix the registration of the Transfer interface for FTP sessionsVinicius Costa Gomes2009-05-051-1/+1
* Allow compilation with -Wsign-compareMarcel Holtmann2009-01-303-3/+4
* add support for Sync PutphonebookForrest Zhao2009-01-233-2/+97
* add support for Sync GetphonebookForrest Zhao2009-01-211-2/+41
* Fix compiler warningMarcel Holtmann2009-01-191-0/+1
* add initial framework support for SYNC clientForrest Zhao2009-01-194-1/+165
* use session_get_data(), session_set_data() to access 'priv' field of struct s...Forrest Zhao2009-01-193-17/+32
* rename pbapdata in struct session_data to priv, so that it could be reused by...Forrest Zhao2009-01-152-18/+18
* Update copyright informationMarcel Holtmann2009-01-015-5/+5
* Introduce GetCapabilities support to client API.Luiz Augusto von Dentz2008-12-243-13/+111
* Return if function type is not providedMarcel Holtmann2008-12-191-0/+1
* Rename SetFilters/GetFilters/ListAllFilters toRaymond Liu2008-12-181-9/+9
* Add SetFilters and remove AddFilter, RemoveFilter for PBAP clientRaymond Liu2008-12-181-27/+21
* Merge branch 'fix' of http://git.moblin.org/repos/users/raymond/obexdMarcel Holtmann2008-12-181-8/+0
|\
| * Bug fix on session_get, do not register transfer twiceRaymond Liu2008-12-181-8/+0
* | Minor bug fix on Pull Search FunctionRaymond Liu2008-12-181-3/+2
* | Implement Filter related function for PBAP clientRaymond Liu2008-12-181-1/+194
* | Implement List and Search function for PBAP clientRaymond Liu2008-12-171-2/+202
* | add Pull function for PBAP clientRaymond Liu2008-12-161-0/+54
* | add GetSize function for PBAP clientRaymond Liu2008-12-161-0/+106
* | add PullAll function for PBAP clientRaymond Liu2008-12-163-1/+145
* | Add SetFormat and SetOrder function for PBAP clientRaymond Liu2008-12-162-0/+90
* | Implement Select function for PBAP ClientRaymond Liu2008-12-164-28/+138
|/
* Export session_get and minior fix on get_xfer_listing_progessRaymond Liu2008-12-052-2/+12
* Do not send NULL to g_str_equal for compareRaymond Liu2008-12-011-1/+1
* Unregister service and session interfaces in session_unrefRaymond Liu2008-11-281-12/+16
* Fix PBAP interface registrationMarcel Holtmann2008-11-274-49/+91
* Add framework code for pbap clientRaymond Liu2008-11-274-14/+115
* Use the right types when appending the folder listing dataVinicius Costa Gomes2008-11-241-8/+7
* Sending a error message when some error occurs during folder listingVinicius Costa Gomes2008-11-181-3/+17
* Separate getting a folder listing from getting a fileVinicius Costa Gomes2008-11-171-4/+47
* Sends a final Progress message when the transfer is completeVinicius Costa Gomes2008-11-171-2/+5
* Adds support for dynamic buffersVinicius Costa Gomes2008-11-172-5/+26
* Checks for errors in write when receiving a objectVinicius Costa Gomes2008-11-171-1/+8
* Fixes the dbus signature of the folder listing methodVinicius Costa Gomes2008-11-121-3/+8