summaryrefslogtreecommitdiffstats
path: root/src/main/java/fi
Commit message (Collapse)AuthorAgeFilesLines
* Replace growing thread pool by cascaded oneHEADmasterSimon Rettberg7 days1-33/+0Star
| | | | | Cascaded thread pools have a shared common fallback pool that will take over when a specific thread pool instance is overloaded.
* NanoHTTPD: Support chunked transfer encoding for uploadsSimon Rettberg2024-05-082-126/+504
|
* NanoHTTPD: Honor client requesting Connection: CloseSimon Rettberg2023-02-211-6/+18
|
* NanoHTTPD: Switch back to growing thread poolSimon Rettberg2023-02-171-3/+3
|
* 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.