aboutsummaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Expand)Author
2014-04-24Merge pull request #100 from gazazello/masterPaul Hawke
2014-04-23Merge pull requestPaul Hawke
2014-04-23Merge pull request #104 from yankee42/masterPaul Hawke
2014-04-23websockets: final polish before release. Tested on IE, Chrome and FirefoxPaul Hawke
2014-04-20Extracted interface from Status enum, so that people can use custom status codesyankee
2014-04-18Prefer to throw an Error rather than returning a null value which _will_ even...yankee
2014-03-17Fixed issue with spaces in filenames and added testsGaziz Tazhenov
2014-01-30Initial commit of NanoWSDNiko Fink
2014-01-28Merge pull request #96 from steventebrinke/masterPaul Hawke
2014-01-28Merge pull request #93 from timwr/masterPaul Hawke
2014-01-28At JDK 1.6 Socket+ServerSocket need a distinct close method - not implementor...Paul Hawke
2014-01-28Merge pull request #89 from BjoernAkAManf/patch-1Paul Hawke
2014-01-29Avoid stack overflow on long-living connections.Steven te Brinke
2014-01-29Adds test for long-living keep-alive connections.Steven te Brinke
2014-01-22more efficient decoding of post parametersTim Wright
2014-01-18Fixed typoBjörn Heinrichs
2013-12-25Code CleanupBjörn Heinrichs
2013-12-22Remove redundant methodsBjörn Heinrichs
2013-12-12Tests and documentation cleanup.Paul Hawke
2013-12-12Little bit of resource cleanup.Paul Hawke
2013-12-10Dont add the (workaround) query string to the parameters map when using the n...Paul Hawke
2013-12-10Fixed missing import statement.Paul Hawke
2013-12-10Merge pull request #81 from Worxfr/masterPaul Hawke
2013-11-25removed stack trace caused by a closed socket from client sideSherif Moursi
2013-11-24Fix an issue with ERROR 503 after SOCKET_READ_TIMEOUT, and connection is not ...WorxFR
2013-10-30Closes all existing connections at shotdown.Albin Theander
2013-10-21Merge pull request #72 from synapticloop/masterPaul Hawke
2013-10-21Use an explicit locale.David Masover
2013-10-18Issue 69 added remote ip to session headerssynapticloop
2013-10-17Added "OPTIONS" to the Method enumPaul Hawke
2013-10-14Issue #70 added 405 HTTP status codesynapticloop
2013-10-07Added constant socket read timeout.hflicka
2013-09-19Restore class name, rename interfaceSleekWeasel
2013-09-19Add interface to allow fakesSleekWeasel
2013-09-15Merge pull request #58 from sleekweasel/chunking-supportPaul Hawke
2013-09-16Explicit chunk request replaces checking for pipeinputstreamSleekWeasel
2013-09-14Fixed code issue - repeating 'startsWith' when it meant to have a startsWith ...Paul Hawke
2013-09-14Add chunked support from PipeInputStreamsSleekWeasel
2013-09-08Refactoring to serve files by mime type. @pshPaul Hawke
2013-09-05Manually merging pull request #49. @pshPaul Hawke
2013-09-02Added basic test to verify cookies are sent and received. @pshPaul Hawke
2013-09-02Deprecated the serve() method taking multiple parameters, as the one taking a...Paul Hawke
2013-08-20Add a Content-Length header even if the response has no content data.Éric ALBER
2013-07-21Added rudimentary support for cookies.lordfokas
2013-07-12Cleaning up broken test code, and making the NanoHttpd shutdown a little quie...Paul Hawke
2013-06-20fix infinity loop when client close the socketdouzifly
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-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