13 Commits (6d4e09ea3cdfac97d2a9cec991a8a99a55ef6ff3)

Author SHA1 Message Date
goldsimon e4ec9053e9 bug #35874 reserved identifier violation, 2nd part 12 years ago
Simon Goldschmidt b833b173cc Fixed bug #35874 reserved identifier violation (removed leading underscores from header include guards) 12 years ago
goldsimon 8eb51799aa httpd: 14 years ago
Simon Goldschmidt d1bf1ee0da httpd + makefsdata: 15 years ago
goldsimon 19de161358 - added LWIP_HTTPD_SSI_INCLUDE_TAG (default on): when off, don't include the SSI tag in the output sent to clients (so SSI tags can be used anywhere, even in input boxes); 16 years ago
goldsimon 3e59a70f02 Added LWIP_HTTPD_CUSTOM_FILES to open files that are not included in fsdata.c 16 years ago
goldsimon 93a0e58ea2 Added support for precalculated checksum and (pregenerated) HTTP/1.1 headers ("connection: close" and "content-length") 16 years ago
goldsimon e97f6e1909 Improved code size & memory footprint when LWIP_HTTPD_SSI==0 && LWIP_HTTPD_DYNAMIC_HEADERS==0 16 years ago
goldsimon 6bb0cded4f For LWIP_HTTPD_DYNAMIC_HEADERS==1, skip get_http_headers() if http_header_included 16 years ago
goldsimon 4ec673b17d Merged httpd from TI Luminary: added basic SSI and CGI support, added support for dynamic HTTP header generation 16 years ago
goldsimon c43d077828 Add support to files that don't include HTTP response header 17 years ago
goldsimon d0b500244b ~patch #6459: Changed file name variables to const; changed file size in httpd from u16_t to u32_t to allow file sizes > 64KB (fsdata.c file size is int) 18 years ago
goldsimon fe5e7bd541 Moved raw httpd and netio test apps from ports/msvc6 to apps 19 years ago
kieranm 68bf8d154c Return msvc6 to "maintained" state 19 years ago
kieranm 4903763b16 Move unmainted ports to "old" directory 19 years ago
proff_fs bd14ef63dc Finally got it working. Cleaned up in some places, messed more in others. 23 years ago
jani edd18aad86 add unix projects to contrib module 23 years ago
jani 1cb0c2930a Add other ports too 24 years ago
jani b63196d62a Add Unix port 24 years ago