aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-13 18:46:51 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-13 18:51:29 +0300
commitbc36476b9e4f797df4b287d855a3121567dbc091 (patch)
tree743670063f40bab79334c764464fe7ae9ffdfa6c
parent2276ff1043175bdcaf396418a239202e0f422784 (diff)
downloadlibmicrohttpd-bc36476b9e4f797df4b287d855a3121567dbc091.tar.gz
libmicrohttpd-bc36476b9e4f797df4b287d855a3121567dbc091.zip
Updated ChangeLog
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4764256c..9f7556c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,50 @@
1Mon May 6 11:58:00 MSK 2019
2 Updated README and COPYING files. MHD remains LGPLv2.1-licensed. -EG
3
4Fri May 3 20:08:00 MSK 2019
5 Store connection's keys and values with sizes;
6 Speedup keys search be comparing key length first;
7 Added functions for working with keys and values with binary zeros;
8 Fixed test_postprocessor_amp to fail on problems. -EG
9
10Wed May 1 16:40:00 MSK 2019
11 Reverted change of MHD_KeyValueIterator, implemented MHD_KeyValueIteratorN
12 with sizes for connection's key and value to get keys and values
13 with binary zeros. -EG
14
1Mon 29 Apr 2019 01:26:39 AM BRT 15Mon 29 Apr 2019 01:26:39 AM BRT
2 Fixed signed/unsigned comparison in example http_chunked_compression.c. -SC/TR 16 Fixed signed/unsigned comparison in example http_chunked_compression.c. -SC/TR
3 17
18Sun Apr 21 16:40:00 MSK 2019
19 Improved compatibility with MSVC compilers;
20 Fixed MHD compilation by Clang/LLVM in VS;
21 Used MSVC intrinsics for bit rotations and bytes swap;
22 Added project files for VS2019. -EG
23
24Fri Apr 19 23:00:00 MSK 2019
25 Rewritten SHA-256 calculations from scratch to avoid changing LGPL version;
26 Added usage of GCC/Clang built-ins for bytes swap to significantly improve
27 speed of MD5 and SHA-256 calculation on platforms with known endianness.
28 Added test for SHA-256 calculations. -EG
29
30Wed Apr 17 20:52:00 MSK 2019
31 Refactoring of mhd5.c: optimized, dead code removed;
32 Faster MD5 calculation on little endian platforms;
33 Bit manipulations moved to separate header file.
34 Added tests for MD5 calculations. -EG
35
4Mon 15 Apr 2019 05:33:52 PM CEST 36Mon 15 Apr 2019 05:33:52 PM CEST
5 Add MHD_USE_POST_HANDSHAKE_AUTH_SUPPORT and 37 Add MHD_USE_POST_HANDSHAKE_AUTH_SUPPORT and
6 MHD_USE_INSECURE_TLS_EARLY_DATA flags. -CG 38 MHD_USE_INSECURE_TLS_EARLY_DATA flags. -CG
7 39
40Thu Apr 11 11:37:00 MSK 2019
41 Fixed MSVC 'Release' builds;
42 Fixed usage of MSVC's assert. -EG
43
44Wed Apr 10 14:31:00 MSK 2019
45 Improved shell compatibility for 'bootstrap', removed bash-ism.
46 Added wrapper script 'autogen.sh'. -EG
47
8Mon 08 Apr 2019 03:06:05 PM CEST 48Mon 08 Apr 2019 03:06:05 PM CEST
9 Fix close() checks as suggested by MK on the mailinglist 49 Fix close() checks as suggested by MK on the mailinglist
10 (#3926). -MK/CG 50 (#3926). -MK/CG