aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-08 23:38:07 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-08 23:38:07 +0200
commit89d2ef97322ff5276e9a437e616a1e07529e0b26 (patch)
treec556b686eb323ca61036d69774553056ac8e2361 /ChangeLog
parentde872dea2d88f183c3f434c694acdcdb373f639c (diff)
parentda0585902ce08aacf97f7711b85343d4d45c80fe (diff)
downloadlibmicrohttpd-89d2ef97322ff5276e9a437e616a1e07529e0b26.tar.gz
libmicrohttpd-89d2ef97322ff5276e9a437e616a1e07529e0b26.zip
define and use 'enum MHD_Result' (merge)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 15 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce14755..9fede6ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,12 @@ Wed 08 Apr 2020 10:53:01 PM CEST
6 the code more robust in the future. For conditional compilation, test 6 the code more robust in the future. For conditional compilation, test
7 for "MHD_VERSION >= 0x00097002". -CG 7 for "MHD_VERSION >= 0x00097002". -CG
8 8
9Tue 07 Apr 2020 02:58:39 PM BRT
10 Fixed #5501 (Added example for how to provide a tiny threaded websocket server). -SC
11
12Tue 31 Mar 2020 02:36:40 PM BRT
13 Fixed #6142 (applied several spelling fixes). -DKG/-SC
14
9Sat 07 Mar 2020 05:20:33 PM CET 15Sat 07 Mar 2020 05:20:33 PM CET
10 Fixed #6090 (misc. severe socket handling bugs on OS X). -CG 16 Fixed #6090 (misc. severe socket handling bugs on OS X). -CG
11 17
@@ -581,7 +587,7 @@ Sun Apr 23 20:05:44 CEST 2017
581 field names if MHD_USE_PEDANTIC_CHECKS is set. -CG 587 field names if MHD_USE_PEDANTIC_CHECKS is set. -CG
582 588
583Sun Apr 23 19:20:33 CEST 2017 589Sun Apr 23 19:20:33 CEST 2017
584 Replace remaining occurences of sprintf() with 590 Replace remaining occurrences of sprintf() with
585 MHD_snprintf_(). Thanks to Ram for pointing this out. -CG 591 MHD_snprintf_(). Thanks to Ram for pointing this out. -CG
586 592
587Sat Apr 22 20:39:00 MSK 2017 593Sat Apr 22 20:39:00 MSK 2017
@@ -1180,7 +1186,7 @@ Tue Dec 1 10:01:12 CET 2015
1180 1186
1181Wed Nov 25 17:02:53 CET 2015 1187Wed Nov 25 17:02:53 CET 2015
1182 Remove 200ms delay observable with keep-alive on Darwin 1188 Remove 200ms delay observable with keep-alive on Darwin
1183 and *BSD platfroms. -EG 1189 and *BSD platforms. -EG
1184 1190
1185Tue Nov 10 15:25:48 CET 2015 1191Tue Nov 10 15:25:48 CET 2015
1186 Fix issue with shutdown if connection was resumed just 1192 Fix issue with shutdown if connection was resumed just
@@ -1544,7 +1550,7 @@ Wed Mar 05 13:15:05 CET 2014
1544 Changed configure flag from '--disable-pipe' to 1550 Changed configure flag from '--disable-pipe' to
1545 '--enable-socketpair'. 1551 '--enable-socketpair'.
1546 Added configure flags '--disable-doc' and '--disable-examples'. 1552 Added configure flags '--disable-doc' and '--disable-examples'.
1547 Narrowed down extrenal lib specific compiler and linker flags 1553 Narrowed down external lib specific compiler and linker flags
1548 usage. -EG 1554 usage. -EG
1549 1555
1550Wed Feb 26 17:42:34 CET 2014 1556Wed Feb 26 17:42:34 CET 2014
@@ -1650,7 +1656,7 @@ Tue Dec 3 21:05:38 CET 2013
1650Fri Nov 29 20:17:03 CET 2013 1656Fri Nov 29 20:17:03 CET 2013
1651 Eliminating theoretical stack overflow by limiting length 1657 Eliminating theoretical stack overflow by limiting length
1652 of URIs in authentication headers to 32k (only applicable 1658 of URIs in authentication headers to 32k (only applicable
1653 if the application explicitly raised the memroy limits, 1659 if the application explicitly raised the memory limits,
1654 and only applies to MHD_digest_auth_check). Issue was 1660 and only applies to MHD_digest_auth_check). Issue was
1655 reported by Florian Weimer. -CG 1661 reported by Florian Weimer. -CG
1656 1662
@@ -1878,7 +1884,7 @@ Sun Mar 31 20:03:48 CEST 2013
1878 at ~1500 MB/s on this system). -CG 1884 at ~1500 MB/s on this system). -CG
1879 1885
1880Fri Mar 29 16:44:29 CET 2013 1886Fri Mar 29 16:44:29 CET 2013
1881 Renaming testcases to consistenly begin with test_; 1887 Renaming testcases to consistently begin with test_;
1882 Changing build system to build examples in doc/. 1888 Changing build system to build examples in doc/.
1883 Releasing libmicrohttpd 0.9.26. -CG 1889 Releasing libmicrohttpd 0.9.26. -CG
1884 1890
@@ -2598,11 +2604,11 @@ Sun May 17 03:29:46 MDT 2009
2598 2604
2599Fri May 15 11:00:20 MDT 2009 2605Fri May 15 11:00:20 MDT 2009
2600 Grow reserved read buffer more aggressively so that we are not 2606 Grow reserved read buffer more aggressively so that we are not
2601 needlessly stuck reading only a handfull of bytes in each iteration. -CG 2607 needlessly stuck reading only a handful of bytes in each iteration. -CG
2602 2608
2603Thu May 14 21:20:30 MDT 2009 2609Thu May 14 21:20:30 MDT 2009
2604 Fixed issue where the "NOTIFY_COMPLETED" handler could be called 2610 Fixed issue where the "NOTIFY_COMPLETED" handler could be called
2605 twice (if a socket error or timeout occured for a pipelined 2611 twice (if a socket error or timeout occurred for a pipelined
2606 connection after successfully completing a request and before 2612 connection after successfully completing a request and before
2607 the next request was successfully transmitted). This could 2613 the next request was successfully transmitted). This could
2608 confuse applications not expecting to see a connection "complete" 2614 confuse applications not expecting to see a connection "complete"
@@ -2766,7 +2772,7 @@ Sat Apr 12 15:14:05 MDT 2008
2766 Fixed a problem (introduced in 0.2.3) with handling very 2772 Fixed a problem (introduced in 0.2.3) with handling very
2767 large requests (the code did not return proper error code). 2773 large requests (the code did not return proper error code).
2768 If "--enable-messages" is specified, the code now includes 2774 If "--enable-messages" is specified, the code now includes
2769 reasonable default HTML webpages for various build-in 2775 reasonable default HTML webpages for various built-in
2770 errors (such as request too large and malformed requests). 2776 errors (such as request too large and malformed requests).
2771 Without that flag, the webpages returned will still be 2777 Without that flag, the webpages returned will still be
2772 empty. 2778 empty.
@@ -2892,7 +2898,7 @@ Sun Aug 26 03:11:46 MDT 2007
2892 HTTP 400 status back if this is violated). - CG 2898 HTTP 400 status back if this is violated). - CG
2893 2899
2894Tue Aug 21 01:01:46 MDT 2007 2900Tue Aug 21 01:01:46 MDT 2007
2895 Fixing assertion failure that occured when a client 2901 Fixing assertion failure that occurred when a client
2896 closed the connection after sending some data but 2902 closed the connection after sending some data but
2897 not the full headers. - CG 2903 not the full headers. - CG
2898 2904