File List

Here is a list of all files with brief descriptions:
src/daemon/base64.c [code]
src/daemon/base64.h [code]
src/daemon/connection.c [code]Methods for managing connections
src/daemon/connection.h [code]Methods for managing connections
src/daemon/connection_https.c [code]Methods for managing SSL/TLS connections. This file is only compiled if ENABLE_HTTPS is set
src/daemon/connection_https.h [code]Methods for managing connections
src/daemon/daemon.c [code]A minimal-HTTP server library
src/daemon/digestauth.c [code]Implements various HTTP authentication methods
src/daemon/internal.c [code]
src/daemon/internal.h [code]Internal shared structures
src/daemon/md5.c [code]
src/daemon/md5.h [code]
src/daemon/memorypool.c [code]Memory pool
src/daemon/memorypool.h [code]Memory pool; mostly used for efficient (de)allocation for each connection and bounding memory use for each request
src/daemon/postprocessor.c [code]Methods for parsing POST data
src/daemon/postprocessor_large_test.c [code]Testcase with very large input for postprocessor
src/daemon/reason_phrase.c [code]Tables of the string response phrases
src/daemon/reason_phrase.h [code]
src/daemon/response.c [code]Methods for managing response objects
src/daemon/response.h [code]Methods for managing response objects
src/include/microhttpd.h [code]Public interface to libmicrohttpd
src/include/platform.h [code]Platform-specific includes for libmicrohttpd
src/include/plibc/plibc.h [code]