about summary refs log tree commit diff stats
path: root/tests/test_roster_list.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed roster autocomplete functionsJames Booth2014-11-221-14/+14
|
* Removed strcpy callsJames Booth2014-04-021-2/+1
|
* Refactored roster add/updateJames Booth2014-01-051-52/+52
|
* Removed roster_list tests covered by contact testsJames Booth2014-01-051-22/+0
|
* Removed debug from testsJames Booth2013-12-141-4/+0
|
* Added roster_list tests to cmockaJames Booth2013-12-141-93/+97
|
* Added simple mock test, refactored rosterJames Booth2013-12-141-0/+294
Drew DeVault <sir@cmpwn.com> 2019-05-19 18:23:34 -0400 Rename :delete-message et al to :delete et al' href='/akspecs/aerc/commit/config/binds.conf?h=0.5.1&id=455c6f0b774bb5e37906dd3fb8c786892f0b1519'>455c6f0 ^
f5bf4a9 ^
455c6f0 ^
acfe7d7 ^
f5bf4a9 ^
10a3d9d ^

11a569f ^



6c03596 ^
f5bf4a9 ^

67ddaea ^
04d9ab3 ^

91a75cd ^
f81e4bd ^
91a75cd ^


5d0402a ^
04d9ab3 ^

0ec970b ^
0494c9a ^



6353897 ^



0494c9a ^

0897413 ^

0494c9a ^

04d9ab3 ^
577248f ^
f77d7c2 ^

702ad43 ^
f77d7c2 ^





577248f ^
687f1d8 ^
577248f ^




f77d7c2 ^



887ff65 ^
52b3181 ^
8b2abcb ^
f77d7c2 ^
04d9ab3 ^

687f1d8 ^
04d9ab3 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99