aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-01 14:24:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-01 14:24:24 +0000
commitde35faa11a8bcfb8a771a924f183694be7ba0ddb (patch)
treed42507b5eed7604f48b0748e2dccac155d4e15a7 /ChangeLog
parent5f6d6b2ccc8dfaeef9c961a7c91d62597fa406d3 (diff)
downloadlibmicrohttpd-de35faa11a8bcfb8a771a924f183694be7ba0ddb.tar.gz
libmicrohttpd-de35faa11a8bcfb8a771a924f183694be7ba0ddb.zip
Hi there,
am I right in the assumption, that the documentation at http://www.gnu.org/s/libmicrohttpd/tutorial.html#Supporting-basic-authentication is newer than authorization_example.c in the src/examples/ subdirectory? If so here is a patch to make authorization_example.c use the functions from the tutorial instead of raw base64 strings. Regards Sven -
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71628081..3d7575d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Thu Dec 1 15:22:57 CET 2011
2 Updated authorization_example.c to actually demonstrate the current
3 MHD API. -SG
4
1Mon Nov 21 18:51:30 CET 2011 5Mon Nov 21 18:51:30 CET 2011
2 Added option to suppress generation of the 'Date:' header to be 6 Added option to suppress generation of the 'Date:' header to be
3 used on embedded systems without RTC. Documented the new option 7 used on embedded systems without RTC. Documented the new option