summaryrefslogtreecommitdiffstats
path: root/api/src/main/java/org/openslx/taskmanager/api/AbstractTask.java
Commit message (Expand)AuthorAgeFilesLines
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-161-2/+3
* [api] Fix resetting wrong parent variableSimon Rettberg2021-04-191-1/+1
* Increase release timeout from 5 to 10 minutesSimon Rettberg2019-11-291-1/+1
* Add isFinished() to TaskSimon Rettberg2019-11-131-0/+13
* Add cancellable tasks, optional response payload compressionSimon Rettberg2016-12-011-0/+2
* Handle some uncaught runtime errors, fix race conditionSimon Rettberg2015-09-281-2/+16
* Switch to semaphore for signalling the mainloop to check for workSimon Rettberg2015-02-241-0/+1
* Make taskmanager an instance, add callback for finished jobs, improve parent ...Simon Rettberg2015-01-271-22/+43
* Initial commitSimon Rettberg2014-06-031-0/+284