]> Kevux Git Server - fll/shortlog
fll
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...
2022-04-08 Kevin DayUpdate: Simplify build settings files.
2022-04-08 Kevin DayCleanup: Add missing closing quote.
2022-04-08 Kevin DayUpdate: The fake program should show the fakefile or...
2022-04-08 Kevin DayCleanup: Code structure for fake.
2022-04-07 Kevin DayUpdate: Add new return status codes: F_debug, F_error...
2022-04-07 Kevin DayUpdate: Add new return status codes: F_debug, F_error...
2022-04-07 Kevin DayCleanup: Use proper sentence casing in comment.
2022-04-07 Kevin DayUpdate: Improve read program logic to allow for catchin...
2022-04-07 Kevin DayBugfix: For f_file, use off_t, pre-test for EOF or...
2022-04-07 Kevin DayUpdate: Remove extra error print in fss_embedded_list_read.
2022-04-06 Kevin DayUpdate: The example project build settings and fakefiles.
2022-04-06 Kevin DayBugfix: Defaults should not be applied when an empty...
2022-04-06 Kevin DayCleanup: Remove old todo comment.
2022-04-05 Kevin DayBugfix: The f_capability should accept f_string_constan...
2022-04-05 Kevin DayCleanup: Remove extra line.
2022-04-03 Kevin DayUpdate: Add f_directory tests then fix problems discove... 0.5.9
2022-04-03 Kevin DayBugfix: UTF-8 endianess tests fail and improve seek...
2022-04-02 Kevin DayUpdate: Get the controller program in a better state...
2022-04-02 Kevin DayUpdate: Get the control program in a better state and...
2022-04-02 Kevin DayRegression: Invalid code added to controller.
2022-04-02 Kevin DayBugfix: Incorrectly checking byte width when already...
2022-04-02 Kevin DayUpdate: Do not use sizeof(char_t) for explicitly handli...
2022-04-02 Kevin DayBugfix: The byte_dump program should respect the +q...
2022-04-02 Kevin DayRegression: Accidentally reversed the big vs little...
2022-04-02 Kevin DayUpdate: Centralize common error function, minor cleanup...
2022-04-02 Kevin DayRegression: Invalid syntax in fake program.
2022-04-02 Kevin DayUpdate: Add F_once, F_receive, F_repeat, and F_send...
2022-04-01 Kevin DayUpdate: Remove inefficient and pointless size increase.
2022-04-01 Kevin DayUpdate: Ensure all programs are handling signals, addin...
2022-03-31 Kevin DayUpdate: Move the program data into the main for control.
2022-03-31 Kevin DayUpdate: Move the program data into the main for control.
2022-03-31 Kevin DayUpdate: Partially move program data into the main for...
2022-03-31 Kevin DayUpdate: Add pid integer to fll_program_data_t.
2022-03-31 Kevin DayUpdate: Move the program data into the main for fake.
2022-03-31 Kevin DayUpdate: Add umask integer to fll_program_data_t.
2022-03-31 Kevin DayUpdate: Move the program data into the main for firewall.
2022-03-31 Kevin DayUpdate: Add child integer to fll_program_data_t.
2022-03-31 Kevin DayUpdate: Remove redundant F_status_set_error() when...
2022-03-31 Kevin DayUpdate: Use const for f_console_arguments_t and add...
2022-03-31 Kevin DayUpdate: Move the program data into the main for fss_bas...
2022-03-31 Kevin DayUpdate: Move the program data into the main for fss_bas...
2022-03-31 Kevin DayUpdate: Move the program data into the main for fss_bas...
2022-03-31 Kevin DayCleanup: Fix styling, add new line before break.
2022-03-31 Kevin DaySecurity: Invalid write in FSS processing functions...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_bas...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_emb...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_emb...
2022-03-30 Kevin DayCleanup: Add missing F_attribute_visibility_internal_d.
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_ext...
2022-03-30 Kevin DayCleanup: Remove unnecessary error assignment.
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_ext...
2022-03-30 Kevin DayCleanup: Remove unnecessary error assignment.
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_ext...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_ext...
next