aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac6
-rw-r--r--po/libmicrohttpd.pot364
-rw-r--r--src/include/microhttpd.h2
4 files changed, 195 insertions, 180 deletions
diff --git a/ChangeLog b/ChangeLog
index e33b9406..21b43184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Sun Jun 09 2019 20:27:04 MSK
2 Releasing libmicrohttpd 0.9.64. -EG
3
1Sun Jun 09 2019 20:03:16 MSK 4Sun Jun 09 2019 20:03:16 MSK
2 Updated HTTP headers, methods and status codes from registries, 5 Updated HTTP headers, methods and status codes from registries,
3 Added scripts to import new headers, methods and status codes from 6 Added scripts to import new headers, methods and status codes from
diff --git a/configure.ac b/configure.ac
index 928a21b8..92d59f1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,15 +22,15 @@
22# 22#
23AC_PREREQ([2.64]) 23AC_PREREQ([2.64])
24LT_PREREQ([2.4.0]) 24LT_PREREQ([2.4.0])
25AC_INIT([GNU Libmicrohttpd],[0.9.63],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.64],[libmicrohttpd@gnu.org])
26AC_CONFIG_AUX_DIR([build-aux]) 26AC_CONFIG_AUX_DIR([build-aux])
27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 27AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
28AC_CONFIG_HEADERS([MHD_config.h]) 28AC_CONFIG_HEADERS([MHD_config.h])
29AC_CONFIG_MACRO_DIR([m4]) 29AC_CONFIG_MACRO_DIR([m4])
30 30
31LIB_VERSION_CURRENT=62 31LIB_VERSION_CURRENT=63
32LIB_VERSION_REVISION=0 32LIB_VERSION_REVISION=0
33LIB_VERSION_AGE=50 33LIB_VERSION_AGE=51
34AC_SUBST(LIB_VERSION_CURRENT) 34AC_SUBST(LIB_VERSION_CURRENT)
35AC_SUBST(LIB_VERSION_REVISION) 35AC_SUBST(LIB_VERSION_REVISION)
36AC_SUBST(LIB_VERSION_AGE) 36AC_SUBST(LIB_VERSION_AGE)
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index 7906e9ec..c3c9962e 100644
--- a/po/libmicrohttpd.pot
+++ b/po/libmicrohttpd.pot
@@ -6,9 +6,9 @@
6#, fuzzy 6#, fuzzy
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: GNU libmicrohttpd 0.9.63\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.64\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2019-02-10 17:12+0100\n" 11"POT-Creation-Date: 2019-06-09 20:25+0300\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,47 +43,47 @@ msgid ""
43"the size of the nonce array.\n" 43"the size of the nonce array.\n"
44msgstr "" 44msgstr ""
45 45
46#: src/microhttpd/digestauth.c:792 46#: src/microhttpd/digestauth.c:804
47msgid "Failed to allocate memory for copy of URI arguments\n" 47msgid "Failed to allocate memory for copy of URI arguments\n"
48msgstr "" 48msgstr ""
49 49
50#: src/microhttpd/digestauth.c:932 50#: src/microhttpd/digestauth.c:946
51msgid "Authentication failed, invalid timestamp format.\n" 51msgid "Authentication failed, invalid timestamp format.\n"
52msgstr "" 52msgstr ""
53 53
54#: src/microhttpd/digestauth.c:995 54#: src/microhttpd/digestauth.c:1009
55msgid "Authentication failed, invalid format.\n" 55msgid "Authentication failed, invalid format.\n"
56msgstr "" 56msgstr ""
57 57
58#: src/microhttpd/digestauth.c:1005 58#: src/microhttpd/digestauth.c:1019
59msgid "Authentication failed, invalid nc format.\n" 59msgid "Authentication failed, invalid nc format.\n"
60msgstr "" 60msgstr ""
61 61
62#: src/microhttpd/digestauth.c:1031 62#: src/microhttpd/digestauth.c:1045
63msgid "Failed to allocate memory for auth header processing\n" 63msgid "Failed to allocate memory for auth header processing\n"
64msgstr "" 64msgstr ""
65 65
66#: src/microhttpd/digestauth.c:1090 66#: src/microhttpd/digestauth.c:1105
67msgid "Authentication failed, URI does not match.\n" 67msgid "Authentication failed, URI does not match.\n"
68msgstr "" 68msgstr ""
69 69
70#: src/microhttpd/digestauth.c:1109 70#: src/microhttpd/digestauth.c:1124
71msgid "Authentication failed, arguments do not match.\n" 71msgid "Authentication failed, arguments do not match.\n"
72msgstr "" 72msgstr ""
73 73
74#: src/microhttpd/digestauth.c:1264 74#: src/microhttpd/digestauth.c:1281
75msgid "digest size missmatch" 75msgid "digest size missmatch"
76msgstr "" 76msgstr ""
77 77
78#: src/microhttpd/digestauth.c:1356 78#: src/microhttpd/digestauth.c:1373
79msgid "Could not register nonce (is the nonce array size zero?).\n" 79msgid "Could not register nonce (is the nonce array size zero?).\n"
80msgstr "" 80msgstr ""
81 81
82#: src/microhttpd/digestauth.c:1381 82#: src/microhttpd/digestauth.c:1398
83msgid "Failed to allocate memory for auth response header\n" 83msgid "Failed to allocate memory for auth response header\n"
84msgstr "" 84msgstr ""
85 85
86#: src/microhttpd/digestauth.c:1417 86#: src/microhttpd/digestauth.c:1434
87msgid "Failed to add Digest auth header\n" 87msgid "Failed to add Digest auth header\n"
88msgstr "" 88msgstr ""
89 89
@@ -92,694 +92,706 @@ msgstr ""
92msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n" 92msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
93msgstr "" 93msgstr ""
94 94
95#: src/microhttpd/daemon.c:418 95#: src/microhttpd/daemon.c:434
96msgid "Failed to add IP connection count node\n" 96msgid "Failed to add IP connection count node\n"
97msgstr "" 97msgstr ""
98 98
99#: src/microhttpd/daemon.c:476 99#: src/microhttpd/daemon.c:492
100msgid "Failed to find previously-added IP address\n" 100msgid "Failed to find previously-added IP address\n"
101msgstr "" 101msgstr ""
102 102
103#: src/microhttpd/daemon.c:482 103#: src/microhttpd/daemon.c:498
104msgid "Previously-added IP address had counter of zero\n" 104msgid "Previously-added IP address had counter of zero\n"
105msgstr "" 105msgstr ""
106 106
107#: src/microhttpd/daemon.c:559 107#: src/microhttpd/daemon.c:599
108msgid "" 108msgid ""
109"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not " 109"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
110"support setting key password" 110"support setting key password"
111msgstr "" 111msgstr ""
112 112
113#: src/microhttpd/daemon.c:613 113#: src/microhttpd/daemon.c:653
114#, c-format 114#, c-format
115msgid "Error: invalid credentials type %d specified.\n" 115msgid "Error: invalid credentials type %d specified.\n"
116msgstr "" 116msgstr ""
117 117
118#: src/microhttpd/daemon.c:1012 118#: src/microhttpd/daemon.c:1052
119#, c-format 119#, c-format
120msgid "Maximum socket in select set: %d\n" 120msgid "Maximum socket in select set: %d\n"
121msgstr "" 121msgstr ""
122 122
123#: src/microhttpd/daemon.c:1073 123#: src/microhttpd/daemon.c:1113
124msgid "" 124msgid ""
125"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is " 125"MHD_get_fdset2() called with except_fd_set set to NULL. Such behavior is "
126"unsupported.\n" 126"unsupported.\n"
127msgstr "" 127msgstr ""
128 128
129#: src/microhttpd/daemon.c:1279 src/microhttpd/daemon.c:6469 129#: src/microhttpd/daemon.c:1319 src/microhttpd/daemon.c:6558
130msgid "" 130msgid ""
131"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n" 131"Initiated daemon shutdown while \"upgraded\" connection was not closed.\n"
132msgstr "" 132msgstr ""
133 133
134#: src/microhttpd/daemon.c:1293 src/microhttpd/daemon.c:1528 134#: src/microhttpd/daemon.c:1333 src/microhttpd/daemon.c:1568
135msgid "Failed to forward to application " 135msgid "Failed to forward to application "
136msgstr "" 136msgstr ""
137 137
138#: src/microhttpd/daemon.c:1460 src/microhttpd/daemon.c:1582 138#: src/microhttpd/daemon.c:1500 src/microhttpd/daemon.c:1622
139msgid "Failed to forward to remote client " 139msgid "Failed to forward to remote client "
140msgstr "" 140msgstr ""
141 141
142#: src/microhttpd/daemon.c:1647 142#: src/microhttpd/daemon.c:1687
143msgid "Error preparing select\n" 143msgid "Error preparing select\n"
144msgstr "" 144msgstr ""
145 145
146#: src/microhttpd/daemon.c:1681 src/microhttpd/daemon.c:1833 146#: src/microhttpd/daemon.c:1721 src/microhttpd/daemon.c:1873
147#: src/microhttpd/daemon.c:1977 147#: src/microhttpd/daemon.c:2017
148#, c-format 148#, c-format
149msgid "Error during select (%d): `%s'\n" 149msgid "Error during select (%d): `%s'\n"
150msgstr "" 150msgstr ""
151 151
152#: src/microhttpd/daemon.c:1730 src/microhttpd/daemon.c:1854 152#: src/microhttpd/daemon.c:1770 src/microhttpd/daemon.c:1894
153#: src/microhttpd/daemon.c:2046 153#: src/microhttpd/daemon.c:2086
154#, c-format 154#, c-format
155msgid "Error during poll: `%s'\n" 155msgid "Error during poll: `%s'\n"
156msgstr "" 156msgstr ""
157 157
158#: src/microhttpd/daemon.c:1817 src/microhttpd/daemon.c:1959 158#: src/microhttpd/daemon.c:1857 src/microhttpd/daemon.c:1999
159msgid "Failed to add FD to fd_set\n" 159msgid "Failed to add FD to fd_set\n"
160msgstr "" 160msgstr ""
161 161
162#: src/microhttpd/daemon.c:2098 162#: src/microhttpd/daemon.c:2138
163msgid "Processing thread terminating. Closing connection\n" 163msgid "Processing thread terminating. Closing connection\n"
164msgstr "" 164msgstr ""
165 165
166#: src/microhttpd/daemon.c:2127 166#: src/microhttpd/daemon.c:2167
167msgid "" 167msgid ""
168"Failed to signal thread termination via inter-thread communication channel." 168"Failed to signal thread termination via inter-thread communication channel."
169msgstr "" 169msgstr ""
170 170
171#: src/microhttpd/daemon.c:2198 171#: src/microhttpd/daemon.c:2238
172msgid "Internal server error. This should be impossible.\n" 172msgid "Internal server error. This should be impossible.\n"
173msgstr "" 173msgstr ""
174 174
175#: src/microhttpd/daemon.c:2208 src/microhttpd/daemon.c:2236 175#: src/microhttpd/daemon.c:2248 src/microhttpd/daemon.c:2285
176msgid "PSK not supported by this server.\n" 176msgid "PSK not supported by this server.\n"
177msgstr "" 177msgstr ""
178 178
179#: src/microhttpd/daemon.c:2222 179#: src/microhttpd/daemon.c:2262
180msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n" 180msgid "PSK authentication failed: gnutls_malloc failed to allocate memory\n"
181msgstr "" 181msgstr ""
182 182
183#: src/microhttpd/daemon.c:2318 src/microhttpd/daemon.c:6113 183#: src/microhttpd/daemon.c:2271
184msgid "PSK authentication failed: PSK too long\n"
185msgstr ""
186
187#: src/microhttpd/daemon.c:2367 src/microhttpd/daemon.c:6202
184#, c-format 188#, c-format
185msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" 189msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
186msgstr "" 190msgstr ""
187 191
188#: src/microhttpd/daemon.c:2334 192#: src/microhttpd/daemon.c:2383
189#, c-format 193#, c-format
190msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n" 194msgid "Failed to set SO_NOSIGPIPE on accepted socket: %s\n"
191msgstr "" 195msgstr ""
192 196
193#: src/microhttpd/daemon.c:2351 src/microhttpd/daemon.c:3164 197#: src/microhttpd/daemon.c:2400 src/microhttpd/daemon.c:3223
194#, c-format 198#, c-format
195msgid "Accepted connection on socket %d\n" 199msgid "Accepted connection on socket %d\n"
196msgstr "" 200msgstr ""
197 201
198#: src/microhttpd/daemon.c:2363 src/microhttpd/daemon.c:2543 202#: src/microhttpd/daemon.c:2412 src/microhttpd/daemon.c:2602
199msgid "Server reached connection limit. Closing inbound connection.\n" 203msgid "Server reached connection limit. Closing inbound connection.\n"
200msgstr "" 204msgstr ""
201 205
202#: src/microhttpd/daemon.c:2381 206#: src/microhttpd/daemon.c:2430
203msgid "Connection rejected by application. Closing connection.\n" 207msgid "Connection rejected by application. Closing connection.\n"
204msgstr "" 208msgstr ""
205 209
206#: src/microhttpd/daemon.c:2414 src/microhttpd/daemon.c:2434 210#: src/microhttpd/daemon.c:2463 src/microhttpd/daemon.c:2483
207#: src/microhttpd/daemon.c:3750 211#: src/microhttpd/daemon.c:3809
208#, c-format 212#, c-format
209msgid "Error allocating memory: %s\n" 213msgid "Error allocating memory: %s\n"
210msgstr "" 214msgstr ""
211 215
212#: src/microhttpd/daemon.c:2496 216#: src/microhttpd/daemon.c:2555
213#, c-format 217#, c-format
214msgid "Failed to setup TLS credentials: unknown credential type %d\n" 218msgid "Failed to setup TLS credentials: unknown credential type %d\n"
215msgstr "" 219msgstr ""
216 220
217#: src/microhttpd/daemon.c:2505 221#: src/microhttpd/daemon.c:2564
218msgid "Unknown credential type" 222msgid "Unknown credential type"
219msgstr "" 223msgstr ""
220 224
221#: src/microhttpd/daemon.c:2607 src/microhttpd/daemon.c:4240 225#: src/microhttpd/daemon.c:2666 src/microhttpd/daemon.c:4299
222#: src/microhttpd/daemon.c:4273 src/microhttpd/daemon.c:5418 226#: src/microhttpd/daemon.c:4332 src/microhttpd/daemon.c:5494
223#: src/microhttpd/daemon.c:5435 src/microhttpd/connection.c:3857 227#: src/microhttpd/daemon.c:5511 src/microhttpd/connection.c:4099
224#: src/microhttpd/response.c:968 src/microhttpd/response.c:994 228#: src/microhttpd/response.c:1003 src/microhttpd/response.c:1029
225#, c-format 229#, c-format
226msgid "Call to epoll_ctl failed: %s\n" 230msgid "Call to epoll_ctl failed: %s\n"
227msgstr "" 231msgstr ""
228 232
229#: src/microhttpd/daemon.c:2632 233#: src/microhttpd/daemon.c:2691
230msgid "Failed to signal new connection via inter-thread communication channel." 234msgid "Failed to signal new connection via inter-thread communication channel."
231msgstr "" 235msgstr ""
232 236
233#: src/microhttpd/daemon.c:2737 src/microhttpd/daemon.c:3248 237#: src/microhttpd/daemon.c:2796 src/microhttpd/daemon.c:3307
234#: src/microhttpd/daemon.c:6359 src/microhttpd/connection.c:979 238#: src/microhttpd/daemon.c:6448 src/microhttpd/connection.c:1190
235#: src/microhttpd/connection.c:998 239#: src/microhttpd/connection.c:1209
236msgid "Failed to remove FD from epoll set\n" 240msgid "Failed to remove FD from epoll set\n"
237msgstr "" 241msgstr ""
238 242
239#: src/microhttpd/daemon.c:2786 243#: src/microhttpd/daemon.c:2845
240msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 244msgid "Cannot suspend connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
241msgstr "" 245msgstr ""
242 246
243#: src/microhttpd/daemon.c:2792 247#: src/microhttpd/daemon.c:2851
244msgid "Error: connection scheduled for \"upgrade\" cannot be suspended" 248msgid "Error: connection scheduled for \"upgrade\" cannot be suspended"
245msgstr "" 249msgstr ""
246 250
247#: src/microhttpd/daemon.c:2815 251#: src/microhttpd/daemon.c:2874
248msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n" 252msgid "Cannot resume connections without enabling MHD_ALLOW_SUSPEND_RESUME!\n"
249msgstr "" 253msgstr ""
250 254
251#: src/microhttpd/daemon.c:2829 255#: src/microhttpd/daemon.c:2888
252msgid "Failed to signal resume via inter-thread communication channel." 256msgid "Failed to signal resume via inter-thread communication channel."
253msgstr "" 257msgstr ""
254 258
255#: src/microhttpd/daemon.c:2961 259#: src/microhttpd/daemon.c:3020
256msgid "" 260msgid ""
257"Failed to signal resume of connection via inter-thread communication channel." 261"Failed to signal resume of connection via inter-thread communication channel."
258msgstr "" 262msgstr ""
259 263
260#: src/microhttpd/daemon.c:3007 264#: src/microhttpd/daemon.c:3066
261#, c-format 265#, c-format
262msgid "Failed to set nonblocking mode on new client socket: %s\n" 266msgid "Failed to set nonblocking mode on new client socket: %s\n"
263msgstr "" 267msgstr ""
264 268
265#: src/microhttpd/daemon.c:3020 269#: src/microhttpd/daemon.c:3079
266msgid "Failed to set noninheritable mode on new client socket.\n" 270msgid "Failed to set noninheritable mode on new client socket.\n"
267msgstr "" 271msgstr ""
268 272
269#: src/microhttpd/daemon.c:3029 273#: src/microhttpd/daemon.c:3088
270msgid "Failed to reset buffering mode on new client socket.\n" 274msgid "Failed to reset buffering mode on new client socket.\n"
271msgstr "" 275msgstr ""
272 276
273#: src/microhttpd/daemon.c:3102 277#: src/microhttpd/daemon.c:3161
274#, c-format 278#, c-format
275msgid "Error accepting connection: %s\n" 279msgid "Error accepting connection: %s\n"
276msgstr "" 280msgstr ""
277 281
278#: src/microhttpd/daemon.c:3119 282#: src/microhttpd/daemon.c:3178
279msgid "" 283msgid ""
280"Hit process or system resource limit at FIRST connection. This is really bad " 284"Hit process or system resource limit at FIRST connection. This is really bad "
281"as there is no sane way to proceed. Will try busy waiting for system " 285"as there is no sane way to proceed. Will try busy waiting for system "
282"resources to become magically available.\n" 286"resources to become magically available.\n"
283msgstr "" 287msgstr ""
284 288
285#: src/microhttpd/daemon.c:3133 289#: src/microhttpd/daemon.c:3192
286#, c-format 290#, c-format
287msgid "" 291msgid ""
288"Hit process or system resource limit at %u connections, temporarily " 292"Hit process or system resource limit at %u connections, temporarily "
289"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 293"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
290msgstr "" 294msgstr ""
291 295
292#: src/microhttpd/daemon.c:3145 296#: src/microhttpd/daemon.c:3204
293#, c-format 297#, c-format
294msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 298msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
295msgstr "" 299msgstr ""
296 300
297#: src/microhttpd/daemon.c:3157 301#: src/microhttpd/daemon.c:3216
298msgid "Failed to set noninheritable mode on incoming connection socket.\n" 302msgid "Failed to set noninheritable mode on incoming connection socket.\n"
299msgstr "" 303msgstr ""
300 304
301#: src/microhttpd/daemon.c:3205 src/microhttpd/daemon.c:6511 305#: src/microhttpd/daemon.c:3264 src/microhttpd/daemon.c:6600
302#: src/microhttpd/daemon.c:6543 src/microhttpd/daemon.c:6643 306#: src/microhttpd/daemon.c:6632 src/microhttpd/daemon.c:6732
303msgid "Failed to join a thread\n" 307msgid "Failed to join a thread\n"
304msgstr "" 308msgstr ""
305 309
306#: src/microhttpd/daemon.c:3309 310#: src/microhttpd/daemon.c:3368
307msgid "Illegal call to MHD_get_timeout\n" 311msgid "Illegal call to MHD_get_timeout\n"
308msgstr "" 312msgstr ""
309 313
310#: src/microhttpd/daemon.c:3506 314#: src/microhttpd/daemon.c:3565
311msgid "" 315msgid ""
312"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior " 316"MHD_run_from_select() called with except_fd_set set to NULL. Such behavior "
313"is deprecated.\n" 317"is deprecated.\n"
314msgstr "" 318msgstr ""
315 319
316#: src/microhttpd/daemon.c:3586 320#: src/microhttpd/daemon.c:3645
317msgid "Could not obtain daemon fdsets" 321msgid "Could not obtain daemon fdsets"
318msgstr "" 322msgstr ""
319 323
320#: src/microhttpd/daemon.c:3603 324#: src/microhttpd/daemon.c:3662
321msgid "Could not add listen socket to fdset" 325msgid "Could not add listen socket to fdset"
322msgstr "" 326msgstr ""
323 327
324#: src/microhttpd/daemon.c:3631 328#: src/microhttpd/daemon.c:3690
325msgid "Could not add control inter-thread communication channel FD to fdset" 329msgid "Could not add control inter-thread communication channel FD to fdset"
326msgstr "" 330msgstr ""
327 331
328#: src/microhttpd/daemon.c:3687 332#: src/microhttpd/daemon.c:3746
329#, c-format 333#, c-format
330msgid "select failed: %s\n" 334msgid "select failed: %s\n"
331msgstr "" 335msgstr ""
332 336
333#: src/microhttpd/daemon.c:3832 src/microhttpd/daemon.c:3979 337#: src/microhttpd/daemon.c:3891 src/microhttpd/daemon.c:4038
334#, c-format 338#, c-format
335msgid "poll failed: %s\n" 339msgid "poll failed: %s\n"
336msgstr "" 340msgstr ""
337 341
338#: src/microhttpd/daemon.c:4109 src/microhttpd/daemon.c:4340 342#: src/microhttpd/daemon.c:4168 src/microhttpd/daemon.c:4399
339#, c-format 343#, c-format
340msgid "Call to epoll_wait failed: %s\n" 344msgid "Call to epoll_wait failed: %s\n"
341msgstr "" 345msgstr ""
342 346
343#: src/microhttpd/daemon.c:4292 src/microhttpd/daemon.c:4749 347#: src/microhttpd/daemon.c:4351 src/microhttpd/daemon.c:4808
344msgid "Failed to remove listen FD from epoll set\n" 348msgid "Failed to remove listen FD from epoll set\n"
345msgstr "" 349msgstr ""
346 350
347#: src/microhttpd/daemon.c:4757 351#: src/microhttpd/daemon.c:4816
348msgid "Failed to signal quiesce via inter-thread communication channel" 352msgid "Failed to signal quiesce via inter-thread communication channel"
349msgstr "" 353msgstr ""
350 354
351#: src/microhttpd/daemon.c:4779 355#: src/microhttpd/daemon.c:4838
352msgid "failed to signal quiesce via inter-thread communication channel" 356msgid "failed to signal quiesce via inter-thread communication channel"
353msgstr "" 357msgstr ""
354 358
355#: src/microhttpd/daemon.c:4887 359#: src/microhttpd/daemon.c:4949
356msgid "Warning: Too large timeout value, ignored.\n" 360msgid "Warning: Too large timeout value, ignored.\n"
357msgstr "" 361msgstr ""
358 362
359#: src/microhttpd/daemon.c:4928 363#: src/microhttpd/daemon.c:4988
360msgid "" 364msgid ""
361"Warning: Zero size, specified for thread pool size, is ignored. Thread pool " 365"Warning: Zero size, specified for thread pool size, is ignored. Thread pool "
362"is not used.\n" 366"is not used.\n"
363msgstr "" 367msgstr ""
364 368
365#: src/microhttpd/daemon.c:4936 369#: src/microhttpd/daemon.c:4996
366msgid "" 370msgid ""
367"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is " 371"Warning: \"1\", specified for thread pool size, is ignored. Thread pool is "
368"not used.\n" 372"not used.\n"
369msgstr "" 373msgstr ""
370 374
371#: src/microhttpd/daemon.c:4948 375#: src/microhttpd/daemon.c:5008
372#, c-format 376#, c-format
373msgid "Specified thread pool size (%u) too big\n" 377msgid "Specified thread pool size (%u) too big\n"
374msgstr "" 378msgstr ""
375 379
376#: src/microhttpd/daemon.c:4959 380#: src/microhttpd/daemon.c:5019
377msgid "" 381msgid ""
378"MHD_OPTION_THREAD_POOL_SIZE option is specified but " 382"MHD_OPTION_THREAD_POOL_SIZE option is specified but "
379"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n" 383"MHD_USE_INTERNAL_POLLING_THREAD flag is not specified.\n"
380msgstr "" 384msgstr ""
381 385
382#: src/microhttpd/daemon.c:4968 386#: src/microhttpd/daemon.c:5028
383msgid "" 387msgid ""
384"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION " 388"Both MHD_OPTION_THREAD_POOL_SIZE option and MHD_USE_THREAD_PER_CONNECTION "
385"flag are specified.\n" 389"flag are specified.\n"
386msgstr "" 390msgstr ""
387 391
388#: src/microhttpd/daemon.c:4985 src/microhttpd/daemon.c:4997 392#: src/microhttpd/daemon.c:5045 src/microhttpd/daemon.c:5057
389#: src/microhttpd/daemon.c:5009 src/microhttpd/daemon.c:5021 393#: src/microhttpd/daemon.c:5069 src/microhttpd/daemon.c:5081
390#: src/microhttpd/daemon.c:5062 src/microhttpd/daemon.c:5090 394#: src/microhttpd/daemon.c:5132 src/microhttpd/daemon.c:5160
391#: src/microhttpd/daemon.c:5109 395#: src/microhttpd/daemon.c:5179
392#, c-format 396#, c-format
393msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n" 397msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
394msgstr "" 398msgstr ""
395 399
396#: src/microhttpd/daemon.c:5040 400#: src/microhttpd/daemon.c:5101
397msgid "Error initializing DH parameters\n" 401msgid "Error initializing DH parameters\n"
398msgstr "" 402msgstr ""
399 403
400#: src/microhttpd/daemon.c:5052 404#: src/microhttpd/daemon.c:5111
405msgid "Diffie-Hellman parameters string too long\n"
406msgstr ""
407
408#: src/microhttpd/daemon.c:5122
401msgid "Bad Diffie-Hellman parameters format\n" 409msgid "Bad Diffie-Hellman parameters format\n"
402msgstr "" 410msgstr ""
403 411
404#: src/microhttpd/daemon.c:5079 412#: src/microhttpd/daemon.c:5149
405#, c-format 413#, c-format
406msgid "Setting priorities to `%s' failed: %s\n" 414msgid "Setting priorities to `%s' failed: %s\n"
407msgstr "" 415msgstr ""
408 416
409#: src/microhttpd/daemon.c:5098 417#: src/microhttpd/daemon.c:5168
410msgid "" 418msgid ""
411"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" 419"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
412msgstr "" 420msgstr ""
413 421
414#: src/microhttpd/daemon.c:5132 422#: src/microhttpd/daemon.c:5202
415msgid "" 423msgid ""
416"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET " 424"MHD_OPTION_LISTEN_SOCKET specified for daemon with MHD_USE_NO_LISTEN_SOCKET "
417"flag set.\n" 425"flag set.\n"
418msgstr "" 426msgstr ""
419 427
420#: src/microhttpd/daemon.c:5181 428#: src/microhttpd/daemon.c:5238
429msgid "TCP fastopen is not supported on this platform\n"
430msgstr ""
431
432#: src/microhttpd/daemon.c:5257
421msgid "" 433msgid ""
422"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is " 434"Flag MHD_USE_PEDANTIC_CHECKS is ignored because another behavior is "
423"specified by MHD_OPTION_STRICT_CLIENT.\n" 435"specified by MHD_OPTION_STRICT_CLIENT.\n"
424msgstr "" 436msgstr ""
425 437
426#: src/microhttpd/daemon.c:5313 438#: src/microhttpd/daemon.c:5389
427#, c-format 439#, c-format
428msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n" 440msgid "MHD HTTPS option %d passed to MHD compiled without GNUtls >= 3\n"
429msgstr "" 441msgstr ""
430 442
431#: src/microhttpd/daemon.c:5326 443#: src/microhttpd/daemon.c:5402
432#, c-format 444#, c-format
433msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" 445msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
434msgstr "" 446msgstr ""
435 447
436#: src/microhttpd/daemon.c:5332 448#: src/microhttpd/daemon.c:5408
437#, c-format 449#, c-format
438msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" 450msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
439msgstr "" 451msgstr ""
440 452
441#: src/microhttpd/daemon.c:5362 453#: src/microhttpd/daemon.c:5438
442#, c-format 454#, c-format
443msgid "Call to epoll_create1 failed: %s\n" 455msgid "Call to epoll_create1 failed: %s\n"
444msgstr "" 456msgstr ""
445 457
446#: src/microhttpd/daemon.c:5372 458#: src/microhttpd/daemon.c:5448
447msgid "Failed to set noninheritable mode on epoll FD.\n" 459msgid "Failed to set noninheritable mode on epoll FD.\n"
448msgstr "" 460msgstr ""
449 461
450#: src/microhttpd/daemon.c:5615 462#: src/microhttpd/daemon.c:5691
451msgid "" 463msgid ""
452"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with " 464"Warning: MHD_USE_THREAD_PER_CONNECTION must be used only with "
453"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was " 465"MHD_USE_INTERNAL_POLLING_THREAD. Flag MHD_USE_INTERNAL_POLLING_THREAD was "
454"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n" 466"added. Consider setting MHD_USE_INTERNAL_POLLING_THREAD explicitly.\n"
455msgstr "" 467msgstr ""
456 468
457#: src/microhttpd/daemon.c:5663 469#: src/microhttpd/daemon.c:5739
458msgid "Using debug build of libmicrohttpd.\n" 470msgid "Using debug build of libmicrohttpd.\n"
459msgstr "" 471msgstr ""
460 472
461#: src/microhttpd/daemon.c:5677 473#: src/microhttpd/daemon.c:5753
462#, c-format 474#, c-format
463msgid "Failed to create inter-thread communication channel: %s\n" 475msgid "Failed to create inter-thread communication channel: %s\n"
464msgstr "" 476msgstr ""
465 477
466#: src/microhttpd/daemon.c:5693 478#: src/microhttpd/daemon.c:5769
467msgid "" 479msgid ""
468"file descriptor for inter-thread communication channel exceeds maximum " 480"file descriptor for inter-thread communication channel exceeds maximum "
469"value\n" 481"value\n"
470msgstr "" 482msgstr ""
471 483
472#: src/microhttpd/daemon.c:5713 484#: src/microhttpd/daemon.c:5789
473msgid "Specified value for NC_SIZE too large\n" 485msgid "Specified value for NC_SIZE too large\n"
474msgstr "" 486msgstr ""
475 487
476#: src/microhttpd/daemon.c:5727 488#: src/microhttpd/daemon.c:5803
477#, c-format 489#, c-format
478msgid "Failed to allocate memory for nonce-nc map: %s\n" 490msgid "Failed to allocate memory for nonce-nc map: %s\n"
479msgstr "" 491msgstr ""
480 492
481#: src/microhttpd/daemon.c:5744 493#: src/microhttpd/daemon.c:5820
482msgid "MHD failed to initialize nonce-nc mutex\n" 494msgid "MHD failed to initialize nonce-nc mutex\n"
483msgstr "" 495msgstr ""
484 496
485#: src/microhttpd/daemon.c:5764 497#: src/microhttpd/daemon.c:5840
486msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n" 498msgid "MHD thread pooling only works with MHD_USE_INTERNAL_POLLING_THREAD\n"
487msgstr "" 499msgstr ""
488 500
489#: src/microhttpd/daemon.c:5788 501#: src/microhttpd/daemon.c:5864
490#, c-format 502#, c-format
491msgid "Failed to create socket for listening: %s\n" 503msgid "Failed to create socket for listening: %s\n"
492msgstr "" 504msgstr ""
493 505
494#: src/microhttpd/daemon.c:5809 src/microhttpd/daemon.c:5828 506#: src/microhttpd/daemon.c:5885 src/microhttpd/daemon.c:5904
495#: src/microhttpd/daemon.c:5851 src/microhttpd/daemon.c:5888 507#: src/microhttpd/daemon.c:5927 src/microhttpd/daemon.c:5964
496#: src/microhttpd/daemon.c:5965 src/microhttpd/daemon.c:5996 508#: src/microhttpd/daemon.c:6041 src/microhttpd/daemon.c:6072
497#, c-format 509#, c-format
498msgid "setsockopt failed: %s\n" 510msgid "setsockopt failed: %s\n"
499msgstr "" 511msgstr ""
500 512
501#: src/microhttpd/daemon.c:5861 513#: src/microhttpd/daemon.c:5937
502msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" 514msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
503msgstr "" 515msgstr ""
504 516
505#: src/microhttpd/daemon.c:5896 517#: src/microhttpd/daemon.c:5972
506msgid "" 518msgid ""
507"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" 519"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
508msgstr "" 520msgstr ""
509 521
510#: src/microhttpd/daemon.c:5976 522#: src/microhttpd/daemon.c:6052
511#, c-format 523#, c-format
512msgid "Failed to bind to port %u: %s\n" 524msgid "Failed to bind to port %u: %s\n"
513msgstr "" 525msgstr ""
514 526
515#: src/microhttpd/daemon.c:6007 527#: src/microhttpd/daemon.c:6083
516#, c-format 528#, c-format
517msgid "Failed to listen for connections: %s\n" 529msgid "Failed to listen for connections: %s\n"
518msgstr "" 530msgstr ""
519 531
520#: src/microhttpd/daemon.c:6034 532#: src/microhttpd/daemon.c:6114
521#, c-format 533#, c-format
522msgid "Failed to get listen port number: %s\n" 534msgid "Failed to get listen port number: %s\n"
523msgstr "" 535msgstr ""
524 536
525#: src/microhttpd/daemon.c:6044 537#: src/microhttpd/daemon.c:6124
526msgid "" 538msgid ""
527"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n" 539"Failed to get listen port number (`struct sockaddr_storage` too small!?)\n"
528msgstr "" 540msgstr ""
529 541
530#: src/microhttpd/daemon.c:6077 542#: src/microhttpd/daemon.c:6165
531msgid "Unknown address family!\n" 543msgid "Unknown address family!\n"
532msgstr "" 544msgstr ""
533 545
534#: src/microhttpd/daemon.c:6090 546#: src/microhttpd/daemon.c:6179
535#, c-format 547#, c-format
536msgid "Failed to set nonblocking mode on listening socket: %s\n" 548msgid "Failed to set nonblocking mode on listening socket: %s\n"
537msgstr "" 549msgstr ""
538 550
539#: src/microhttpd/daemon.c:6132 551#: src/microhttpd/daemon.c:6221
540msgid "" 552msgid ""
541"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 553"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
542msgstr "" 554msgstr ""
543 555
544#: src/microhttpd/daemon.c:6146 src/microhttpd/daemon.c:6159 556#: src/microhttpd/daemon.c:6235 src/microhttpd/daemon.c:6248
545msgid "MHD failed to initialize IP connection limit mutex\n" 557msgid "MHD failed to initialize IP connection limit mutex\n"
546msgstr "" 558msgstr ""
547 559
548#: src/microhttpd/daemon.c:6178 560#: src/microhttpd/daemon.c:6267
549msgid "Failed to initialize TLS support\n" 561msgid "Failed to initialize TLS support\n"
550msgstr "" 562msgstr ""
551 563
552#: src/microhttpd/daemon.c:6205 564#: src/microhttpd/daemon.c:6294
553#, c-format 565#, c-format
554msgid "Failed to create listen thread: %s\n" 566msgid "Failed to create listen thread: %s\n"
555msgstr "" 567msgstr ""
556 568
557#: src/microhttpd/daemon.c:6253 569#: src/microhttpd/daemon.c:6342
558#, c-format 570#, c-format
559msgid "Failed to create worker inter-thread communication channel: %s\n" 571msgid "Failed to create worker inter-thread communication channel: %s\n"
560msgstr "" 572msgstr ""
561 573
562#: src/microhttpd/daemon.c:6264 574#: src/microhttpd/daemon.c:6353
563msgid "" 575msgid ""
564"File descriptor for worker inter-thread communication channel exceeds " 576"File descriptor for worker inter-thread communication channel exceeds "
565"maximum value\n" 577"maximum value\n"
566msgstr "" 578msgstr ""
567 579
568#: src/microhttpd/daemon.c:6289 580#: src/microhttpd/daemon.c:6378
569msgid "MHD failed to initialize cleanup connection mutex\n" 581msgid "MHD failed to initialize cleanup connection mutex\n"
570msgstr "" 582msgstr ""
571 583
572#: src/microhttpd/daemon.c:6303 584#: src/microhttpd/daemon.c:6392
573#, c-format 585#, c-format
574msgid "Failed to create pool thread: %s\n" 586msgid "Failed to create pool thread: %s\n"
575msgstr "" 587msgstr ""
576 588
577#: src/microhttpd/daemon.c:6456 src/microhttpd/daemon.c:6487 589#: src/microhttpd/daemon.c:6545 src/microhttpd/daemon.c:6576
578msgid "MHD_stop_daemon() called while we have suspended connections.\n" 590msgid "MHD_stop_daemon() called while we have suspended connections.\n"
579msgstr "" 591msgstr ""
580 592
581#: src/microhttpd/daemon.c:6496 src/microhttpd/daemon.c:6625 593#: src/microhttpd/daemon.c:6585 src/microhttpd/daemon.c:6714
582msgid "Failed to signal shutdown via inter-thread communication channel" 594msgid "Failed to signal shutdown via inter-thread communication channel"
583msgstr "" 595msgstr ""
584 596
585#: src/microhttpd/daemon.c:6588 597#: src/microhttpd/daemon.c:6677
586msgid "Failed to signal shutdown via inter-thread communication channel." 598msgid "Failed to signal shutdown via inter-thread communication channel."
587msgstr "" 599msgstr ""
588 600
589#: src/microhttpd/daemon.c:7055 601#: src/microhttpd/daemon.c:7144
590msgid "Failed to initialize winsock\n" 602msgid "Failed to initialize winsock\n"
591msgstr "" 603msgstr ""
592 604
593#: src/microhttpd/daemon.c:7058 605#: src/microhttpd/daemon.c:7147
594msgid "Winsock version 2.2 is not available\n" 606msgid "Winsock version 2.2 is not available\n"
595msgstr "" 607msgstr ""
596 608
597#: src/microhttpd/daemon.c:7066 src/microhttpd/daemon.c:7070 609#: src/microhttpd/daemon.c:7155 src/microhttpd/daemon.c:7159
598msgid "Failed to initialise multithreading in libgcrypt\n" 610msgid "Failed to initialise multithreading in libgcrypt\n"
599msgstr "" 611msgstr ""
600 612
601#: src/microhttpd/daemon.c:7075 613#: src/microhttpd/daemon.c:7164
602msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" 614msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
603msgstr "" 615msgstr ""
604 616
605#: src/microhttpd/mhd_sockets.h:261 617#: src/microhttpd/mhd_sockets.h:267
606msgid "Close socket failed.\n" 618msgid "Close socket failed.\n"
607msgstr "" 619msgstr ""
608 620
609#: src/microhttpd/connection.c:1104 621#: src/microhttpd/connection.c:1315
610msgid "Closing connection (application reported error generating data)\n" 622msgid "Closing connection (application reported error generating data)\n"
611msgstr "" 623msgstr ""
612 624
613#: src/microhttpd/connection.c:1157 625#: src/microhttpd/connection.c:1368
614msgid "Closing connection (out of memory)\n" 626msgid "Closing connection (out of memory)\n"
615msgstr "" 627msgstr ""
616 628
617#: src/microhttpd/connection.c:1204 629#: src/microhttpd/connection.c:1415
618msgid "Closing connection (application error generating response)\n" 630msgid "Closing connection (application error generating response)\n"
619msgstr "" 631msgstr ""
620 632
621#: src/microhttpd/connection.c:1786 633#: src/microhttpd/connection.c:2000
622#, c-format 634#, c-format
623msgid "" 635msgid ""
624"Error processing request (HTTP response code is %u (`%s')). Closing " 636"Error processing request (HTTP response code is %u (`%s')). Closing "
625"connection.\n" 637"connection.\n"
626msgstr "" 638msgstr ""
627 639
628#: src/microhttpd/connection.c:1812 src/microhttpd/connection.c:2800 640#: src/microhttpd/connection.c:2026 src/microhttpd/connection.c:3038
629msgid "Closing connection (failed to queue response)\n" 641msgid "Closing connection (failed to queue response)\n"
630msgstr "" 642msgstr ""
631 643
632#: src/microhttpd/connection.c:1822 src/microhttpd/connection.c:3569 644#: src/microhttpd/connection.c:2036 src/microhttpd/connection.c:3811
633#: src/microhttpd/connection.c:3692 645#: src/microhttpd/connection.c:3934
634msgid "Closing connection (failed to create response header)\n" 646msgid "Closing connection (failed to create response header)\n"
635msgstr "" 647msgstr ""
636 648
637#: src/microhttpd/connection.c:1868 src/microhttpd/connection.c:2950 649#: src/microhttpd/connection.c:2082 src/microhttpd/connection.c:3192
638#: src/microhttpd/connection.c:3018 src/microhttpd/connection.c:3334 650#: src/microhttpd/connection.c:3260 src/microhttpd/connection.c:3576
639#, c-format 651#, c-format
640msgid "In function %s handling connection at state: %s\n" 652msgid "In function %s handling connection at state: %s\n"
641msgstr "" 653msgstr ""
642 654
643#: src/microhttpd/connection.c:2080 655#: src/microhttpd/connection.c:2300
644msgid "Not enough memory in pool to allocate header record!\n" 656msgid "Not enough memory in pool to allocate header record!\n"
645msgstr "" 657msgstr ""
646 658
647#: src/microhttpd/connection.c:2122 659#: src/microhttpd/connection.c:2346
648msgid "Not enough memory in pool to parse cookies!\n" 660msgid "Not enough memory in pool to parse cookies!\n"
649msgstr "" 661msgstr ""
650 662
651#: src/microhttpd/connection.c:2346 src/microhttpd/connection.c:2531 663#: src/microhttpd/connection.c:2576 src/microhttpd/connection.c:2761
652msgid "Application reported internal error, closing connection.\n" 664msgid "Application reported internal error, closing connection.\n"
653msgstr "" 665msgstr ""
654 666
655#: src/microhttpd/connection.c:2399 src/microhttpd/connection.c:2476 667#: src/microhttpd/connection.c:2629 src/microhttpd/connection.c:2706
656msgid "" 668msgid ""
657"Received malformed HTTP request (bad chunked encoding). Closing connection.\n" 669"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
658msgstr "" 670msgstr ""
659 671
660#: src/microhttpd/connection.c:2539 672#: src/microhttpd/connection.c:2769
661msgid "libmicrohttpd API violation" 673msgid "libmicrohttpd API violation"
662msgstr "" 674msgstr ""
663 675
664#: src/microhttpd/connection.c:2554 676#: src/microhttpd/connection.c:2784
665msgid "" 677msgid ""
666"WARNING: incomplete upload processing and connection not suspended may " 678"WARNING: incomplete upload processing and connection not suspended may "
667"result in hung connection.\n" 679"result in hung connection.\n"
668msgstr "" 680msgstr ""
669 681
670#: src/microhttpd/connection.c:2624 682#: src/microhttpd/connection.c:2854
671msgid "Received malformed line (no colon). Closing connection.\n" 683msgid "Received malformed line (no colon). Closing connection.\n"
672msgstr "" 684msgstr ""
673 685
674#: src/microhttpd/connection.c:2778 686#: src/microhttpd/connection.c:3016
675msgid "Received HTTP 1.1 request without `Host' header.\n" 687msgid "Received HTTP 1.1 request without `Host' header.\n"
676msgstr "" 688msgstr ""
677 689
678#: src/microhttpd/connection.c:2789 690#: src/microhttpd/connection.c:3027
679msgid "Closing connection (failed to create response)\n" 691msgid "Closing connection (failed to create response)\n"
680msgstr "" 692msgstr ""
681 693
682#: src/microhttpd/connection.c:2929 694#: src/microhttpd/connection.c:3171
683msgid "Socket disconnected while reading request.\n" 695msgid "Socket disconnected while reading request.\n"
684msgstr "" 696msgstr ""
685 697
686#: src/microhttpd/connection.c:2935 698#: src/microhttpd/connection.c:3177
687msgid "Connection socket is closed due to error when reading request.\n" 699msgid "Connection socket is closed due to error when reading request.\n"
688msgstr "" 700msgstr ""
689 701
690#: src/microhttpd/connection.c:3044 702#: src/microhttpd/connection.c:3286
691#, c-format 703#, c-format
692msgid "Failed to send data in request for %s.\n" 704msgid "Failed to send data in request for %s.\n"
693msgstr "" 705msgstr ""
694 706
695#: src/microhttpd/connection.c:3053 707#: src/microhttpd/connection.c:3295
696#, c-format 708#, c-format
697msgid "Sent 100 continue response: `%.*s'\n" 709msgid "Sent 100 continue response: `%.*s'\n"
698msgstr "" 710msgstr ""
699 711
700#: src/microhttpd/connection.c:3077 712#: src/microhttpd/connection.c:3319
701msgid "Connection was closed while sending response headers.\n" 713msgid "Connection was closed while sending response headers.\n"
702msgstr "" 714msgstr ""
703 715
704#: src/microhttpd/connection.c:3118 716#: src/microhttpd/connection.c:3360
705msgid "Data offset exceeds limit" 717msgid "Data offset exceeds limit"
706msgstr "" 718msgstr ""
707 719
708#: src/microhttpd/connection.c:3127 720#: src/microhttpd/connection.c:3369
709#, c-format 721#, c-format
710msgid "Sent %d-byte DATA response: `%.*s'\n" 722msgid "Sent %d-byte DATA response: `%.*s'\n"
711msgstr "" 723msgstr ""
712 724
713#: src/microhttpd/connection.c:3144 725#: src/microhttpd/connection.c:3386
714#, c-format 726#, c-format
715msgid "Failed to send data in request for `%s'.\n" 727msgid "Failed to send data in request for `%s'.\n"
716msgstr "" 728msgstr ""
717 729
718#: src/microhttpd/connection.c:3172 src/microhttpd/connection.c:3200 730#: src/microhttpd/connection.c:3414 src/microhttpd/connection.c:3442
719msgid "Connection was closed while sending response body.\n" 731msgid "Connection was closed while sending response body.\n"
720msgstr "" 732msgstr ""
721 733
722#: src/microhttpd/connection.c:3223 734#: src/microhttpd/connection.c:3465
723msgid "Internal error\n" 735msgid "Internal error\n"
724msgstr "" 736msgstr ""
725 737
726#: src/microhttpd/connection.c:3296 738#: src/microhttpd/connection.c:3538
727msgid "" 739msgid ""
728"Failed to signal end of connection via inter-thread communication channel" 740"Failed to signal end of connection via inter-thread communication channel"
729msgstr "" 741msgstr ""
730 742
731#: src/microhttpd/connection.c:4043 743#: src/microhttpd/connection.c:4285
732msgid "Attempted to queue response on wrong thread!\n" 744msgid "Attempted to queue response on wrong thread!\n"
733msgstr "" 745msgstr ""
734 746
735#: src/microhttpd/connection.c:4054 747#: src/microhttpd/connection.c:4296
736msgid "" 748msgid ""
737"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n" 749"Attempted 'upgrade' connection on daemon without MHD_ALLOW_UPGRADE option!\n"
738msgstr "" 750msgstr ""
739 751
740#: src/microhttpd/connection.c:4063 752#: src/microhttpd/connection.c:4305
741msgid "Application used invalid status code for 'upgrade' response!\n" 753msgid "Application used invalid status code for 'upgrade' response!\n"
742msgstr "" 754msgstr ""
743 755
744#: src/microhttpd/response.c:830 756#: src/microhttpd/response.c:865
745msgid "" 757msgid ""
746"Invalid response for upgrade: application failed to set the 'Upgrade' " 758"Invalid response for upgrade: application failed to set the 'Upgrade' "
747"header!\n" 759"header!\n"
748msgstr "" 760msgstr ""
749 761
750#: src/microhttpd/response.c:871 762#: src/microhttpd/response.c:906
751msgid "Failed to make loopback sockets non-blocking.\n" 763msgid "Failed to make loopback sockets non-blocking.\n"
752msgstr "" 764msgstr ""
753 765
754#: src/microhttpd/response.c:890 766#: src/microhttpd/response.c:925
755msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n" 767msgid "Failed to set SO_NOSIGPIPE on loopback sockets.\n"
756msgstr "" 768msgstr ""
757 769
758#: src/microhttpd/response.c:910 770#: src/microhttpd/response.c:945
759#, c-format 771#, c-format
760msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" 772msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
761msgstr "" 773msgstr ""
762 774
763#: src/microhttpd/response.c:991 775#: src/microhttpd/response.c:1026
764msgid "Error cleaning up while handling epoll error" 776msgid "Error cleaning up while handling epoll error"
765msgstr "" 777msgstr ""
766 778
767#: src/microhttpd/mhd_itc.h:347 779#: src/microhttpd/mhd_itc.h:349
768msgid "Failed to destroy ITC.\n" 780msgid "Failed to destroy ITC.\n"
769msgstr "" 781msgstr ""
770 782
771#: src/microhttpd/basicauth.c:67 783#: src/microhttpd/basicauth.c:70
772msgid "Error decoding basic authentication\n" 784msgid "Error decoding basic authentication\n"
773msgstr "" 785msgstr ""
774 786
775#: src/microhttpd/basicauth.c:77 787#: src/microhttpd/basicauth.c:80
776msgid "Basic authentication doesn't contain ':' separator\n" 788msgid "Basic authentication doesn't contain ':' separator\n"
777msgstr "" 789msgstr ""
778 790
779#: src/microhttpd/basicauth.c:95 791#: src/microhttpd/basicauth.c:98
780msgid "Failed to allocate memory for password\n" 792msgid "Failed to allocate memory for password\n"
781msgstr "" 793msgstr ""
782 794
783#: src/microhttpd/basicauth.c:158 795#: src/microhttpd/basicauth.c:161
784msgid "Failed to add Basic auth header\n" 796msgid "Failed to add Basic auth header\n"
785msgstr "" 797msgstr ""
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 95087887..53340e86 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -132,7 +132,7 @@ typedef intptr_t ssize_t;
132 * Current version of the library. 132 * Current version of the library.
133 * 0x01093001 = 1.9.30-1. 133 * 0x01093001 = 1.9.30-1.
134 */ 134 */
135#define MHD_VERSION 0x00096304 135#define MHD_VERSION 0x00096400
136 136
137/** 137/**
138 * MHD-internal return code for "YES". 138 * MHD-internal return code for "YES".