]> Kevux Git Server - fll/shortlog
fll
2022-07-23 Kevin DayBugfix: Link operation is incorrect, support new link...
2022-07-23 Kevin DayCleanup: Relocate all operation process type operations...
2022-07-23 Kevin DayUpdate: Organize the validate operation into separate...
2022-07-23 Kevin DayUpdate: Call fake_make_operate_process_type_link().
2022-07-23 Kevin DayCleanup: Move the link operation into its own function...
2022-07-23 Kevin DayCleanup: Update documentation comments to reference...
2022-07-22 Kevin DayCleanup: Style practices.
2022-07-22 Kevin DayBugfix: Apply recent bug fixes for the copy/clone opera...
2022-07-22 Kevin DayCleanup: Consistently return status codes on failure.
2022-07-22 Kevin DayBugfix: Copy should destination should be the base...
2022-07-22 Kevin DayUpdate: Improve user experience by defaulting specified...
2022-07-22 Kevin DaySecurity: Invalid read when processing an empty fakefile.
2022-07-21 Kevin DayUpdate: Timeout changes and documentation updates.
2022-07-21 Kevin DayUpdate: The standard program setup should explicitly...
2022-07-20 Kevin DayBugfix: Parameter after either the -N or -W is being...
2022-07-20 Kevin DayFeature: Add missing signal functions f_signal_action...
2022-07-20 Kevin DayRegression: Incomplete IKI variable expansion when...
2022-07-20 Kevin DaySecurity: Invalid read when processing not condition...
2022-07-20 Kevin DayRegression: Pre-allocate is using the wrong array.
2022-07-20 Kevin DayCleanup: Remove bad path part from string in testfiles.
2022-07-19 Kevin DayBugfix: Guarantee that the child processes are terminated.
2022-07-18 Kevin DayBugfix: The copy operation doesn't work properly with...
2022-07-18 Kevin DayCleanup: Tweak the delimits behavior to re-use the...
2022-07-18 Kevin DayBugfix: IKI substitution is incorrectly applied.
2022-07-17 Kevin DaySecurity: Invalid reads on NULL terminated strings...
2022-07-17 Kevin DayFeature: The fake program should support the "current...
2022-07-17 Kevin DayBugfix: Text is being incorrectly stripped out.
2022-07-17 Kevin DayUpdate: Reduce number of allocations by pre-determining...
2022-07-17 Kevin DayBugfix: Reserved parameter IKI expansion is not adding...
2022-07-17 Kevin DayFeature: The fake program should support the "top"...
2022-07-17 Kevin DayBugfix: IKI variable substitution results in incorrect...
2022-07-17 Kevin DayRegression: An if-condition followed by a completed...
2022-07-17 Kevin DayCleanup: Documentation in regards to the newly added...
2022-07-17 Kevin DayUpdate: Add support for +E/++error, change '+q' to...
2022-07-17 Kevin DayBugfix: Error verbosity is not being preserved.
2022-07-17 Kevin DayUpdate: Testfiles now need to use the "exist" rather...
2022-07-17 Kevin DayBugfix: IKI variable substitutionr results in incorrect...
2022-07-15 Kevin DayBugfix: Single quotes are not being properly detected...
2022-07-14 Kevin DayUpdate: Change "exists" to "exist" in fakefile syntax.
2022-07-13 Kevin DayUpdate: Strip out NULL characters after applying delimits.
2022-07-13 Kevin DayUpdate: Replace Unicode Terminate escape sequence with...
2022-07-13 Kevin DayBugfix: Delimits are not being applied for IKI variables.
2022-07-13 Kevin DayBugfix: IKI variables are incorrectly being processed...
2022-07-13 Kevin DayCleanup: Fix alphabetic ordering.
2022-07-11 Kevin DaySecurity: Invalid read for formatted printing using...
2022-07-10 Kevin DayFeature: Add support to the "print" operation for escap...
2022-07-10 Kevin DayCleanup: Converted type is actually uint32_t rather...
2022-07-10 Kevin DayFeature: The featureless make program now supports...
2022-07-10 Kevin DayCleanup: Fix documentation comments.
2022-07-10 Kevin DayBugfix: Incorrect information is printed on certain...
2022-07-10 Kevin DayCleanup: Update controller examples.
2022-07-10 Kevin DayBugfix: "State is now ..." should not be printed when...
2022-07-10 Kevin DayBugfix: Empty strings improperly pass validation checks.
2022-07-10 Kevin DayRefactor: "if defined" and "if not defined" to be easie...
2022-07-10 Kevin DayUpdate: Ensure first if block is initialized to operate.
2022-07-10 Kevin DayCleanup: Remove unnecessary includes in fake program.
2022-07-10 Kevin DayCleanup: Fix spelling mistake, 'tread' should be 'treat'.
2022-07-09 Kevin DayUpdate: Use "settings" instead of "setting" for better...
2022-07-09 Kevin DayUpdate: Restrict environment to PATH and LD_LIBRARY_PAT...
2022-07-09 Kevin DayFeature: The controller program should expose the ...
2022-07-09 Kevin DaySecurity: Invalid read when using -s/--settings in...
2022-07-09 Kevin DayUpdate: Make environment variable handling design consi...
2022-07-09 Kevin DayUpdate: Further reduce memory allocation pressure by...
2022-07-09 Kevin DayFeature: Add missing function f_environment_get_all().
2022-07-09 Kevin DaySecurity: Environment value has invalid read.
2022-07-09 Kevin DayBugfix: Condition blocks are still being processed...
2022-07-05 Kevin DayUpdate: The "engine" rule setting should support parame...
2022-07-05 Kevin DayCleanup: Remove unused task feature.
2022-07-05 Kevin DayUpdate: Change default controller settings path to...
2022-07-05 Kevin DayRefactor: Rename "script" setting to "engine".
2022-07-05 Kevin DayUpdate: Change execute error code handling to better...
2022-07-05 Kevin DayCleanup: Fix word mistake.
2022-07-05 Kevin DayFeature: The fake progam is supposed to support a piped...
2022-07-04 Kevin DayUpdate: Next minor version (0.6.0).
2022-07-02 Kevin DayUpdate: Improve design in f_conversion to be safer... 0.5.10
2022-07-02 Kevin DayBugfix: Signal code is not being set when accepted...
2022-07-01 Kevin DayUpdate: Add additional checks just in case execution...
2022-07-01 Kevin DayCleaup: Spelling mistake in debugging documentation.
2022-07-01 Kevin DayUpdate: Example bootstrap script now supports building...
2022-07-01 Kevin DayUpdate: Add note about ulimit privileges potentially...
2022-07-01 Kevin DayUpdate: Add the last of the unit tests for f_thread.
2022-07-01 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-30 Kevin DayProgress: Add more unit tests for f_thread.
2022-06-30 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-29 Kevin DayUpdate: The featureless make should default to 'make...
2022-06-28 Kevin DayProgress: Add more unit tests for f_thread.
2022-06-28 Kevin DayBugfix: Problems exposed by f_thread unit tests.
2022-06-27 Kevin DayProgress: Add unit tests for f_thread.
2022-06-27 Kevin DayBugfix: Problems and clean ups exposed when writing...
2022-06-27 Kevin DayCleanup: Add missing new line.
2022-06-25 Kevin DayUpdate: Add the last of the planned f_utf unit tests.
2022-06-25 Kevin DayUpdate: White space function changes.
2022-06-25 Kevin DayUpdate: Use "decimal" instead of "digit".
2022-06-25 Kevin DayUpdate: Implement more f_utf unit tests.
2022-06-25 Kevin DayBugfix: Problems in f_utf exposed by unit tests.
2022-06-24 Kevin DayUpdate: Finish f_utf unit tests for digits.
2022-06-23 Kevin DayUpdate: The fake program should check file existence...
2022-06-23 Kevin DayBugfix: The fss_identify needs the latest version of...
2022-06-23 Kevin DayBugfix: Entry file not found when --settings is used.
2022-06-23 Kevin DayProgress: Continue on f_utf digits.
next