summaryrefslogtreecommitdiff
path: root/obexd/plugins/vcard.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* obexd: Remove glib-helper.h supportMarcel Holtmann2012-12-041-1/+0
* obexd: Fix breaking long lines in vCard's fieldsRafal Michalski2012-12-041-2/+7
* obexd: Support for encoding UTF-8 characters in vCard's fieldsRafal Michalski2012-12-041-2/+46
* obexd: Add NULL-field checking in vcard_printf_addressRadoslaw Jablonski2012-12-041-2/+5
* obexd: Add check for empty string in vcard_printf_fullnameRadoslaw Jablonski2012-12-041-0/+5
* obexd: Simplify vCard's phone number printingRafal Michalski2012-12-041-5/+3
* obexd: Remove magic number indicating size of bufferRafal Michalski2012-12-041-1/+1
* obexd: Remove unnecessary character in commentRafal Michalski2012-12-041-1/+1
* obexd: Remove unnecessary empty linesRafal Michalski2012-12-041-1/+0
* obexd: Support for Quoted Printable encodingRafal Michalski2012-12-041-3/+196
* obexd: Escape semicolons in vCard's fieldsRafal Michalski2012-12-041-6/+33
* obexd: Extend functions parameter list for vCard's formatRafal Michalski2012-12-041-11/+12
* obexd: Refactoring address fields handled in vcard moduleRafal Michalski2012-12-041-38/+32
* obexd: Fix handling vCard type "OTHER" emails in PBAPBartosz Szatkowski2012-12-041-1/+1
* obexd: Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz2012-12-041-12/+10
* obexd: Fix writing out of bounds in add_slash funcRadoslaw Jablonski2012-12-041-1/+17
* obexd: Remove unnecessary return in add_slash funcRadoslaw Jablonski2012-12-041-1/+0
* obexd: Escape all text fields in vCardSlawomir Bochenski2012-12-041-34/+48
* obexd: Do not send empty vCard attributesSlawomir Bochenski2012-12-041-22/+9
* obexd: Fix white space related coding style issuesSyam Sidhardhan2012-12-041-7/+7
* obexd: Add support for multiple URL in PBAPRadoslaw Jablonski2012-12-041-4/+50
* obexd: Refactor vCard content structuresRadoslaw Jablonski2012-12-041-36/+21
* obexd: Fix pull phonebook reply if filter not setLukasz Pawlik2012-12-041-2/+8
* obexd: Fix problem with double number in call logRafal Michalski2012-12-041-1/+0
* obexd: Change default type of call from call logRafal Michalski2012-12-041-2/+2
* obexd: Add handling of TITLE contact's field in vCardRafal Michalski2012-12-041-0/+4
* obexd: Remove role field from ORG tagRafal Michalski2012-12-041-6/+6
* obexd: Add handling of UID contact's field in vCardRafal Michalski2012-12-041-0/+4
* obexd: Add handling for more than one address in vCardRafal Michalski2012-12-041-15/+74
* obexd: Merge address fields into a single fieldRafal Michalski2012-12-041-25/+16
* obexd: Fix over 80 column linesJohan Hedberg2012-12-041-6/+10
* obexd: Fix handling empty fields in vCardsLukasz Pawlik2012-12-041-18/+36
* obexd: Fix issues with emails categoryLukasz Pawlik2012-12-041-11/+42
* obexd: Add handling of ORG contact's fields handled in VCARD structureRafal Michalski2012-12-041-0/+30
* obexd: Add handling of single contact's fields handled in VCARD structureRafal Michalski2012-12-041-0/+68
* obexd: Fix problem with multiple emails in vcardRadoslaw Jablonski2012-12-041-3/+9
* obexd: Fix problem with filling ADR with unneeded semicolonsLukasz Pawlik2012-12-041-0/+25
* obexd: Fix unnecessary checking for empty phones listRadoslaw Jablonski2012-12-041-5/+0
* obexd: Fix empty 'N:' parameter handling for vCardsRadoslaw Jablonski2012-12-041-0/+34
* obexd: Make sure vcards attributes are in the same order as mentioned in the ...Luiz Augusto von Dentz2012-12-041-6/+6
* obexd: Fix fixed strings not having the const modifierVinicius Costa Gomes2012-12-041-1/+1
* obexd: Fix some PBAP clients not recognizing phone numbersVinicius Costa Gomes2012-12-041-12/+22
* obexd: Add support for the X-IRMC-CALL-DATETIME fieldVinicius Costa Gomes2012-12-041-0/+31
* obexd: Fix wrong assumption about name fieldsVinicius Costa Gomes2012-12-041-13/+3
* obexd: Fix not always including the TEL headerVinicius Costa Gomes2012-12-041-1/+4
* obexd: Fix inconsistency when using vCard version 2.1Vinicius Costa Gomes2012-12-041-4/+10
* obexd: Add support for the ADR filterVinicius Costa Gomes2012-12-041-0/+18