summaryrefslogtreecommitdiffstats
path: root/lem
AgeCommit message (Expand)Author
2013-01-27http.server: add close() methodEmil Renner Berthing
2013-01-27io: set FD_CLOEXEC on all new filedescriptorsEmil Renner Berthing
2013-01-27io: add stream:getpeer()Emil Renner Berthing
2013-01-27io: ignore protocol errors on acceptEmil Renner Berthing
2013-01-27io: try syscalls again on EINTREmil Renner Berthing
2013-01-27io: make accept() close fd after watch is stoppedEmil Renner Berthing
2013-01-26io: server cleanupEmil Renner Berthing
2013-01-26io: don't do reverse dns lookup on connect/listenEmil Renner Berthing
2013-01-26repl: add missing line separatorEmil Renner Berthing
2013-01-26http: fix req:body() with Expect: 100-continueEmil Renner Berthing
2013-01-24http: allow whitespace after HTTP and /Emil Renner Berthing
2013-01-24http: header names are case-insensitiveEmil Renner Berthing
2013-01-22io: add optional 3rd permission arg to io.open()Emil Renner Berthing
2013-01-21io: add mode argument to io.unix.listen()Emil Renner Berthing
2013-01-21http.server: add more HTTP status codesHalfdan Mouritzen
2013-01-20io: don't close stdin, stdout and stderr on __gc()Emil Renner Berthing
2013-01-20io: always create stdin, stderr and stdoutEmil Renner Berthing
2013-01-16lem: if no file is specified run the replEmil Renner Berthing
2013-01-15hathaway: support preinitialized socketsEmil Renner Berthing
2013-01-15http.server: ignore cork/uncork errorsEmil Renner Berthing
2013-01-12io: use memcpy to copy unix socket pathEmil Renner Berthing
2013-01-12io: add support for unix socketsEmil Renner Berthing
2013-01-12io: fix memory leak in tcp_listen_reap()Emil Renner Berthing
2013-01-11Re-license as LGPLEmil Renner Berthing
2013-01-10parsers: split out from io libraryEmil Renner Berthing
2013-01-10io: add lem_inputbuf_init() helperEmil Renner Berthing
2013-01-10io: fix race and don't close fd twiceEmil Renner Berthing
2013-01-09io: use flag to signal stream closedEmil Renner Berthing
2013-01-09io: allow simultaneous sendfile on the same fileEmil Renner Berthing
2013-01-09http.server: add bad_request() and expose htmlerror()Emil Renner Berthing
2013-01-06http/server: small fixesEmil Renner Berthing
2013-01-06hathaway: add functions for OPTION requestsEmil Renner Berthing
2013-01-06http: match requests on path excluding query componentAsbjørn Sloth Tønnesen
2013-01-06http: split http handling into separate libraryEmil Renner Berthing
2013-01-06io/tcp: add MultiServer wrapperEmil Renner Berthing
2013-01-04io/tcp: listen() and connect() return host and portEmil Renner Berthing
2013-01-04http: support no Content-Length when Connection: closeEmil Renner Berthing
2013-01-04io/tcp: keep both node and service strings on stackEmil Renner Berthing
2012-12-19utils: yield in utils.exit() to stop running immediatelyEmil Renner Berthing
2012-12-18lfs: addedEmil Renner Berthing
2012-12-17io: add file:lock() methodEmil Renner Berthing
2012-12-17io: add input(), read(), output() and close()Emil Renner Berthing
2012-12-17io: multiple arguments for file:write() and stream:write()Emil Renner Berthing
2012-12-17io: rework stream:sendfile()Emil Renner Berthing
2012-12-17io: add file:size() methodEmil Renner Berthing
2012-12-17io: add names to operation structs in struct fileEmil Renner Berthing
2012-12-17pool: make threadpool dynamically configurableEmil Renner Berthing
2012-12-17io: put connect and listen in tcp tableEmil Renner Berthing
2012-12-17io: unify io.tcp_listen()Emil Renner Berthing
2012-12-17io: lookup host names without blockingEmil Renner Berthing