summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-08-20hathaway: htest: fix single instance API usagemulti-hathawayAsbjørn Sloth Tønnesen
2013-08-20hathaway: support multiple instancesAsbjørn Sloth Tønnesen
2013-08-20hathaway: remove unnecessary scope indentationAsbjørn Sloth Tønnesen
2013-08-20http.server: remove useless do .. end blockEmil Renner Berthing
2013-08-20http: factor out response moduleEmil Renner Berthing
2013-08-19io: add io.fromfd()Emil Renner Berthing
2013-08-19io: don't open files with O_NONBLOCKEmil Renner Berthing
2013-08-16Makefile.in: fix dependenciesEmil Renner Berthing
2013-08-03io: fix file:close() and file:__gc() blockingEmil Renner Berthing
2013-06-08set EV_SIGNAL_ENABLE and EV_CHILD_ENABLEEmil 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-08lem: use reguler ints for queue indexesEmil 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-02-01README: refer to the exampleEmil Renner Berthing
2013-02-01README: add chat server exampleEmil 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
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-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