aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
|
* Remove -s from LDFLAGSMattias Andrée2023-07-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve makefileMattias Andrée2022-02-195-8/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Unimportant fix to makefileMattias Andrée2021-04-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests1.0Mattias Andrée2021-04-152-7/+601
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Finish contacts.5 and fix libcontacts.h.0Mattias Andrée2021-04-142-39/+147
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-131-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add contacts.5 (not finished) + minor improvement to libcontacts.h.0Mattias Andrée2021-04-133-3/+301
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcontacts.7 and libcontacts.h.0 + minor fixes + reorder stuff in libcontacts.hMattias Andrée2021-04-139-84/+643
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add section 3 man pagesMattias Andrée2021-04-1325-126/+1087
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update todo: do not support multiple calendars, all birthdays shall be stored in gregorian, and other software shall convertMattias Andrée2021-04-131-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Test libcontacts_list_contactsMattias Andrée2021-04-131-3/+62
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix parsing of block dataMattias Andrée2021-04-121-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m fixMattias Andrée2021-04-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix memory leak in libcontacts_save_contactMattias Andrée2021-04-121-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reduce coordinate detailsMattias Andrée2021-04-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix birthday formatting and parsingMattias Andrée2021-04-112-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reorder things in libcontacts_same_number and fix an errorMattias Andrée2021-04-081-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add with_me parameter to libcontacts_list_contacts and libcontacts_load_contactsMattias Andrée2021-04-083-8/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test for libcontacts_get_pathMattias Andrée2021-04-085-5/+62
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add readmeMattias Andrée2021-04-082-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add build of dynamically linked libraryMattias Andrée2021-04-086-6/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libcontacts_save_contact: create directory if missingMattias Andrée2021-04-062-2/+45
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* update todo: no cache is neededMattias Andrée2021-04-061-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve number comparsion to handle if only one of the country calling codes are specifiedMattias Andrée2021-04-051-29/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reorder libcontacts_address and fix coord parsingMattias Andrée2021-04-042-6/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-042-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix change if ID is unique when generate oneMattias Andrée2021-04-041-4/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Full relay on umask to remove permissions for other usersMattias Andrée2021-04-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix birthday supportMattias Andrée2021-04-042-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* sync on save before rename, and check for errors on closeMattias Andrée2021-04-041-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcontacts_same_numberMattias Andrée2021-04-033-0/+125
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add pure attributesMattias Andrée2021-04-032-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugs and warningsMattias Andrée2021-04-032-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-021-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix parsing and memory leaksMattias Andrée2021-04-0212-45/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add full name, use separate fields for birthday componets and add when leapies celebrate on common yearsMattias Andrée2021-04-026-63/+105
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libcontacts_list_contacts: return empty list of contacts if dir is missingMattias Andrée2021-04-021-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2021-04-023-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add block infoMattias Andrée2021-04-027-4/+122
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2021-04-0223-0/+1376
Signed-off-by: Mattias Andrée <maandree@kth.se>