summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* set O_TRUNC when open a fileForrest Zhao2009-02-171-1/+1
* Fix guint64 format specifierJohan Hedberg2009-02-101-1/+1
* Allow compilation with -Wsign-compareMarcel Holtmann2009-01-305-5/+5
* Fix signed/unsigned comparison warnings of gw-obexMarcel Holtmann2009-01-301-2/+4
* Use O_NOCTTY when opening the tty deviceJohan Hedberg2009-01-281-1/+1
* 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-195-1/+190
* add Sync macro definition in gw-obex.hForrest Zhao2009-01-191-0/+6
* 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-0128-30/+30
* Resolve adapter object path before calling RequestAuthorization.Luiz Augusto von Dentz2008-12-241-44/+81
* Add script test to GetCapabilities.Luiz Augusto von Dentz2008-12-241-0/+20
* Update client API documentation to mention GetCapabilties.Luiz Augusto von Dentz2008-12-241-0/+4
* Introduce GetCapabilities support to client API.Luiz Augusto von Dentz2008-12-243-13/+111
* Check if path is valid before unregistering itRaymond Liu2008-12-241-0/+3
* Enable verbose compiler warnings in maintainer modeMarcel Holtmann2008-12-232-4/+18
* Fix local includesMarcel Holtmann2008-12-234-2/+6
* Move debug statement after variable declarationMarcel Holtmann2008-12-231-2/+2
* The static keyword has to come firstMarcel Holtmann2008-12-231-4/+4
* Fix issue with signed/unsigned comparisonMarcel Holtmann2008-12-231-1/+2
* Turn warnings into errors when debugging is enabledMarcel Holtmann2008-12-211-1/+1
* Require at minimum autoconf 2.60Marcel Holtmann2008-12-211-1/+1
* Use tabs for indentationMarcel Holtmann2008-12-201-4/+4
* Return if function type is not providedMarcel Holtmann2008-12-191-0/+1
* Fix up PBAP test script and add it to distributionMarcel Holtmann2008-12-192-31/+30
* Add test script for PBAP clientRaymond Liu2008-12-191-0/+43
* Rename SetFilters/GetFilters/ListAllFilters toRaymond Liu2008-12-182-14/+14
* for PBAP Pullvardlisting the name header could be emptyForrest Zhao2008-12-181-1/+5
* Add SetFilters and remove AddFilter, RemoveFilter for PBAP clientRaymond Liu2008-12-182-46/+26
* 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-182-5/+214
* | 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
|/
* Update list of contributorsMarcel Holtmann2008-12-151-0/+3
* fix a bug in pbap_setpath() when session->current_folder is NULLForrest Zhao2008-12-151-1/+4
* Remove extra empty lineMarcel Holtmann2008-12-121-1/+0
* add support for PBAP PullvcardentryForrest Zhao2008-12-124-1/+62
* add support for PBAP PullvcardlistingForrest Zhao2008-12-124-2/+97
* Add description for PBAP client APIRaymond Liu2008-12-111-0/+86
* move PBAP application parameters header parsing and composing into seperate f...Forrest Zhao2008-12-101-22/+82
* Add missing gdbus function declarationsMarcel Holtmann2008-12-063-0/+22