index
:
libcontacts
master
[Feature complete] A library for handling a simple, flexible contact list
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-02
Remove -s from LDFLAGS
Mattias Andrée
1
-1
/
+1
2022-02-19
Improve makefile
Mattias Andrée
5
-8
/
+14
2021-04-17
Unimportant fix to makefile
Mattias Andrée
1
-1
/
+1
2021-04-15
Add tests
1.0
Mattias Andrée
2
-7
/
+601
2021-04-14
Finish contacts.5 and fix libcontacts.h.0
Mattias Andrée
2
-39
/
+147
2021-04-13
m
Mattias Andrée
1
-2
/
+3
2021-04-13
Add contacts.5 (not finished) + minor improvement to libcontacts.h.0
Mattias Andrée
3
-3
/
+301
2021-04-13
Add libcontacts.7 and libcontacts.h.0 + minor fixes + reorder stuff in libcontacts.h
Mattias Andrée
9
-84
/
+643
2021-04-13
m + add section 3 man pages
Mattias Andrée
25
-126
/
+1087
2021-04-13
Update todo: do not support multiple calendars, all birthdays shall be stored in gregorian, and other software shall convert
Mattias Andrée
1
-1
/
+0
2021-04-13
Test libcontacts_list_contacts
Mattias Andrée
1
-3
/
+62
2021-04-12
Fix parsing of block data
Mattias Andrée
1
-4
/
+4
2021-04-12
m fix
Mattias Andrée
1
-1
/
+1
2021-04-12
Fix memory leak in libcontacts_save_contact
Mattias Andrée
1
-2
/
+6
2021-04-11
Reduce coordinate details
Mattias Andrée
1
-1
/
+1
2021-04-11
Fix birthday formatting and parsing
Mattias Andrée
2
-5
/
+5
2021-04-08
Reorder things in libcontacts_same_number and fix an error
Mattias Andrée
1
-8
/
+8
2021-04-08
Add with_me parameter to libcontacts_list_contacts and libcontacts_load_contacts
Mattias Andrée
3
-8
/
+10
2021-04-08
Add test for libcontacts_get_path
Mattias Andrée
5
-5
/
+62
2021-04-08
Add readme
Mattias Andrée
2
-1
/
+7
2021-04-08
Add build of dynamically linked library
Mattias Andrée
6
-6
/
+46
2021-04-06
libcontacts_save_contact: create directory if missing
Mattias Andrée
2
-2
/
+45
2021-04-06
update todo: no cache is needed
Mattias Andrée
1
-1
/
+0
2021-04-05
Improve number comparsion to handle if only one of the country calling codes are specified
Mattias Andrée
1
-29
/
+63
2021-04-04
Reorder libcontacts_address and fix coord parsing
Mattias Andrée
2
-6
/
+7
2021-04-04
m
Mattias Andrée
2
-2
/
+2
2021-04-04
Fix change if ID is unique when generate one
Mattias Andrée
1
-4
/
+11
2021-04-04
Full relay on umask to remove permissions for other users
Mattias Andrée
1
-1
/
+1
2021-04-04
Fix birthday support
Mattias Andrée
2
-2
/
+8
2021-04-04
sync on save before rename, and check for errors on close
Mattias Andrée
1
-1
/
+7
2021-04-03
Add libcontacts_same_number
Mattias Andrée
3
-0
/
+125
2021-04-03
Add pure attributes
Mattias Andrée
2
-0
/
+12
2021-04-03
Fix bugs and warnings
Mattias Andrée
2
-5
/
+5
2021-04-02
m
Mattias Andrée
1
-3
/
+3
2021-04-02
Fix parsing and memory leaks
Mattias Andrée
12
-45
/
+79
2021-04-02
Add full name, use separate fields for birthday componets and add when leapies celebrate on common years
Mattias Andrée
6
-63
/
+105
2021-04-02
libcontacts_list_contacts: return empty list of contacts if dir is missing
Mattias Andrée
1
-0
/
+10
2021-04-02
m
Mattias Andrée
3
-3
/
+4
2021-04-02
Add block info
Mattias Andrée
7
-4
/
+122