index
:
levitating
master
request_refactor
An overly simple continuous integration system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
player
/
player.F90
Age
Commit message (
Collapse
)
Author
2021-06-29
Tokens are now checked for file uploads. Fixed major buffer bugs in status ↵
Jeffrey Armstrong
reporting.
2021-05-18
Added time stamps to common player stdout messages. Fixed delete_tree task ↵
Jeffrey Armstrong
to blow away files by default.
2021-04-19
Properly set the result logical to true when json instructions are properly ↵
Jeffrey Armstrong
received.
2021-04-16
Fixed issue with connect calls that were manifested on macOS.
Jeffrey Armstrong
2021-04-15
Added license and readme to the project
Jeffrey Armstrong
2021-04-14
Fixed 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-07
Fixed many issues related to reporting status. Initial debugging of titan ↵
Jeffrey Armstrong
upload handling.
2021-04-05
Fixed misordering of arguments when building an instruction request url
Jeffrey Armstrong
2021-04-05
Fixed checkin json to return a name of instructions needed and a job id
Jeffrey Armstrong
2021-03-25
Added endpoints and convenience functions for talking to the server. ↵
Jeffrey Armstrong
Completed task loop and run loop.