aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b2c69f..bda07055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1Thu Jan 19 17:46:05 CET 2012 1Thu Jan 19 22:11:12 CET 2012
2 Fixing use of uninitialized 'earliest_deadline' variable in 2 Switch to non-blocking sockets for all systems but Cygwin
3 (we already used non-blocking sockets for GNU/Linux); also
4 use non-blocking sockets on Cygwin for HTTPS as this is
5 required to avoid DoS-by-partial-record via gnutls. On
6 Cygwin, #1824 implies that we need to use blocking sockets
7 for HTTP on Cygwin for now. -CG
8
9Thu Jan 19 17:46:05 CET 2012
10 Fixing use of uninitialized 'earliest_deadline' variable in
3 MHD_get_timeout which can lead to returning an incorrect 11 MHD_get_timeout which can lead to returning an incorrect
4 (too early) timeout (#2085). -tclaveirole 12 (too early) timeout (#2085). -tclaveirole
5 13