]> SVR.JS Git server - redbrick.git/shortlog
2024-05-03  Dorian NiemiecFix response mojibake, while SVR.JS is running on Bun main
2024-03-29  Dorian NiemiecFix "handler is not defined" error
2024-03-28  Dorian NiemiecFix "write after end" server crashes
2024-02-16  Dorian NiemiecAdded stderr logging.
2024-02-16  Dorian NiemiecPrevented server crashes caused by header write errors
2024-02-16  Dorian NiemiecReduced buffer memory leaks and improved performace...
2024-02-15  Dorian NimemiecFixed bug with URLs containing "cgi-bin" that don't...
2024-02-11  Dorian NiemiecFix non-3xx code detection
2024-02-11  Dorian NiemiecAll responses with Location header are now 3xx redirects.
2024-02-07  Dorian NiemiecRedBrick now no longer sets AUTH_TYPE and REMOTE_USER...
2024-01-29  Dorian NiemiecFixed bug with URL containing URL-encoded characters
2023-12-31  Dorian NiemiecRemoved "DorianTech" from mod.info. Also don't crash...
2023-12-03  Dorian NiemiecFixed bug with too long URLs causing server to not...
2023-11-23  Dorian NiemiecClean up the code
2023-11-23  Dorian NiemiecImproved support for executing CGI outside cgi-bin...
2023-11-23  Dorian NiemiecAdd support for executing CGI outside cgi-bin directory
2023-11-23  Dorian NiemiecFixed "broken access control" (it hid configuration...
2023-11-23  Dorian NiemiecReplaced error handler
2023-11-23  Dorian NiemiecChanged redbrick-interpreters handling and added stub...
2023-11-23  Dorian NiemiecDropped .cmd default prefix
2023-09-15  Dorian NiemiecFix RedBrick not working in external web root setups
2023-09-03  Dorian NiemiecFix handling of REMOTE_PORT
2023-08-30  Dorian NiemiecImproved CGI response parser
2023-08-30  Dorian NiemiecNarrowed down conditions for CGI execution for security...
2023-08-27  Dorian NiemiecImprove CGI program startup, also added SERVER_ADMIN...
2023-08-26  Dorian NiemiecMake it work under Windows
2023-08-21  Dorian NiemiecAdd support for "\n\r"
2023-08-19  Dorian NiemiecAdded index.cgi file and HTTPS environment value support.
2023-08-14  Dorian NiemiecPrevent source code viewing by "CGI-BIN" instead of...
2023-08-10  Dorian NiemiecFix loading redbrick-interpreters.json file.
2023-08-06  Dorian NiemiecChanged all references for stable version to git master...
2023-08-02  svrjsREQUEST_URI environment variable now includes rewritten...
2023-08-02  svrjsMake it work for PHP-CGI
2023-08-01  Dorian NiemiecReplaced some blocking calls in favor of non-blocking...
2023-07-30  svrjsSecurity updates
2023-07-29  sysadminInitial commit