aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
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 ↵Jeffrey Armstrong
project reference to utilities.F90.
2021-05-20Added a build date function. Implemented about and home templates for ↵Jeffrey Armstrong
gemini interface.
2021-05-18Fixed listing available files on WindowsJeffrey Armstrong
2021-05-17Removed debugging outputJeffrey Armstrong
2021-05-17Fixed temp filename creation on Windows caused by bad strlen call.Jeffrey Armstrong
2021-05-13Temporary directory is now configurable.Jeffrey Armstrong
2021-05-06Fixed static file handler to allow subdirectories properly. Fixed directory ↵Jeffrey Armstrong
file listing under Linux. Release listing now works through CGI.
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
of len.
2021-04-16Fixed issue with connect calls that were manifested on macOS.Jeffrey 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 ↵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-09Modified how logging works so that multiple processes can write in theory.Jeffrey 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 checkin json to return a name of instructions needed and a job idJeffrey Armstrong
2021-04-05Fixed URL issues in playerJeffrey Armstrong
2021-03-29Changed how temp files work on UNIX-y stuff. Fixed templates, which were ↵Jeffrey Armstrong
quite broken.
2021-03-25Started on server components. Implemented thin, only-necessary sqlite ↵Jeffrey Armstrong
wrapping in Fortran.
2021-03-24Initial importJeffrey Armstrong