summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated info after moving to GITHEADmasterChristian Pointner2016-02-254-14/+23
* added git ignoreChristian Pointner2016-02-251-0/+10
* 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
* fixed readmeChristian Pointner2012-09-251-0/+3
* add support for clangChristian Pointner2012-09-252-4/+17
* fixed -WallChristian Pointner2012-09-255-4/+6
* configure cleanupChristian Pointner2011-03-101-12/+12
* fixed typos at manpageChristian Pointner2010-12-142-6/+6
* fixed debug shell cleanup bugChristian Pointner2010-11-031-1/+3
* fixed typoChristian Pointner2010-11-031-1/+1
* 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-308-28/+19
* escaping spaces in configure outputChristian Pointner2010-05-301-14/+14
* don't link to luasocket library (fixed build on freebsd)Christian Pointner2010-04-065-6/+9
* fixed configure (no svn error output)Christian Pointner2010-02-201-1/+1
* updated manpage (add -U|--debug)Christian Pointner2010-01-152-2/+22
* 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-063-4/+9
* cleanup at signal handlerChristian Pointner2010-01-061-1/+3
* builds now on windows using MinGW and MSYSChristian Pointner2010-01-0614-392/+201
* added dummy signal handler for windowsChristian Pointner2010-01-033-18/+22
* added missing includeChristian Pointner2010-01-031-0/+1
* added luasocket directoy to svn:ignoreChristian Pointner2010-01-030-0/+0
* windows build a little bit moreChristian Pointner2010-01-037-40/+62
* added Visual Studio ProjectChristian Pointner2010-01-038-0/+369
* finally found the gnutls_strerror function ;)Christian Pointner2010-01-031-1/+1
* fixed Readme (configuer --use-openssl)Christian Pointner2010-01-021-1/+1
* moved from include to own object for lua bytecodeChristian Pointner2010-01-023-26/+26
* cleanup at echo server Christian Pointner2009-12-311-2/+2
* builds now on freebsd Christian Pointner2009-12-303-9/+21
* updated Readme - FreeBSD dependenciesChristian Pointner2009-12-301-0/+16
* echo server cleanupChristian Pointner2009-12-302-5/+7