summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* updated info after moving to GITHEADmasterChristian Pointner2016-02-252-6/+6
* make prefix variable more standard compliantChristian Pointner2015-05-121-1/+1
* added compiler to version outputChristian Pointner2015-05-101-0/+6
* prefer newer versions of luaChristian Pointner2015-05-091-1/+1
* added support for Lua 5.2Christian Pointner2015-05-095-8/+73
* added support for clangChristian Pointner2014-06-217-9/+9
* add support for clangChristian Pointner2012-09-251-3/+16
* fixed -WallChristian Pointner2012-09-255-4/+6
* configure cleanupChristian Pointner2011-03-101-12/+12
* fixed debug shell cleanup bugChristian Pointner2010-11-031-1/+3
* ignoring SIG_CHLD by defaultChristian Pointner2010-10-031-5/+7
* fixed typoChristian Pointner2010-10-031-1/+1
* blocking SIGPIPEChristian Pointner2010-10-031-2/+7
* small refactoringChristian Pointner2010-10-022-4/+4
* additional error output at debug shellChristian Pointner2010-06-011-3/+3
* 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