aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-15added some descriptions to the pomritchie
2015-11-15code formating #253ritchie
2015-11-13add a gradle dependecy description #222ritchie
2015-11-07Merge pull request #248 from summershrimp/security-get-headers-firstRichard van Nieuwenhoven
Decode headers before write remote-addr
2015-11-03Decode headers before write remote-addrYibai Zhang
The original version will save real IP in headers["remote-addr"] and then write HTTP headers to variable headers. This may cause some security issues. Clients can easily override their real ip by add header 'remote-addr' in http requests.
2015-10-23Merge pull request #238 from Hoeze/masterRichard van Nieuwenhoven
Added ServerSocketFactory to allow custom ServerSockets;
2015-10-23Merge pull request #246 from LordFokas/developmentRichard van Nieuwenhoven
WebSocket refactoring,very nicely done!
2015-10-23Rename NanoWebSocketServer to NanoWSD.LordFokas
2015-10-23attempt to fix the testLordFokas
2015-10-22Detached the WebSocket from the Server:LordFokas
It makes more sense if each socket knows how to handle itself.
2015-10-22Updated WebSocket class to handle itself in an overridable manner.lordfokas
2015-10-21Added more tests; all coverage checks are met now. Hoeze
2015-10-21Added SSLServerSocketFactoryTest;hoelzlwimmerf
Fixed non-static classes and wrong return.
2015-10-19Merge pull request #3 from LordFokas/masterLordFokas
Update from Master
2015-10-19Merge pull request #1 from NanoHttpd/masterLordFokas
Pull upstream updates
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-18Merge pull request #241 from LordFokas/masterRichard van Nieuwenhoven
Allows WebSocket servers to easily override default HTTP behavior.
2015-10-16Merge branch 'vnnv-issue_243'ritchie
2015-10-16little imp correction and more test coverage #243ritchie
2015-10-16Fix: strange compilation errorVictor Nike
2015-10-16Unit test - NanoHttpd throws an exception if temp directory doesn't exist #243Victor Nike
2015-10-16Fix: Issue #243 : NanoHttpd throws an exception if temp directory doesn't ↵Victor Nike
exist #243
2015-10-14Merge remote-tracking branch 'origin/master'hoelzlwimmerf
2015-10-14Allows WebSocket servers to easily override default HTTP behavior.LordFokas
2015-10-13Merge pull request #239 from philippwiesemann/fix-core-length-parseelonen
Fix content-length not being parsed as long
2015-10-12Fix content-length not being parsed as longPhilipp Wiesemann
The method getBodySize() returns a long. Parsing ints limited the range.
2015-10-11Added ServerSocketFactory to allow custom ServerSockets;hoelzlwimmerf
Added recognition of (non-standard) \n\n-headers for more tolerance
2015-10-03adapt minimal test coverage after implementing #204ritchie
2015-10-03easy way to add mime types fix #204ritchie
2015-09-27enable all available protocols as a default #209ritchie
2015-09-27add requested options to the ssl connection #209ritchie
2015-09-27nanolets in the readme #214ritchie
2015-09-27more unit tests also for the special cases #214 #216ritchie
2015-09-26integrates the nice features of #218 in #214ritchie
2015-09-26readme adapted for old TLD #233ritchie
2015-09-25Merge pull request #230 from ravenchild/bufferChangesRichard van Nieuwenhoven
Remove PushBackInputStream for issue #228.
2015-09-15Remove PushBackInputStream.Eric Roth
2015-09-14parent version correctedritchie
2015-09-14Update .travis.ymlRichard van Nieuwenhoven
2015-09-14Update .travis.ymlRichard van Nieuwenhoven
2015-09-14next tryRichard van Nieuwenhoven
2015-09-14try re resolve travis buid errorritchie
2015-09-13Fixed TestNanoFileUpLoad for static-xxJarno Elonen
2015-09-13Merge branch 'master' into static-new-xxJarno Elonen
2015-09-13Changed ServerRunner to daemon=false. Closes #224Jarno Elonen
2015-09-13small code style correctionritchie
2015-09-13unit tests for ssl support #197ritchie