summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-03implement proper flow control for relaying postdataFelix Fietkau
2013-01-03fix use-after-realloc issue with the request urlFelix Fietkau
2013-01-03clean up / fix #includeFelix Fietkau
2013-01-03link against libcryptFelix Fietkau
2013-01-03fix compile errors on linuxFelix Fietkau
2013-01-03do not send an error on a full buffer for post dataFelix Fietkau
2013-01-03fix chunked postdata parsingFelix Fietkau
2013-01-03add missing n_clients decrementFelix Fietkau
2013-01-03add post data relayingFelix Fietkau
2013-01-03cleanup dispatch struct accessFelix Fietkau
2013-01-03declare dispatch struct typeFelix Fietkau
2013-01-03fix index file handlingFelix Fietkau
2013-01-03use a better error code for unsupported expect headersFelix Fietkau
2013-01-03bail out on unsupported Expect: headersFelix Fietkau
2013-01-02move timegm declaration to utils.hFelix Fietkau
2013-01-02make hex array staticFelix Fietkau
2013-01-02fix error handling of invalid http method/versionFelix Fietkau
2013-01-02reduce stack usage of uh_file_dirlistFelix Fietkau
2013-01-02fix buffer handling for time formattingFelix Fietkau
2013-01-02rework string handling for directory listing, avoid redundant string scanningFelix Fietkau
2013-01-02add support for sending HTTP/1.1 100 ContinueFelix Fietkau
2013-01-02add rfc1918 filter checkFelix Fietkau
2013-01-02add uh_addr_rfc1918()Felix Fietkau
2013-01-02remove a static bufferFelix Fietkau
2013-01-02add auth supportFelix Fietkau
2013-01-02change uh_b64decode to take a void pointer to avoid redundant signed/unsigned...Felix Fietkau
2013-01-02remove unused constantFelix Fietkau
2013-01-02constify, fix typesFelix Fietkau
2013-01-02add local/remote address env vars for cgiFelix Fietkau
2013-01-02enable http keepalive again, it seems to work properly nowFelix Fietkau
2013-01-02fix client state tracking and request complete handlingFelix Fietkau
2013-01-02parse status header code from cgi scriptsFelix Fietkau
2013-01-01revert cflags changeFelix Fietkau
2013-01-01consume the newline (overwritten with 0-byte) after receiving cgi process hea...Felix Fietkau
2013-01-01fix line length calculationFelix Fietkau
2013-01-01fix typo in header name checkFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau
2013-01-01fix clearenv() on mac os xFelix Fietkau
2013-01-01add uh_split_header()Felix Fietkau
2013-01-01add uh_path_match()Felix Fietkau
2013-01-01append / to directory links to avoid unnecessary redirectsFelix Fietkau
2013-01-01code cleanupFelix Fietkau
2013-01-01rename uhttpd-mimetypes.h to mimetypes.hFelix Fietkau
2013-01-01minor cleanupFelix Fietkau
2012-12-31free client header buffer memoryFelix Fietkau
2012-12-31remove unnecessary client struct field membersFelix Fietkau
2012-12-31move dispatch cbs and data to one placeFelix Fietkau
2012-12-31add -Wmissing-declarationsFelix Fietkau
2012-12-31make uh_path_lookup staticFelix Fietkau
2012-12-31use -OsFelix Fietkau