summaryrefslogtreecommitdiffstats
path: root/src/main/java/fi
Commit message (Expand)AuthorAgeFilesLines
* NanoHTTPD: Support chunked transfer encoding for uploadsSimon Rettberg7 days2-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