aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-12Cleaning up broken test code, and making the NanoHttpd shutdown a little quie...Paul Hawke
2013-07-02Update README.mdPaul Hawke
2013-07-01http://nanohttpd.com - went live July 1st, 2013.Paul Hawke
2013-06-20Merge pull request #40 from douzifly/masterPaul Hawke
2013-06-20fix infinity loop when client close the socketdouzifly
2013-06-18Update README.mdPaul Hawke
2013-06-17Merge pull request #39 from NanoHttpd/keep-alive-supportPaul Hawke
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-13Merge pull request #36 from MartinMReed/masterPaul Hawke
2013-06-12Adding integration test for serve(HTTPSession) reading directly from InputStreamMartin M Reed
2013-06-10Moving temp file clearing back to HTTPSession.execute()Martin M Reed
2013-06-10Fixing broken tests because of temp files being cleared before used in assert...Martin M Reed
2013-06-10Adding getter to access the raw body from the requestMartin M Reed
2013-06-10Adding a serve() override method to handle requests without forcing the body ...Martin M Reed
2013-06-10Closing tempFile OutputStreamMartin M Reed
2013-06-10Pluralizing the header argumentMartin M Reed
2013-06-10Replacing InterruptedException with ResponseException so Response.send() is n...Martin M Reed
2013-06-10Skipping creating/executing an HTTPSession when there is no InputStreamMartin M Reed
2013-06-10Adding safeClose() methods to cleanup stream/socket closingMartin M Reed
2013-06-10Adding methods to check server availabilityMartin M Reed
2013-06-07Updated readme regarding testingPaul Hawke
2013-06-062.0.2 ReleasePaul Hawke
2013-06-06Merge pull request #33 from NanoHttpd/add-quiet-optionPaul Hawke
2013-06-06Polishing the webserverPaul Hawke
2013-06-06Fixing issue #26 - RandomAccessFile renamed and closed appropriately.james.mcclure
2013-05-27Update pom.xmlPaul Hawke
2013-05-27Update pom.xmlPaul Hawke
2013-05-27Update pom.xmlPaul Hawke
2013-05-27Update pom.xmlPaul Hawke
2013-05-27Update README.mdPaul Hawke
2013-05-27Merge pull request #31 from NanoHttpd/Issue-30-multibyte-url-decodingPaul Hawke
2013-05-27Issue 30: submitted fix for UTF-8 non-English filenames.Paul Hawke
2013-05-22Minor readme polish for 2.0.0Paul Hawke
2013-05-212.0.0 ReleasePaul Hawke
2013-05-21Tidied up copyright statements, making them consistent, and updated version n...Paul Hawke
2013-05-20Merge branch 'master' of https://github.com/NanoHttpd/nanohttpdPaul Hawke
2013-05-20Improved testing - integration style! Woop Woop!Paul Hawke
2013-05-17Merge pull request #24 from elonen/masterPaul Hawke
2013-05-15Added getter/setter for Response fields per emailed request.Paul Hawke
2013-05-15Added missing copyright acknowledgements from source files.Elonen
2013-05-14Increasing test coverage, into the final push for all HTTP verbs!Paul Hawke
2013-05-13Added tests for DELETE requestsPaul Hawke
2013-05-11Resolved merge conflict (I hope!)Paul Hawke
2013-05-11Moved code around a little, and improved the JavadocPaul Hawke
2013-05-11Merge pull request #22 from NanoHttpd/static_code_analysisPaul Hawke
2013-05-11Fixed a couple of static code analysis suggestions.Paul Hawke
2013-05-11Update README.mdPaul Hawke
2013-05-11Merge pull request #21 from NanoHttpd/http_head_supportPaul Hawke
2013-05-11Added HEAD request handling per HTTP spec - basically GET without returning a...Paul Hawke