]> Kevux Git Server - fll/shortlog
fll
2022-08-08 Kevin DayCleanup: Use functions directly rather than macros.
2022-08-08 Kevin DayBugfix: Functions private_f_file_flush() and private_f_...
2022-08-08 Kevin DayUpdate: Describe modes being used when performing build...
2022-08-07 Kevin DayBugfix: Stand alone build is pulling headers from system.
2022-08-07 Kevin DayUpdate: The test script not uses stand alone mode for...
2022-08-07 Kevin DayUpdate: Implement stand alone build for Featureless...
2022-08-07 Kevin DayFeature: Add support for 'stand_alone' builds in the...
2022-08-07 Kevin DayBugfix: Mistakes in disable macros and remove redundant...
2022-08-06 Kevin DayBugfix: Featureless Make dependencies are not accuratel...
2022-08-05 Kevin DayUpdate: Add medium logos.
2022-08-05 Kevin DayUpdate: Use resize functions rather than adjust functio...
2022-08-05 Kevin DayUpdate: Change logic to avoid potential negative numbers.
2022-08-03 Kevin DayBugfix: Content is incorrectly attempted to be processe...
2022-08-03 Kevin DayUpdate: Always ensure content size is 0 when content...
2022-08-02 Kevin DayUpdate: Redesign behavior of pipe, allowing it to run...
2022-08-02 Kevin DayUpdate: Next micro version (0.6.1).
2022-08-01 Kevin DayUpdate: Enable gitlab test support.
2022-07-31 Kevin DayBugfix: Block is incorrectly being reset when an else... 0.6.0
2022-07-31 Kevin DayCleanup: The 'individual' mode is meaningless in the...
2022-07-31 Kevin DayUpdate: The example bzip2 now supports running the...
2022-07-31 Kevin DayCleanup: Simplify the bzip2 example fakefile ever so...
2022-07-31 Kevin DayCleanup: Add missing return statements and remove unuse...
2022-07-31 Kevin DayBugfix: Tests for f_color are failing due to missing...
2022-07-30 Kevin DayUpdate: Specifications and documentation, fixing mistak...
2022-07-30 Kevin DayUpdate: The f_color needs to follow latest practices...
2022-07-30 Kevin DayAdd documentation about disabling functions.
2022-07-30 Kevin DayBugfix: private_f_file_open_at() has an incomplete...
2022-07-29 Kevin DayCleanup: Spelling mistakes, styling mistakes, and impro...
2022-07-28 Kevin DayCleanup: Fix problems in the specification files.
2022-07-28 Kevin DayUpdate: Improve specification files.
2022-07-28 Kevin DayUpdate: Clarify IKI standard in regards to delimits...
2022-07-25 Kevin DayCleanup: Capitalization of wods and improve grammar...
2022-07-24 Kevin DayUpdate: Add +E/++error parameter to firewall.
2022-07-24 Kevin DaySecurity: Invalid read in firewall program during resou...
2022-07-24 Kevin DayCleanup: Use hard coded example in help.
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.
next