summaryrefslogtreecommitdiff
path: root/src/anylike.c
Commit message (Collapse)AuthorAgeFilesLines
* added support for Lua 5.2Christian Pointner2015-05-091-0/+22
|
* fixed -WallChristian Pointner2012-09-251-1/+2
|
* replaced own u_int types with types from stdint.hMarkus Grüneis2010-05-301-2/+2
|
* don't link to luasocket library (fixed build on freebsd)Christian Pointner2010-04-061-2/+1
|
* moved default log target to optionsChristian Pointner2010-01-111-18/+13
|
* cleaned up lua libs (no require socket anymore)Christian Pointner2010-01-111-1/+2
|
* builds now on windows using MinGW and MSYSChristian Pointner2010-01-061-3/+3
| | | | | | removed Visual Studio Files added signal handler for Windows
* added Visual Studio ProjectChristian Pointner2010-01-031-0/+6
| | | | | not working yet .. :(
* finally found the gnutls_strerror function ;)Christian Pointner2010-01-031-1/+1
|
* moved from include to own object for lua bytecodeChristian Pointner2010-01-021-2/+3
|
* builds now on freebsd Christian Pointner2009-12-301-1/+1
|
* removed misplaces error messageChristian Pointner2009-12-291-1/+0
|
* added short descriptive textChristian Pointner2009-12-291-1/+7
|
* 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-281-21/+25
|
* added signal handler and initial main loopChristian Pointner2009-12-271-0/+2
|
* moved from loadfile to loadbufferChristian Pointner2009-12-271-7/+7
| | | | | | bytecode gets embedded in c binary
* added --with-lua to build systemChristian Pointner2009-12-271-3/+3
|
* use single lua object file nowChristian Pointner2009-12-261-7/+7
|
* fixed some typos at outputChristian Pointner2009-12-261-1/+1
| | | | | | switched to precompiled lua file
* added simple udp echo server using luasocketChristian Pointner2009-12-261-0/+1
|
* moved options table functions to options.cChristian Pointner2009-12-261-55/+2
|
* 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-251-23/+85
|
* handling return value of main_loopChristian Pointner2009-12-251-3/+7
|
* moved from useless checklstring to checkstringChristian Pointner2009-12-251-7/+12
| | | | | | getting error message from stack at loadfile and call
* moved to lua 5.1 Christian Pointner2009-12-251-12/+56
| | | | | | cleaned up lua functions
* added initial crypt library for luaChristian Pointner2009-12-251-0/+2
|
* added daemonizingChristian Pointner2009-12-251-0/+89
| | | | | | init of libgcrypt
* removed lua: header from log messages from luaChristian Pointner2009-12-251-4/+1
|
* added lua library for loggingChristian Pointner2009-12-251-0/+2
|
* added loggingChristian Pointner2009-12-251-2/+40
|
* added options parserChristian Pointner2009-12-251-2/+39
|
* added main filesChristian Pointner2009-12-251-0/+44
updated readme (dependencies)