- Jan 05, 2025
-
-
Deucе authored
This way, when an error occurs, it will at least terminate the session instead of requiring you to disconnect yourself. This partially addresses issue 174, assuming it's actually telnets.
-
Deucе authored
Apple GNU make treats unescaped # in variables as starting a comment. But GNU grep >= v3.8 will spew a warning with an extra backslash there.
-
Deucе authored
GNU grep >= 3.8 complains and it's highly confusing. Thanks for sticking with it Dan_C.
-
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Presumably, this is broken because I cross-compile. Also, this is where I'm rewriting history to remove the debug libs that were over 100M
-
- Dec 29, 2024
-
-
Deucе authored
...But Win64 isn't. It crashes somewhere in the decoding function, and I have no idea why... it doesn't seem to be because of the thread thing. I assume it's because of the cross-built win64 libs, but I can't really be sure. :(
-
Deucе authored
So, we can't use threads with these libs. :( This is going to be a pain to build these due to the dependencies.
-
Deucе authored
This can't happen, and it breaks the thread stuff.
-
Deucе authored
Just statically link it here, I'm not interested in adding another DLL into the archive, and there's no good reason to NOT support it.
-
Deucе authored
An alternative to using PPM, relies on libjxl from the JPEG. JPEG XL is a superior modern format that supports both lossy and lossless compression and does an excellent job at both. The format also supports multiple frames (ie: animation), so can be used for Cool Stuff in the future. As an example, a large image that is 130MB in PPM format is only 6.8MB in JPEG XL format using the default quality settings of ImageMagick (whatever they are).
-
Deucе authored
Commands are added.
-
Deucе authored
This allows us to avoid needing a large number of extra libraries, and it appears sRGB (ie: what we want) is the default anyway.
-
Deucе authored
-
Rob Swindell authored
These are useful for trouble-shooting/experimenting with file share modes and region locks, so make them easier to build.
-
Rob Swindell authored
-
Rob Swindell authored
Order of options no longer matters.
-
Deucе authored
-
Deucе authored
This also supports static linking for OSs that don't have sane ways of sharing libraries system-wide.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
With this, my fancy intro is quite usable...
-
- Dec 28, 2024
-
-
Deucе authored
-
Deucе authored
Uses libjxl, makes the video demo more possible. Does not yet have a feature test sequence, documentation, support in the gmake build system, runtime linking, etc. Just a quick hack. It also looks like I can parallize the decode, should should also help things out.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Check and clear/invalidate node_socket while holding the node.dab record lock. This should fix the error reported by kk4qnb (KK4QBN)
-
- Dec 24, 2024
-
-
Rob Swindell authored
Fix CID 516461
-
Rob Swindell authored
Fix CID 516462
-
Rob Swindell authored
Include O_CREAT access mode flag in opennodedat(). I experimented with excluding O_DENYNONE when the NM_CLOSENODEDAB flag is set (to hopefully work-around MacOS Samba node.dab corruption issue), but that didn't work with SBBSCTRL leaving the file open in SH_DENYNONE mode, so will have revist that, but using a common open function helps.
-
Rob Swindell authored
Include a little more detail in 550 responses sent to clients too
-
Rob Swindell authored
I started seeing Windows 10.0 reported (without a build number) again on Windows 11 (after a regular update), so changed the logic to always try/use RtlGetVersion() except for Windows 7 where I saw it truncated the Service Pack details.
-
- Dec 23, 2024
-
-
Rob Swindell authored
This explains why Deon was still seeing time_t encoded time values.
-
Rob Swindell authored
This is a situation we can auto-correct and log a message when we do.
-
Rob Swindell authored
Could be helpful for debugging node status issues at some point
-
- Dec 22, 2024
-
-
Rob Swindell authored
Bug
-