aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Jeffrey Armstrong
upload capabilities. Fixed memory overrun issues due to problems parsing ls output.
2021-04-13Releases page and file/dir listing works great on Linux. Should work on BSD ↵Jeffrey Armstrong
hosts as well.
2021-04-12Added directory listing feature to utilities in preparation for building ↵Jeffrey Armstrong
releases page.
2021-04-12Tree deletion now also uses the 'f' flag on non-windowsJeffrey Armstrong
2021-04-12URLs in instructions can now leave out the server implying download and ↵Jeffrey Armstrong
upload from the server itself. Download and upload both work correctly.
2021-04-09Modified how logging works so that multiple processes can write in theory.Jeffrey Armstrong
2021-04-08Added concept of logging level. Log file now opened and closed on every ↵Jeffrey Armstrong
write to avoid possible locking issues. Build is broken because of log init call.
2021-04-08Fixed favicon path calculationJeffrey Armstrong
2021-04-08Fixed task handling inside the captain. Fixed static file delivery.Jeffrey Armstrong
2021-04-07Fixed tasks such that they are created in the db initially. Fixed link to ↵Jeffrey Armstrong
results to be consistent with filenames for saving results.
2021-04-07Individual job results can now be viewedJeffrey Armstrong
2021-04-07Results now posted back correctly using titan protocolJeffrey Armstrong
2021-04-07Fixed many issues related to reporting status. Initial debugging of titan ↵Jeffrey Armstrong
upload handling.
2021-04-05Fixed misordering of arguments when building an instruction request urlJeffrey Armstrong
2021-04-05Fixed checkin json to return a name of instructions needed and a job idJeffrey Armstrong
2021-04-05Fixed URL issues in playerJeffrey Armstrong
2021-04-05Implemented titan handling on the server, hopefully. Added sending the ↵Jeffrey Armstrong
captured file for a task to failed jobs as well.
2021-04-02More work on titan request handling, including a titan request derived typeJeffrey Armstrong
2021-04-02API calls to the gemini interface should work. API calls to the titan ↵Jeffrey Armstrong
interface need implementation.
2021-04-01Started work on API implementationJeffrey Armstrong
2021-04-01Jobs are now inserted into the database when launched. Job listings work.Jeffrey Armstrong
2021-04-01Fixed request parsing to initialize a necessary variable. Minor cosmetic ↵Jeffrey Armstrong
changes to instruction handling.
2021-04-01Added support for viewing individual instruction pages, assigning players, ↵Jeffrey Armstrong
and launching instruction jobs
2021-03-30Modified the jobs table. Added job derived type to the database module. ↵Jeffrey Armstrong
Need accessor calls.
2021-03-30Added script to scan and load instructions. Instructions now displayed on a ↵Jeffrey Armstrong
page.
2021-03-30Storing an example site. Added support for just plain old static files and ↵Jeffrey Armstrong
favicons
2021-03-30Fixed outstanding issues in template variable assignment and player content ↵Jeffrey Armstrong
building. Removed unnecessary logging calls.
2021-03-30Reworked requests and responses with some derived types so that things make ↵Jeffrey Armstrong
sense.
2021-03-29Added further player functions to db. Added contents for listing players ↵Jeffrey Armstrong
via gemini.
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were ↵Jeffrey Armstrong
quite broken.
2021-03-29Added handling for basic external requests.Jeffrey Armstrong
2021-03-27Starting work towards processing external gemini requests.Jeffrey Armstrong
2021-03-27Minor cleanup of the template code. Started on main program handling requests.Jeffrey Armstrong
2021-03-26Template rendering implemented. Added configuration and external url ↵Jeffrey Armstrong
handling procedure stubs
2021-03-26Started work on a template engine complete with variables. Added a few ↵Jeffrey Armstrong
database routines and some hopeful, untested changes to the sql creation script.
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.
2021-03-25Added endpoints and convenience functions for talking to the server. ↵Jeffrey Armstrong
Completed task loop and run loop.
2021-03-24Updated project to reflect preprocessing of mainJeffrey Armstrong
2021-03-24Added concept of player identity. Started on the instructions processing loop.Jeffrey Armstrong
2021-03-24Initial importJeffrey Armstrong