aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 03:56:10 +0000
commit21acb929f578eb8f876c235669b78d6b213ec315 (patch)
tree45f89714c45e2a4f0999f2601fb8df7076f5b4fd /ChangeLog
parent5e828bda99ed11ae9f183965eece0b5931ec0270 (diff)
downloadlibmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.tar.gz
libmicrohttpd-21acb929f578eb8f876c235669b78d6b213ec315.zip
incremental post processing API and implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c7ec25..d95139e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1Sat Sep 8 21:54:04 MDT 2007
2 Extended API to allow for incremental POST
3 processing. The new API is binary-compatible
4 as long as the app does not handle POSTs, but
5 since that maybe the case, we're strictly speaking
6 breaking backwards compatibility (since url-encoded
7 POST data is no longer obtained the same way). - CG
8
1Thu Aug 30 00:59:24 MDT 2007 9Thu Aug 30 00:59:24 MDT 2007
2 Improving API to allow clients to associate state 10 Improving API to allow clients to associate state
3 with a connection and to be notified about request 11 with a connection and to be notified about request