aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2089a4b1..e784f5b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1Sun Dec 16 03:24:13 MST 2007
2 Implemented handling of chunked (HTTP 1.1) uploads.
3 Note that the upload callback must be able to
4 process chunks in the size uploaded by the client,
5 MHD will not "join" small chunks into a big
6 contiguous block of memory (even if buffer space
7 would be available). - CG
8
1Wed Dec 5 21:39:35 MST 2007 9Wed Dec 5 21:39:35 MST 2007
2 Fixed race in multi-threaded server mode. 10 Fixed race in multi-threaded server mode.
3 Fixed handling of POST data when receiving a 11 Fixed handling of POST data when receiving a