summaryrefslogtreecommitdiffstats
path: root/lem
AgeCommit message (Expand)Author
2020-07-30override Lua print() with lem.io.print()Asbjørn Sloth Tønnesen
2020-07-30lem.io: add print()Asbjørn Sloth Tønnesen
2020-07-30lem.io: add :print() mirroring Lua print()Asbjørn Sloth Tønnesen
2017-04-26signal: kill warningAsbjørn Sloth Tønnesen
2017-04-26http: server: body: add maxsize argumentAsbjørn Sloth Tønnesen
2016-01-21http.server: use %H:%M:%S instead of %T in os.date()Kristian Nielsen
2016-01-08Lua 5.3.2Emil Renner Berthing
2016-01-08Drop backwards compatibility with Lua < 5.2Emil Renner Berthing
2016-01-08signal: sigchld: export pid informationAsbjørn Sloth Tønnesen
2016-01-08io: fix Linux include and UNIX_PATH_MAX fallbackRalph
2016-01-07io: interrupt streams on closeEmil Renner Berthing
2013-11-21fix pragmas for old GCCsEmil Renner Berthing
2013-11-11signal: fix compilation on OSXEmil Renner Berthing
2013-11-11suppress libev strict-aliasing warningsAsbjørn Sloth Tønnesen
2013-11-11signal: add support for looking up signals by numberAsbjørn Sloth Tønnesen
2013-11-11signal: handle sigchild separatelyAsbjørn Sloth Tønnesen
2013-11-11signal: add signal lookupAsbjørn Sloth Tønnesen
2013-11-11signal: initial signal handlingAsbjørn Sloth Tønnesen
2013-08-27add built-time assertionsEmil Renner Berthing
2013-08-27parsers: give parsers a set amount of space for stateEmil Renner Berthing
2013-08-27http.server: fix typoAsbjørn Sloth Tønnesen
2013-08-26pool: better APIEmil Renner Berthing
2013-08-22hathaway: support multiple instancesAsbjørn Sloth Tønnesen
2013-08-21hathaway: remove unnecessary scope indentationAsbjørn Sloth Tønnesen
2013-08-21http: move Request and Response objects outEmil Renner Berthing
2013-08-21http.server: remove useless do .. end blockEmil Renner Berthing
2013-08-21http: factor out response moduleEmil Renner Berthing
2013-08-21io: add io.fromfd()Emil Renner Berthing
2013-08-19io: don't open files with O_NONBLOCKEmil Renner Berthing
2013-08-03io: fix file:close() and file:__gc() blockingEmil Renner Berthing
2013-06-08http.client: addedEmil Renner Berthing
2013-06-08io: return stream, pid from io.popen()Emil Renner Berthing
2013-06-08io: fix memory leak on error in io.popen()Emil Renner Berthing
2013-06-08queue: add blocking multiple producer/consumer queueEmil Renner Berthing
2013-06-08fix compilation with EV_MULTIPLICITY setEmil Renner Berthing
2013-02-06parsers: fix stack overflowEmil Renner Berthing
2013-02-06io: fix empty string skipping codeEmil Renner Berthing
2013-02-01io: skip empty strings in write methodsEmil Renner Berthing
2013-01-31io: flush file input buffer on seekEmil Renner Berthing
2013-01-30http.server: smarter res:add()Emil Renner Berthing
2013-01-30io: add io.streamfile()Emil Renner Berthing
2013-01-30io: rework io.popen to use posix_spawn()Emil Renner Berthing
2013-01-29io: handle standard streams betterEmil Renner Berthing
2013-01-29io: implement io.lines() and lines() methodsEmil Renner Berthing
2013-01-29io: fix filedescriptor leak on FreeBSD/OSXEmil Renner Berthing
2013-01-28io: don't try to emulate TCP_CORK with TCP_NOPUSHEmil Renner Berthing
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