| Commit message (Expand) | Author | Age | Files | Lines |
| * | maven: Don't use brainfucked open intervals for version rangesHEADmaster | Simon Rettberg | 2023-09-26 | 2 | -5/+5 |
| * | Simplify timed wait in SystemCommandTask | Simon Rettberg | 2023-07-03 | 1 | -17/+12 |
| * | Add tmcli, very simple CLI tool | Simon Rettberg | 2022-05-31 | 1 | -0/+25 |
| * | pom: maven-assembly-plugin must not be versioned | Simon Rettberg | 2022-01-28 | 2 | -2/+0 |
| * | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 2 | -4/+4 |
| * | [daemon] Add printing of app information from MANIFEST.MF | Manuel Bentele | 2021-12-16 | 2 | -3/+45 |
| * | [daemon] Add log4j2 configuration for proper logging levels | Manuel Bentele | 2021-12-16 | 3 | -1/+33 |
| * | [api] Update version of gson dependency | Manuel Bentele | 2021-12-16 | 1 | -1/+1 |
| * | [daemon] Remove unused JUnit test | Manuel Bentele | 2021-12-16 | 2 | -44/+0 |
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-16 | 11 | -26/+49 |
| * | [daemon] Fix Java compiler warning | Manuel Bentele | 2021-12-16 | 1 | -0/+5 |
| * | Enable Java compiler warnings | Manuel Bentele | 2021-12-16 | 2 | -0/+2 |
| * | Update Java to version 8 | Manuel Bentele | 2021-12-16 | 2 | -4/+6 |
| * | Update version of Maven build plugins | Manuel Bentele | 2021-12-16 | 2 | -2/+6 |
| * | Cleanup Maven build configuration | Manuel Bentele | 2021-12-16 | 1 | -18/+0 |
| * | Update URL of project website | Manuel Bentele | 2021-12-16 | 3 | -3/+3 |
| * | [daemon] Assign thread names, fine tune socket timeoutsv3.10 | Simon Rettberg | 2021-04-19 | 3 | -12/+36 |
| * | [api] Make env unmodifiable at assignment time | Simon Rettberg | 2021-04-19 | 1 | -2/+2 |
| * | [api] Fix resetting wrong parent variable | Simon Rettberg | 2021-04-19 | 1 | -1/+1 |
| * | Move Environment class to API, fix loading from file | Simon Rettberg | 2020-02-25 | 3 | -23/+30 |
| * | Deserialize Strings to UTF-8 byte[] | Simon Rettberg | 2020-01-16 | 2 | -1/+35 |
| * | Use different compression thresholds for UDP and TCPv3.9 | Simon Rettberg | 2020-01-07 | 3 | -15/+13 |
| * | Add TCP interface | Simon Rettberg | 2020-01-07 | 6 | -19/+299 |
| * | Change thread pool params; allow more concurrent tasks | Simon Rettberg | 2019-11-29 | 1 | -4/+6 |
| * | Increase release timeout from 5 to 10 minutes | Simon Rettberg | 2019-11-29 | 1 | -1/+1 |
| * | Get rid of class loader hack, use command line instead | Simon Rettberg | 2019-11-13 | 3 | -56/+8 |
| * | BoundedLog type + serializer | Simon Rettberg | 2019-11-13 | 3 | -1/+57 |
| * | Add isFinished() to Task | Simon Rettberg | 2019-11-13 | 1 | -0/+13 |
| * | [daemon] Better error logging, handling of duplicate UUID | Simon Rettberg | 2019-11-13 | 1 | -2/+3 |
| * | [TaskStatus] Fix comment | Simon Rettberg | 2018-05-07 | 1 | -1/+1 |
| * | [SystemCommandTask] Support changing environment | Simon Rettberg | 2018-03-20 | 3 | -2/+12 |
| * | [SystemCommandTask] try-with for stdout/err readers, close input after done | Simon Rettberg | 2017-04-21 | 1 | -4/+6 |
| * | Better error logging: Include exception in some logger calls | Simon Rettberg | 2016-12-01 | 2 | -2/+9 |
| * | Add cancellable tasks, optional response payload compression | Simon Rettberg | 2016-12-01 | 5 | -10/+107 |
| * | DatagramPacket constructor doesn't throw SocketException in SE 8+ | Simon Rettberg | 2016-11-07 | 1 | -1/+1 |
| * | [SystemCommandTask] Return 124 as exit code on timeout | Simon Rettberg | 2015-09-29 | 1 | -1/+1 |
| * | Handle some uncaught runtime errors, fix race condition | Simon Rettberg | 2015-09-28 | 3 | -20/+88 |
| * | Switch to semaphore for signalling the mainloop to check for work | Simon Rettberg | 2015-02-24 | 3 | -28/+24 |
| * | Make taskmanager an instance, add callback for finished jobs, improve parent ... | Simon Rettberg | 2015-01-27 | 7 | -81/+128 |
| * | Rework plugin loading a little | Simon Rettberg | 2014-06-04 | 2 | -2/+3 |
| * | Quick README | Simon Rettberg | 2014-06-03 | 1 | -0/+13 |
| * | Initial commit | Simon Rettberg | 2014-06-03 | 16 | -0/+1482 |