aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-02Remove -s from LDFLAGSMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-19Improve makefileMattias Andrée5-8/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-17Unimportant fix to makefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-15Add tests1.0Mattias Andrée2-7/+601
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-14Finish contacts.5 and fix libcontacts.h.0Mattias Andrée2-39/+147
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13mMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13Add contacts.5 (not finished) + minor improvement to libcontacts.h.0Mattias Andrée3-3/+301
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13Add libcontacts.7 and libcontacts.h.0 + minor fixes + reorder stuff in libcontacts.hMattias Andrée9-84/+643
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13m + add section 3 man pagesMattias Andrée25-126/+1087
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13Update todo: do not support multiple calendars, all birthdays shall be stored in gregorian, and other software shall convertMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-13Test libcontacts_list_contactsMattias Andrée1-3/+62
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-12Fix parsing of block dataMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-12m fixMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-12Fix memory leak in libcontacts_save_contactMattias Andrée1-2/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-11Reduce coordinate detailsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-11Fix birthday formatting and parsingMattias Andrée2-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Reorder things in libcontacts_same_number and fix an errorMattias Andrée1-8/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add with_me parameter to libcontacts_list_contacts and libcontacts_load_contactsMattias Andrée3-8/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add test for libcontacts_get_pathMattias Andrée5-5/+62
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add readmeMattias Andrée2-1/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-08Add build of dynamically linked libraryMattias Andrée6-6/+46
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-06libcontacts_save_contact: create directory if missingMattias Andrée2-2/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-06update todo: no cache is neededMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-05Improve number comparsion to handle if only one of the country calling codes are specifiedMattias Andrée1-29/+63
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-04Reorder libcontacts_address and fix coord parsingMattias Andrée2-6/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-04mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-04-04Fix change if ID is unique when generate oneMattias Andrée1-4/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>