summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mini-fix in debug-shell: return statement now worksMarkus Grüneis2010-06-011-1/+1
* small bugfixesChristian Pointner2010-05-311-7/+8
* added help command to debug shellChristian Pointner2010-05-301-3/+10
* quit vs terminateChristian Pointner2010-05-301-1/+10
* start debug shell only when -U is suppliedChristian Pointner2010-05-302-4/+7
* debug shell is now able to execute lua codeChristian Pointner2010-05-301-8/+32
* added quit and ping command to debug shellChristian Pointner2010-05-301-1/+17
* added debug shell (not finished yet)Christian Pointner2010-05-304-88/+124
* replaced own u_int types with types from stdint.hMarkus Grüneis2010-05-307-26/+17
* escaping spaces in configure outputChristian Pointner2010-05-301-14/+14
* don't link to luasocket library (fixed build on freebsd)Christian Pointner2010-04-064-5/+8
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
* added debug cmd line optionChristian Pointner2010-01-142-0/+11
* moved default log target to optionsChristian Pointner2010-01-112-18/+21
* cleaned up lua libs (no require socket anymore)Christian Pointner2010-01-114-8/+5
* added info for build with gnutls on windowsChristian Pointner2010-01-062-2/+1
* cleanup at signal handlerChristian Pointner2010-01-061-1/+3
* builds now on windows using MinGW and MSYSChristian Pointner2010-01-0613-379/+198
* added dummy signal handler for windowsChristian Pointner2010-01-033-18/+22
* added missing includeChristian Pointner2010-01-031-0/+1
* windows build a little bit moreChristian Pointner2010-01-037-40/+62
* added Visual Studio ProjectChristian Pointner2010-01-037-0/+344
* finally found the gnutls_strerror function ;)Christian Pointner2010-01-031-1/+1
* moved from include to own object for lua bytecodeChristian Pointner2010-01-022-25/+22
* cleanup at echo server Christian Pointner2009-12-311-2/+2
* builds now on freebsd Christian Pointner2009-12-303-9/+21
* echo server cleanupChristian Pointner2009-12-302-5/+7
* removed misplaces error messageChristian Pointner2009-12-291-1/+0
* added short descriptive textChristian Pointner2009-12-2914-14/+98
* switched to constants at log tableChristian Pointner2009-12-293-27/+24
* fixed build gnutsl log funcChristian Pointner2009-12-281-2/+2
* set gnutls log function Christian Pointner2009-12-281-0/+8
* moved from libgcrypt to gnutls and from openssl crypto to opensslChristian Pointner2009-12-282-32/+36
* improved error handlingChristian Pointner2009-12-271-10/+16
* added second echo server Christian Pointner2009-12-272-8/+10
* 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