summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-07add ubus supportFelix Fietkau
2013-01-07export uh_http_header to pluginsFelix Fietkau
2013-01-07export uh_request_done to pluginsFelix Fietkau
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the ↵Felix Fietkau
request anyway
2013-01-05add a c function for .send and .sendcFelix Fietkau
2013-01-05add header table for lua callsFelix Fietkau
2013-01-04fix uninitialized variablesFelix Fietkau
2013-01-04add lua plugin supportFelix Fietkau
2013-01-04remove #ifdef HAVE_CGIFelix Fietkau
2013-01-04add basic tls support, todo: error handlingFelix Fietkau
2013-01-04get rid of -rdynamic on linkingFelix Fietkau
2013-01-04fix relay ustream initializationFelix Fietkau
2013-01-04constify mimetype listFelix Fietkau
2013-01-04clean up directory listing code, only iterate over the set once (by sorting ↵Felix Fietkau
directories before files ahead of time)
2013-01-04ensure the cgi postdata write pipe is closed for other processesFelix Fietkau
2013-01-04re-enable reads from the cgi pipe after enough data has been written to the ↵Felix Fietkau
client
2013-01-04plug a memory leak in cgi processingFelix Fietkau
2013-01-04fix resuming accept() calls after exceeding client limitFelix Fietkau
2013-01-04free cgi headersFelix Fietkau
2013-01-03use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau
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 ↵Felix Fietkau
signed/unsigned casts
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