openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nanoHTTPd
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 14 of 20
Search / Filter on:
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
yankee
More...
over 11 years ago
Added WebSocketFactory as alternative to deriving from NanoWebSocketServer
yankee
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
rnveach
More...
over 11 years ago
Merge pull request #106 from fabecc/master
Paul Hawke
More...
over 11 years ago
Merge pull request #100 from gazazello/master
Paul Hawke
More...
over 11 years ago
Merge pull request
Paul Hawke
More...
over 11 years ago
Merge pull request #104 from yankee42/master
Paul Hawke
More...
over 11 years ago
Slimmed down the Readme & added wiki docs
Paul Hawke
More...
over 11 years ago
Release 2.1.0
Paul Hawke
More...
over 11 years ago
Merge branch 'websockets'
Paul Hawke
More...
over 11 years ago
websockets: final polish before release. Tested on IE, Chrome and Firefox
Paul Hawke
More...
over 11 years ago
do not print stacktrace on SocketTimeoutException
Hans-Christoph Steiner
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:
unknown
More...
over 11 years ago
Extracted interface from Status enum, so that people can use custom status codes
yankee
More...
over 11 years ago
Prefer to throw an Error rather than returning a null value which _will_ eventually lead to a NullPointerException
yankee
More...
over 11 years ago
Merge branch 'filename_fix'
Gaziz Tazhenov
More...
over 11 years ago
Fixed issue with spaces in filenames and added tests
Gaziz Tazhenov
More...
over 11 years ago
Initial commit of NanoWSD
Niko Fink
More...
over 11 years ago
Merge pull request #96 from steventebrinke/master
Paul Hawke
More...
over 11 years ago
Merge pull request #93 from timwr/master
Paul Hawke
More...
over 11 years ago
At JDK 1.6 Socket+ServerSocket need a distinct close method - not implementors of Closeable
Paul Hawke
More...
over 11 years ago
Merge pull request #89 from BjoernAkAManf/patch-1
Paul Hawke
More...
over 11 years ago
Merge pull request #90 from BjoernAkAManf/patch-3
Paul Hawke
More...
over 11 years ago
Avoid stack overflow on long-living connections.
Steven te Brinke
More...
over 11 years ago
Adds test for long-living keep-alive connections.
Steven te Brinke
More...
over 11 years ago
more efficient decoding of post parameters
Tim Wright
More...
over 11 years ago
Fixed typo
Björn Heinrichs
More...
over 11 years ago
Code Cleanup
Björn Heinrichs
More...
over 11 years ago
Remove redundant methods
Björn Heinrichs
More...
over 11 years ago
makeSSLServerSocketFactory method that accepts a KeyManager array
Daniel McCarney
More...
over 11 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
19
20
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree