summaryrefslogtreecommitdiff
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
* fixed readme changeChristian Pointner2014-06-141-1/+1
* updated Readme after repo has been movedChristian Pointner2014-06-141-3/+3
* added support for clangChristian Pointner2012-12-1110-16/+38
* updated configure to use git instead of svnChristian Pointner2012-11-131-4/+4
* added .gitignoreChristian Pointner2012-11-131-0/+10
* configure cleanupChristian Pointner2011-03-101-2/+2
* tcp_listen can act as out module nowChristian Pointner2011-01-013-6/+24
* implemente max cleints at tcp_listenChristian Pointner2011-01-012-1/+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-2912-23/+35
* yet another trailing whitespace deletionChristian Pointner2010-12-291-3/+3
* cleanupsChristian Pointner2010-12-293-9/+23
* fixed build (copy paste error)Christian Pointner2010-12-294-16/+26
* removed trailing whitespacesChristian Pointner2010-12-2947-265/+274
* debug shell not using lua sockets any moreChristian Pointner2010-12-293-129/+106
* added tcp.client and tcp.connectChristian Pointner2010-12-286-27/+309
* 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-266-3/+475
* removing getfd functionsChristian Pointner2010-12-267-29/+4
* cleanupChristian Pointner2010-12-262-14/+12
* updated TODOChristian Pointner2010-12-261-0/+2
* ignoring expected response for output only modulesChristian Pointner2010-12-266-10/+15
* module load path is now configurable at build timeChristian Pointner2010-12-264-7/+21
* new config.h replaces version.hChristian Pointner2010-12-263-16/+20
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-2612-63/+39
* max instances gets checked nowChristian Pointner2010-12-262-3/+17
* removed crapy require from module loaderChristian Pointner2010-12-262-6/+8
* updated TODOChristian Pointner2010-12-193-26/+41
* loading comamnds and response table form fileChristian Pointner2010-12-197-23/+82
* updated TODOChristian Pointner2010-12-181-2/+1
* 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
* fixed typos at manpageChristian Pointner2010-12-142-6/+6
* marked start_gcsd as executableChristian Pointner2010-11-241-0/+0
* added example gcsd startup script, and example dispatch-table for simple bina...Markus Grueneis2010-11-242-0/+23
* debugged dispatch tableChristian Pointner2010-11-2411-26/+50
* tab vs spaceChristian Pointner2010-11-242-16/+16
* updated TODOChristian Pointner2010-11-241-1/+0
* implemented dispatch-tableMarkus Grueneis2010-11-246-7/+100
* added cleanup function to exec childChristian Pointner2010-11-233-2/+16