aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--ChangeLog10
2 files changed, 9 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 7a7616ad..e4674df4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,4 @@ Code contributions also came from:
5Chris GauthierDickey <chrisg@cs.du.edu> 5Chris GauthierDickey <chrisg@cs.du.edu>
6Daniel Pittman <depittman@gmail.com> 6Daniel Pittman <depittman@gmail.com>
7Nils Durner <durner@gnunet.org> 7Nils Durner <durner@gnunet.org>
8Heikki Lindholm <holindho@cs.helsinki.fi>
diff --git a/ChangeLog b/ChangeLog
index ff8f7e9c..a7c7ec25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
1Thu Aug 30 00:59:24 MDT 2007
2 Improving API to allow clients to associate state
3 with a connection and to be notified about request
4 termination (this is a binary-compatible change). - CG
5 Fixed compile errors under OS X. - HL
6
1Sun Aug 26 03:11:46 MDT 2007 7Sun Aug 26 03:11:46 MDT 2007
2 Added MHD_USE_PEDANTIC_CHECKS option which enforces 8 Added MHD_USE_PEDANTIC_CHECKS option which enforces
3 receiving a "Host:" header in HTTP 1.1 (and sends a 9 receiving a "Host:" header in HTTP 1.1 (and sends a
4 HTTP 400 status back if this is violated). 10 HTTP 400 status back if this is violated). - CG
5 11
6Tue Aug 21 01:01:46 MDT 2007 12Tue Aug 21 01:01:46 MDT 2007
7 Fixing assertion failure that occured when a client 13 Fixing assertion failure that occured when a client
8 closed the connection after sending some data but 14 closed the connection after sending some data but
9 not the full headers. 15 not the full headers. - CG
10 16
11Sat Aug 18 03:06:09 MDT 2007 17Sat Aug 18 03:06:09 MDT 2007
12 Check for out of memory when adding headers to 18 Check for out of memory when adding headers to