about summary refs log tree commit diff stats
path: root/tests/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix autocomplete memleak in test_autocompleteMichael Vetter2019-10-061-16/+16
* Free lists in test_roster_listMichael Vetter2019-10-061-0/+20
* Fix two memleaks in test_parserMichael Vetter2019-10-061-0/+4
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_callbacks unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-1/+7
* Fix test_callbacks memleakMichael Vetter2019-10-061-0/+5
* Fix test_jid unittest memleakMichael Vetter2019-10-061-0/+29
* Fix unittest memleak in test_cmd_joinMichael Vetter2019-10-051-0/+8
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+1
* Add omemo_close stub for testsMichael Vetter2019-07-181-0/+1
* Add missing stub filePaul Fariello2019-07-171-0/+7
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-1/+1
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-202-7/+7
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-202-7/+7
* Fix prefs_get_str related leaks in unit testsMichael Vetter2019-06-193-0/+15
* Remove cons_mouse_setting() stubMichael Vetter2019-06-171-1/+0
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-0/+1
* Use mock_type() for casting mock()Frank Zschockelt2019-05-084-13/+13
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-084-12/+12
* Add occupantswin_occupants_all() stub to unittestMichael Vetter2019-04-231-0/+1
* Fix server_event unit testsPaul Fariello2019-04-171-0/+5
* Fix OTR unit test after account_new API changePaul Fariello2019-04-171-1/+1
* Fix unit test after account_new API changePaul Fariello2019-04-176-18/+19
* Add omemo_start_sessions to unittest stubMichael Vetter2019-04-141-0/+1
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+6
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-102-3/+6
* Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+1
* Add required OMEMO stub for unit-testPaul Fariello2019-04-103-3/+69
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-223-8/+32
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-318-101/+106
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-275-13/+15
|\
| * Remove unused stup session_get_domainPaul Fariello2018-09-051-5/+0
| * Add connection_get_domain stub for testsPaul Fariello2018-09-051-0/+5
| * Add support for command config executionPaul Fariello2018-09-051-1/+1
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| * Rename mucconf wins into conf winsPaul Fariello2018-09-054-10/+10
| * Add command subcommands: list and execPaul Fariello2018-09-051-0/+2
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-063-71/+0
|/
* fix: Missing pthread includeRafael Sadowski2018-08-131-0/+1
* Add preferences for tab displayJames Booth2018-03-091-2/+7
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+1
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
* Use jid argument for /bookmark when in roomJames Booth2018-03-043-1/+139
* Add /rooms cacheJames Booth2018-02-052-0/+2
* Filter rooms by simple case insensitive textJames Booth2018-02-041-0/+9
* Fix tests, move glob creationJames Booth2018-01-274-5/+29
'>5b5ef63b ^
5b5ef63b ^
1a33d221 ^
5b5ef63b ^


c1a46edf ^
5b5ef63b ^








5b5ef63b ^





c58e2368 ^
5a6645bc ^
6573fe1f ^
5a6645bc ^



74262581 ^

5a6645bc ^






f603d9f2 ^
5a6645bc ^





f603d9f2 ^
5a6645bc ^



795f5244 ^







91abd257 ^




795f5244 ^
87374384 ^


795f5244 ^
f3760b0f ^







c58e2368 ^
08cf048f ^


c58e2368 ^
08cf048f ^


ac0e9db5 ^
b39ceb27 ^
385ff136 ^
d98e1a18 ^
385ff136 ^
b39ceb27 ^





385ff136 ^
b39ceb27 ^
10f415a6 ^
385ff136 ^
b39ceb27 ^
fd72ec75 ^
514f0e34 ^


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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264