summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* added signal handler and initial main loopChristian Pointner2009-12-278-21/+378
* added tools directoryChristian Pointner2009-12-272-54/+1
* cleanupChristian Pointner2009-12-271-4/+0
* implemented log.printf as replacement for log.printChristian Pointner2009-12-273-13/+27
* fixed strip targetChristian Pointner2009-12-271-1/+3
* moved from loadfile to loadbufferChristian Pointner2009-12-274-16/+86
* moved echo server to seperate fileChristian Pointner2009-12-273-44/+73
* added lua detection to configureChristian Pointner2009-12-271-3/+47
* added --with-lua to build systemChristian Pointner2009-12-279-15/+30
* use single lua object file nowChristian Pointner2009-12-262-15/+15
* fixed some typos at outputChristian Pointner2009-12-264-10/+18
* added simple udp echo server using luasocketChristian Pointner2009-12-262-2/+41
* removed useless ; in main_loop.luaChristian Pointner2009-12-261-2/+2
* moved options table functions to options.cChristian Pointner2009-12-263-55/+66
* added log targets string list to opt tables as wellChristian Pointner2009-12-251-2/+22
* options get passed to main_loop lua functionChristian Pointner2009-12-252-31/+91
* handling return value of main_loopChristian Pointner2009-12-252-4/+8
* moved from useless checklstring to checkstringChristian Pointner2009-12-253-10/+17
* luaL_error instead of lua_errorChristian Pointner2009-12-251-8/+4
* moved to lua 5.1 Christian Pointner2009-12-257-26/+73
* fixed typoChristian Pointner2009-12-251-1/+1
* added initial crypt library for luaChristian Pointner2009-12-256-2/+85
* added daemonizingChristian Pointner2009-12-252-0/+262
* cleanupChristian Pointner2009-12-251-21/+21
* removed lua: header from log messages from luaChristian Pointner2009-12-252-5/+2
* added log.add_target to log libraryChristian Pointner2009-12-252-7/+22
* added lua_errorChristian Pointner2009-12-252-3/+6
* added lua library for loggingChristian Pointner2009-12-255-1/+133
* added loggingChristian Pointner2009-12-255-4/+754
* added options parserChristian Pointner2009-12-258-12/+597
* added main filesChristian Pointner2009-12-254-7/+56
* added configure, makefile and initial manpageChristian Pointner2009-12-252-0/+343