2022-05-05 |
Kevin Day | Cleanup: The help is displaying a confusing message. |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Kevin Day | Cleanup: Use upper case Object and Content. |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Kevin Day | Update: Have iki_write use form-feed rather than end... |
commit | commitdiff | tree | snapshot |
2022-05-05 |
Kevin Day | Regression: The iki_read is not processing anything. |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Kevin Day | Cleanup: Fix +n/++no_color help message. |
commit | commitdiff | tree | snapshot |
2022-05-04 |
Kevin Day | Cleanup: Rename 'binary' to 'bytecode' in UTF8 program. |
commit | commitdiff | tree | snapshot |
2022-05-02 |
Kevin Day | Update: Add licenses to text files and clarify OSL... |
commit | commitdiff | tree | snapshot |
2022-04-28 |
Kevin Day | Cleanup: Controller program return codes should be... |
commit | commitdiff | tree | snapshot |
2022-04-28 |
Kevin Day | Bugfix: Incorrect rule name for controller boot setting... |
commit | commitdiff | tree | snapshot |
2022-04-27 |
Kevin Day | Bugfix: When compiled as "init" the controller program... |
commit | commitdiff | tree | snapshot |
2022-04-25 |
Kevin Day | Bugfix: The FILE type may not have a known storage... |
commit | commitdiff | tree | snapshot |
2022-04-25 |
Kevin Day | Bugfix: Should include <stdio.h> when using printf... |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Kevin Day | Update: Update the "github" test system in the testing... |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Kevin Day | Cleanup: Remove spurious 'individual' from cmocka build... |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Kevin Day | Update: Implement "github" test system in the testing... |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Kevin Day | Update: Add f_execute unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-23 |
Kevin Day | Cleanup: Remove non-existent header file in f_environme... |
commit | commitdiff | tree | snapshot |
2022-04-22 |
Kevin Day | Update: Add unit tests for f_environment, make changes... |
commit | commitdiff | tree | snapshot |
2022-04-22 |
Kevin Day | Cleanup: Bad data and incorrect include in f_file. |
commit | commitdiff | tree | snapshot |
2022-04-21 |
Kevin Day | Update: Finish writing unit tests for f_file. |
commit | commitdiff | tree | snapshot |
2022-04-21 |
Kevin Day | Bugfix: Fixes for f_file exposed by unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-21 |
Kevin Day | Progress: Continue witing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-21 |
Kevin Day | Bugfix: Fixes for f_file exposed by unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-20 |
Kevin Day | Progress: Continue witing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-20 |
Kevin Day | Bugfix: Fixes for f_file exposed by unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-19 |
Kevin Day | Progress: Continue implementing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-19 |
Kevin Day | Bugfix: Fix problems in f_file exposed by unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-18 |
Kevin Day | Progress: Continue witing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-18 |
Kevin Day | Bugfix: Problems in f_file functions exposed by unit... |
commit | commitdiff | tree | snapshot |
2022-04-17 |
Kevin Day | Progress: Continue implementing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-17 |
Kevin Day | Update: Redesign f_file functions to not need struct... |
commit | commitdiff | tree | snapshot |
2022-04-17 |
Kevin Day | Progress: Add f_file_mode_from_string() unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-17 |
Kevin Day | Bugfix: Problems in f_file regarding file mode exposed... |
commit | commitdiff | tree | snapshot |
2022-04-16 |
Kevin Day | Progress: Continue implementing f_file unit tests. |
commit | commitdiff | tree | snapshot |
2022-04-16 |
Kevin Day | Update: Improve the logic for the read link f_file... |
commit | commitdiff | tree | snapshot |
2022-04-16 |
Kevin Day | Update: Add missing checks to f_file_link_hard_at(... |
commit | commitdiff | tree | snapshot |
2022-04-16 |
Kevin Day | Bugfix: The f_file_is_at() function is not properly... |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Regression: The trailing Unicode sequences don't always... |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Update: Directory tests following recent changes. |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Cleanup: Remove unnecessary condition block. |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Bugfix: Trailing Unicode sequences that get cut off... |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Bugfix: Three-width UTF-8 characters are improperly... |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Cleanup: Use macro to add program name to print string... |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Bugfix: Unicode characters are not printing correctly. |
commit | commitdiff | tree | snapshot |
2022-04-15 |
Kevin Day | Cleanup: Remove the 'u' at the end of the numbers. |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Kevin Day | Security: Incorrect pointers result in incomplete memor... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Kevin Day | Update: Implement file statistics flag enumeration... |
commit | commitdiff | tree | snapshot |
2022-04-11 |
Kevin Day | Progress: Begin adding tests for f_file project and... |
commit | commitdiff | tree | snapshot |
2022-04-11 |
Kevin Day | Bugfix: Fix problems exposed by f_file project tests. |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Kevin Day | Bugfix: Memory handling related to or exposed by f_dire... |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Kevin Day | Update: Fix the f_directory unit tests and finish writi... |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Kevin Day | Bugfix: Invalid memory deletion. |
commit | commitdiff | tree | snapshot |
2022-04-09 |
Kevin Day | Update: Settings, mock settings, and test settings. |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Kevin Day | Update: Use off_t instead of f_array_length_t to match... |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Kevin Day | Update: Simplify build settings files. |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Kevin Day | Cleanup: Add missing closing quote. |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Kevin Day | Update: The fake program should show the fakefile or... |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Kevin Day | Cleanup: Code structure for fake. |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Update: Add new return status codes: F_debug, F_error... |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Update: Add new return status codes: F_debug, F_error... |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Cleanup: Use proper sentence casing in comment. |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Update: Improve read program logic to allow for catchin... |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Bugfix: For f_file, use off_t, pre-test for EOF or... |
commit | commitdiff | tree | snapshot |
2022-04-07 |
Kevin Day | Update: Remove extra error print in fss_embedded_list_read. |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Kevin Day | Update: The example project build settings and fakefiles. |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Kevin Day | Bugfix: Defaults should not be applied when an empty... |
commit | commitdiff | tree | snapshot |
2022-04-06 |
Kevin Day | Cleanup: Remove old todo comment. |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Kevin Day | Bugfix: The f_capability should accept f_string_constan... |
commit | commitdiff | tree | snapshot |
2022-04-05 |
Kevin Day | Cleanup: Remove extra line. |
commit | commitdiff | tree | snapshot |
2022-04-03 |
Kevin Day | Update: Add f_directory tests then fix problems discove... 0.5.9 |
commit | commitdiff | tree | snapshot |
2022-04-03 |
Kevin Day | Bugfix: UTF-8 endianess tests fail and improve seek... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Update: Get the controller program in a better state... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Update: Get the control program in a better state and... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Regression: Invalid code added to controller. |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Bugfix: Incorrectly checking byte width when already... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Update: Do not use sizeof(char_t) for explicitly handli... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Bugfix: The byte_dump program should respect the +q... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Regression: Accidentally reversed the big vs little... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Update: Centralize common error function, minor cleanup... |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Regression: Invalid syntax in fake program. |
commit | commitdiff | tree | snapshot |
2022-04-02 |
Kevin Day | Update: Add F_once, F_receive, F_repeat, and F_send... |
commit | commitdiff | tree | snapshot |
2022-04-01 |
Kevin Day | Update: Remove inefficient and pointless size increase. |
commit | commitdiff | tree | snapshot |
2022-04-01 |
Kevin Day | Update: Ensure all programs are handling signals, addin... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for control. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for control. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Partially move program data into the main for... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Add pid integer to fll_program_data_t. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for fake. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Add umask integer to fll_program_data_t. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for firewall. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Add child integer to fll_program_data_t. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Remove redundant F_status_set_error() when... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Use const for f_console_arguments_t and add... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for fss_bas... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for fss_bas... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Update: Move the program data into the main for fss_bas... |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Cleanup: Fix styling, add new line before break. |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Kevin Day | Security: Invalid write in FSS processing functions... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_bas... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_emb... |
commit | commitdiff | tree | snapshot |
next |