about summary refs log tree commit diff stats
path: root/tests/unittests/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix http_upload stubMichael Vetter2020-04-171-0/+3
|
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-311-3/+3
| | | | | | | | | The flag hides errors. But we want unit tests to be correct in order to reveal errors in the main code. The patch removes tests_unittests_unittests_CFLAGS which makes autotools use AM_CFLAGS instead. Therefore, unit tests are built with flags derived from configure.ac.
* fix: Missing pthread includeRafael Sadowski2018-08-131-0/+1
|
* Allow installing plugins from directoryJames Booth2017-02-051-1/+0
|
* Update CopyrightJames Booth2017-01-281-34/+0
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+63
f60b892af29c'>4eb0f14a ^
cce01f1d ^
4eb0f14a ^

30b5f112 ^
8413020a ^
216493ef ^









5bccee93 ^
cf80fdc3 ^
97d96746 ^
e58be44f ^
519b10d1 ^
2bda22c3 ^


27adf031 ^

30b5f112 ^


446027b9 ^
93358d5e ^
fb7001cf ^
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