summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2012-12-17io: lookup host names without blockingEmil Renner Berthing
2012-12-17io: factor out io_strerror()Emil Renner Berthing
2012-12-17io: rework io.open()Emil Renner Berthing
2012-12-17io: rework streamsEmil Renner Berthing
2012-12-17io: factor out closed and busy errorsEmil Renner Berthing
2012-12-17rename lem.streams to lem.ioEmil Renner Berthing
2012-12-17streams: add file:seek() methodEmil Renner Berthing
2012-12-17streams: add file:write() methodEmil Renner Berthing
2012-12-17streams: add File typeEmil Renner Berthing
2012-12-17streams: raise buffer size to 4kEmil Renner Berthing
2012-12-17pool: use two locks, spinlock if availableEmil Renner Berthing
2012-12-15pool: add thread poolEmil Renner Berthing