]> Kevux Git Server - fll/shortlog
fll
2024-01-25 Kevin DayBugfix: FSS Extended read fails to handle non-terminate...
2024-01-24 Kevin DayBugfix: Incorrect stop position is calculated when...
2024-01-19 Kevin DayCleanup: Use correct project name in fll_path documenta...
2024-01-19 Kevin DayCleanup: Invalid environment define "CMOCKA_TEST_ABORT...
2024-01-18 Kevin DayBugfix: Functions private_fl_fss_basic_read() and priva...
2024-01-16 Kevin DayRefactor: The backtick into the grave, for the specific...
2024-01-14 Kevin DayUpdate: Add additional parenthesis around status in...
2024-01-03 Kevin DayUpdate: Optimize bitwise logic regarding removing bits.
2024-01-01 Kevin DayUpdate: The FSS-000E specification needs to say "one...
2024-01-01 Kevin DayUpdate: Next micro version (0.6.9).
2023-12-31 Kevin DayCleanup: Fix incorrect endif disable macro comment. 0.6.8
2023-12-31 Kevin DayUpdate: Explicitly cast UTF conversion to/from to a...
2023-12-16 Kevin DayBugfix: Fix incorrect wording regarding negative times...
2023-12-08 Kevin DayUpdate: The fss-000e (Payload) specification should...
2023-11-15 Kevin DayUpdate: Specifications for Payload and Simple Packet.
2023-09-10 Kevin DayUpdate: Use size_t and perform explicit casts in Contro...
2023-09-07 Kevin DayUpdate: Next micro version (0.6.8).
2023-09-07 Kevin DayUpdate: Next micro version (0.6.7), for stand alone... 0.6.7
2023-09-07 Kevin DayCleanup: Add comment in fll_execute_arguments_add_param...
2023-09-07 Kevin DayCleanup: Relocate assignment in the if condition to...
2023-09-06 Kevin DayBugfix: Problems exposed by clang-13.
2023-09-02 Kevin DayBugfix: Mistakes in the FSS-000f Simple Packet specific...
2023-08-28 Kevin DaySecurity: Invalid allocation size for fll_execute_argum...
2023-08-28 Kevin DayFeature: Add -U/--under parameter to Featureless Make.
2023-08-27 Kevin DayRegression: Incorrect dependencies breaking some builds...
2023-08-23 Kevin DayBugfix: Incorrect function name in error message.
2023-08-12 Kevin DayCleanup: Remove duplicate headers present in the wrong...
2023-08-11 Kevin DayCleanup: Use '{ 0 }' as initializer for f_thread_set_t_...
2023-08-10 Kevin DayCleanup: Change structure of fll_execute_program()...
2023-08-08 Kevin DaySecurity: Add additional checks against the parameters...
2023-08-03 Kevin DayCleanup: Minor code optimizations in fll_program.
2023-08-03 Kevin DayBugfix: Add missing parameter checking to fll_program_...
2023-07-27 Kevin DayBugfix: Byte Dump program binary mode is printing wrong...
2023-07-26 Kevin DayCleanup: Message in byte dump documenation comment.
2023-07-23 Kevin DayCleanup: Fix documentation comments to correctly refere...
2023-07-22 Kevin DaySecurity: The f_iki allocation functions are calling...
2023-07-22 Kevin DayCleanup: Remove useless NULL assignment to pointer.
2023-07-22 Kevin DayBugfix: Incorrect sizeof() values for numerous type...
2023-07-21 Kevin DayBugfix: Incorrect sizeof() values for f_thread_mutex_at...
2023-07-16 Kevin DayFeature: Add specification FSS-0010 "Encrypted Simple...
2023-07-16 Kevin DayUpdate: FSS-000f specification, adding reasoning and...
2023-07-16 Kevin DayCleanup: Remove extra space in documentation comment...
2023-07-15 Kevin DayUpdate: Specifications, adding explicit version date...
2023-07-15 Kevin DayUpdate: Specifications, replacing "emphasis" with ...
2023-07-15 Kevin DayUpdate: FSS-000F (Simple Packet) Specification.
2023-07-13 Kevin DayCleanup: Upper case the first word of each sentence...
2023-07-06 Kevin DayUpdate: The defines in cygwin.txt documentation are...
2023-07-06 Kevin DayBugfix: Incorrect version numbers in some of the extra...
2023-07-06 Kevin DayUpdate: Next micro version (0.6.7).
2023-07-02 Kevin DayUpdate: Add stand alone fss_basic_read, fss_basic_write... 0.6.6
2023-07-02 Kevin DayBugfix: FSS Identify stand alone requires f_string_dyna...
2023-07-02 Kevin DayCleanup: Do not include man page documentation if there...
2023-07-02 Kevin DayBugfix: Use more correct include paths in the man pages.
2023-07-02 Kevin DayBugfix: The boostrap script should not fail if document...
2023-07-02 Kevin DayUpdate: Manually add missing man pages.
2023-07-02 Kevin DayUpdate: Add man pages for most or all FLL functions.
2023-07-02 Kevin DayBugfix: The build scripts are not handling documentatio...
2023-06-29 Kevin DayUpdate: Relax the requirement in the license to be...
2023-06-26 Kevin DayUpdate: Change program man pages to be referred to...
2023-06-25 Kevin DayBugfix: FSS Identify should process all --name paramete...
2023-06-25 Kevin DayBugfix: The fss_identify_process() should have f_string...
2023-06-25 Kevin DayBugfix: Remove spurious 'y' character in help message.
2023-06-25 Kevin DayCleanup: Fix documentation comments for fss_identify_pr...
2023-06-24 Kevin DayBugfix: Add missing 'extern' keyword for fss_identify_p...
2023-06-24 Kevin DayCleanup: Documentation comments return status syntax...
2023-06-24 Kevin DayCleanup: Add quotes to testfile LD_LIBRARY_PATH assignment.
2023-06-24 Kevin DayCleanup: Add missing () in docuumentation comments...
2023-06-24 Kevin DayCleanup: Fix mistakes in documentation comments.
2023-06-24 Kevin DayCleanup: Add environment to all unit test settings...
2023-06-21 Kevin DayCleanup: Fix incorrect comment in f_limit.
2023-06-18 Kevin DayUpdate: The Open Standard License, adding stronger...
2023-06-16 Kevin DayBugfix: FSS Extended List Read program should print...
2023-06-16 Kevin DayCleanup: Minor syntax fixes and use the macro initializer.
2023-06-16 Kevin DayBugfix: The line and total need to support the closing...
2023-06-09 Kevin DayBugfix: Use arguments passed to fake when processing...
2023-06-09 Kevin DayBugfix: Use the custom build settings name if passed...
2023-05-31 Kevin DayBugfix: Quotes in FSS read functions are not being...
2023-05-29 Kevin DayBugfix: Handle f_directory_not status as an invalid...
2023-05-29 Kevin DayBugfix: The testfile needs to handle the --build parame...
2023-05-29 Kevin DayBugfix: The -T/--trim parameter is not being processed.
2023-05-29 Kevin DayCleanup: Fix comments in settings-tests files.
2023-05-28 Kevin DayBugfix: Comments are being included when processing...
2023-04-29 Kevin DayUpdate: Next micro version (0.6.6).
2023-04-29 Kevin DayBugfix: Fix return codes and clean up package.sh. 0.6.5
2023-04-29 Kevin DayBugfix: Incorrect return code in tests causes false...
2023-04-29 Kevin DayCleanup: Remove invalid disable defines.
2023-04-29 Kevin DayUpdate: Month name to April in man pages.
2023-04-28 Kevin DayCleanup: Fix mistake in documentation that makes senten...
2023-04-28 Kevin DaySecurity: Invalid read in help output due to incorrect...
2023-04-28 Kevin DayCleanup: Fix spelling mistake in word "applied".
2023-04-26 Kevin DayUpdate: Add stand alone build for fss_payload_read...
2023-04-26 Kevin DayCleanup: Add common locale-specific environment variabl...
2023-04-26 Kevin DayBugfix: Incorrect wrapping define usage.
2023-04-25 Kevin DayUpdate: The stand alone builds should also support...
2023-04-25 Kevin DayBugfix: Featureless Make stand alone build fails to...
2023-04-25 Kevin DayBugfix: Invalid macro name for f_string_map_multi_t...
2023-04-16 Kevin DaySecurity: fake_build_arguments_standard_add() is treati...
2023-04-14 Kevin DayUpdate: Use f_string_append_nulless() instead of f_stri...
2023-04-11 Kevin DaySecurity: fl_directory_list() is not appending a NULL.
2023-04-06 Kevin DayBugfix: The stage files should not begin with "-".
next