summaryrefslogtreecommitdiffstats
path: root/src/main/java/fi/iki/elonen
Commit message (Expand)AuthorAgeFilesLines
* Replace growing thread pool by cascaded oneHEADmasterSimon Rettberg12 days1-33/+0Star
* 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