summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-22do not reset .notify_write on request doneFelix Fietkau
2013-01-21add missing check for unencrypted passwordsFelix Fietkau
2013-01-19do not relay empty chunks, they look like EOF in chunked encodingFelix Fietkau
2013-01-19implement support for script timeout for cgi/luaFelix Fietkau
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-19ignore initial newlines in http requestsFelix Fietkau
2013-01-19fix container_of() on ustream callbacksFelix Fietkau
2013-01-19poll read data after connect as wellFelix Fietkau
2013-01-19poll connection after request completion when using keepaliveFelix Fietkau
2013-01-19properly terminate headers of http responses without data, add Content-Length: 0Felix Fietkau
2013-01-19fix file etag buffer lengthFelix Fietkau
2013-01-19move listener unblocking to a separate stack context via uloop timerFelix Fietkau
2013-01-19add user agent detection for working around keepalive issues and add support ...Felix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-13fix cgi/lua header parsingFelix Fietkau
2013-01-13fix redirect statusFelix Fietkau
2013-01-13fix local/remote port env varsFelix Fietkau
2013-01-13poll ustream after the process dies to fix eof detectionFelix Fietkau
2013-01-13fix path lookupFelix Fietkau
2013-01-13add an option for configuring http keepaliveFelix Fietkau
2013-01-13check for conf.error_handler before using itFelix Fietkau
2013-01-13fix getting local server addressFelix Fietkau
2013-01-13add check for shadow support, turn -Os back onFelix Fietkau
2013-01-13add missing file exists checkFelix Fietkau
2013-01-13remove unused data from the url in the session test scriptFelix Fietkau
2013-01-13rework the ubus plugin to support JSON-RPC 2.0Felix Fietkau
2013-01-13add plugin op for uh_chunk_printfFelix Fietkau
2013-01-07ubus: split out session handling code into ubus-session.cFelix Fietkau
2013-01-07fix typoFelix Fietkau
2013-01-07fix prefix lookupFelix Fietkau
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 r...Felix Fietkau
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 d...Felix Fietkau
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 c...Felix Fietkau
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