summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make prefix variable more standard compliantHEADmasterChristian Pointner2015-05-121-1/+1
* added compiler to version outputChristian Pointner2015-05-111-0/+6
* fixed build for 5.1Christian Pointner2015-05-101-1/+2
* added inital support for Lua 5.2Christian Pointner2015-05-108-16/+109
* fixed typoChristian Pointner2014-06-141-2/+2
* added support for clangChristian Pointner2012-12-118-14/+33
* updated configure to use git instead of svnChristian Pointner2012-11-131-4/+4
* configure cleanupChristian Pointner2011-03-101-2/+2
* tcp_listen can act as out module nowChristian Pointner2011-01-012-4/+24
* implemente max cleints at tcp_listenChristian Pointner2011-01-011-0/+10
* implemented process_respons at modules Christian Pointner2010-12-314-4/+12
* fixed typoChristian Pointner2010-12-313-4/+2
* requester gets now stored with commandsChristian Pointner2010-12-2910-20/+32
* cleanupsChristian Pointner2010-12-292-1/+2
* fixed build (copy paste error)Christian Pointner2010-12-293-15/+26
* removed trailing whitespacesChristian Pointner2010-12-2940-234/+234
* debug shell not using lua sockets any moreChristian Pointner2010-12-291-126/+102
* added tcp.client and tcp.connectChristian Pointner2010-12-285-25/+307
* added default port number to tcp_listenChristian Pointner2010-12-271-0/+2
* better error handling at tcp listen moduleChristian Pointner2010-12-272-13/+20
* better output at tcp_listenChristian Pointner2010-12-262-3/+4
* added initial tcp moduleChristian Pointner2010-12-265-0/+471
* removing getfd functionsChristian Pointner2010-12-267-29/+4
* ignoring expected response for output only modulesChristian Pointner2010-12-266-10/+15
* module load path is now configurable at build timeChristian Pointner2010-12-263-3/+17
* new config.h replaces version.hChristian Pointner2010-12-263-16/+20
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-2611-63/+38
* max instances gets checked nowChristian Pointner2010-12-261-2/+17
* removed crapy require from module loaderChristian Pointner2010-12-261-5/+7
* updated TODOChristian Pointner2010-12-192-21/+31
* loading comamnds and response table form fileChristian Pointner2010-12-195-21/+70
* implemented first version of the response tableChristian Pointner2010-12-186-5/+74
* moved dispatch table to command_tableChristian Pointner2010-12-185-11/+11
* command timeout works nowChristian Pointner2010-12-183-8/+19
* added bogus check timout to command queueChristian Pointner2010-12-186-1/+173
* debugged dispatch tableChristian Pointner2010-11-249-20/+44
* tab vs spaceChristian Pointner2010-11-241-11/+11
* implemented dispatch-tableMarkus Grueneis2010-11-245-7/+94
* added cleanup function to exec childChristian Pointner2010-11-233-2/+16
* exec and waitpid work with lua table for each childChristian Pointner2010-11-233-118/+55
* mainloop now handles all return codes for writer as wellChristian Pointner2010-11-221-1/+8
* kill now supports numbers and not only stringsChristian Pointner2010-11-221-36/+45
* added kill to utilChristian Pointner2010-11-222-1/+53
* added initial exec moduleChristian Pointner2010-11-221-0/+155
* cleanupChristian Pointner2010-11-221-3/+0
* exec works now with prepared stdio setupChristian Pointner2010-11-222-11/+26
* exec works now (with error pipe back)Christian Pointner2010-11-222-20/+19
* added child clear (not called yet)Christian Pointner2010-11-221-0/+17
* added error pipe in case execve returns - not working yet..Christian Pointner2010-11-222-2/+131
* environment pointer works now at execChristian Pointner2010-11-212-12/+27