summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-22PKGBUILD: update licenseEmil 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-18lem: don't rely LUA_LDIR for repl pathEmil Renner Berthing
2013-01-18README: update and delete outdated library documentationEmil Renner Berthing
2013-01-18configure: the builtin Lua 5.2 has luaL_traceback()Emil Renner Berthing
2013-01-17lem: unbreak build against plain Lua 5.1Emil Renner Berthing
2013-01-16lem: print stack trace on errorEmil 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-14configure: allow any pkg-config name for Lua/LuaJITEmil 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-07export proper CPPFLAGS to pkg-config fileEmil Renner Berthing
2013-01-06http/server: small fixesEmil Renner Berthing
2013-01-06hathaway: add functions for OPTION requestsEmil Renner Berthing
2013-01-06gitignore: ignore VIM swap filesAsbjørn Sloth Tønnesen
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-18test: use the libraries we just compiledEmil 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