aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts_load_contacts.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-04Full relay on umask to remove permissions for other usersMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-04Fix birthday supportMattias Andrée2-2/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-04sync on save before rename, and check for errors on closeMattias Andrée1-1/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-03Add libcontacts_same_numberMattias Andrée3-0/+125
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-03Add pure attributesMattias Andrée2-0/+12
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-03Fix bugs and warningsMattias Andrée2-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02mMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02Fix parsing and memory leaksMattias Andrée12-45/+79
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02Add full name, use separate fields for birthday componets and add when leapies celebrate on common yearsMattias Andrée6-63/+105
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02libcontacts_list_contacts: return empty list of contacts if dir is missingMattias Andrée1-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02mMattias Andrée3-3/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-02Add block infoMattias Andrée7-4/+122
Signed-off-by: Mattias Andrée <maandree@kth.se>