summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)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
| | | | fixed issues with gcc -Wall
* updated configure to use git instead of svnChristian Pointner2012-11-131-4/+4
|
* configure cleanupChristian Pointner2011-03-101-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@96 ac14a137-c7f1-4531-abe0-07747231d213
* tcp_listen can act as out module nowChristian Pointner2011-01-012-4/+24
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@95 ac14a137-c7f1-4531-abe0-07747231d213
* implemente max cleints at tcp_listenChristian Pointner2011-01-011-0/+10
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@94 ac14a137-c7f1-4531-abe0-07747231d213
* implemented process_respons at modules Christian Pointner2010-12-314-4/+12
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@93 ac14a137-c7f1-4531-abe0-07747231d213
* fixed typoChristian Pointner2010-12-313-4/+2
| | | | | | | some cleanup git-svn-id: https://svn.spreadspace.org/gcsd/trunk@92 ac14a137-c7f1-4531-abe0-07747231d213
* requester gets now stored with commandsChristian Pointner2010-12-2910-20/+32
| | | | | | | response and timeout handlers get called now git-svn-id: https://svn.spreadspace.org/gcsd/trunk@91 ac14a137-c7f1-4531-abe0-07747231d213
* cleanupsChristian Pointner2010-12-292-1/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@89 ac14a137-c7f1-4531-abe0-07747231d213
* fixed build (copy paste error)Christian Pointner2010-12-293-15/+26
| | | | | | | closing daemon when output module is supposed to be removed git-svn-id: https://svn.spreadspace.org/gcsd/trunk@88 ac14a137-c7f1-4531-abe0-07747231d213
* removed trailing whitespacesChristian Pointner2010-12-2940-234/+234
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@87 ac14a137-c7f1-4531-abe0-07747231d213
* debug shell not using lua sockets any moreChristian Pointner2010-12-291-126/+102
| | | | | | | updated TODO and README git-svn-id: https://svn.spreadspace.org/gcsd/trunk@86 ac14a137-c7f1-4531-abe0-07747231d213
* added tcp.client and tcp.connectChristian Pointner2010-12-285-25/+307
| | | | | | | | added tcp_connect module some cleanup and small fixes git-svn-id: https://svn.spreadspace.org/gcsd/trunk@85 ac14a137-c7f1-4531-abe0-07747231d213
* added default port number to tcp_listenChristian Pointner2010-12-271-0/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@84 ac14a137-c7f1-4531-abe0-07747231d213
* better error handling at tcp listen moduleChristian Pointner2010-12-272-13/+20
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@83 ac14a137-c7f1-4531-abe0-07747231d213
* better output at tcp_listenChristian Pointner2010-12-262-3/+4
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@82 ac14a137-c7f1-4531-abe0-07747231d213
* added initial tcp moduleChristian Pointner2010-12-265-0/+471
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@81 ac14a137-c7f1-4531-abe0-07747231d213
* removing getfd functionsChristian Pointner2010-12-267-29/+4
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@80 ac14a137-c7f1-4531-abe0-07747231d213
* ignoring expected response for output only modulesChristian Pointner2010-12-266-10/+15
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@77 ac14a137-c7f1-4531-abe0-07747231d213
* module load path is now configurable at build timeChristian Pointner2010-12-263-3/+17
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@76 ac14a137-c7f1-4531-abe0-07747231d213
* new config.h replaces version.hChristian Pointner2010-12-263-16/+20
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@75 ac14a137-c7f1-4531-abe0-07747231d213
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-2611-63/+38
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@74 ac14a137-c7f1-4531-abe0-07747231d213
* max instances gets checked nowChristian Pointner2010-12-261-2/+17
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@73 ac14a137-c7f1-4531-abe0-07747231d213
* removed crapy require from module loaderChristian Pointner2010-12-261-5/+7
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@72 ac14a137-c7f1-4531-abe0-07747231d213
* updated TODOChristian Pointner2010-12-192-21/+31
| | | | | | | timer values allow + and - now git-svn-id: https://svn.spreadspace.org/gcsd/trunk@71 ac14a137-c7f1-4531-abe0-07747231d213
* loading comamnds and response table form fileChristian Pointner2010-12-195-21/+70
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@70 ac14a137-c7f1-4531-abe0-07747231d213
* implemented first version of the response tableChristian Pointner2010-12-186-5/+74
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@68 ac14a137-c7f1-4531-abe0-07747231d213
* moved dispatch table to command_tableChristian Pointner2010-12-185-11/+11
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@67 ac14a137-c7f1-4531-abe0-07747231d213
* command timeout works nowChristian Pointner2010-12-183-8/+19
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@66 ac14a137-c7f1-4531-abe0-07747231d213
* added bogus check timout to command queueChristian Pointner2010-12-186-1/+173
| | | | | | | | command without expected response completed after sent added timer utility library git-svn-id: https://svn.spreadspace.org/gcsd/trunk@65 ac14a137-c7f1-4531-abe0-07747231d213
* debugged dispatch tableChristian Pointner2010-11-249-20/+44
| | | | | | | | added basic mode added runtype to modules git-svn-id: https://svn.spreadspace.org/gcsd/trunk@61 ac14a137-c7f1-4531-abe0-07747231d213
* tab vs spaceChristian Pointner2010-11-241-11/+11
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@60 ac14a137-c7f1-4531-abe0-07747231d213
* implemented dispatch-tableMarkus Grueneis2010-11-245-7/+94
| | | | | | | | added example dispatch-table table... using dispatcher in stdio and exec module git-svn-id: https://svn.spreadspace.org/gcsd/trunk@58 ac14a137-c7f1-4531-abe0-07747231d213
* added cleanup function to exec childChristian Pointner2010-11-233-2/+16
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@57 ac14a137-c7f1-4531-abe0-07747231d213
* exec and waitpid work with lua table for each childChristian Pointner2010-11-233-118/+55
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@56 ac14a137-c7f1-4531-abe0-07747231d213
* mainloop now handles all return codes for writer as wellChristian Pointner2010-11-221-1/+8
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@55 ac14a137-c7f1-4531-abe0-07747231d213
* kill now supports numbers and not only stringsChristian Pointner2010-11-221-36/+45
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@54 ac14a137-c7f1-4531-abe0-07747231d213
* added kill to utilChristian Pointner2010-11-222-1/+53
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@53 ac14a137-c7f1-4531-abe0-07747231d213
* added initial exec moduleChristian Pointner2010-11-221-0/+155
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@52 ac14a137-c7f1-4531-abe0-07747231d213
* cleanupChristian Pointner2010-11-221-3/+0
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@51 ac14a137-c7f1-4531-abe0-07747231d213
* exec works now with prepared stdio setupChristian Pointner2010-11-222-11/+26
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@50 ac14a137-c7f1-4531-abe0-07747231d213
* exec works now (with error pipe back)Christian Pointner2010-11-222-20/+19
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@49 ac14a137-c7f1-4531-abe0-07747231d213
* added child clear (not called yet)Christian Pointner2010-11-221-0/+17
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@48 ac14a137-c7f1-4531-abe0-07747231d213
* added error pipe in case execve returns - not working yet..Christian Pointner2010-11-222-2/+131
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@47 ac14a137-c7f1-4531-abe0-07747231d213
* environment pointer works now at execChristian Pointner2010-11-212-12/+27
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@46 ac14a137-c7f1-4531-abe0-07747231d213