]> Kevux Git Server - fll/shortlog
fll
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...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_ide...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_pay...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_pay...
2022-03-30 Kevin DayCleanup: Remove delete function notes from documentatio...
2022-03-30 Kevin DayBugfix: The out of range is printing and then continues...
2022-03-30 Kevin DayUpdate: Move the program data into the main for fss_sta...
2022-03-30 Kevin DayUpdate: Deallocate before releasing signals.
2022-03-30 Kevin DayUpdate: Restructure iki_read to use fll_program_data_t.
2022-03-30 Kevin DayUpdate: Restructure iki_write to use fll_program_data_t.
2022-03-30 Kevin DayUpdate: Move the program data into the main.
2022-03-30 Kevin DayUpdate: Make Utf8 private data private and move the...
2022-03-30 Kevin DayUpdate: Use signal_check more consistently in programs.
2022-03-30 Kevin DayRegression: Use correct function for mutex lock.
2022-03-29 Kevin DaySecurity: Controller program is not initializing the...
2022-03-29 Kevin DayUpdate: Finish writing tests, fix endianness, simplify...
2022-03-28 Kevin DayUpdate: Bring f_utf project in sync with f_string.
2022-03-28 Kevin DayCleanup: The f_string project.
2022-03-28 Kevin DayUpdate: Restructure parts of f_utf project, and use...
2022-03-27 Kevin DayUpdate: Add remaining tests for f_string project.
2022-03-27 Kevin DayBugfix: Partial string functions are incorrect.
2022-03-27 Kevin DayUpdate: Add additional tests for f_string project.
2022-03-27 Kevin DayBugfix: Incorrectly performing nulless string appends...
2022-03-27 Kevin DayProgress: Controller and Control sockets.
2022-03-27 Kevin DayBugfix: The f_socket_connect() needs to handle EINVAL...
2022-03-27 Kevin DayBugfix: Print functions are not always printing the...
2022-03-26 Kevin DayBugfix: Increasing strings by too much.
2022-03-26 Kevin DayProgress: Controller and Control sockets.
2022-03-26 Kevin DayCleanup: Clarify documentation comment that the functio...
2022-03-26 Kevin DayBugfix: Invalid F_parameter error in f_socket functions.
2022-03-26 Kevin DayBugfix: Invalid '%lu', in formatted print, should inste...
2022-03-26 Kevin DayBugfix: When using --at with --total for --content...
2022-03-26 Kevin DayBugfix: Invalid content count in FSS Basic List.
2022-03-18 Kevin DayCleanup: Restructure to have the *_type_name() function...
2022-03-18 Kevin DayProgress: Controller and Control sockets.
2022-03-17 Kevin DayProgress: Controller and Control sockets.
2022-03-17 Kevin DayCleanup: Add a version number to the Open Standard...
2022-03-17 Kevin DayUpdate: Use return rather than assignment and break...
2022-03-16 Kevin DayProgress: Continue working on control and controller.
2022-03-15 Kevin DayUpdate: Packet specification.
2022-03-15 Kevin DayUpdate: Add F_status status type and rename F_status_si...
2022-03-15 Kevin DayUpdate: Add clang support to the bootstrap-example...
2022-03-15 Kevin DayCleanup: comments.
2022-03-15 Kevin DayCleanup: Header define should end in lower-case 'h'.
2022-03-14 Kevin DayUpdate: Consistency improvements with *_append() and...
next