Rasmus Rasmussen owner
owner created branch IgnoreAlreadySavedIpInTheFilteredDatabaseAfterResuming in owner/RSE 2024-11-27 14:53:11 +00:00
f02203c14c Fixed duplicate insertions into the filtered database.
owner opened issue owner/RSE#10 2024-11-27 12:08:03 +00:00
Fix Filtering IPs
owner opened issue owner/RSE#9 2024-11-27 10:46:38 +00:00
Fix Retrieving Progress
owner pushed to main at owner/RSE 2024-11-27 10:40:14 +00:00
7ad691c439 Merge pull request 'CreateRuntimeVariable' (#8) from CreateRuntimeVariable into main
4eaaf0f244 Fix communication between applications.
a160992c08 Remove random sqlite file.
1a361a9524 Create runtime variables and remove MessagePack.
be07cdb13e Create runtime variables and remove MessagePack.
Compare 5 commits »
owner merged pull request owner/RSE#8 2024-11-27 10:40:12 +00:00
CreateRuntimeVariable
owner created pull request owner/RSE#8 2024-11-27 10:40:05 +00:00
CreateRuntimeVariable
owner commented on issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup

Runtime variables implemented consists of:

  • base path for the application (So now we don't need absolute paths for anything).
  • Timeout for:
    • IP scanner.
    • Wait time for the discarded…
owner closed issue owner/RSE#5 2024-11-27 10:39:07 +00:00
Create Runtime Variables At Startup
owner closed issue owner/RSE#6 2024-11-27 10:34:56 +00:00
Fix Set Runtime Variable Crashing The Application
owner commented on issue owner/RSE#6 2024-11-27 10:34:55 +00:00
Fix Set Runtime Variable Crashing The Application

Fixed. The reason why it crashed was because this particular method never sent a response to the client.

owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-27 10:33:58 +00:00
4eaaf0f244 Fix communication between applications.
owner opened issue owner/RSE#7 2024-11-27 09:49:36 +00:00
Investigate Light Weight Ping
owner opened issue owner/RSE#6 2024-11-26 20:50:52 +00:00
Fix Set Runtime Variable Crashing The Application
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 18:45:01 +00:00
a160992c08 Remove random sqlite file.
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 18:42:25 +00:00
1a361a9524 Create runtime variables and remove MessagePack.
be07cdb13e Create runtime variables and remove MessagePack.
Compare 2 commits »
owner closed issue owner/RSE#4 2024-11-26 10:01:19 +00:00
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores
owner commented on issue owner/RSE#4 2024-11-26 09:59:11 +00:00
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores

Found the problem. I'm blind lol. I've accidentally set the ping timeout to 512ms, instead of the default 128ms.

owner created branch CreateRuntimeVariable in owner/RSE 2024-11-26 09:28:50 +00:00
owner pushed to CreateRuntimeVariable at owner/RSE 2024-11-26 09:28:50 +00:00