summaryrefslogtreecommitdiffstats
path: root/api/src/main/java/org/openslx/taskmanager/api/SystemCommandTask.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify timed wait in SystemCommandTaskSimon Rettberg2023-07-031-17/+12Star
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-161-2/+3
* Move Environment class to API, fix loading from fileSimon Rettberg2020-02-251-1/+6
* [SystemCommandTask] Support changing environmentSimon Rettberg2018-03-201-0/+10
* [SystemCommandTask] try-with for stdout/err readers, close input after doneSimon Rettberg2017-04-211-4/+6
* Better error logging: Include exception in some logger callsSimon Rettberg2016-12-011-1/+8
* [SystemCommandTask] Return 124 as exit code on timeoutSimon Rettberg2015-09-291-1/+1
* Handle some uncaught runtime errors, fix race conditionSimon Rettberg2015-09-281-15/+70
* Switch to semaphore for signalling the mainloop to check for workSimon Rettberg2015-02-241-10/+17
* Initial commitSimon Rettberg2014-06-031-0/+169