commit c71098bcc3c49f02e19d4527c2df8d242c6e50dd
parent e15abfd99c9a1c892b68b17f9a8d65c949658adb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 8 Aug 2015 12:30:14 +0000
Updated ChangeLog, added missing newline
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 8 12:19:47 CEST 2015
+ Added checks for overflows and buffer overruns, fixed
+ possible buffer overrun.
+ Updated md5 implementation.
+ Fixed many compiler warning (mostly for VC compiler). -EG
+
Tue Aug 4 13:50:23 CEST 2015
Fix failure to properly clean up timed out connections
if running in external select mode without listen socket,
diff --git a/src/microhttpd/MHD_byteorder.h b/src/microhttpd/MHD_byteorder.h
@@ -149,4 +149,4 @@
#endif /* !WORDS_BIGENDIAN && _MHD_BYTE_ORDER == _MHD_BIG_ENDIAN */
#endif /* _MHD_BYTE_ORDER */
-#endif /* !MHD_BYTEORDER_H */
-\ No newline at end of file
+#endif /* !MHD_BYTEORDER_H */