1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #315 from rherrmann/patch-1 More... over 9 years ago
Fix typo in example code More... over 9 years ago
Add a RoutePrioritizer interface and some implementations of that interface. There is a Default implementation that mimics the existing code, an InsertionOrder implementation that uses the order that routes are inserted, and a ProvidedPriority implementation that uses the priority that was provided instead of the one that UriResource calculates for itself. By default routing works the same, but this allows us to extend how routing works. More... over 9 years ago
Merge pull request #310 from brettlounsbury/master More... over 9 years ago
Add 302 and 307 redirects. More... over 9 years ago
Add several missing HTTP Status codes, and add tests to ensure the Status code messages match the name of the enum. More... over 9 years ago
Merge pull request #308 from brettlounsbury/master More... over 9 years ago
Add ability to be able to set NotFound and NotImplemented handlers since there is currently no ability to overwrite the ones that are set by addMapping(). More... over 9 years ago
Merge pull request #303 from wildsmith/master More... over 9 years ago
Tom - Nanohttpd - trying something different More... over 9 years ago
Tom - Nanohttpd - changing the scope of the lookup for status, adding tests More... over 9 years ago
Tom - Nanohttpd - adding lookup for status More... over 9 years ago
reduced coverage, because of new constructor More... over 9 years ago
Merge pull request #301 from as1an/websocket More... over 9 years ago
[+] the last frame also contains a payload, so we have to add it to the list "continuousFrames" More... over 9 years ago
Merge pull request #291 from eseidinger/master More... over 9 years ago
add constructor with hostname parameter to RouterNanoHTTPD More... over 9 years ago
[maven-release-plugin] prepare for next development iteration More... over 9 years ago
[maven-release-plugin] prepare release nanohttpd-project-2.3.0 More... over 9 years ago
ignore for licence and settings More... over 9 years ago
licence should not be checked in More... over 9 years ago
update version for next release More... over 9 years ago
create a context type container and handle responce encodings #261 More... over 9 years ago
repaired test fixes #173 More... over 9 years ago
minor code refactorings and adapted tests for the multiple merged pull requests More... over 9 years ago
automatic code formattings More... over 9 years ago
Merge pull request #275 from tagback/master More... over 9 years ago
Merge pull request #274 from mxie1563/master More... over 9 years ago
Merge pull request #273 from kljh/master More... over 9 years ago
Merge pull request #272 from matthieu-labas/master More... over 9 years ago