aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs at...Jeffrey Armstrong
2021-06-07Git and shell tasks now default to the current directory if unspecified.Jeffrey Armstrong
2021-06-03Proper server response codes are now used by the request_utils moduleJeffrey Armstrong
2021-06-03Glob dir listings are now checked for directory separators prior to prependin...Jeffrey Armstrong
2021-06-01Added a GNU make makefile.Jeffrey Armstrong
2021-05-25Added directory to filename for upload when mask is specified.Jeffrey Armstrong
2021-05-24Fixed skip_first issue on LinuxJeffrey Armstrong
2021-05-24Removed unitialized logical from file listing routine. Fixed Windows project...Jeffrey Armstrong
2021-05-24Added links on jobs pages to the instructions and player that were running th...Jeffrey Armstrong
2021-05-20Added copyright headers to a few files.Jeffrey Armstrong
2021-05-20Added templates for about and home pages.Jeffrey Armstrong
2021-05-20Added a build date function. Implemented about and home templates for gemini...Jeffrey Armstrong
2021-05-20Added ability to extend templates if desired. Used in Home and About links.Jeffrey Armstrong
2021-05-19Set git operations to default to the master branchJeffrey Armstrong
2021-05-19Report failure for uploading non-existant or 0byte files.Jeffrey Armstrong
2021-05-18Added time stamps to common player stdout messages. Fixed delete_tree task t...Jeffrey Armstrong
2021-05-18Added a pull command to make sure git actually does pull the latest.Jeffrey Armstrong
2021-05-18Fixed listing available files on WindowsJeffrey Armstrong
2021-05-17Removed debugging outputJeffrey Armstrong
2021-05-17Fixed typo in player codeJeffrey Armstrong
2021-05-17Added ability to allow operations to fail and still be marked successful.Jeffrey Armstrong
2021-05-17Fixed query parsing for single instruction htmlJeffrey Armstrong
2021-05-17Fixed temp filename creation on Windows caused by bad strlen call.Jeffrey Armstrong
2021-05-17Added pager to jobs list on instructions page as well.Jeffrey Armstrong
2021-05-13Temporary directory is now configurable.Jeffrey Armstrong
2021-05-12Added logging of template file full pathJeffrey Armstrong
2021-05-12Added some CSS styling. Fixed checks for zero-length pointers since it seems...Jeffrey Armstrong
2021-05-12Fixed post query processing caused by sloppiness. Adding a player via the we...Jeffrey Armstrong
2021-05-12Added post handling to the captain. Improved the query utilities for extract...Jeffrey Armstrong
2021-05-11Added a utility module for parsing query strings that is probably a bit too a...Jeffrey Armstrong
2021-05-11Moved some command handling into requtils to share with web and gemini modes....Jeffrey Armstrong
2021-05-07Instructions and players now displayed via the CGI interface. Added 'page' m...Jeffrey Armstrong
2021-05-06Check for results existence works in CGI interface for listing tasksJeffrey Armstrong
2021-05-06Individual job results can now be displayed via CGIJeffrey Armstrong
2021-05-06Job listing now works through CGIJeffrey Armstrong
2021-05-06Config update for lighttpdJeffrey Armstrong
2021-05-06Fixed static file handler to allow subdirectories properly. Fixed directory ...Jeffrey Armstrong
2021-05-06Fixed spelling of captain.Jeffrey Armstrong
2021-05-06CGI interface at least starts properly. Fixed rendering of templates to actu...Jeffrey Armstrong
2021-05-05Re-fixed inquire statements because I was wrong. Commented out some unimplem...Jeffrey Armstrong
2021-05-05Fixed inquire statements. Added releases support, in theory, to the web hand...Jeffrey Armstrong
2021-05-04Initial work on the CGI interface for web access.Jeffrey Armstrong
2021-04-28Directory listing on UNIXy systems modified to work on macOSJeffrey Armstrong
2021-04-27Fixed issue with reading file contents into a buffer, now using size instead ...Jeffrey Armstrong
2021-04-19Properly set the result logical to true when json instructions are properly r...Jeffrey Armstrong
2021-04-16Fixed issue with connect calls that were manifested on macOS.Jeffrey Armstrong
2021-04-15Fixed typo in database creationJeffrey Armstrong
2021-04-15Added license and readme to the projectJeffrey Armstrong
2021-04-14Added Windows support for getting directory and file listingsJeffrey Armstrong
2021-04-14Fixed binary transfers to maintain file integrity. Added globbed file upload...Jeffrey Armstrong