summaryrefslogtreecommitdiff
path: root/obexd/plugins/phonebook-tracker.c
Commit message (Expand)AuthorAgeFilesLines
* obex: Fix warnings cause by using of deprecated APIsLuiz Augusto von Dentz2021-04-021-1/+0
* obexd: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-1/+1
* obexd: Fix cross includes from client and pluginsMarcel Holtmann2015-03-011-4/+4
* obexd: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* obexd: phonebook: Replace magic strings for phonebook names and foldersHarald Schmitt2012-12-041-24/+24
* obexd: Remove left over glib-helper.h supportPaul Seidler2012-12-041-1/+0
* obexd: phonebook-tracker: Fix iso8601_utc_to_localtimeSlawomir Bochenski2012-12-041-5/+3
* obexd: Remove OpenOBEX includesMarcel Holtmann2012-12-041-2/+0
* obexd: phonebook-tracker: Seek for contact name deeperSlawomir Bochenski2012-12-041-10/+81
* obexd: Fix missing URL vCard's field with OTHER subtypeRafal Michalski2012-12-041-6/+4
* obexd: Remove unnecessary code line breakingRafal Michalski2012-12-041-2/+1
* obexd: Remove unnecessary empty linesRafal Michalski2012-12-041-1/+0
* obexd: Fix semicolon delimiter issue in address fieldsRafal Michalski2012-12-041-19/+20
* obexd: Refactoring address fields handled in vcard moduleRafal Michalski2012-12-041-9/+63
* obexd: Rename dbus.h to manager.gJohan Hedberg2012-12-041-1/+0
* obexd: Simplify counting new missed callsSlawomir Bochenski2012-12-041-83/+22
* obexd: phonebook-tracker.c: Calls query speed-upSlawomir Bochenski2012-12-041-3/+3
* obexd: Fix handling vCard type "OTHER" emails in PBAPBartosz Szatkowski2012-12-041-3/+3
* obexd: Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2012-12-041-3/+3
* obexd: Show owner vCard in phonebook pb pullRadoslaw Jablonski2012-12-041-2/+0
* obexd: Add X-IRMC-CALL-DATETIME to single vCard pullBartosz Szatkowski2012-12-041-1/+9
* obexd: Revert handling CALL-DATETIME in PullvCardEntryBartosz Szatkowski2012-12-041-23/+7
* obexd: Fix sending X-IRMC-CALL-DATETIME in PullvCardEntryBartosz Szatkowski2012-12-041-7/+23
* obexd: Fix invalid memory read when pulling phone bookDmitriy Paliy2012-12-041-1/+2
* obexd: Fix white space related coding style issuesSyam Sidhardhan2012-12-041-5/+5
* obexd: Send new missed calls count onceSlawomir Bochenski2012-12-041-0/+2
* obexd: Optimise call history queriesSlawomir Bochenski2012-12-041-1/+1
* obexd: Fix fetching call history in partsSlawomir Bochenski2012-12-041-2/+1
* obexd: Fix minor coding style issues in phonebook-tracker.cJohan Hedberg2012-12-041-4/+4
* obexd: Change append to prepend in pull_newmissedcallsDmitriy Paliy2012-12-041-1/+1
* obexd: Fix contacts data cleanup for new missed callsDmitriy Paliy2012-12-041-25/+32
* obexd: Fix newmissedcalls handling for large responsesRadoslaw Jablonski2012-12-041-1/+5
* obexd: Rewrite of PBAP call history queriesSlawomir Bochenski2012-12-041-544/+60
* obexd: Fix GLib assertion in NEW_MISSED_CALLS_LIST reply handlingSlawomir Bochenski2012-12-041-1/+2
* obexd: Adjust SPARQL queries to the changes in call historySlawomir Bochenski2012-12-041-21/+53
* obexd: Remove grouping by phone number in call-history resultsRadoslaw Jablonski2012-12-041-3/+27
* obexd: Adjust prefix of contact id for getting pb sizeRafal Michalski2012-12-041-1/+1
* obexd: Fix handling owner data in phonebook pullLukasz Pawlik2012-12-041-0/+1
* obexd: Fix pulling phonebook entries without last nameLukasz Pawlik2012-12-041-3/+2
* obexd: Adjust prefix of contact id for pulling single vCardRafal Michalski2012-12-041-1/+1
* obexd: Add workaround for devices which use absolute path in pbap Name headerLuiz Augusto von Dentz2012-12-041-13/+13
* obexd: Add increasing query OFFSET in phonebook_pull_readRadoslaw Jablonski2012-12-041-0/+14
* obexd: Support for multipart response sending from phonebook-trackerRadoslaw Jablonski2012-12-041-18/+63
* obexd: Introduction of phonebook_pull_readRadoslaw Jablonski2012-12-041-19/+32
* obexd: Add support for notifying PBAP about more parts from backendRadoslaw Jablonski2012-12-041-6/+7
* obexd: Support for stop fetching data when maxlistcount is achievedRadoslaw Jablonski2012-12-041-3/+9
* obexd: Remove unnecessary checking for num_fields in pull_contactRadoslaw Jablonski2012-12-041-3/+1
* obexd: Add return value to reply_list_foreach_t in phonebook-trackerRadoslaw Jablonski2012-12-041-22/+36
* obexd: Add return value to query trackerRadoslaw Jablonski2012-12-041-19/+18