]> Kevux Git Server - fll/shortlog
fll
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...
2022-03-10 Kevin DayProgress: Controller and Control sockets.
2022-03-09 Kevin DayUpdate: Revert back to 'char' rather than 'unsigned...
2022-03-09 Kevin DayProgress: Control and Controller sockets.
2022-03-08 Kevin DayUpdate: Switch to explicitly using sizeof() for char...
2022-03-08 Kevin DayUpdate: Avoid the generic 'char' and switch to the...
2022-03-06 Kevin DayProgress: Implement controller to/from control networking.
2022-03-05 Kevin DayUpdate: These specific documentation files relate to...
2022-03-05 Kevin DayUpdate: Provide open-standard-license-1.0.
2022-03-04 Kevin DayBugfix: Bootstrap script is not handling some build...
2022-03-04 Kevin DayWorkaround: Clang compiler problems, add _clang_not_a_c...
2022-03-04 Kevin DayUpdate: Stop using GNU old-style field designator exten...
2022-03-04 Kevin DaySecurity: Incorrect array size used in test.
2022-03-04 Kevin DayBugfix: Incorrect variable type used for capability...
2022-03-04 Kevin DayWorkaround: Clang compiler problems, add _clang_not_a_c...
2022-03-04 Kevin DayBugfix: Typo in variable name, should be f_print_sequen...
2022-03-04 Kevin DayBugfix: Incorrect code used in UTF8 character code...
2022-03-04 Kevin DayUpdate: Fix consistency where initialize macros are...
2022-03-04 Kevin DayUpdate: Add tests to f_iki project, perform cleanups...
2022-03-04 Kevin DayUpdate: Add missing dependency to f_type_array for...
2022-03-04 Kevin DayRegression: UTF8 program is throwing error when trying...
2022-03-02 Kevin DayUpdate: Add test mode and provide -fstack-protector...
2022-03-02 Kevin DayUpdate: Finish implementing the FLL Project Mass Test...
2022-03-02 Kevin DayBugfix: Random quote that shouldn't be there is breakin...
2022-03-02 Kevin DayUpdate: Improve verbosity message passing, making it...
2022-03-01 Kevin DayCleanup: Fix wording of normal output argument help...
2022-03-01 Kevin DayCleanup: Make scripts more consistent with their arguments.
2022-03-01 Kevin DayCleanup: Bootstrap build script.
2022-03-01 Kevin DayProgress: Begin implementing testing script.
2022-03-01 Kevin DayCleanup: Scripts syntax and styles.
2022-03-01 Kevin DayUpdate: Style Guide.
2022-03-01 Kevin DayRegression: Some IKI vocabularies are missing their...
2022-03-01 Kevin DayBugfix: Debug verbositiy should include Verbose verbosi...
2022-03-01 Kevin DayUpdate: Socket parameters, rename f_socket_bind_file...
2022-03-01 Kevin DayUpdate: Add local and remote status codes.
2022-02-27 Kevin DayUpdate: Relax the uid/gid requirements in f_file_role_c...
2022-02-27 Kevin DayUpdate: Next micro version (0.5.9).
2022-02-27 Kevin DayBugfix: A Rule's "define" settings are not being exported. 0.5.8
2022-02-27 Kevin DayFeature: Maps and Multi-Maps should support appending...
2022-02-27 Kevin DayFeature: Implement IKI support in controller program.
2022-02-26 Kevin DayUpdate: Delete socket rather than resize when array...
2022-02-26 Kevin DaySecurity: Invalid va_arg() call resulting in overflow.
2022-02-26 Kevin DaySecurity: The va_list has undefined behavior when passe...
2022-02-26 Kevin DayUpdate: Help ensure va_copy() is defined.
2022-02-26 Kevin DayBugfix: Improper IKI vocabulary position for when a...
2022-02-26 Kevin DayBugfix: private_fl_print_convert_number() problems...
2022-02-26 Kevin DayUpdate: Add terminating NULL position and set all value...
2022-02-26 Kevin DayBugfix: Improper if condition range check.
2022-02-25 Kevin DayUpdate: Return F_data_not when amount or size is 0...
2022-02-23 Kevin DayUpdate: IKI Improvements and some cleanups.
2022-02-22 Kevin DaySecurity: Invalid read when using -bB.
2022-02-21 Kevin DayUpdate: Controller and control.
2022-02-20 Kevin DayUpdate: Make sure constant pointers that are intended...
2022-02-20 Kevin DayUpdate: Add additional debugging documentation notes.
2022-02-20 Kevin DayRefactor: Complete the mass converting to f_string_stat...
2022-02-20 Kevin DayProgress: Continue mass converting to f_string_static_t...
2022-02-19 Kevin DayRefactor: Change "one", "two", and "three" into "a...
2022-02-19 Kevin DayFeature: The fll_identify -n/--name now supports full...
2022-02-19 Kevin DayCleanup: Start comment with uppercase.
2022-02-19 Kevin DayUpdate: Fakefile inner Objects should load the last...
2022-02-19 Kevin DayUpdate: Remove stale warning.
2022-02-19 Kevin DayBugfix: Comparison should instead be an assignment.
2022-02-19 Kevin DayCleanup: Use signed type and cast to unsigned.
2022-02-19 Kevin DayFeature: Enable support for modes on (almost) all Fake...
2022-02-19 Kevin DaySecurity: Invalid reads, always add NULL for compatibility.
2022-02-19 Kevin DaySecurity: Invalid read due to wrong parameter in fl_pri...
2022-02-18 Kevin DayUpdate: Add clang build mode to the build settings...
2022-02-18 Kevin DayUpdate: Remove todo.txt documentation.
2022-02-18 Kevin DayUpdate: Add debugging.txt documentation.
2022-02-18 Kevin DaySecurity: Executed program string is not NULL terminated.
2022-02-18 Kevin DayProgress: Continue mass converting to f_string_static_t...
2022-02-18 Kevin DayCleanup: Simplify example bootstrap script by hard...
2022-02-17 Kevin DayCleanup: Relocate static strings out of the string...
2022-02-17 Kevin DayRegression: Fake static compile not building.
2022-02-17 Kevin DayProgress: Continue mass converting to f_string_static_t...
2022-02-17 Kevin DayUpdate: Move hardcoded strings into a const static...
2022-02-17 Kevin DayUpdate: Console improvements with related security...
2022-02-16 Kevin DayRefactor: Switch to a more directory based source file...
2022-02-16 Kevin DayCleanup: Minor updates to cygwin documentation.
2022-02-16 Kevin DayUpdate: Use F_directory_not instead of F_directory...
2022-02-16 Kevin DayRegression: Invalid read in f_directory_create().
2022-02-16 Kevin DayUpdate: Improve f_file_name_directory() and f_file_name...
2022-02-16 Kevin DayBugfix: Invalid read because NULL is added to list...
2022-02-16 Kevin DayUpdate: Don't double check the variable.
2022-02-15 Kevin DayUpdate: Add missing unit tests for f_type_array.
next