about summary refs log tree commit diff stats
path: root/src/tools/http_upload.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a segfault when uploading or downloading filesMaxi Wuttke2022-04-021-1/+1
* apply `tls.policy` to cURL callsSteffen Jaeckel2022-03-221-0/+7
* add profanity-specific CAfileSteffen Jaeckel2022-03-221-0/+6
* http upload: use correct content typeMichael Vetter2021-06-021-1/+1
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-301-42/+45
* Upload: Fix unused returnThorben Günther2021-03-111-4/+9
* Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-111-0/+27
* Run make format on rebaseWilliam Wennerström2020-11-161-14/+17
* Add http_download toolWilliam Wennerström2020-11-161-1/+1
* Add guards for OMEMOWilliam Wennerström2020-11-161-1/+3
* Move setup for AESGCM to omemo/cryptoWilliam Wennerström2020-11-161-0/+2
* Reformat HTTP get URL to AESGCM schemeWilliam Wennerström2020-11-161-26/+63
* Refactor to use file streamWilliam Wennerström2020-11-161-21/+14
* Initial /sendfile OMEMO encryptionWilliam Wennerström2020-11-161-10/+10
* Apply coding styleMichael Vetter2020-07-071-46/+46
* Revert "Apply coding style"Michael Vetter2020-07-071-54/+54
* Apply coding styleMichael Vetter2020-07-071-54/+54
* Remove prefs_free_string()Michael Vetter2020-07-021-1/+1
* Don't expose upload_processesMichael Vetter2020-04-171-0/+21
* Add vim modelineMichael Vetter2019-11-131-0/+1
* 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
le='Blame the previous revision' href='/danisanti/profani-tty/blame/src/xmpp/connection.h?id=95015cec56fa56f2ef97227edf06de17c65000d9'>^
4ad69042 ^
a2726b6a ^

7e079f36 ^

6ce8edc1 ^
a2726b6a ^

88f423af ^
53640f6e ^
6d807003 ^
3bb1f124 ^
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