aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-08 15:12:45 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-08 15:12:45 +0200
commit312713c3634aa22d538c09d0146b5ac1d62c206b (patch)
treeadeb696c8a3339d231b78f3a0c9893a7124e45a2 /ChangeLog
parent83a86be948420f7bd902ceee9d661fc208eec1cd (diff)
parent1b610e5b13b7b96e7b3f372c8da1ec9d840f896a (diff)
downloadlibmicrohttpd-312713c3634aa22d538c09d0146b5ac1d62c206b.tar.gz
libmicrohttpd-312713c3634aa22d538c09d0146b5ac1d62c206b.zip
merge
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dee553f1..58b87e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,25 @@ Mon 08 Apr 2019 03:06:05 PM CEST
2 Fix close() checks as suggested by MK on the mailinglist 2 Fix close() checks as suggested by MK on the mailinglist
3 (#3926). -MK/CG 3 (#3926). -MK/CG
4 4
5Wed 20 Mar 2019 10:20:24 AM CET
6 Adding additional "value_length" argument to MHD_KeyValueIterator
7 callback to support binary zeros in values. This is done in a
8 backwards-compatible way, but may require adding a cast to existing
9 code to avoid a compiler warning. -CG
10
11Sun Feb 10 21:00:37 BRT 2019
12 Added example for how to compress a chunked HTTP response. -SC
13
14Sun 10 Feb 2019 05:03:44 PM CET
15 Releasing libmicrohttpd 0.9.63. -CG
16
17Sat 09 Feb 2019 01:51:02 PM CET
18 Extended test_get to test URI logging and query string parsing
19 to avoid regression fixed in previous patch in the future. -CG
20
21Thu Feb 7 16:16:12 CET 2019
22 Preliminary patch for the raw query string issue, to be tested. -CG
23
5Tue Jan 8 02:57:21 BRT 2019 24Tue Jan 8 02:57:21 BRT 2019
6 Added minimal example for how to compress HTTP response. -SC 25 Added minimal example for how to compress HTTP response. -SC
7 26