aboutsummaryrefslogtreecommitdiff
path: root/websocket
AgeCommit message (Expand)Author
2015-11-15[maven-release-plugin] prepare release nanohttpd-project-2.2.0ritchie
2015-11-15added some descriptions to the pomritchie
2015-11-15code formating #253ritchie
2015-10-23Rename NanoWebSocketServer to NanoWSD.LordFokas
2015-10-23attempt to fix the testLordFokas
2015-10-22Detached the WebSocket from the Server:LordFokas
2015-10-22Updated WebSocket class to handle itself in an overridable manner.lordfokas
2015-10-18encoded multipart requests #240ritchie
2015-10-14Allows WebSocket servers to easily override default HTTP behavior.LordFokas
2015-09-14parent version correctedritchie
2015-09-13Merge branch 'master' into static-new-xxJarno Elonen
2015-09-13file upload refactorings and set minimal coverage per module #219 #216ritchie
2015-09-05correct all poms to same versionritchie
2015-07-19extra jar with echo server #210ritchie
2015-07-17Update pom.xmlRichard van Nieuwenhoven
2015-06-26Compress mime type text/* by default. Closes #196Jarno Elonen
2015-06-04gzip now configuarble and websocket servers turn it default off ritchie
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-12Exposed new protected Response constructor to allow inheritanceJarno Elonen
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-10Merge pull request #176 from NanoHttpd/SingleClassWebsocketServerelonen
2015-05-10scope addedritchie
2015-05-10websocket testritchie
2015-05-10Rebased NanoWebSocketServer class aggregation from #166Jarno Elonen
2015-05-08checkstyle issues and imports reorganizedritchie
2015-05-08Merge pull request #171 from vorburger/FixedSomeAllWarningsShownInEclipseelonen
2015-05-08moved to nanohttpd.orgritchie
2015-05-08site configuration addedritchie
2015-05-03duplicate versions removedritchie
2015-05-03Merge pull request #163 from ritchieGitHub/masterRichard van Nieuwenhoven
2015-04-22Fixed a bunch of warnings (from Eclipse)Michael Vorburger
2015-04-06If payload string contained a control character (newline) the resultbruno
2015-04-06If payload string contained a control character the result binarybruno
2015-04-04All files merged in one single class. Kind like the NanoHTTPD.bruno
2015-02-27[maven-release-plugin] prepare for next development iterationritchie
2015-02-27retryritchie
2015-02-27[maven-release-plugin] prepare for next development iterationritchie
2015-02-27[maven-release-plugin] prepare branch nanohttpd-project-2.1.1-SNAPSHOTritchie
2015-02-27basic changes needed for central releaseritchie
2014-04-24Simplified the test using Mockito, and expanded what was being tested along w...Paul Hawke
2014-04-24Added basic test for websocketsyankee
2014-04-24moved code from NanoWebSocketServer to WebSocketResponseHandler, so that requ...yankee
2014-04-24Added WebSocketFactory as alternative to deriving from NanoWebSocketServeryankee
2014-04-23Release 2.1.0Paul Hawke
2014-04-23websockets: final polish before release. Tested on IE, Chrome and FirefoxPaul Hawke
2014-01-30Initial commit of NanoWSDNiko Fink