Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 20:45:51 +02:00
083b2794df Uncomment the code related to sending the "stop" command to workers when Ctrl+C is pressed
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 20:38:38 +02:00
0eb6cf8c07 Fix --single-threaded flag
fca7fb78d6 Add "restart" command placeholder.
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 20:21:53 +02:00
4a528120be Fix 3eacbdb397 commit
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 20:20:21 +02:00
3eacbdb397 Add handler for "\x12CLOSE" messages
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 20:18:40 +02:00
3de85443d5 Add server console, and fixed listening error message handler
a55b123926 Lint out the codebase
adfd3ff809 Enable hangup check and restart
e85f53197c Add "let" before "i=0" for logo iterative loop
9db7ffdaec Add reqcounterKillReq variable
Compare 6 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:37:23 +02:00
99583731d9 Move getWorkerCountToFork and forkWorkers functions to global scope
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:37:10 +02:00
4f565d1550 Add addListenersToWorker() function
a92616b0a4 Partially implemented clustering.
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:23:25 +02:00
1f5602626a Add stop command
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:20:19 +02:00
b36a301e03 Add close and open commands.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:17:58 +02:00
85debce9c9 Lint out the codebase
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 19:17:21 +02:00
0ea53fdf96 Lint out the codebase, add SVRJSFork() function, networking-related code, and ipSubnetUtils.js utility functions file and corresponding unit tests
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 18:59:17 +02:00
2c990a6907 Lint out the codebase
2c271bccdc Add portions of real start() function, and logo resource JavaScript file.
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 18:02:29 +02:00
54de936aae Lint out the codebase
bdc11fa3dc Replace var's with const's in OCSP stapling handler
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 18:00:36 +02:00
9b03abc646 Add OCSP stapling support
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 17:58:05 +02:00
95416f4604 Lint out the codebase
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 17:57:28 +02:00
58cb60fb8f Change the way of adding process message listeners, and add process message listener to server error handler.
45815957d5 Create the server error handler and temporary startup script.
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-08-25 17:35:46 +02:00
2aaa584e3c Main process crashes no longer display as worker crashes.
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 17:15:44 +02:00
489ec9741a Add process.serverConfig.productName
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 17:15:03 +02:00
67658ad329 Lint out the codebase
eaafa8cc41 Add certificate and SNI loading.
Compare 2 commits »
DorianNiemiecSVRJS pushed to next at svrjs/svrjs 2024-08-25 17:04:52 +02:00
b758e11513 Add secondary HTTP server and handlers for primary HTTP server