aboutsummaryrefslogtreecommitdiff
path: root/captain/queryutils.f90
AgeCommit message (Expand)Author
2022-06-28Titan query strings are now actually processed as queries. Additional cleanu...request_refactorJeffrey Armstrong
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
2022-04-11Added token validation to all api calls, esp. checkins. Changed status repor...Jeffrey Armstrong
2021-06-29Tokens are now checked for file uploads. Fixed major buffer bugs in status r...Jeffrey Armstrong
2021-06-21Fixed memory issue caused by multiple deallocation calls.Jeffrey Armstrong
2021-06-21Groups of instructions are now supported, allowing launching multiple jobs at...Jeffrey Armstrong
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 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