about summary refs log tree commit diff stats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* fix memory leakSteffen Jaeckel2023-04-041-9/+8
* Editor executable support flagsDaniel Santos2023-03-301-1/+6
* Adapt to g_string_free glib 2.75.3 changeMichael Vetter2023-03-212-11/+2
* Fix duplicate download IDs.IsaacM882023-03-096-19/+24
* Fix quote and url autocompletion for MAM and historyMarcoPolo-PasTonMolo2023-02-132-3/+8
* fix more memory leaksSteffen Jaeckel2023-01-181-1/+1
* minor changesSteffen Jaeckel2023-01-181-40/+9
* Update copyright yearMichael Vetter2023-01-106-6/+6
* Spawn external programs asynchronouslyMarouane L2022-10-122-2/+2
* Tell user where the downloaded file is storedSteffen Jaeckel2022-09-071-2/+2
* Include common.h and xmpp.h in editor.cMichael Vetter2022-06-281-0/+2
* Include xmpp.h in bookmark_ignore.cMichael Vetter2022-06-281-0/+2
* Improve cmd argument parserMarcoPolo-PasTonMolo2022-06-161-3/+12
* Update copyright yearMichael Vetter2022-05-094-4/+4
* Fix a segfault when uploading or downloading filesMaxi Wuttke2022-04-022-2/+2
* Fix crash on /editorMarcoPolo-PasTonMolo2022-03-241-1/+5
* apply `tls.policy` to cURL callsSteffen Jaeckel2022-03-222-0/+14
* add profanity-specific CAfileSteffen Jaeckel2022-03-222-0/+12
* re-factor `get_message_from_editor()`Steffen Jaeckel2022-03-141-62/+50
* prevent segfaultSteffen Jaeckel2022-03-131-0/+3
* Add stat.h to editorMichael Vetter2022-03-041-0/+1
* Include errno header in editor.cMichael Vetter2022-03-041-1/+2
* Move get_message_from_editor to appropriate file and change its keybindingMarcoPolo-PasTonMolo2022-03-032-0/+176
* auto-formatSteffen Jaeckel2022-02-011-1/+1
* Format code correctlyMichael Vetter2021-10-051-1/+1
* Fix segfault when aesgcm url isn't the expected sizeMichael Vetter2021-06-301-0/+1
* http upload: use correct content typeMichael Vetter2021-06-021-1/+1
* Get rid of asprintf and _GNU_SOURCE defineMichael Vetter2021-03-305-51/+49
* Add config.h in files were it was missingMichael Vetter2021-03-263-0/+6
* autocomplete: remove duplicate code in search functionsMichael Vetter2021-03-111-54/+16
* autocomplete: Use asprintf don't calculate length twiceMichael Vetter2021-03-111-4/+9
* Remove duplicate code in autocomplete_param*Michael Vetter2021-03-111-29/+22
* Upload: Fix unused returnThorben Günther2021-03-111-4/+9
* Update to the newest version of XEP 0363 (HTTP Upload)Maximilian Wuttke2021-03-112-0/+32
* Update copyrightMichael Vetter2021-01-082-2/+2
* Fix deadlock on error before HTTP download has begunWilliam Wennerström2020-12-101-4/+6
* Remove cmd_tiny, empty files and link nonce with IVWilliam Wennerström2020-12-073-2/+2
* Add tests for format_call_external_argvWilliam Wennerström2020-12-071-2/+2
* Fix bad order of parameters for url saveWilliam Wennerström2020-12-071-1/+7
* Rework url to filenameWilliam Wennerström2020-12-062-8/+6
* Move unique_filename_from_url functions to commonWilliam Wennerström2020-12-042-21/+0
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-035-2/+45
* Fix stubs and move some tests to http_commonWilliam Wennerström2020-11-162-18/+12
* Switch to g_strerrorWilliam Wennerström2020-11-162-23/+19
* Move common http tool code to http_commonWilliam Wennerström2020-11-166-53/+154
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-164-51/+87
* Refactor OMEMO download into AESGCMDownload toolWilliam Wennerström2020-11-166-2/+221
* Run make format on rebaseWilliam Wennerström2020-11-164-57/+64
* Remove unsafe Conent-Disposition inferringWilliam Wennerström2020-11-162-119/+19
* Infer filename from content-disposition or URLWilliam Wennerström2020-11-162-7/+123
2019-03-29 22:36:15 -0400 Add body fetching support code' href='/akspecs/aerc/commit/lib/msgstore.go?h=0.1.4&id=77ede6eb5a22a5407541ac587736189fcca0037f'>77ede6e ^
ef6178a ^

77ede6e ^




ef6178a ^

0abafa6 ^
77ede6e ^



143289b ^
77ede6e ^


312a53e ^




4465646 ^


312a53e ^










ef6178a ^
4465646 ^

ef6178a ^





312a53e ^
4465646 ^





312a53e ^



4465646 ^
312a53e ^

4465646 ^
312a53e ^
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