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 |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_emb... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Cleanup: Add missing F_attribute_visibility_internal_d. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_ext... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Cleanup: Remove unnecessary error assignment. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_ext... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Cleanup: Remove unnecessary error assignment. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_ext... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_ext... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_ide... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_pay... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_pay... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Cleanup: Remove delete function notes from documentatio... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Bugfix: The out of range is printing and then continues... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main for fss_sta... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Deallocate before releasing signals. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Restructure iki_read to use fll_program_data_t. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Restructure iki_write to use fll_program_data_t. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Move the program data into the main. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Make Utf8 private data private and move the... |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Update: Use signal_check more consistently in programs. |
commit | commitdiff | tree | snapshot |
2022-03-30 |
Kevin Day | Regression: Use correct function for mutex lock. |
commit | commitdiff | tree | snapshot |
2022-03-29 |
Kevin Day | Security: Controller program is not initializing the... |
commit | commitdiff | tree | snapshot |
2022-03-29 |
Kevin Day | Update: Finish writing tests, fix endianness, simplify... |
commit | commitdiff | tree | snapshot |
2022-03-28 |
Kevin Day | Update: Bring f_utf project in sync with f_string. |
commit | commitdiff | tree | snapshot |
2022-03-28 |
Kevin Day | Cleanup: The f_string project. |
commit | commitdiff | tree | snapshot |
2022-03-28 |
Kevin Day | Update: Restructure parts of f_utf project, and use... |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Update: Add remaining tests for f_string project. |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Bugfix: Partial string functions are incorrect. |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Update: Add additional tests for f_string project. |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Bugfix: Incorrectly performing nulless string appends... |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Progress: Controller and Control sockets. |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Bugfix: The f_socket_connect() needs to handle EINVAL... |
commit | commitdiff | tree | snapshot |
2022-03-27 |
Kevin Day | Bugfix: Print functions are not always printing the... |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Bugfix: Increasing strings by too much. |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Progress: Controller and Control sockets. |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Cleanup: Clarify documentation comment that the functio... |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Bugfix: Invalid F_parameter error in f_socket functions. |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Bugfix: Invalid '%lu', in formatted print, should inste... |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Bugfix: When using --at with --total for --content... |
commit | commitdiff | tree | snapshot |
2022-03-26 |
Kevin Day | Bugfix: Invalid content count in FSS Basic List. |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Kevin Day | Cleanup: Restructure to have the *_type_name() function... |
commit | commitdiff | tree | snapshot |
2022-03-18 |
Kevin Day | Progress: Controller and Control sockets. |
commit | commitdiff | tree | snapshot |
2022-03-17 |
Kevin Day | Progress: Controller and Control sockets. |
commit | commitdiff | tree | snapshot |
2022-03-17 |
Kevin Day | Cleanup: Add a version number to the Open Standard... |
commit | commitdiff | tree | snapshot |
2022-03-17 |
Kevin Day | Update: Use return rather than assignment and break... |
commit | commitdiff | tree | snapshot |
2022-03-16 |
Kevin Day | Progress: Continue working on control and controller. |
commit | commitdiff | tree | snapshot |
2022-03-15 |
Kevin Day | Update: Packet specification. |
commit | commitdiff | tree | snapshot |
2022-03-15 |
Kevin Day | Update: Add F_status status type and rename F_status_si... |
commit | commitdiff | tree | snapshot |
2022-03-15 |
Kevin Day | Update: Add clang support to the bootstrap-example... |
commit | commitdiff | tree | snapshot |
2022-03-15 |
Kevin Day | Cleanup: comments. |
commit | commitdiff | tree | snapshot |
2022-03-15 |
Kevin Day | Cleanup: Header define should end in lower-case 'h'. |
commit | commitdiff | tree | snapshot |
2022-03-14 |
Kevin Day | Update: Consistency improvements with *_append() and... |
commit | commitdiff | tree | snapshot |
2022-03-10 |
Kevin Day | Progress: Controller and Control sockets. |
commit | commitdiff | tree | snapshot |
2022-03-09 |
Kevin Day | Update: Revert back to 'char' rather than 'unsigned... |
commit | commitdiff | tree | snapshot |
2022-03-09 |
Kevin Day | Progress: Control and Controller sockets. |
commit | commitdiff | tree | snapshot |
2022-03-08 |
Kevin Day | Update: Switch to explicitly using sizeof() for char... |
commit | commitdiff | tree | snapshot |
2022-03-08 |
Kevin Day | Update: Avoid the generic 'char' and switch to the... |
commit | commitdiff | tree | snapshot |
2022-03-06 |
Kevin Day | Progress: Implement controller to/from control networking. |
commit | commitdiff | tree | snapshot |
2022-03-05 |
Kevin Day | Update: These specific documentation files relate to... |
commit | commitdiff | tree | snapshot |
2022-03-05 |
Kevin Day | Update: Provide open-standard-license-1.0. |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Bugfix: Bootstrap script is not handling some build... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Workaround: Clang compiler problems, add _clang_not_a_c... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Update: Stop using GNU old-style field designator exten... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Security: Incorrect array size used in test. |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Bugfix: Incorrect variable type used for capability... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Workaround: Clang compiler problems, add _clang_not_a_c... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Bugfix: Typo in variable name, should be f_print_sequen... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Bugfix: Incorrect code used in UTF8 character code... |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Kevin Day | Update: Fix consistency where initialize macros are... |
commit | commitdiff | tree | snapshot |
next |