summaryrefslogtreecommitdiff
path: root/src/main_loop.lua
Commit message (Expand)AuthorAgeFilesLines
* fixed debug shell cleanup bugChristian Pointner2010-11-031-1/+3
* start debug shell only when -U is suppliedChristian Pointner2010-05-301-2/+4
* added debug shell (not finished yet)Christian Pointner2010-05-301-9/+8
* don't link to luasocket library (fixed build on freebsd)Christian Pointner2010-04-061-0/+2
* cleaned up lua libs (no require socket anymore)Christian Pointner2010-01-111-2/+0
* added info for build with gnutls on windowsChristian Pointner2010-01-061-1/+1
* echo server cleanupChristian Pointner2009-12-301-3/+3
* added short descriptive textChristian Pointner2009-12-291-1/+7
* switched to constants at log tableChristian Pointner2009-12-291-2/+2
* improved error handlingChristian Pointner2009-12-271-10/+16
* added second echo server Christian Pointner2009-12-271-6/+9
* added signal handler and initial main loopChristian Pointner2009-12-271-1/+24
* implemented log.printf as replacement for log.printChristian Pointner2009-12-271-2/+2
* moved echo server to seperate fileChristian Pointner2009-12-271-42/+1
* added --with-lua to build systemChristian Pointner2009-12-271-1/+0
* fixed some typos at outputChristian Pointner2009-12-261-3/+5
* added simple udp echo server using luasocketChristian Pointner2009-12-261-2/+40
* removed useless ; in main_loop.luaChristian Pointner2009-12-261-2/+2
* options get passed to main_loop lua functionChristian Pointner2009-12-251-8/+6
* handling return value of main_loopChristian Pointner2009-12-251-1/+1
* moved from useless checklstring to checkstringChristian Pointner2009-12-251-0/+2
* moved to lua 5.1 Christian Pointner2009-12-251-1/+1
* fixed typoChristian Pointner2009-12-251-1/+1
* added initial crypt library for luaChristian Pointner2009-12-251-1/+1
* added log.add_target to log libraryChristian Pointner2009-12-251-0/+1
* added lua_errorChristian Pointner2009-12-251-1/+2
* added lua library for loggingChristian Pointner2009-12-251-1/+5
* added options parserChristian Pointner2009-12-251-2/+25
* added main filesChristian Pointner2009-12-251-0/+3