moldybits
moldybits pushed to master at Forks/open-source-search-engine 2025-12-23 19:50:37 -05:00
74cd6f3518 Update documentation for macos support, add plan for future epoll support
moldybits pushed to master at Forks/open-source-search-engine 2025-12-23 19:35:52 -05:00
4c3015dac8 Fix a bug that occurs with custom rules set that prevents the spider from working after the server is restarted
moldybits pushed to master at Forks/open-source-search-engine 2025-12-23 18:07:11 -05:00
c5933ef1f9 Interpret 0 error number as Success (needed for MacOS, Linux does this by default)
824aafd33f Ignore EISCONN on new TCP connections (MacOS support)
967336cdd2 Add kqueue implemetation to Loop for MacOS compatability. See info in docs/kqueue-port.md for more information
Compare 3 commits »
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 14:11:45 -05:00
5464506f5a Fix a number of unitialized variable cppcheck errors in Conf.cpp and others
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 12:56:22 -05:00
a3976f828b Fix a bunch of uninitialized member variables
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 12:07:08 -05:00
8be76e6c79 Fix some compiler warnings in Spider.cpp and XmlDoc.cpp. Some related to copying non-trivially copyable objects with memcpy and some related to alignement issues
3616ac6a19 Fix another buffer overflow
629a7fb147 Fix a few more gbmemcpy warnings where we are copying non-trivially copyable objects
Compare 3 commits »
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 11:27:10 -05:00
2bc8eb6ece Fix compiler warning (different signedness comparison) in Mem.cpp
615ff7111d Correct buffer overflows in Hostdb.cpp and Language.cpp
66748fb849 Fix HttpRequest and other compile warning about using gbmemcpy to copy entire object
Compare 3 commits »
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 10:19:47 -05:00
81883726ca Fix HttpRequest compile warning about using gbmemcpy to copy entire object
moldybits pushed to master at Forks/open-source-search-engine 2025-12-22 08:17:03 -05:00
6c14a58ebb Fix gitignore for macos files
f6716a5272 Get OpenSSL include path from found path
5916f895ea Swap out the purposeful segfault code with the gbassert macros
Compare 3 commits »
moldybits pushed to master at moldybits/raytracer-c 2025-12-21 21:41:39 -05:00
00a6f1fa90 Cleanup minor resource leak that can occur on failure in UTILITIES_slurp
moldybits pushed to master at moldybits/raytracer-c 2025-12-21 21:31:35 -05:00
344c081566 Refactor to fix some cppcheck warnings in wavefrontobj.c. Adjust some variable scopes and ensure a struct is fully initialized before use.
moldybits pushed to master at moldybits/raytracer-c 2025-12-21 21:20:54 -05:00
0ef6ef634a Minor refactoring to make names in declarations & definitions consistent
moldybits pushed to master at moldybits/raytracer-c 2025-12-21 09:48:17 -05:00
d00e20bd9b Cleanup of variable shadowing in some tests
moldybits pushed to master at moldybits/raytracer-c 2025-12-21 09:29:55 -05:00
7591a259d3 Remove unused variable in CANVAS_parse_pixels
425d8dcf6d Fix minor issue copying patterns
Compare 2 commits »
moldybits created branch main in moldybits/robots_proxy 2025-11-28 15:51:22 -05:00
moldybits pushed to main at moldybits/robots_proxy 2025-11-28 15:51:22 -05:00
f01548ad8a Add MITM integration tests and configurable robots failover
9ef69de442 Add MITM CA docs and integration tests
6cda7d719a docs: add HTTPS MITM feature plan
4b4006c387 test: add proxy integration tests
bc19a163c0 docs: describe how to add middleware layer
Compare 10 commits »
moldybits created repository moldybits/robots_proxy 2025-11-28 15:50:52 -05:00
moldybits pushed to master at Forks/open-source-search-engine 2025-08-20 00:57:08 -04:00
de58a701c6 Convert to utf8
moldybits pushed to master at moldybits/cnpemu 2025-05-02 00:11:19 -04:00
d71f468d1d Add submodule for 6502 functional tests
moldybits pushed to master at moldybits/cnpemu 2025-05-02 00:00:30 -04:00
1f59f1937c Add emulation support for CNP-2