summaryrefslogtreecommitdiff
path: root/client/pbap.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix handling of strict-aliasing rulesMarcel Holtmann2009-07-161-2/+5
* use session_get_data(), session_set_data() to access 'priv' field of struct s...Forrest Zhao2009-01-191-17/+20
* rename pbapdata in struct session_data to priv, so that it could be reused by...Forrest Zhao2009-01-151-17/+17
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* 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
* 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-161-0/+132
* Add SetFormat and SetOrder function for PBAP clientRaymond Liu2008-12-161-0/+88
* Implement Select function for PBAP ClientRaymond Liu2008-12-161-26/+130
* Fix PBAP interface registrationMarcel Holtmann2008-11-271-17/+27
* Add framework code for pbap clientRaymond Liu2008-11-271-0/+76