aboutsummaryrefslogtreecommitdiff
path: root/captain/queryutils.f90
AgeCommit message (Collapse)Author
2022-06-28Titan query strings are now actually processed as queries. Additional ↵request_refactorJeffrey Armstrong
cleanup based on refactor of requests.
2022-06-28Refactoring requests to be protocol-specificJeffrey Armstrong
2022-05-02Added concept of cookies so that sessions could exist in the web interface. ↵Jeffrey Armstrong
Login and logout now work properly.
2022-04-11Added token validation to all api calls, esp. checkins. Changed status ↵Jeffrey Armstrong
reports to use better query structure. Added query derived types to the request derived types directly. Requires testing of actual builds.
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵Jeffrey Armstrong
reporting.
2021-06-21Fixed memory issue caused by multiple deallocation calls.Jeffrey Armstrong
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs ↵Jeffrey Armstrong
at once
2021-05-20Added copyright headers to a few files.Jeffrey Armstrong
2021-05-12Fixed post query processing caused by sloppiness. Adding a player via the ↵Jeffrey Armstrong
web interface now works.
2021-05-12Added post handling to the captain. Improved the query utilities for ↵Jeffrey Armstrong
extracting values from a query string. Added a redirect template for html.
2021-05-11Added a utility module for parsing query strings that is probably a bit too ↵Jeffrey Armstrong
advanced for what we're doing.