summaryrefslogtreecommitdiffstats
path: root/src/main/java/fi
Commit message (Collapse)AuthorAgeFilesLines
* NanoHTTPD: Add constructor to easily set thread limit and queue lenSimon Rettberg2023-02-141-2/+17
|
* NanoHTTPD: Remove AsyncExecutor, move socket listen to constructorSimon Rettberg2023-02-141-79/+28Star
|
* Add NanoHTTPDSimon Rettberg2023-02-141-0/+1200
We need it in master-server and dozmod now, don't duplicate the code.