- Feb 14, 2022
-
-
Rob Swindell authored
I think this means one of your nodeon.* files are corrupt and just deleting that file would likely cure the situation as well.
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
Convenient way to get the path/name of the archive file as it was passed to the constructor.
-
Rob Swindell authored
Digital Distortion File Lister v2.02: Added the ability to do a file search (via filespec, description, or new files since last scan). See merge request !141
-
Eric Oulashin authored
a file search (via filespec, description, or new files since last scan). A command-line parameter, -MODE, specifies which search to perform (search_filename, search_description, or new_file_search for searching; list_curdir lists files in the user's current directory, which is the default).
-
- Feb 13, 2022
-
-
Rob Swindell authored
Digital Distortion Area Choosers v1.22: Fixed a lightbar directory choosing issue in the file area chooser See merge request !140
-
Eric Oulashin authored
fixed a lightbar file directory choosing issue when using name collapsing (was using the wrong data structure)
-
- Feb 12, 2022
-
-
Rob Swindell authored
-
Rob Swindell authored
Since we install archive.js as the viewer for '*' by default, we expect it to be asked to list non-archive file-types frequently, so don't be too alarmist about it.
-
Rob Swindell authored
And change XMODEM-1K/CRC to be the '1' protocol.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Rob Swindell authored
warning C4244: '=': conversion from 'double' to 'uint64_t', possible loss of data
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
This is a millisecond timer that tries to avoid floating-point operations.
-
Rob Swindell authored
it just seems it's even worst than Deuce thought. :-)
-
Rob Swindell authored
-
Deucе authored
I'm not really happy about rounding floats in time-critical bits, but there you go.
-
Rob Swindell authored
-
Deucе authored
Now it should keep working after 24 days.
-
Rob Swindell authored
As seen logging on to WLARB ("too")
-
Deucе authored
than the int supports, it's set to 0x80000000 to indicate overflow. msclock() is *always* overflowing, and clock_t is only 32-bits on some platforms (specifically FreeBSD). To "avoid" problems, just keep subtracting UIN32_MAX from the value until it's less than INT_MAX then cast. This function is, of course, terrible and shouldn't actually be used, but it should at least sorta kinda workish.
-
Deucе authored
At least one of MAP_ANON, MAP_GUARD, MAP_PRIVATE, MAP_SHARED, or MAP_STACK must be specified.
-
- Feb 11, 2022
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
Oddly enough the hbuf wasn't actually modified.
-
Deucе authored
This will allow naming consistency in encode/* This is the fix you're looking for Keyop. :)
-
Deucе authored
-
Deucе authored
Geeze, this is ugly.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-