aboutsummaryrefslogtreecommitdiff
path: root/webserver/src/main/java/fi/iki
AgeCommit message (Expand)Author
2015-10-03easy way to add mime types fix #204ritchie
2015-09-13Merge pull request #207 from McFoggy/cors-supportRichard van Nieuwenhoven
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-08-09enhance CORS support to allow to define originMatthieu Brouillard
2015-07-20open visibility of SimpleWebServer#addCORSHeaders() method as requested in #2...Matthieu Brouillard
2015-07-08fixes #25 add basic CORS supportMatthieu Brouillard
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-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-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-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-24expanded plugins to also recieve IHTTPSession so it has more access tornveach
2013-09-19Restore class name, rename interfaceSleekWeasel
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-06-17Added keep-alive support.Paul Hawke
2013-06-06Polishing the webserverPaul Hawke
2013-05-21Tidied up copyright statements, making them consistent, and updated version n...Paul Hawke
2013-05-05Polish and small refactoringPaul Hawke
2013-05-05Extracted and promoted the NanoHttpd Webserver to a top-level project (instea...Paul Hawke