]> Kevux Git Server - fll/shortlog
fll
2022-02-12 Kevin DayUpdate: A fakefile should not load the build settings...
2022-02-12 Kevin DayRefactor: project_name t build_name.
2022-02-12 Kevin DayBugfix: Missing "extern" in const static strings.
2022-02-11 Kevin DayCleanup: Relocate unit tests under a "unit" directory.
2022-02-11 Kevin DayRegression: Make sure setting.path_pid is NULL terminated.
2022-02-11 Kevin DayUpdate: Remove fl_console from example bootstrap script.
2022-02-11 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-11 Kevin DayRefactor: fl_console_parameter_to_string_dynamic_direct...
2022-02-10 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-10 Kevin DayRegression: The parameters should not print when string...
2022-02-10 Kevin DayBugfix: The prepend option is being incorrectly applied.
2022-02-09 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-09 Kevin DaySecurity: Invalid read in private_f_print().
2022-02-08 Kevin DayBugfix: Bugs and regressions in recent "Progress:....
2022-02-08 Kevin DayUpdate: Add F_buffer_overflow and F_buffer_underflow...
2022-02-07 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-07 Kevin DayBugfix: File stream read inefficiency, allocation f_str...
2022-02-06 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-06 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-05 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-04 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-02 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-02-01 Kevin DayUpdate: Use raw printing whenever safely possible and...
2022-01-31 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-01-30 Kevin DayProgress: Continue mass converting to f_string_static_t.
2022-01-28 Kevin DayProgress: Begin mass converting to f_string_static_t.
2022-01-26 Kevin DayProgress: Control and Controller.
2022-01-26 Kevin DayUpdate: Add f_conversion unit tests.
2022-01-26 Kevin DayCleanup: Add newlines before continue statements.
2022-01-26 Kevin DayBugfix: Incorrect return result for fwrite_unlocked().
2022-01-26 Kevin DayCleanup: Make failure mock boolean a constant.
2022-01-25 Kevin DayBugfix: Incorrect string is being printed on error...
2022-01-24 Kevin DayCleanup: Unit test header macros should end in an 'h'.
2022-01-24 Kevin DayCleanup: Use correct project name.
2022-01-24 Kevin DayUpdate: Add f_control_group unit tests.
2022-01-24 Kevin DayProgress: Continue working on implementing control...
2022-01-24 Kevin DayCleanup: The documentation.
2022-01-24 Kevin DayUpdate: Code cleanups and return explicit error code...
2022-01-24 Kevin DayUpdate: Fix incorrect documentation and remove pointles...
2022-01-19 Kevin DayUpdate: Use libc functions more in f_color.
2022-01-17 Kevin DayUpdate: Add f_console unit tests.
2022-01-17 Kevin DayBugfix: The f_console project after writing unit tests.
2022-01-17 Kevin DayUpdate: Console parameter macro, console structure...
2022-01-17 Kevin DayCleanup: Add back the two spaces before the "-" in...
2022-01-17 Kevin DayCleanup: Add period at the end of comments.
2022-01-17 Kevin DayUpdate: Rewrite f_color functions and use f_string_stat...
2022-01-17 Kevin DayUpdate: Use F_number_t_size_positive_d for F_string_t_s...
2022-01-17 Kevin DayCleanup: Use += operation when possible.
2022-01-16 Kevin DayCleanup: Add additional initializer for f_string_static...
2022-01-16 Kevin DayCleanup: remove unnecessary #undef.
2022-01-16 Kevin DayUpdate: Add parameter checking to unit tests and fix...
2022-01-16 Kevin DayCleanup: Fix ordering of comment.
2022-01-16 Kevin DayUpdate: Add parameter checking to unit tests, fix order...
2022-01-16 Kevin DayCleanup: Rename f_account functions in attempt to be...
2022-01-16 Kevin DayUpdate: Add parameter checking to unit tests, fix order...
2022-01-16 Kevin DayUpdate: Add f_color unit tests.
2022-01-16 Kevin DayBugfix: Fix problems exposed by unit testing.
2022-01-16 Kevin DayProgress: Begin designing contoller to control socket...
2022-01-16 Kevin DayBugfix: Improve include and wrapping macros.
2022-01-15 Kevin DayUpdate: Lay out the foundation for proper endianness...
2022-01-15 Kevin DayUpdate: Documentation for FSS-000E Payload and add...
2022-01-14 Kevin DayBugfix: Mock function is missing parameter name?
2022-01-14 Kevin DayUpdate: Add unit tests for f_account.
2022-01-14 Kevin DayUpdate: Add missing f_account_name_group_by_id(), clean...
2022-01-14 Kevin DayBugfix: Unit test files have typos.
2022-01-14 Kevin DayBugfix: IKI variables are not substituting consistently.
2022-01-13 Kevin DayUpdate: Provide more details in the documentation on...
2022-01-12 Kevin DayBugfix: More cases where if/else is not working as...
2022-01-12 Kevin DayBugfix: Partially fix "if is regular for xxx" exposes...
2022-01-12 Kevin DayCleanup: Clarify how the "if is XX for YY".
2022-01-12 Kevin DayRegression: The "failure" operation if condition type...
2022-01-12 Kevin DayBugfix: The "if not defined" is not working as expected.
2022-01-12 Kevin DayCleanup: Add missing bold around type name for unsuppor...
2022-01-12 Kevin DayBugfix: If/else condition logic is incorrect or incomplete.
2022-01-10 Kevin DayUpdate: Implement f_capability unit tests and improve...
2022-01-10 Kevin DayBugfix: Fix problems exposed by unit testing and perfor...
2022-01-09 Kevin DayCleanup: Simplify structure using more basic file names...
2022-01-09 Kevin DayCleanup: Coding style updates and miscellaneous fixes.
2022-01-09 Kevin DayFeature: Add support for FSS-000E Payload specification.
2022-01-08 Kevin DayUpdate: Add additional status codes.
2022-01-07 Kevin DayCleanup: Remove out of place function declarations.
2022-01-06 Kevin DayUpdate: Have fss-000e Payload be more specific about...
2022-01-06 Kevin DayBugfix: Valid comment lines are keeping leading white...
2022-01-06 Kevin DayFeature: Add fss-000e Payload specification.
2022-01-06 Kevin DayUpdate: Only clear socket id when fast closing and...
2022-01-06 Kevin DayCleanup: Remove stale macro and fix comments.
2022-01-05 Kevin DayUpdate: Finish "is unassigned", add "is surrogate"...
2022-01-04 Kevin DayProgress: Continue working on the controller program...
2022-01-04 Kevin DayUpdate: Fix bug in socket disconnect, add additional...
2022-01-03 Kevin DayUpdate: Implement more socket support.
2022-01-02 Kevin DayBugfix: Incorrect mode is being set.
2022-01-02 Kevin DayProgress: Begin implementing Control support in Control...
2022-01-02 Kevin DayUpdate: f_file project.
2022-01-02 Kevin DayCleanup: Update comments.
2022-01-02 Kevin DayUpdate: Add socket functions and improve existing ones.
2022-01-02 Kevin DayUpdate: Add several new status codes and update existin...
2022-01-02 Kevin DayCleanup: Expand filesystem to file system.
2022-01-01 Kevin DayCleanup: Use present tense.
2022-01-01 Kevin DayCleanup: Use const for fake_make_get_id_mode() return...
2022-01-01 Kevin DayUpdate: Improvements to file processing code.
next