about summary refs log tree commit diff stats
path: root/src/tools/http_upload.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Allow installing plugins from directoryJames Booth2017-02-051-7/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Remove unused functionJames Booth2016-11-241-1/+0
* Add win_print_http_uploadJames Booth2016-10-111-1/+1
* Add config.h to http_upload.cJames Booth2016-10-021-0/+2
* Fix indentation in http_upload.cDominik Heidler2016-07-251-1/+1
* Tidy headersJames Booth2016-07-241-3/+3
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Merge remote-tracking branch 'asdil12/xep_0363_http_file_upload'James Booth2016-04-261-6/+7
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+337
d55e7738 ^
ba6621b5 ^
9e45cae0 ^
ba6621b5 ^


e4ac3c9e ^

ba6621b5 ^
e5c11a51 ^
f5465e12 ^
cdf28227 ^
f5465e12 ^
e4ac3c9e ^


2564eb6f ^

f5465e12 ^
08a0eed6 ^

ccae4585 ^





f5465e12 ^


b89ce8e4 ^






1c349ac7 ^

a220427e ^
5008a4ec ^
08a0eed6 ^


c9bda4d1 ^
08a0eed6 ^
5008a4ec ^
c9bda4d1 ^
1c349ac7 ^
c9bda4d1 ^
08a0eed6 ^


b89ce8e4 ^



1c349ac7 ^
b89ce8e4 ^



91a5f3e1 ^









c762564b ^
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