1
0
Fork 0
forked from svrjs/svrjs
Commit graph

14 commits

Author SHA1 Message Date
Dorian Niemiec
3d4acae311 Make SVR.JS gracefully exit on "stop" command. 2023-08-10 01:14:10 +02:00
Dorian Niemiec
08cc0ac042 Improved minimum thread count calculation algorithm even further. Also disabled x-svr-js-from-main-thread requests from non-localhost clients. 2023-08-09 23:03:16 +02:00
Dorian Niemiec
889207e6a2 Disabled checking for hung up server processes, while SVR.JS is not listening yet. Also improved minimum thread count calculation algorithm. 2023-08-09 22:37:53 +02:00
Dorian Niemiec
6515a54471 Disabled killing workers, when server is closed. 2023-08-09 21:58:21 +02:00
Dorian Niemiec
68a42ccde8 Fixed bug with Can't execute command "KILLREQ". 2023-08-09 21:23:50 +02:00
Dorian Niemiec
e6a25d931c Add termination of unused workers. 2023-08-09 21:09:23 +02:00
Dorian Niemiec
1138b6bdf6 Replace "isMaster" with "isPrimary", and shim "isPrimary" when it's not available. 2023-08-09 18:01:36 +02:00
Dorian Niemiec
aa630cbd0d Changed all references for stable version to git master branch 2023-08-06 04:07:04 +02:00
Dorian Niemiec
d15373aa8e Improved reliability while loading server-side JavaScript. 2023-08-04 21:19:23 +02:00
svrjs
d4e230fda1 Fixed bug with directory listing generating invalid HTML with custom head containing <i>&lt;html&gt;</i> tag with attributes. 2023-08-03 14:33:56 +02:00
svrjs
97519d6cd4 Fixed bug with ENOTDIR error (was 500, now it's 404) and with forbidden path checker. 2023-08-02 23:54:07 +02:00
sysadmin
1162acad9f Update with SVR.JS 3.6.1 2023-07-29 20:44:13 +02:00
sysadmin
eab4122ef5 Add node_modules 2023-07-29 20:33:28 +02:00
sysadmin
e122e7a6ae Initial commit 2023-07-29 20:32:17 +02:00