aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-17 19:13:52 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-17 19:13:52 +0200
commitc061d50ad2daeeeff5b775c37ee475cc67f2029f (patch)
treef036175dd5070bca34e6c4abab567d9655e36f06
parent0724b181bd61b544b7e27b399711c1fc871e25ea (diff)
downloadlibmicrohttpd-c061d50ad2daeeeff5b775c37ee475cc67f2029f.tar.gz
libmicrohttpd-c061d50ad2daeeeff5b775c37ee475cc67f2029f.zip
releasing 0.9.52v0.9.52
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac6
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/libmicrohttpd.pot355
4 files changed, 174 insertions, 192 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e6986a4..cac4cb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Mon Oct 17 19:08:18 CEST 2016
2 Fixed misc. issues relating to upgrade.
3 Releasing experimental 0.9.52. -CG
4
1Wed Oct 12 14:26:20 CEST 2016 5Wed Oct 12 14:26:20 CEST 2016
2 Migrated repository from Subversion to Git. -CG 6 Migrated repository from Subversion to Git. -CG
3 7
diff --git a/configure.ac b/configure.ac
index eee0d2d0..a18f0b13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,14 +22,14 @@
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.51],[libmicrohttpd@gnu.org]) 25AC_INIT([GNU Libmicrohttpd],[0.9.52],[libmicrohttpd@gnu.org])
26AM_INIT_AUTOMAKE([silent-rules] [subdir-objects]) 26AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
27AC_CONFIG_HEADERS([MHD_config.h]) 27AC_CONFIG_HEADERS([MHD_config.h])
28AC_CONFIG_MACRO_DIR([m4]) 28AC_CONFIG_MACRO_DIR([m4])
29 29
30LIB_VERSION_CURRENT=51 30LIB_VERSION_CURRENT=52
31LIB_VERSION_REVISION=0 31LIB_VERSION_REVISION=0
32LIB_VERSION_AGE=39 32LIB_VERSION_AGE=40
33AC_SUBST(LIB_VERSION_CURRENT) 33AC_SUBST(LIB_VERSION_CURRENT)
34AC_SUBST(LIB_VERSION_REVISION) 34AC_SUBST(LIB_VERSION_REVISION)
35AC_SUBST(LIB_VERSION_AGE) 35AC_SUBST(LIB_VERSION_AGE)
diff --git a/po/POTFILES.in b/po/POTFILES.in
index aa281890..f85c0b7f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,7 +28,6 @@ src/microhttpd/memorypool.c
28src/microhttpd/mhd_compat.c 28src/microhttpd/mhd_compat.c
29src/microhttpd/mhd_itc.c 29src/microhttpd/mhd_itc.c
30src/microhttpd/mhd_mono_clock.c 30src/microhttpd/mhd_mono_clock.c
31src/microhttpd/mhd_sem.c
32src/microhttpd/mhd_sockets.c 31src/microhttpd/mhd_sockets.c
33src/microhttpd/mhd_str.c 32src/microhttpd/mhd_str.c
34src/microhttpd/mhd_threads.c 33src/microhttpd/mhd_threads.c
diff --git a/po/libmicrohttpd.pot b/po/libmicrohttpd.pot
index 3e8921f9..2af0c97f 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.51\n" 9"Project-Id-Version: GNU libmicrohttpd 0.9.52\n"
10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n" 10"Report-Msgid-Bugs-To: libmicrohttpd@gnu.org\n"
11"POT-Creation-Date: 2016-09-27 20:37+0200\n" 11"POT-Creation-Date: 2016-10-17 19:09+0200\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"
@@ -33,122 +33,123 @@ msgstr ""
33msgid "Failed to add Basic auth header\n" 33msgid "Failed to add Basic auth header\n"
34msgstr "" 34msgstr ""
35 35
36#: src/microhttpd/connection.c:530 36#: src/microhttpd/connection.c:528
37msgid "Failed to signal end of connection via pipe" 37msgid ""
38"Failed to signal end of connection via inter-thread communication channel"
38msgstr "" 39msgstr ""
39 40
40#: src/microhttpd/connection.c:623 41#: src/microhttpd/connection.c:621
41msgid "Closing connection (application reported error generating data)\n" 42msgid "Closing connection (application reported error generating data)\n"
42msgstr "" 43msgstr ""
43 44
44#: src/microhttpd/connection.c:669 45#: src/microhttpd/connection.c:667
45msgid "Closing connection (out of memory)\n" 46msgid "Closing connection (out of memory)\n"
46msgstr "" 47msgstr ""
47 48
48#: src/microhttpd/connection.c:713 49#: src/microhttpd/connection.c:711
49msgid "Closing connection (application error generating response)\n" 50msgid "Closing connection (application error generating response)\n"
50msgstr "" 51msgstr ""
51 52
52#: src/microhttpd/connection.c:1234 53#: src/microhttpd/connection.c:1233
53#, c-format 54#, c-format
54msgid "" 55msgid ""
55"Error processing request (HTTP response code is %u (`%s')). Closing " 56"Error processing request (HTTP response code is %u (`%s')). Closing "
56"connection.\n" 57"connection.\n"
57msgstr "" 58msgstr ""
58 59
59#: src/microhttpd/connection.c:1251 src/microhttpd/connection.c:2861 60#: src/microhttpd/connection.c:1250 src/microhttpd/connection.c:2859
60#: src/microhttpd/connection.c:2964 61#: src/microhttpd/connection.c:2962
61msgid "Closing connection (failed to create response header)\n" 62msgid "Closing connection (failed to create response header)\n"
62msgstr "" 63msgstr ""
63 64
64#: src/microhttpd/connection.c:1275 src/microhttpd/connection.c:2330 65#: src/microhttpd/connection.c:1274 src/microhttpd/connection.c:2329
65#: src/microhttpd/connection.c:2391 src/microhttpd/connection.c:2628 66#: src/microhttpd/connection.c:2390 src/microhttpd/connection.c:2626
66#: src/microhttpd/connection_https.c:139 67#: src/microhttpd/connection_https.c:139
67#, c-format 68#, c-format
68msgid "In function %s handling connection at state: %s\n" 69msgid "In function %s handling connection at state: %s\n"
69msgstr "" 70msgstr ""
70 71
71#: src/microhttpd/connection.c:1491 72#: src/microhttpd/connection.c:1490
72msgid "Not enough memory in pool to allocate header record!\n" 73msgid "Not enough memory in pool to allocate header record!\n"
73msgstr "" 74msgstr ""
74 75
75#: src/microhttpd/connection.c:1533 76#: src/microhttpd/connection.c:1532
76msgid "Not enough memory in pool to parse cookies!\n" 77msgid "Not enough memory in pool to parse cookies!\n"
77msgstr "" 78msgstr ""
78 79
79#: src/microhttpd/connection.c:1738 src/microhttpd/connection.c:1900 80#: src/microhttpd/connection.c:1737 src/microhttpd/connection.c:1899
80msgid "Application reported internal error, closing connection.\n" 81msgid "Application reported internal error, closing connection.\n"
81msgstr "" 82msgstr ""
82 83
83#: src/microhttpd/connection.c:1790 src/microhttpd/connection.c:1845 84#: src/microhttpd/connection.c:1789 src/microhttpd/connection.c:1844
84msgid "" 85msgid ""
85"Received malformed HTTP request (bad chunked encoding). Closing connection.\n" 86"Received malformed HTTP request (bad chunked encoding). Closing connection.\n"
86msgstr "" 87msgstr ""
87 88
88#: src/microhttpd/connection.c:1908 89#: src/microhttpd/connection.c:1907
89msgid "libmicrohttpd API violation" 90msgid "libmicrohttpd API violation"
90msgstr "" 91msgstr ""
91 92
92#: src/microhttpd/connection.c:1924 93#: src/microhttpd/connection.c:1923
93msgid "" 94msgid ""
94"WARNING: incomplete POST processing and connection not suspended will result " 95"WARNING: incomplete POST processing and connection not suspended will result "
95"in hung connection.\n" 96"in hung connection.\n"
96msgstr "" 97msgstr ""
97 98
98#: src/microhttpd/connection.c:2028 99#: src/microhttpd/connection.c:2027
99#, c-format 100#, c-format
100msgid "Sent response: `%.*s'\n" 101msgid "Sent response: `%.*s'\n"
101msgstr "" 102msgstr ""
102 103
103#: src/microhttpd/connection.c:2089 104#: src/microhttpd/connection.c:2088
104msgid "Received malformed line (no colon). Closing connection.\n" 105msgid "Received malformed line (no colon). Closing connection.\n"
105msgstr "" 106msgstr ""
106 107
107#: src/microhttpd/connection.c:2225 108#: src/microhttpd/connection.c:2224
108msgid "Received HTTP 1.1 request without `Host' header.\n" 109msgid "Received HTTP 1.1 request without `Host' header.\n"
109msgstr "" 110msgstr ""
110 111
111#: src/microhttpd/connection.c:2420 src/microhttpd/connection.c:2495 112#: src/microhttpd/connection.c:2419 src/microhttpd/connection.c:2493
112#, c-format 113#, c-format
113msgid "Failed to send data: %s\n" 114msgid "Failed to send data: %s\n"
114msgstr "" 115msgstr ""
115 116
116#: src/microhttpd/connection.c:2429 117#: src/microhttpd/connection.c:2428
117#, c-format 118#, c-format
118msgid "Sent 100 continue response: `%.*s'\n" 119msgid "Sent 100 continue response: `%.*s'\n"
119msgstr "" 120msgstr ""
120 121
121#: src/microhttpd/connection.c:2470 122#: src/microhttpd/connection.c:2468
122msgid "Data offset exceeds limit" 123msgid "Data offset exceeds limit"
123msgstr "" 124msgstr ""
124 125
125#: src/microhttpd/connection.c:2480 126#: src/microhttpd/connection.c:2478
126#, c-format 127#, c-format
127msgid "Sent %d-byte DATA response: `%.*s'\n" 128msgid "Sent %d-byte DATA response: `%.*s'\n"
128msgstr "" 129msgstr ""
129 130
130#: src/microhttpd/connection.c:2546 src/microhttpd/daemon.c:5237 131#: src/microhttpd/connection.c:2544 src/microhttpd/daemon.c:5249
131msgid "Internal error\n" 132msgid "Internal error\n"
132msgstr "" 133msgstr ""
133 134
134#: src/microhttpd/connection.c:3166 src/microhttpd/daemon.c:2054 135#: src/microhttpd/connection.c:3164 src/microhttpd/daemon.c:2078
135#: src/microhttpd/daemon.c:3392 src/microhttpd/daemon.c:3412 136#: src/microhttpd/daemon.c:3417 src/microhttpd/daemon.c:3437
136#: src/microhttpd/daemon.c:4322 src/microhttpd/daemon.c:4340 137#: src/microhttpd/daemon.c:4387 src/microhttpd/daemon.c:4405
137#: src/microhttpd/response.c:814 src/microhttpd/response.c:840 138#: src/microhttpd/response.c:838 src/microhttpd/response.c:864
138#, c-format 139#, c-format
139msgid "Call to epoll_ctl failed: %s\n" 140msgid "Call to epoll_ctl failed: %s\n"
140msgstr "" 141msgstr ""
141 142
142#: src/microhttpd/connection.c:3330 143#: src/microhttpd/connection.c:3328
143msgid "Application used invalid status code for 'upgrade' response!\n" 144msgid "Application used invalid status code for 'upgrade' response!\n"
144msgstr "" 145msgstr ""
145 146
146#: src/microhttpd/connection.c:3340 147#: src/microhttpd/connection.c:3338
147msgid "" 148msgid ""
148"Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n" 149"Application attempted 'upgrade' without setting MHD_USE_SUSPEND_RESUME!\n"
149msgstr "" 150msgstr ""
150 151
151#: src/microhttpd/connection.c:3351 152#: src/microhttpd/connection.c:3349
152msgid "" 153msgid ""
153"Application attempted 'upgrade' HTTPS connection in epoll mode without " 154"Application attempted 'upgrade' HTTPS connection in epoll mode without "
154"setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n" 155"setting MHD_USE_HTTPS_EPOLL_UPGRADE!\n"
@@ -158,30 +159,30 @@ msgstr ""
158msgid "Error: received handshake message out of context\n" 159msgid "Error: received handshake message out of context\n"
159msgstr "" 160msgstr ""
160 161
161#: src/microhttpd/daemon.c:113 162#: src/microhttpd/daemon.c:107
162#, c-format 163#, c-format
163msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n" 164msgid "Fatal error in GNU libmicrohttpd %s:%u: %s\n"
164msgstr "" 165msgstr ""
165 166
166#: src/microhttpd/daemon.c:329 167#: src/microhttpd/daemon.c:323
167msgid "Failed to add IP connection count node\n" 168msgid "Failed to add IP connection count node\n"
168msgstr "" 169msgstr ""
169 170
170#: src/microhttpd/daemon.c:387 171#: src/microhttpd/daemon.c:381
171msgid "Failed to find previously-added IP address\n" 172msgid "Failed to find previously-added IP address\n"
172msgstr "" 173msgstr ""
173 174
174#: src/microhttpd/daemon.c:393 175#: src/microhttpd/daemon.c:387
175msgid "Previously-added IP address had counter of zero\n" 176msgid "Previously-added IP address had counter of zero\n"
176msgstr "" 177msgstr ""
177 178
178#: src/microhttpd/daemon.c:559 179#: src/microhttpd/daemon.c:553
179msgid "" 180msgid ""
180"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not " 181"Failed to setup x509 certificate/key: pre 3.X.X version of GnuTLS does not "
181"support setting key password" 182"support setting key password"
182msgstr "" 183msgstr ""
183 184
184#: src/microhttpd/daemon.c:609 185#: src/microhttpd/daemon.c:603
185#, c-format 186#, c-format
186msgid "Error: invalid credentials type %d specified.\n" 187msgid "Error: invalid credentials type %d specified.\n"
187msgstr "" 188msgstr ""
@@ -191,381 +192,374 @@ msgstr ""
191msgid "Maximum socket in select set: %d\n" 192msgid "Maximum socket in select set: %d\n"
192msgstr "" 193msgstr ""
193 194
194#: src/microhttpd/daemon.c:943 src/microhttpd/daemon.c:960 195#: src/microhttpd/daemon.c:945 src/microhttpd/daemon.c:962
195#: src/microhttpd/daemon.c:2178 src/microhttpd/daemon.c:2552 196#: src/microhttpd/daemon.c:2202 src/microhttpd/daemon.c:2576
196#: src/microhttpd/daemon.c:5097 197#: src/microhttpd/daemon.c:5142
197msgid "Failed to remove FD from epoll set\n" 198msgid "Failed to remove FD from epoll set\n"
198msgstr "" 199msgstr ""
199 200
200#: src/microhttpd/daemon.c:1156 201#: src/microhttpd/daemon.c:1185
201msgid "Error preparing select\n" 202msgid "Error preparing select\n"
202msgstr "" 203msgstr ""
203 204
204#: src/microhttpd/daemon.c:1176 src/microhttpd/daemon.c:1404 205#: src/microhttpd/daemon.c:1205 src/microhttpd/daemon.c:1426
205#, c-format 206#, c-format
206msgid "Error during select (%d): `%s'\n" 207msgid "Error during select (%d): `%s'\n"
207msgstr "" 208msgstr ""
208 209
209#: src/microhttpd/daemon.c:1226 src/microhttpd/daemon.c:1477 210#: src/microhttpd/daemon.c:1255 src/microhttpd/daemon.c:1500
210#, c-format 211#, c-format
211msgid "Error during poll: `%s'\n" 212msgid "Error during poll: `%s'\n"
212msgstr "" 213msgstr ""
213 214
214#: src/microhttpd/daemon.c:1386 215#: src/microhttpd/daemon.c:1408
215msgid "Failed to add FD to fd_set\n" 216msgid "Failed to add FD to fd_set\n"
216msgstr "" 217msgstr ""
217 218
218#: src/microhttpd/daemon.c:1507 219#: src/microhttpd/daemon.c:1546 src/microhttpd/response.c:664
219msgid "Processing thread terminating. Closing connection\n" 220msgid "Processing thread terminating. Closing connection\n"
220msgstr "" 221msgstr ""
221 222
222#: src/microhttpd/daemon.c:1783 src/microhttpd/daemon.c:4852 223#: src/microhttpd/daemon.c:1809 src/microhttpd/daemon.c:4906
223#, c-format 224#, c-format
224msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n" 225msgid "Socket descriptor larger than FD_SETSIZE: %d > %d\n"
225msgstr "" 226msgstr ""
226 227
227#: src/microhttpd/daemon.c:1798 src/microhttpd/daemon.c:2472 228#: src/microhttpd/daemon.c:1824 src/microhttpd/daemon.c:2496
228#, c-format 229#, c-format
229msgid "Accepted connection on socket %d\n" 230msgid "Accepted connection on socket %d\n"
230msgstr "" 231msgstr ""
231 232
232#: src/microhttpd/daemon.c:1810 233#: src/microhttpd/daemon.c:1836
233msgid "Server reached connection limit. Closing inbound connection.\n" 234msgid "Server reached connection limit. Closing inbound connection.\n"
234msgstr "" 235msgstr ""
235 236
236#: src/microhttpd/daemon.c:1828 237#: src/microhttpd/daemon.c:1854
237msgid "Connection rejected by application. Closing connection.\n" 238msgid "Connection rejected by application. Closing connection.\n"
238msgstr "" 239msgstr ""
239 240
240#: src/microhttpd/daemon.c:1876 src/microhttpd/daemon.c:1896 241#: src/microhttpd/daemon.c:1902 src/microhttpd/daemon.c:1922
241#: src/microhttpd/daemon.c:2981 242#: src/microhttpd/daemon.c:3006
242#, c-format 243#, c-format
243msgid "Error allocating memory: %s\n" 244msgid "Error allocating memory: %s\n"
244msgstr "" 245msgstr ""
245 246
246#: src/microhttpd/daemon.c:1929 247#: src/microhttpd/daemon.c:1955
247#, c-format 248#, c-format
248msgid "Failed to set nonblocking mode on connection socket: %s\n" 249msgid "Failed to set nonblocking mode on connection socket: %s\n"
249msgstr "" 250msgstr ""
250 251
251#: src/microhttpd/daemon.c:1957 252#: src/microhttpd/daemon.c:1983
252#, c-format 253#, c-format
253msgid "Failed to setup TLS credentials: unknown credential type %d\n" 254msgid "Failed to setup TLS credentials: unknown credential type %d\n"
254msgstr "" 255msgstr ""
255 256
256#: src/microhttpd/daemon.c:1966 257#: src/microhttpd/daemon.c:1992
257msgid "Unknown credential type" 258msgid "Unknown credential type"
258msgstr "" 259msgstr ""
259 260
260#: src/microhttpd/daemon.c:2034 261#: src/microhttpd/daemon.c:2058
261msgid "Failed to signal new connection via pipe." 262msgid "Failed to signal new connection via inter-thread communication channel."
262msgstr "" 263msgstr ""
263 264
264#: src/microhttpd/daemon.c:2140 265#: src/microhttpd/daemon.c:2164
265msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n" 266msgid "Cannot suspend connections without enabling MHD_USE_SUSPEND_RESUME!\n"
266msgstr "" 267msgstr ""
267 268
268#: src/microhttpd/daemon.c:2205 269#: src/microhttpd/daemon.c:2229
269msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n" 270msgid "Cannot resume connections without enabling MHD_USE_SUSPEND_RESUME!\n"
270msgstr "" 271msgstr ""
271 272
272#: src/microhttpd/daemon.c:2215 273#: src/microhttpd/daemon.c:2239
273msgid "Failed to signal resume via pipe." 274msgid "Failed to signal resume via inter-thread communication channel."
274msgstr "" 275msgstr ""
275 276
276#: src/microhttpd/daemon.c:2342 277#: src/microhttpd/daemon.c:2366
277#, c-format 278#, c-format
278msgid "Failed to set nonblocking mode on new client socket: %s\n" 279msgid "Failed to set nonblocking mode on new client socket: %s\n"
279msgstr "" 280msgstr ""
280 281
281#: src/microhttpd/daemon.c:2350 282#: src/microhttpd/daemon.c:2374
282msgid "Failed to set noninheritable mode on new client socket.\n" 283msgid "Failed to set noninheritable mode on new client socket.\n"
283msgstr "" 284msgstr ""
284 285
285#: src/microhttpd/daemon.c:2418 286#: src/microhttpd/daemon.c:2442
286#, c-format 287#, c-format
287msgid "Error accepting connection: %s\n" 288msgid "Error accepting connection: %s\n"
288msgstr "" 289msgstr ""
289 290
290#: src/microhttpd/daemon.c:2435 291#: src/microhttpd/daemon.c:2459
291msgid "" 292msgid ""
292"Hit process or system resource limit at FIRST connection. This is really bad " 293"Hit process or system resource limit at FIRST connection. This is really bad "
293"as there is no sane way to proceed. Will try busy waiting for system " 294"as there is no sane way to proceed. Will try busy waiting for system "
294"resources to become magically available.\n" 295"resources to become magically available.\n"
295msgstr "" 296msgstr ""
296 297
297#: src/microhttpd/daemon.c:2443 298#: src/microhttpd/daemon.c:2467
298#, c-format 299#, c-format
299msgid "" 300msgid ""
300"Hit process or system resource limit at %u connections, temporarily " 301"Hit process or system resource limit at %u connections, temporarily "
301"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n" 302"suspending accept(). Consider setting a lower MHD_OPTION_CONNECTION_LIMIT.\n"
302msgstr "" 303msgstr ""
303 304
304#: src/microhttpd/daemon.c:2455 305#: src/microhttpd/daemon.c:2479
305#, c-format 306#, c-format
306msgid "Failed to set nonblocking mode on incoming connection socket: %s\n" 307msgid "Failed to set nonblocking mode on incoming connection socket: %s\n"
307msgstr "" 308msgstr ""
308 309
309#: src/microhttpd/daemon.c:2465 310#: src/microhttpd/daemon.c:2489
310msgid "Failed to set noninheritable mode on incoming connection socket.\n" 311msgid "Failed to set noninheritable mode on incoming connection socket.\n"
311msgstr "" 312msgstr ""
312 313
313#: src/microhttpd/daemon.c:2509 src/microhttpd/daemon.c:5201 314#: src/microhttpd/daemon.c:2535 src/microhttpd/daemon.c:5213
314#: src/microhttpd/daemon.c:5216 src/microhttpd/daemon.c:5330 315#: src/microhttpd/daemon.c:5228 src/microhttpd/daemon.c:5356
315#: src/microhttpd/daemon.c:5361 316#: src/microhttpd/daemon.c:5387
316msgid "Failed to join a thread\n" 317msgid "Failed to join a thread\n"
317msgstr "" 318msgstr ""
318 319
319#: src/microhttpd/daemon.c:2602 320#: src/microhttpd/daemon.c:2627
320msgid "Illegal call to MHD_get_timeout\n" 321msgid "Illegal call to MHD_get_timeout\n"
321msgstr "" 322msgstr ""
322 323
323#: src/microhttpd/daemon.c:2820 324#: src/microhttpd/daemon.c:2845
324msgid "Could not obtain daemon fdsets" 325msgid "Could not obtain daemon fdsets"
325msgstr "" 326msgstr ""
326 327
327#: src/microhttpd/daemon.c:2836 328#: src/microhttpd/daemon.c:2861
328msgid "Could not add listen socket to fdset" 329msgid "Could not add listen socket to fdset"
329msgstr "" 330msgstr ""
330 331
331#: src/microhttpd/daemon.c:2863 332#: src/microhttpd/daemon.c:2888
332msgid "Could not add control pipe FD to fdset" 333msgid "Could not add control inter-thread communication channel FD to fdset"
333msgstr "" 334msgstr ""
334 335
335#: src/microhttpd/daemon.c:2920 336#: src/microhttpd/daemon.c:2945
336#, c-format 337#, c-format
337msgid "select failed: %s\n" 338msgid "select failed: %s\n"
338msgstr "" 339msgstr ""
339 340
340#: src/microhttpd/daemon.c:3078 src/microhttpd/daemon.c:3208 341#: src/microhttpd/daemon.c:3103 src/microhttpd/daemon.c:3233
341#, c-format 342#, c-format
342msgid "poll failed: %s\n" 343msgid "poll failed: %s\n"
343msgstr "" 344msgstr ""
344 345
345#: src/microhttpd/daemon.c:3297 src/microhttpd/daemon.c:3468 346#: src/microhttpd/daemon.c:3322 src/microhttpd/daemon.c:3493
346#, c-format 347#, c-format
347msgid "Call to epoll_wait failed: %s\n" 348msgid "Call to epoll_wait failed: %s\n"
348msgstr "" 349msgstr ""
349 350
350#: src/microhttpd/daemon.c:3430 src/microhttpd/daemon.c:3784 351#: src/microhttpd/daemon.c:3455 src/microhttpd/daemon.c:3853
351msgid "Failed to remove listen FD from epoll set\n" 352msgid "Failed to remove listen FD from epoll set\n"
352msgstr "" 353msgstr ""
353 354
354#: src/microhttpd/daemon.c:3794 355#: src/microhttpd/daemon.c:3861
355msgid "Failed to signal quiesce via pipe" 356msgid "Failed to signal quiesce via inter-thread communication channel"
356msgstr "" 357msgstr ""
357 358
358#: src/microhttpd/daemon.c:3817 359#: src/microhttpd/daemon.c:3882
359msgid "failed to signal quiesce via pipe" 360msgid "failed to signal quiesce via inter-thread communication channel"
360msgstr "" 361msgstr ""
361 362
362#: src/microhttpd/daemon.c:3950 363#: src/microhttpd/daemon.c:4015
363#, c-format 364#, c-format
364msgid "Specified thread pool size (%u) too big\n" 365msgid "Specified thread pool size (%u) too big\n"
365msgstr "" 366msgstr ""
366 367
367#: src/microhttpd/daemon.c:3964 src/microhttpd/daemon.c:3975 368#: src/microhttpd/daemon.c:4029 src/microhttpd/daemon.c:4040
368#: src/microhttpd/daemon.c:3986 src/microhttpd/daemon.c:3997 369#: src/microhttpd/daemon.c:4051 src/microhttpd/daemon.c:4062
369#: src/microhttpd/daemon.c:4039 370#: src/microhttpd/daemon.c:4104
370#, c-format 371#, c-format
371msgid "MHD HTTPS option %d passed to MHD but MHD_USE_SSL not set\n" 372msgid "MHD HTTPS option %d passed to MHD but MHD_USE_TLS not set\n"
372msgstr "" 373msgstr ""
373 374
374#: src/microhttpd/daemon.c:4016 375#: src/microhttpd/daemon.c:4081
375msgid "Error initializing DH parameters\n" 376msgid "Error initializing DH parameters\n"
376msgstr "" 377msgstr ""
377 378
378#: src/microhttpd/daemon.c:4028 379#: src/microhttpd/daemon.c:4093
379msgid "Bad Diffie-Hellman parameters format\n" 380msgid "Bad Diffie-Hellman parameters format\n"
380msgstr "" 381msgstr ""
381 382
382#: src/microhttpd/daemon.c:4056 383#: src/microhttpd/daemon.c:4121
383#, c-format 384#, c-format
384msgid "Setting priorities to `%s' failed: %s\n" 385msgid "Setting priorities to `%s' failed: %s\n"
385msgstr "" 386msgstr ""
386 387
387#: src/microhttpd/daemon.c:4069 388#: src/microhttpd/daemon.c:4134
388msgid "" 389msgid ""
389"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n" 390"MHD_OPTION_HTTPS_CERT_CALLBACK requires building MHD with GnuTLS >= 3.0\n"
390msgstr "" 391msgstr ""
391 392
392#: src/microhttpd/daemon.c:4238 393#: src/microhttpd/daemon.c:4303
393#, c-format 394#, c-format
394msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n" 395msgid "MHD HTTPS option %d passed to MHD compiled without HTTPS support\n"
395msgstr "" 396msgstr ""
396 397
397#: src/microhttpd/daemon.c:4244 398#: src/microhttpd/daemon.c:4309
398#, c-format 399#, c-format
399msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n" 400msgid "Invalid option %d! (Did you terminate the list with MHD_OPTION_END?)\n"
400msgstr "" 401msgstr ""
401 402
402#: src/microhttpd/daemon.c:4270 403#: src/microhttpd/daemon.c:4335
403#, c-format 404#, c-format
404msgid "Call to epoll_create1 failed: %s\n" 405msgid "Call to epoll_create1 failed: %s\n"
405msgstr "" 406msgstr ""
406 407
407#: src/microhttpd/daemon.c:4280 408#: src/microhttpd/daemon.c:4345
408msgid "Failed to set noninheritable mode on epoll FD.\n" 409msgid "Failed to set noninheritable mode on epoll FD.\n"
409msgstr "" 410msgstr ""
410 411
411#: src/microhttpd/daemon.c:4465 412#: src/microhttpd/daemon.c:4530
412#, c-format 413#, c-format
413msgid "Failed to create control pipe: %s\n" 414msgid "Failed to create inter-thread communication channel: %s\n"
414msgstr "" 415msgstr ""
415 416
416#: src/microhttpd/daemon.c:4475 417#: src/microhttpd/daemon.c:4544
417#, c-format
418msgid "" 418msgid ""
419"Failed to make read side of inter-thread control channel non-blocking: %s\n" 419"file descriptor for inter-thread communication channel exceeds maximum "
420"value\n"
420msgstr "" 421msgstr ""
421 422
422#: src/microhttpd/daemon.c:4490 423#: src/microhttpd/daemon.c:4583
423msgid "file descriptor for control pipe exceeds maximum value\n"
424msgstr ""
425
426#: src/microhttpd/daemon.c:4529
427msgid "Specified value for NC_SIZE too large\n" 424msgid "Specified value for NC_SIZE too large\n"
428msgstr "" 425msgstr ""
429 426
430#: src/microhttpd/daemon.c:4543 427#: src/microhttpd/daemon.c:4597
431#, c-format 428#, c-format
432msgid "Failed to allocate memory for nonce-nc map: %s\n" 429msgid "Failed to allocate memory for nonce-nc map: %s\n"
433msgstr "" 430msgstr ""
434 431
435#: src/microhttpd/daemon.c:4559 432#: src/microhttpd/daemon.c:4613
436msgid "MHD failed to initialize nonce-nc mutex\n" 433msgid "MHD failed to initialize nonce-nc mutex\n"
437msgstr "" 434msgstr ""
438 435
439#: src/microhttpd/daemon.c:4577 436#: src/microhttpd/daemon.c:4631
440msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n" 437msgid "MHD thread pooling only works with MHD_USE_SELECT_INTERNALLY\n"
441msgstr "" 438msgstr ""
442 439
443#: src/microhttpd/daemon.c:4587 440#: src/microhttpd/daemon.c:4641
444msgid "" 441msgid ""
445"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not " 442"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_SUSPEND_RESUME is not "
446"supported.\n" 443"supported.\n"
447msgstr "" 444msgstr ""
448 445
449#: src/microhttpd/daemon.c:4597 446#: src/microhttpd/daemon.c:4651
450msgid "Threaded operations are not supported on Symbian.\n" 447msgid "Threaded operations are not supported on Symbian.\n"
451msgstr "" 448msgstr ""
452 449
453#: src/microhttpd/daemon.c:4611 450#: src/microhttpd/daemon.c:4665
454#, c-format 451#, c-format
455msgid "Failed to create socket for listening: %s\n" 452msgid "Failed to create socket for listening: %s\n"
456msgstr "" 453msgstr ""
457 454
458#: src/microhttpd/daemon.c:4629 src/microhttpd/daemon.c:4673 455#: src/microhttpd/daemon.c:4683 src/microhttpd/daemon.c:4727
459#: src/microhttpd/daemon.c:4705 src/microhttpd/daemon.c:4775 456#: src/microhttpd/daemon.c:4759 src/microhttpd/daemon.c:4829
460#: src/microhttpd/daemon.c:4806 457#: src/microhttpd/daemon.c:4860
461#, c-format 458#, c-format
462msgid "setsockopt failed: %s\n" 459msgid "setsockopt failed: %s\n"
463msgstr "" 460msgstr ""
464 461
465#: src/microhttpd/daemon.c:4683 462#: src/microhttpd/daemon.c:4737
466msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n" 463msgid "Cannot allow listening address reuse: SO_REUSEPORT not defined\n"
467msgstr "" 464msgstr ""
468 465
469#: src/microhttpd/daemon.c:4713 466#: src/microhttpd/daemon.c:4767
470msgid "" 467msgid ""
471"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n" 468"Cannot disallow listening address reuse: SO_EXCLUSIVEADDRUSE not defined\n"
472msgstr "" 469msgstr ""
473 470
474#: src/microhttpd/daemon.c:4786 471#: src/microhttpd/daemon.c:4840
475#, c-format 472#, c-format
476msgid "Failed to bind to port %u: %s\n" 473msgid "Failed to bind to port %u: %s\n"
477msgstr "" 474msgstr ""
478 475
479#: src/microhttpd/daemon.c:4817 476#: src/microhttpd/daemon.c:4871
480#, c-format 477#, c-format
481msgid "Failed to listen for connections: %s\n" 478msgid "Failed to listen for connections: %s\n"
482msgstr "" 479msgstr ""
483 480
484#: src/microhttpd/daemon.c:4833 481#: src/microhttpd/daemon.c:4887
485#, c-format 482#, c-format
486msgid "Failed to set nonblocking mode on listening socket: %s\n" 483msgid "Failed to set nonblocking mode on listening socket: %s\n"
487msgstr "" 484msgstr ""
488 485
489#: src/microhttpd/daemon.c:4869 486#: src/microhttpd/daemon.c:4923
490msgid "" 487msgid ""
491"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n" 488"Combining MHD_USE_THREAD_PER_CONNECTION and MHD_USE_EPOLL is not supported.\n"
492msgstr "" 489msgstr ""
493 490
494#: src/microhttpd/daemon.c:4881 491#: src/microhttpd/daemon.c:4935
495msgid "epoll is not supported on this platform by this build.\n" 492msgid "epoll is not supported on this platform by this build.\n"
496msgstr "" 493msgstr ""
497 494
498#: src/microhttpd/daemon.c:4891 src/microhttpd/daemon.c:4901 495#: src/microhttpd/daemon.c:4945 src/microhttpd/daemon.c:4955
499msgid "MHD failed to initialize IP connection limit mutex\n" 496msgid "MHD failed to initialize IP connection limit mutex\n"
500msgstr "" 497msgstr ""
501 498
502#: src/microhttpd/daemon.c:4916 499#: src/microhttpd/daemon.c:4970
503msgid "Failed to initialize TLS support\n" 500msgid "Failed to initialize TLS support\n"
504msgstr "" 501msgstr ""
505 502
506#: src/microhttpd/daemon.c:4938 503#: src/microhttpd/daemon.c:4992
507#, c-format 504#, c-format
508msgid "Failed to create listen thread: %s\n" 505msgid "Failed to create listen thread: %s\n"
509msgstr "" 506msgstr ""
510 507
511#: src/microhttpd/daemon.c:4987 508#: src/microhttpd/daemon.c:5041
512#, c-format 509#, c-format
513msgid "Failed to create worker control pipe: %s\n" 510msgid "Failed to create worker inter-thread communication channel: %s\n"
514msgstr "" 511msgstr ""
515 512
516#: src/microhttpd/daemon.c:4996 513#: src/microhttpd/daemon.c:5053
517#, c-format
518msgid "" 514msgid ""
519"Failed to make read side of worker inter-thread control channel non-" 515"File descriptor for worker inter-thread communication channel exceeds "
520"blocking: %s\n" 516"maximum value\n"
521msgstr ""
522
523#: src/microhttpd/daemon.c:5008
524msgid "File descriptor for worker control pipe exceeds maximum value\n"
525msgstr "" 517msgstr ""
526 518
527#: src/microhttpd/daemon.c:5030 519#: src/microhttpd/daemon.c:5075
528msgid "MHD failed to initialize cleanup connection mutex\n" 520msgid "MHD failed to initialize cleanup connection mutex\n"
529msgstr "" 521msgstr ""
530 522
531#: src/microhttpd/daemon.c:5044 523#: src/microhttpd/daemon.c:5089
532#, c-format 524#, c-format
533msgid "Failed to create pool thread: %s\n" 525msgid "Failed to create pool thread: %s\n"
534msgstr "" 526msgstr ""
535 527
536#: src/microhttpd/daemon.c:5178 528#: src/microhttpd/daemon.c:5190
537msgid "MHD_stop_daemon() called while we have suspended connections.\n" 529msgid "MHD_stop_daemon() called while we have suspended connections.\n"
538msgstr "" 530msgstr ""
539 531
540#: src/microhttpd/daemon.c:5186 src/microhttpd/daemon.c:5289 532#: src/microhttpd/daemon.c:5198 src/microhttpd/daemon.c:5317
541msgid "Failed to signal shutdown via pipe" 533msgid "Failed to signal shutdown via inter-thread communication channel"
542msgstr "" 534msgstr ""
543 535
544#: src/microhttpd/daemon.c:5245 536#: src/microhttpd/daemon.c:5257
545msgid "Failed to add wpipe to epoll set to signal termination\n" 537msgid ""
538"Failed to add inter-thread communication channel FD to epoll set to signal "
539"termination\n"
546msgstr "" 540msgstr ""
547 541
548#: src/microhttpd/daemon.c:5311 542#: src/microhttpd/daemon.c:5339
549msgid "MHD listen socket shutdown\n" 543msgid "MHD listen socket shutdown\n"
550msgstr "" 544msgstr ""
551 545
552#: src/microhttpd/daemon.c:5327 546#: src/microhttpd/daemon.c:5353
553msgid "Failed to signal shutdown via pipe." 547msgid "Failed to signal shutdown via inter-thread communication channel."
554msgstr "" 548msgstr ""
555 549
556#: src/microhttpd/daemon.c:5699 550#: src/microhttpd/daemon.c:5725
557msgid "Failed to initialize winsock\n" 551msgid "Failed to initialize winsock\n"
558msgstr "" 552msgstr ""
559 553
560#: src/microhttpd/daemon.c:5702 554#: src/microhttpd/daemon.c:5728
561msgid "Winsock version 2.2 is not available\n" 555msgid "Winsock version 2.2 is not available\n"
562msgstr "" 556msgstr ""
563 557
564#: src/microhttpd/daemon.c:5709 src/microhttpd/daemon.c:5713 558#: src/microhttpd/daemon.c:5735 src/microhttpd/daemon.c:5739
565msgid "Failed to initialise multithreading in libgcrypt\n" 559msgid "Failed to initialise multithreading in libgcrypt\n"
566msgstr "" 560msgstr ""
567 561
568#: src/microhttpd/daemon.c:5718 562#: src/microhttpd/daemon.c:5744
569msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n" 563msgid "libgcrypt is too old. MHD was compiled for libgcrypt 1.6.0 or newer\n"
570msgstr "" 564msgstr ""
571 565
@@ -615,61 +609,46 @@ msgstr ""
615msgid "Failed to add Digest auth header\n" 609msgid "Failed to add Digest auth header\n"
616msgstr "" 610msgstr ""
617 611
618#: src/microhttpd/mhd_itc.c:48 612#: src/microhttpd/response.c:721
619msgid "Failed to write to eventfd\n"
620msgstr ""
621
622#: src/microhttpd/mhd_sem.c:92 src/microhttpd/mhd_sem.c:114
623#: src/microhttpd/mhd_locks.h:107
624msgid "Failed to lock mutex\n"
625msgstr ""
626
627#: src/microhttpd/mhd_sem.c:97
628msgid "pthread_cond_wait failed\n"
629msgstr ""
630
631#: src/microhttpd/mhd_sem.c:101 src/microhttpd/mhd_sem.c:118
632#: src/microhttpd/mhd_locks.h:127
633msgid "Failed to unlock mutex\n"
634msgstr ""
635
636#: src/microhttpd/mhd_sem.c:131
637msgid "pthread_cond_destroy failed\n"
638msgstr ""
639
640#: src/microhttpd/mhd_sem.c:133 src/microhttpd/mhd_locks.h:88
641msgid "Failed to destroy mutex\n"
642msgstr ""
643
644#: src/microhttpd/response.c:700
645msgid "" 613msgid ""
646"Invalid response for upgrade: application failed to set the 'Upgrade' " 614"Invalid response for upgrade: application failed to set the 'Upgrade' "
647"header!\n" 615"header!\n"
648msgstr "" 616msgstr ""
649 617
650#: src/microhttpd/response.c:732 618#: src/microhttpd/response.c:760
651#, c-format 619#, c-format
652msgid "Failed to make loopback sockets non-blocking: %s\n" 620msgid "Failed to make loopback sockets non-blocking: %s\n"
653msgstr "" 621msgstr ""
654 622
655#: src/microhttpd/response.c:741 623#: src/microhttpd/response.c:771
656#, c-format 624#, c-format
657msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n" 625msgid "Socketpair descriptor larger than FD_SETSIZE: %d > %d\n"
658msgstr "" 626msgstr ""
659 627
660#: src/microhttpd/response.c:837 628#: src/microhttpd/response.c:861
661msgid "Error cleaning up while handling epoll error" 629msgid "Error cleaning up while handling epoll error"
662msgstr "" 630msgstr ""
663 631
664#: src/microhttpd/response.c:883 632#: src/microhttpd/internal.h:74
665msgid "Failed to create semaphore for upgrade handling\n" 633msgid "Failed to close FD.\n"
634msgstr ""
635
636#: src/microhttpd/mhd_itc.h:347
637msgid "Failed to destroy ITC.\n"
638msgstr ""
639
640#: src/microhttpd/mhd_locks.h:111
641msgid "Failed to destroy mutex.\n"
642msgstr ""
643
644#: src/microhttpd/mhd_locks.h:144
645msgid "Failed to lock mutex.\n"
666msgstr "" 646msgstr ""
667 647
668#: src/microhttpd/mhd_itc.h:91 src/microhttpd/mhd_itc.h:174 648#: src/microhttpd/mhd_locks.h:170
669#: src/microhttpd/mhd_itc.h:177 649msgid "Failed to unlock mutex.\n"
670msgid "close failed"
671msgstr "" 650msgstr ""
672 651
673#: src/microhttpd/mhd_sockets.h:203 src/microhttpd/mhd_sockets.h:208 652#: src/microhttpd/mhd_sockets.h:248
674msgid "close failed\n" 653msgid "Close socket failed.\n"
675msgstr "" 654msgstr ""