summaryrefslogtreecommitdiffstats
path: root/daemon
Commit message (Collapse)AuthorAgeFilesLines
* maven: Don't use brainfucked open intervals for version rangesHEADmasterSimon Rettberg2023-09-261-2/+2
| | | | See https://michakutz.medium.com/d4ba66ac654
* pom: maven-assembly-plugin must not be versionedSimon Rettberg2022-01-281-1/+0Star
|
* Update log4j because of the CVE-2021-45105 security flawManuel Bentele2021-12-201-2/+2
|
* [daemon] Add printing of app information from MANIFEST.MFManuel Bentele2021-12-162-3/+45
|
* [daemon] Add log4j2 configuration for proper logging levelsManuel Bentele2021-12-163-1/+33
|
* [daemon] Remove unused JUnit testManuel Bentele2021-12-162-44/+0Star
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-167-14/+34
|
* [daemon] Fix Java compiler warningManuel Bentele2021-12-161-0/+5
|
* Enable Java compiler warningsManuel Bentele2021-12-161-0/+1
|
* Update Java to version 8Manuel Bentele2021-12-161-2/+3
|
* Update version of Maven build pluginsManuel Bentele2021-12-161-1/+3
|
* Update URL of project websiteManuel Bentele2021-12-161-1/+1
|
* [daemon] Assign thread names, fine tune socket timeoutsv3.10Simon Rettberg2021-04-193-12/+36
|
* Move Environment class to API, fix loading from fileSimon Rettberg2020-02-252-67/+1Star
|
* Deserialize Strings to UTF-8 byte[]Simon Rettberg2020-01-162-1/+35
|
* Use different compression thresholds for UDP and TCPv3.9Simon Rettberg2020-01-073-15/+13Star
|
* Add TCP interfaceSimon Rettberg2020-01-076-19/+299
| | | | Supports password protection
* Change thread pool params; allow more concurrent tasksSimon Rettberg2019-11-291-4/+6
| | | | ...and shorten queue
* Get rid of class loader hack, use command line insteadSimon Rettberg2019-11-133-56/+8Star
|
* BoundedLog type + serializerSimon Rettberg2019-11-132-1/+32
|
* [daemon] Better error logging, handling of duplicate UUIDSimon Rettberg2019-11-131-2/+3
|
* [SystemCommandTask] Support changing environmentSimon Rettberg2018-03-201-1/+1
|
* Better error logging: Include exception in some logger callsSimon Rettberg2016-12-011-1/+1
|
* Add cancellable tasks, optional response payload compressionSimon Rettberg2016-12-012-9/+81
|
* DatagramPacket constructor doesn't throw SocketException in SE 8+Simon Rettberg2016-11-071-1/+1
|
* Handle some uncaught runtime errors, fix race conditionSimon Rettberg2015-09-281-3/+2Star
|
* Switch to semaphore for signalling the mainloop to check for workSimon Rettberg2015-02-241-18/+6Star
|
* Make taskmanager an instance, add callback for finished jobs, improve parent ↵Simon Rettberg2015-01-274-57/+72
| | | | dependency handling
* Rework plugin loading a littleSimon Rettberg2014-06-042-2/+3
|
* Initial commitSimon Rettberg2014-06-0310-0/+786