1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
moved code from NanoWebSocketServer to WebSocketResponseHandler, so that requests can be handled without the presence of NanoHTTPD More... over 11 years ago
Added WebSocketFactory as alternative to deriving from NanoWebSocketServer More... over 11 years ago
expanded plugins to also recieve IHTTPSession so it has more access to the request's state. Gives plugins access to Method, HTTP Headers, Parameters, and the raw Input Stream More... over 11 years ago
Merge pull request #106 from fabecc/master More... over 11 years ago
Merge pull request #100 from gazazello/master More... over 11 years ago
Merge pull request More... over 11 years ago
Merge pull request #104 from yankee42/master More... over 11 years ago
Slimmed down the Readme & added wiki docs More... over 11 years ago
Release 2.1.0 More... over 11 years ago
Merge branch 'websockets' More... over 11 years ago
websockets: final polish before release. Tested on IE, Chrome and Firefox More... over 11 years ago
do not print stacktrace on SocketTimeoutException More... over 11 years ago
Improve POST method management in case of no parameter entry in the post data (no 'form-data' or 'x-www-form-urlencoded' contentType) but raw data like this kind of request: More... over 11 years ago
Extracted interface from Status enum, so that people can use custom status codes More... over 11 years ago
Prefer to throw an Error rather than returning a null value which _will_ eventually lead to a NullPointerException More... over 11 years ago
Merge branch 'filename_fix' More... over 11 years ago
Fixed issue with spaces in filenames and added tests More... over 11 years ago
Initial commit of NanoWSD More... over 11 years ago
Merge pull request #96 from steventebrinke/master More... over 11 years ago
Merge pull request #93 from timwr/master More... over 11 years ago
At JDK 1.6 Socket+ServerSocket need a distinct close method - not implementors of Closeable More... over 11 years ago
Merge pull request #89 from BjoernAkAManf/patch-1 More... over 11 years ago
Merge pull request #90 from BjoernAkAManf/patch-3 More... over 11 years ago
Avoid stack overflow on long-living connections. More... over 11 years ago
Adds test for long-living keep-alive connections. More... over 11 years ago
more efficient decoding of post parameters More... over 11 years ago
Fixed typo More... over 11 years ago
Code Cleanup More... over 11 years ago
Remove redundant methods More... over 11 years ago
makeSSLServerSocketFactory method that accepts a KeyManager array More... over 11 years ago