1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #60 from NanoHttpd/internal-rewrites More... almost 12 years ago
Created capability for server-side URL rewriting and switched directory index file processing to use the new capability. @psh More... almost 12 years ago
Fixed code issue - repeating 'startsWith' when it meant to have a startsWith and an endsWith. Closes issue #52. @psh More... almost 12 years ago
Merge pull request #59 from NanoHttpd/serve-files-by-mime-type More... almost 12 years ago
Serving files by mime type, with plugin support so external plugins can register to handle different file types. Example plugin writted to support markdown (.md) files. @psh More... almost 12 years ago
Add chunked support from PipeInputStreams More... almost 12 years ago
Update README.md More... almost 12 years ago
Merge pull request #56 from waffleio/master More... almost 12 years ago
add waffle.io badge More... almost 12 years ago
Refactoring to serve files by mime type. @psh More... almost 12 years ago
Manually merging pull request #49. @psh More... almost 12 years ago
Merge pull request #55 from McFoggy/master More... almost 12 years ago
Merge pull request #53 from digitalrounin/master More... almost 12 years ago
add jar-with-dependency assembly so that an fully executable jar becomes available. More... almost 12 years ago
Ignore Vim/Vi backup & swap files More... almost 12 years ago
Expanded tabs to spaces More... almost 12 years ago
Moved httpclient and httpmime to test scope More... almost 12 years ago
Added basic test to verify cookies are sent and received. @psh More... almost 12 years ago
Deprecated the serve() method taking multiple parameters, as the one taking a session now offers more functionality. Updated the readme to reflect basic cookie support now added. @psh More... almost 12 years ago
Merge pull request #47 from LordFokas/master More... almost 12 years ago
Added comment about "ssl-support" branch. More... almost 12 years ago
Add a Content-Length header even if the response has no content data. Without that, the browser's request stays pending as the socket is not closed and it doesn't know how much data should be read More... almost 12 years ago
Added rudimentary support for cookies. More... about 12 years ago
Cleaning up broken test code, and making the NanoHttpd shutdown a little quieter by swalling a PrintStackTrace of an expected exception More... about 12 years ago
Allow hostname binding for SSL More... about 12 years ago
Add support for HTTPS More... about 12 years ago
Update README.md More... about 12 years ago
http://nanohttpd.com - went live July 1st, 2013. More... about 12 years ago
Merge pull request #40 from douzifly/master More... about 12 years ago
fix infinity loop when client close the socket More... about 12 years ago