moldybits
moldybits pushed to main at moldybits/rust_browser 2026-02-04 02:41:27 -05:00
72012ca354 Fix table cell vertical-align and add HTML border attribute support
moldybits pushed to main at moldybits/rust_browser 2026-02-04 02:32:10 -05:00
383f1e8af5 Add CSS vertical-align support for inline elements
moldybits pushed to main at moldybits/rust_browser 2026-02-04 02:12:56 -05:00
6af273ba81 Add CSS/HTML layout features: line-height, text-align, table attributes
moldybits pushed to main at moldybits/rust_browser 2026-02-04 01:02:01 -05:00
a70a197400 Add CSS escape sequence support and fix adjacent sibling combinator parsing
moldybits pushed to master at moldybits/cnpemu 2026-01-17 20:41:47 -05:00
541f2553bc Add HGR mode, simulated colors, press F2 to switch back to monochrome
14dbb1fb90 Implement lo-res graphics mode for apple ii+ emulator
Compare 2 commits »
moldybits pushed to master at moldybits/cnpemu 2026-01-17 12:58:25 -05:00
ba57cb4b82 Add ctrl-r to trigger a classic ctrl-reset to the apple II+
moldybits pushed to master at moldybits/cnpemu 2026-01-17 12:54:22 -05:00
6767353492 Add BCD support
f34972e78e Implement better input handline for apple II+, make bus work with non-power of 2 widths
Compare 2 commits »
moldybits pushed to master at moldybits/cnpemu 2026-01-17 12:18:14 -05:00
1cb21c83e9 Fix key latch behavior (clear char data after read)
moldybits pushed to master at Forks/open-source-search-engine 2025-12-29 21:33:45 -05:00
90c6e75e3b Begind unifying warc handling between cmd line and spidering injection
moldybits pushed to master at Forks/open-source-search-engine 2025-12-26 19:58:48 -05:00
c9d692e82c Fix bad assert in XmlDoc (hopefully not too many more of those were screwed up), Make sure to de-register XmlDoc callback on desctruction/reset
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