aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/java
AgeCommit message (Expand)Author
2015-10-23Merge pull request #238 from Hoeze/masterRichard van Nieuwenhoven
2015-10-21Added more tests; all coverage checks are met now. Hoeze
2015-10-21Added SSLServerSocketFactoryTest;hoelzlwimmerf
2015-10-18read the encode request header exact fix #240ritchie
2015-10-18Merge remote-tracking branch 'origin/master'hoelzlwimmerf
2015-10-18Added ServerSocketFactory JUnit testhoelzlwimmerf
2015-10-18encoded multipart requests #240ritchie
2015-10-16little imp correction and more test coverage #243ritchie
2015-10-16Unit test - NanoHttpd throws an exception if temp directory doesn't exist #243Victor Nike
2015-10-03easy way to add mime types fix #204ritchie
2015-09-27enable all available protocols as a default #209ritchie
2015-09-13Merge branch 'master' into static-new-xxJarno Elonen
2015-09-13unit tests for ssl support #197ritchie
2015-09-04Turned some more functions static, as per #226Jarno Elonen
2015-08-21Work towards static newXXResponse()sJarno Elonen
2015-06-26Compress mime type text/* by default. Closes #196Jarno Elonen
2015-06-14default of gzip compression set to false, #196ritchie
2015-05-25Improved security and simplicity for decodeMultipartFormData(). Closes #23.Jarno Elonen
2015-05-24Make 'Connection: Close' handling HTTP 1.1 compliant. Closes #133Jarno Elonen
2015-05-19Added support for gzipAlbin Theander
2015-05-17Require HTTP version 1.1, throw an exception otherwise. Closes #46Elonen
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-10after the last pull request in this series the formatter is now activeritchie
2015-05-10#175 missinh header version fixedritchie
2015-05-03temporary ignoreritchie
2015-05-03Merge pull request #163 from ritchieGitHub/masterRichard van Nieuwenhoven
2015-02-27basic changes needed for central releaseritchie
2014-05-27Ensure that temporary files are closed on HttpKeepAliveTestVolker Grabsch
2014-04-24Merge pull request #106 from fabecc/masterPaul Hawke
2014-04-22Improve POST method management in case of no parameter entry in the post data...unknown
2014-03-17Fixed issue with spaces in filenames and added testsGaziz Tazhenov
2014-01-29Adds test for long-living keep-alive connections.Steven te Brinke
2013-12-12Tests and documentation cleanup.Paul Hawke
2013-10-30Closes all existing connections at shotdown.Albin Theander
2013-10-18Issue 69 added remote ip to session headerssynapticloop
2013-09-19Restore class name, rename interfaceSleekWeasel
2013-09-19Add interface to allow fakesSleekWeasel
2013-09-16Explicit chunk request replaces checking for pipeinputstreamSleekWeasel
2013-09-14Add chunked support from PipeInputStreamsSleekWeasel
2013-09-05Manually merging pull request #49. @pshPaul Hawke
2013-09-02Added basic test to verify cookies are sent and received. @pshPaul Hawke
2013-07-12Cleaning up broken test code, and making the NanoHttpd shutdown a little quie...Paul Hawke
2013-06-17Updated tests for new HTTP 1.1 header, shifted test server to a port that doe...Paul Hawke
2013-06-12Adding integration test for serve(HTTPSession) reading directly from InputStreamMartin M Reed
2013-06-10Fixing broken tests because of temp files being cleared before used in assert...Martin M Reed
2013-05-27Issue 30: submitted fix for UTF-8 non-English filenames.Paul Hawke
2013-05-20Improved testing - integration style! Woop Woop!Paul Hawke
2013-05-14Increasing test coverage, into the final push for all HTTP verbs!Paul Hawke
2013-05-13Added tests for DELETE requestsPaul Hawke