]> Kevux Git Server - fll/shortlog
fll
2022-05-15 Kevin DayFeature: The iki_read program should support a more...
2022-05-15 Kevin DayUpdate: Add cmocka specific environment variables to...
2022-05-15 Kevin DayUpdate: Add unit tests for fll_status_string.
2022-05-15 Kevin DayBugfix: Fix problems exposed by unit tests.
2022-05-15 Kevin DayUpdate: Add unit tests for f_status_string.
2022-05-15 Kevin DayBugfix: Problems exposed by unit tests and do some...
2022-05-15 Kevin DayUpdate: Unit tests, fixing minor mistakes and add missi...
2022-05-15 Kevin DayBugfix: Add missing return value handling in f_fss.
2022-05-15 Kevin DayUpdate: Add unit tests for f_limit.
2022-05-15 Kevin DayUpdate: The f_limit project is out of date.
2022-05-14 Kevin DayBugfix: Incorrect and missing initializer macros in...
2022-05-14 Kevin DayRegression: Fix mistake in variable name of controller...
2022-05-14 Kevin DayUpdate: Add new status codes and fix problems with...
2022-05-14 Kevin DayBugfix: Use '%Q' rather than '%S' when printing error...
2022-05-14 Kevin DayCleanup: Use standard name when printing message.
2022-05-14 Kevin DayBugfix: The FSS object write functions don't handle...
2022-05-14 Kevin DayCleanup: Add U+000A Unicode codepoint in error message.
2022-05-14 Kevin DayRefactor: Rename -R/--raw to -O/--original in programs.
2022-05-13 Kevin DayUpdate: Add unit tests for f_pipe.
2022-05-13 Kevin DayUpdate: Improvements exposed when writing unit tests.
2022-05-13 Kevin DayUpdate: Add unit tests for f_path.
2022-05-13 Kevin DayBugfix: Fixes to f_path of problems exposed by unit...
2022-05-13 Kevin DaySecurity: Add missing parameter checks and rename ...
2022-05-13 Kevin DayUpdate: Add missing state.flag assignment in f_state_t_...
2022-05-13 Kevin DaySecurity: Wrong variable passed resulting in invalid...
2022-05-12 Kevin DayBugfix: Environment variables in fake are not being...
2022-05-12 Kevin DayBugfix: The fake program should not require the data...
2022-05-12 Kevin DayUpdate: Add missing function f_path_is_absolute() and...
2022-05-11 Kevin DayUpdate: Utilize the state.flag to allow for fss read...
2022-05-11 Kevin DayUpdate: Utilize the state.flag to allow for iki read...
2022-05-11 Kevin DayUpdate: The f_utf_is_* functions should be more specifi...
2022-05-11 Kevin DayBugfix: Invalid read in f_file_stream_read_until().
2022-05-10 Kevin DayCleanup: Add -Wno-missing-braces due to false positives.
2022-05-10 Kevin DayUpdate: Add flags to the f_state_t.
2022-05-10 Kevin DayCleanup: Add -Wall when running tests and fix problems...
2022-05-10 Kevin DayUpdate: Add pictures of the Kohlrabi that I have decide...
2022-05-10 Kevin DayBugfix: NULL is a valid character, causing utf8 not...
2022-05-10 Kevin DayUpdate: Remove unused code, cast (char) to (unsigned...
2022-05-07 Kevin DayCleanup: Remove extra space in Featureless Make help.
2022-05-07 Kevin DayCleanup: Add additional spaces to controller program...
2022-05-06 Kevin DayCleanup: Rename 'Available Commands' to 'Commands'...
2022-05-06 Kevin DayCleanup: Expand newline into two words and expand EOL...
2022-05-05 Kevin DayCleanup: Handle a coiple of additional words that now...
2022-05-05 Kevin DayCleanup: Fix typo in the word 'whitespace' and break...
2022-05-05 Kevin DayCleanup: More confusing messages due to a bad refactor.
2022-05-05 Kevin DayCleanup: The help is displaying a confusing message...
2022-05-05 Kevin DayCleanup: The help is displaying a confusing message.
2022-05-05 Kevin DayCleanup: Use upper case Object and Content.
2022-05-05 Kevin DayUpdate: Have iki_write use form-feed rather than end...
2022-05-05 Kevin DayRegression: The iki_read is not processing anything.
2022-05-04 Kevin DayCleanup: Fix +n/++no_color help message.
2022-05-04 Kevin DayCleanup: Rename 'binary' to 'bytecode' in UTF8 program.
2022-05-02 Kevin DayUpdate: Add licenses to text files and clarify OSL...
2022-04-28 Kevin DayCleanup: Controller program return codes should be...
2022-04-28 Kevin DayBugfix: Incorrect rule name for controller boot setting...
2022-04-27 Kevin DayBugfix: When compiled as "init" the controller program...
2022-04-25 Kevin DayBugfix: The FILE type may not have a known storage...
2022-04-25 Kevin DayBugfix: Should include <stdio.h> when using printf...
2022-04-23 Kevin DayUpdate: Update the "github" test system in the testing...
2022-04-23 Kevin DayCleanup: Remove spurious 'individual' from cmocka build...
2022-04-23 Kevin DayUpdate: Implement "github" test system in the testing...
2022-04-23 Kevin DayUpdate: Add f_execute unit tests.
2022-04-23 Kevin DayCleanup: Remove non-existent header file in f_environme...
2022-04-22 Kevin DayUpdate: Add unit tests for f_environment, make changes...
2022-04-22 Kevin DayCleanup: Bad data and incorrect include in f_file.
2022-04-21 Kevin DayUpdate: Finish writing unit tests for f_file.
2022-04-21 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-21 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-21 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-20 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-20 Kevin DayBugfix: Fixes for f_file exposed by unit tests.
2022-04-19 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-19 Kevin DayBugfix: Fix problems in f_file exposed by unit tests.
2022-04-18 Kevin DayProgress: Continue witing f_file unit tests.
2022-04-18 Kevin DayBugfix: Problems in f_file functions exposed by unit...
2022-04-17 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-17 Kevin DayUpdate: Redesign f_file functions to not need struct...
2022-04-17 Kevin DayProgress: Add f_file_mode_from_string() unit tests.
2022-04-17 Kevin DayBugfix: Problems in f_file regarding file mode exposed...
2022-04-16 Kevin DayProgress: Continue implementing f_file unit tests.
2022-04-16 Kevin DayUpdate: Improve the logic for the read link f_file...
2022-04-16 Kevin DayUpdate: Add missing checks to f_file_link_hard_at(...
2022-04-16 Kevin DayBugfix: The f_file_is_at() function is not properly...
2022-04-15 Kevin DayRegression: The trailing Unicode sequences don't always...
2022-04-15 Kevin DayUpdate: Directory tests following recent changes.
2022-04-15 Kevin DayCleanup: Remove unnecessary condition block.
2022-04-15 Kevin DayBugfix: Trailing Unicode sequences that get cut off...
2022-04-15 Kevin DayBugfix: Three-width UTF-8 characters are improperly...
2022-04-15 Kevin DayCleanup: Use macro to add program name to print string...
2022-04-15 Kevin DayBugfix: Unicode characters are not printing correctly.
2022-04-15 Kevin DayCleanup: Remove the 'u' at the end of the numbers.
2022-04-14 Kevin DaySecurity: Incorrect pointers result in incomplete memor...
2022-04-14 Kevin DayUpdate: Implement file statistics flag enumeration...
2022-04-11 Kevin DayProgress: Begin adding tests for f_file project and...
2022-04-11 Kevin DayBugfix: Fix problems exposed by f_file project tests.
2022-04-09 Kevin DayBugfix: Memory handling related to or exposed by f_dire...
2022-04-09 Kevin DayUpdate: Fix the f_directory unit tests and finish writi...
2022-04-09 Kevin DayBugfix: Invalid memory deletion.
2022-04-09 Kevin DayUpdate: Settings, mock settings, and test settings.
2022-04-08 Kevin DayUpdate: Use off_t instead of f_array_length_t to match...
next