aboutsummaryrefslogtreecommitdiff
path: root/webserver
AgeCommit message (Expand)Author
2015-09-11first refactorings for own module nanolets #223ritchie
2015-08-22Fixed SimpleWebServer, bumped versionJarno Elonen
2015-08-21Work towards static newXXResponse()sJarno Elonen
2015-07-04Merge pull request #200 from snostorm/adds-svgelonen
2015-06-24Adds SimpleWebServer MIME of `image/svg+xml`Sean Ouimet
2015-06-09Added Mime type for HLSluctrudeau
2015-05-24Change default binding from localhost to all interfaces. Closes #137Jarno Elonen
2015-05-16Removed non-generic hard-coded path testelonen
2015-05-16Fix webserver serving folder named like index filePhilipp Wiesemann
2015-05-14wait a little longer durring testingritchie
2015-05-14first set of unit tests for the webserverritchie
2015-05-14prepaire for webserver unit testsritchie
2015-05-14fixed #117ritchie
2015-05-14some cleanup and mergig for #122 also long as resquest size addedritchie
2015-05-14reponces now created by factorymethods that can be overwritten, solvesritchie
2015-05-10config and jacoco instead of cubertura ritchie
2015-05-10letting eclipse cleanup the coderitchie
2015-05-10after the last pull request in this series the formatter is now activeritchie
2015-05-10logging improved and all print stacktraces moved to loggingritchie
2015-05-10Replace spurious accessors and exposed rootDirs as protected. Closes #161, #162Jarno Elonen
2015-05-08checkstyle issues and imports reorganizedritchie
2015-05-08Merge pull request #171 from vorburger/FixedSomeAllWarningsShownInEclipseelonen
2015-05-08moved to nanohttpd.orgritchie
2015-05-08site configuration addedritchie
2015-05-03duplicate versions removedritchie
2015-05-03Merge pull request #163 from ritchieGitHub/masterRichard van Nieuwenhoven
2015-05-03Merge pull request #165 from eric-cho/patch-1elonen
2015-04-22Fixed a bunch of warnings (from Eclipse)Michael Vorburger
2015-03-16Update SimpleWebServer.javaEric Cho
2015-02-27[maven-release-plugin] prepare for next development iterationritchie
2015-02-27retryritchie
2015-02-27[maven-release-plugin] prepare for next development iterationritchie
2015-02-27[maven-release-plugin] prepare branch nanohttpd-project-2.1.1-SNAPSHOTritchie
2015-02-27basic changes needed for central releaseritchie
2014-11-05Fix typo in SimpleWebServer.javaZhou Xinzi
2014-04-25modified class so it could be overriden with user speicifc changes rnveach
2014-04-24Fixed plugin argument signature for markdown pluginPaul Hawke
2014-04-24expanded plugins to also recieve IHTTPSession so it has more access tornveach
2014-04-23Release 2.1.0Paul Hawke
2013-12-12Release version 2.0.5Paul Hawke
2013-09-19Restore class name, rename interfaceSleekWeasel
2013-09-15Updated build to 2.0.4 version.Paul Hawke
2013-09-15Created capability for server-side URL rewriting and switched directory index...Paul Hawke
2013-09-14Serving files by mime type, with plugin support so external plugins can regis...Paul Hawke
2013-09-08Refactoring to serve files by mime type. @pshPaul Hawke
2013-09-04add jar-with-dependency assembly so that an fully executable jar becomes avai...Matthieu Brouillard
2013-06-17Updated tests for new HTTP 1.1 header, shifted test server to a port that doe...Paul Hawke
2013-06-17Added keep-alive support.Paul Hawke
2013-06-062.0.2 ReleasePaul Hawke
2013-06-06Polishing the webserverPaul Hawke