]> SVR.JS Git server - svrjs.git/shortlog
2024-04-01  Dorian NiemiecRewritten SVR.JS from scratch simpleserve-aprilfools
2024-03-31  Dorian NiemiecRemove unneeded "listeningMessage.js" files
2024-03-31  Dorian NiemiecChange all of the internal calls to "callServerError"
2024-03-31  Dorian NiemiecSort out the server error description list
2024-03-31  Dorian NiemiecCollapse even more errno exit code
2024-03-31  Dorian NiemiecChange code for Node.JS builds without crypto library
2024-03-31  Dorian NiemiecMake server listening error description list an object...
2024-03-31  Dorian NiemiecOptimize server error handlers
2024-03-29  Dorian NiemiecFix bug with res.writeHead method 3.14.8
2024-03-19  Dorian NiemiecFix bug with request domain names not showing in server... 3.14.7
2024-03-17  Dorian NiemiecFix the "SERVER MESSAGE" in SVR.JS log viewer and log... 3.14.6
2024-03-17  Dorian NiemiecUpdate SVR.JS log viewer and log highlighter to reflect...
2024-03-17  Dorian NiemiecMake server message types bold
2024-03-17  Dorian NiemiecMake "SVR.JS - a web server running on Node.JS" bold
2024-03-17  Dorian NiemiecRemove not applicable tests from test page
2024-03-17  Dorian NiemiecFix language error in the comment
2024-03-17  Dorian NiemiecAdd "localhost" entry to the block list, when "block...
2024-03-17  Dorian NiemiecMake the improvement consistent with password verificat...
2024-03-17  Dorian NiemiecImprove protection against user enumeration
2024-03-17  Dorian NiemiecModified HTTP authentication functionality
2024-03-17  Dorian NiemiecOptimize non-standard code functionality
2024-03-16  Dorian NiemiecRemove <nocode> (non-standard) tags for bad (broken...
2024-03-16  Dorian NiemiecOptimized bad (broken) entry generation in directory...
2024-03-16  Dorian NiemiecOptimized some request parameter logging
2024-03-16  Dorian NiemiecAdd more use of status code names in http.STATUS_CODES
2024-03-16  Dorian NiemiecChange log message for client being in block list
2024-03-16  Dorian NiemiecReplaced client in the block list error message with...
2024-03-16  Dorian NiemiecReplace some instances of "blacklist" (racist?) with...
2024-03-16  Dorian NiemiecChanged CVE-2024-22019 warning text
2024-03-13  Dorian NiemiecAdded CVE-2024-22019 Node.JS vulnerability warning.
2024-03-09  Dorian NiemiecFix wwwredirect function 3.14.5
2024-03-09  Dorian NiemiecOptimize HTTP/1.x compatiblity res.writeHead function
2024-03-09  Dorian NiemiecChange error handler for missing HTTP/2 pseudoheaders
2024-03-09  Dorian NiemiecOptimize HTTP/1.x compatibility header setting
2024-03-09  Dorian NiemiecFix comparison optimized in the previous commit
2024-03-09  Dorian NiemiecBe case insensitive in header name exclusion in shimmed...
2024-03-09  Dorian NiemiecOptimize missing header check
2024-03-09  Dorian NiemiecRemove try/catch block in HTTP/1.x compatibility shim...
2024-03-09  Dorian NiemiecBe case insensitive in header name exclusion in shimmed...
2024-03-03  Dorian NiemiecCompressed default directory listing icons 3.14.4
2024-03-03  Dorian NiemiecChanged license page: added maximum width to list of...
2024-03-03  Dorian NiemiecChange SVR.JS logo CSS properties on the default page
2024-03-03  Dorian NiemiecMake the default page fit on very small screens
2024-03-03  Dorian NiemiecShow list bullets on browsers not supporting "display...
2024-03-03  Dorian NiemiecChanged the default configuration file
2024-03-03  Dorian NiemiecExpanded color values on Nightly version warning banner
2024-03-03  Dorian NiemiecChanged design of the default page
2024-03-03  Dorian NiemiecChanged default directory listing icons
2024-03-03  Dorian NiemiecClean up the code.
2024-03-02  Dorian NiemiecCompletely rewrite HTTP to HTTPS redirect functionality
2024-03-02  Dorian NiemiecOptimized some regular expressions
2024-03-02  Dorian NiemiecAdded option to allow URLs with double slashes
2024-03-02  Dorian NiemiecFix URL rewriter always remove double slashes
2024-03-02  Dorian NiemiecFix errors with web root postfix adding functionality
2024-03-02  Dorian NiemiecPrepare web root postfix adding functionality for doubl...
2024-03-02  Dorian NiemiecPrevent redirect loops with fallback replacement
2024-03-02  Dorian NiemiecFix URL rewriting on URLs with double slashes
2024-03-02  Dorian NiemiecPrepare for double slash URL support
2024-02-28  Dorian NiemiecChange lookahead token order in two URL sanitation...
2024-02-28  Dorian NiemiecURL sanitizer function now uses less regular expression...
2024-02-22  Dorian NiemiecUpdated "tar" and "graceful-fs" libraries
2024-02-11  Dorian NiemiecChange SVR.JS logo file to one from https://svrjs.org... 3.14.3
2024-02-11  Dorian NiemiecSet enableIPSpoofing in config.json to false by default
2024-02-11  Dorian NiemiecFixed bug with URLs beginning with multiple slashes...
2024-02-06  Dorian NiemiecChange default configuration file and test page. 3.14.2
2024-02-06  Dorian NiemiecAdded new SVR.JS mod and server-side JavaScript variabl...
2024-02-02  Dorian NiemiecRemove easter egg mod 3.14.1
2024-02-02  Dorian NiemiecAdd some code comments
2024-02-02  Dorian NiemiecClean up the code.
2024-02-02  Dorian NiemiecFixed SVR.JS crashes with X-SVR-JS-From-Main-Thread...
2024-02-02  Dorian NiemiecAdd IP-based virtual hosts alongside hostname-based...
2024-01-24  Dorian NiemiecHead and foot inclusion is now returning 500 error... 3.14.0
2024-01-24  Dorian NiemiecFix web root postfix prefix support
2024-01-24  Dorian NiemiecFix syntax error from previous commit.
2024-01-24  Dorian NiemiecAdd support for web root postfix prefixes.
2024-01-23  Dorian NiemiecAdd support for web root postfixes (for every host)
2024-01-22  Dorian NiemiecAdd support for useClientCertificate, rejectUnauthorize...
2024-01-18  Dorian NiemiecFixed error handling for invalid URL rewrite regexes...
2024-01-14  Dorian NiemiecClean up the code (remove trailing spaces)
2024-01-14  Dorian NiemiecMitigate log file injection vulnerability at mod file...
2024-01-14  Dorian NiemiecSVR.JS no longer crashes, when access to a log file...
2024-01-14  Dorian NiemiecMitigated log file injection for HTTP authentication
2024-01-13  Dorian NiemiecFixed typo that caused 500 error with 308 code redirects
2024-01-13  Dorian NiemiecAdded support for 307 and 308 redirects (both in config...
2024-01-13  Dorian NiemiecRemove svrmodpack from node_modules
2024-01-13  Dorian NiemiecReformatted the source code
2024-01-13  Dorian NiemiecCleaned up the code
2024-01-13  Dorian NiemiecDropped support for svrmodpack; SVR.JS LTS versions...
2024-01-13  Dorian NiemiecAdded support for skipping URL rewriting, when the...
2024-01-13  Dorian NiemiecChanged rewriteURL method to use callbacks.
2023-12-30  Dorian NiemiecChanged "SVR.JS authors" in custom feet to "SVR.JS".
2023-12-30  Dorian NiemiecFix searchHostname function
2023-12-30  Dorian NiemiecReplace "SVR.JS authors" with "SVR.JS"
2023-12-24  Dorian NiemiecRemoved all remnants of "DorianTech" in SVR.JS
2023-12-16  Dorian NiemiecFixed host name rewriting
2023-12-15  Dorian NiemiecImproved SNI and host header processing
2023-12-14  Dorian NiemiecImprove on new SNI-related changes
2023-12-14  Dorian NiemiecAdd Host header processing
2023-12-14  Dorian NiemiecSVR.JS now refuses to start with misconfigured SNI...
2023-12-14  Dorian NiemiecChanged secure context regex generation
next