aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a45bea9..0cb6db52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
1Thu Feb 5 22:43:45 MST 2009
2 Incompatible API change to allow 64-bit uploads and downloads.
3 Clients must use "uint64_t" for the "pos"
4 argument (MHD_ContentReaderCallback) and the "off"
5 argument (MHD_PostDataIterator) and the "size"
6 argument (MHD_create_response_from_callback) now.
7 Also, "unsigned int" was changed to "size_t" for
8 the "upload_data_size" argument (MHD_AccessHandlerCallback),
9 the argument to MHD_OPTION_CONNECTION_MEMORY_LIMIT,
10 the "block_size" argument (MHD_create_response_from_callback),
11 the "buffer_size" argument (MHD_create_post_processor) and
12 the "post_data_len" argument (MHD_post_process). You may
13 need to #include <stdint.h> before <microhttpd.h> from now on. -CG
14
1Thu Feb 5 20:21:08 MST 2009 15Thu Feb 5 20:21:08 MST 2009
2 Allow getting address information about the connecting 16 Allow getting address information about the connecting
3 client after the accept call. -CG 17 client after the accept call. -CG