]> SVR.JS Git server - greenrhombus.git/log
Dorian Niemiec [Fri, 3 May 2024 14:06:34 +0000 (16:06 +0200)] 
Fix response mojibake, while SVR.JS is running on Bun

Dorian Niemiec [Wed, 1 May 2024 14:51:14 +0000 (16:51 +0200)] 
Fixed FastCGI connections not closing properly, when SVR.JS is running on Bun

Dorian Niemiec [Wed, 24 Apr 2024 16:02:15 +0000 (18:02 +0200)] 
Fix swapped FastCGI responses

Dorian Niemiec [Wed, 21 Feb 2024 23:50:40 +0000 (00:50 +0100)] 
Remove extra event emitter object, also suppress res errors

Dorian Niemiec [Wed, 21 Feb 2024 21:47:07 +0000 (22:47 +0100)] 
Fix GreenRhombus cutting off the final part of response

Dorian Niemiec [Wed, 21 Feb 2024 20:21:30 +0000 (21:21 +0100)] 
Prevented server crash, while FastCGI service is unavailable.

Dorian Niemiec [Wed, 21 Feb 2024 20:07:01 +0000 (21:07 +0100)] 
Requests are now no longer intermittently dropped under load.

Dorian Niemiec [Wed, 21 Feb 2024 00:36:39 +0000 (01:36 +0100)] 
Prevented "write after end" SVR.JS crashes (again)

Dorian Niemiec [Wed, 21 Feb 2024 00:13:03 +0000 (01:13 +0100)] 
Prevented "write after end" SVR.JS crashes (even more)

Dorian Niemiec [Tue, 20 Feb 2024 23:49:44 +0000 (00:49 +0100)] 
Prevented "write after end" SVR.JS crashes

Dorian Niemiec [Mon, 19 Feb 2024 23:09:00 +0000 (00:09 +0100)] 
Fix SVR.JS crashing, because the error stream has been ended.

Dorian Niemiec [Sun, 18 Feb 2024 14:13:33 +0000 (15:13 +0100)] 
Overloaded FastCGI server now results in 429 Too Many Requests status code.

Dorian Niemiec [Fri, 16 Feb 2024 21:02:21 +0000 (22:02 +0100)] 
Prevent data loss at end of the response

Dorian Niemiec [Fri, 16 Feb 2024 19:19:32 +0000 (20:19 +0100)] 
Fix the blockade

Dorian Niemiec [Fri, 16 Feb 2024 19:16:00 +0000 (20:16 +0100)] 
Block the greenrhombus-scriptexts.json file from hackers (return 403 code)

Dorian Niemiec [Fri, 16 Feb 2024 18:58:44 +0000 (19:58 +0100)] 
Initial commit