2023-08-27 |
Kevin Day | Update: Wrap up re-designing the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-27 |
Kevin Day | Progress: Continue re-designing of the memory logic... |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Kevin Day | Progress: Continue re-designing of the memory logic... |
commit | commitdiff | tree | snapshot |
2023-08-22 |
Kevin Day | Progress: Continue re-designing of the memory logic... |
commit | commitdiff | tree | snapshot |
2023-08-19 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-18 |
Kevin Day | Update: Existing F_none and similar uses are now F_okay. |
commit | commitdiff | tree | snapshot |
2023-08-17 |
Kevin Day | Update: Use F_okay instead of F_none as the first statu... |
commit | commitdiff | tree | snapshot |
2023-08-17 |
Kevin Day | Update: Simplify disable defines for status codes. |
commit | commitdiff | tree | snapshot |
2023-08-17 |
Kevin Day | Progress: Continue re-designing of the memory logic... |
commit | commitdiff | tree | snapshot |
2023-08-15 |
Kevin Day | Progress: Continue re-designing of the memory logic... |
commit | commitdiff | tree | snapshot |
2023-08-13 |
Kevin Day | Cleanup: Remove double "const" and add missing changes... |
commit | commitdiff | tree | snapshot |
2023-08-13 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-12 |
Kevin Day | Bugfix: Stop using f_memory_array_append_all() for... |
commit | commitdiff | tree | snapshot |
2023-08-12 |
Kevin Day | Update: Ensure pointers passed to the function are... |
commit | commitdiff | tree | snapshot |
2023-08-11 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-10 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-08 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-08 |
Kevin Day | Bugfix: Use the settings-mocks for the f_type_array... |
commit | commitdiff | tree | snapshot |
2023-08-08 |
Kevin Day | Cleanup: Add explicit casts in the f_memory memset... |
commit | commitdiff | tree | snapshot |
2023-08-08 |
Kevin Day | Security: Add additional checks against the parameters... |
commit | commitdiff | tree | snapshot |
2023-08-08 |
Kevin Day | Regression: Incorrect type on memset() in array resulti... |
commit | commitdiff | tree | snapshot |
2023-08-07 |
Kevin Day | Bugfix: Wrong index is being used for the file in Featu... |
commit | commitdiff | tree | snapshot |
2023-08-07 |
Kevin Day | Progress: Continue re-designing of the memory logic. |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Kevin Day | Regression: Follow up to invalid type used when allocat... |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Kevin Day | Progress: Begin simplifying memory design, starting... |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Kevin Day | Regression: Invalid type used when allocating string... |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Kevin Day | Cleanup: Surround constant variable in a scoped block. |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Progress: Begin further re-designing of the memory... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Update: Add comment in Featureless Make code to designa... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Feature: Add f_simple_packet_t for holding the packet... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Bugfix: The socket id is not the same descriptor for... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Feature: Add f_time project, adding functions for safel... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Cleanup: Style in this f_print source file. |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Update: Wrap the static inline functions private_inline... |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Cleanup: Reduce usage of static in functions. |
commit | commitdiff | tree | snapshot |
2023-08-05 |
Kevin Day | Cleanup: Add extra parenthesis to prevent warning from... |
commit | commitdiff | tree | snapshot |
2023-08-04 |
Kevin Day | Update: Stand alone Featureless Make build settings. |
commit | commitdiff | tree | snapshot |
2023-08-04 |
Kevin Day | Cleanup: Remove the FSS Embedded List Program. |
commit | commitdiff | tree | snapshot |
2023-08-04 |
Kevin Day | Update: Set the pipe flag consistely across programs. |
commit | commitdiff | tree | snapshot |
2023-08-04 |
Kevin Day | Update: Control program to latest design practices... |
commit | commitdiff | tree | snapshot |
2023-08-03 |
Kevin Day | Update: Move standard console parameters enumeration... |
commit | commitdiff | tree | snapshot |
2023-08-01 |
Kevin Day | Cleanup: Byte Dump program defines and comment. |
commit | commitdiff | tree | snapshot |
2023-08-01 |
Kevin Day | Bugfix: The Byte Dump program prints extra new lines. |
commit | commitdiff | tree | snapshot |
2023-07-28 |
Kevin Day | Bugfix: Byte Dump program 6-space string has only 5... |
commit | commitdiff | tree | snapshot |
2023-07-28 |
Kevin Day | Feature: Add f_select_signal() and update unit tests. |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Workaround: Clang compiler problems, add _clang_not_a_c... |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Bugfix: Add missing return statement in Byte Dump function. |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Update: Remove unused fl_signal and fl_signal_state_int... |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Bugfix: Byte Dump program binary mode is printing wrong... |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Cleanup: Set named 0 enumeration in Byte Dump program. |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Kevin Day | Update: Relocate several static stings into single... |
commit | commitdiff | tree | snapshot |
2023-07-26 |
Kevin Day | Bugfix: Fix new lines when printing help. |
commit | commitdiff | tree | snapshot |
2023-07-26 |
Kevin Day | Update: Minor fixes and consistency changes. |
commit | commitdiff | tree | snapshot |
2023-07-26 |
Kevin Day | Update: Byte Dump program structure, following newer... |
commit | commitdiff | tree | snapshot |
2023-07-23 |
Kevin Day | Update: Finish memory array related changes. |
commit | commitdiff | tree | snapshot |
2023-07-22 |
Kevin Day | Progress: Continue memory array related changes. |
commit | commitdiff | tree | snapshot |
2023-07-22 |
Kevin Day | Progress: Continue memory array related changes. |
commit | commitdiff | tree | snapshot |
2023-07-21 |
Kevin Day | Progress: Continue memory array related changes. |
commit | commitdiff | tree | snapshot |
2023-07-19 |
Kevin Day | Progress: Continue memory array related changes, replac... |
commit | commitdiff | tree | snapshot |
2023-07-18 |
Kevin Day | Progress: Add memory array allocation functionality... |
commit | commitdiff | tree | snapshot |
2023-07-17 |
Kevin Day | Update: Add FSS Simple Packet related functionality... |
commit | commitdiff | tree | snapshot |
2023-07-16 |
Kevin Day | Feature: Add specification FSS-0010 "Encrypted Simple... |
commit | commitdiff | tree | snapshot |
2023-07-16 |
Kevin Day | Update: FSS-000f specification, adding reasoning and... |
commit | commitdiff | tree | snapshot |
2023-07-16 |
Kevin Day | Cleanup: Remove extra space in documentation comment... |
commit | commitdiff | tree | snapshot |
2023-07-16 |
Kevin Day | Cleanup: Documentation comments regarding structures. |
commit | commitdiff | tree | snapshot |
2023-07-15 |
Kevin Day | Update: Specifications, adding explicit version date... |
commit | commitdiff | tree | snapshot |
2023-07-15 |
Kevin Day | Update: Specifications, replacing "emphasis" with ... |
commit | commitdiff | tree | snapshot |
2023-07-15 |
Kevin Day | Update: FSS-000F (Simple Packet) Specification. |
commit | commitdiff | tree | snapshot |
2023-07-14 |
Kevin Day | Feature: Add fll_program_print_error_parameter_integer_... |
commit | commitdiff | tree | snapshot |
2023-07-14 |
Kevin Day | Update: Conversion should return F_number_positive... |
commit | commitdiff | tree | snapshot |
2023-07-13 |
Kevin Day | Update: Use status_signal instead of status_thread. |
commit | commitdiff | tree | snapshot |
2023-07-13 |
Kevin Day | Cleanup: Use present tense in documentation comments... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
Kevin Day | Update: The build disable files and stand alone setting... |
commit | commitdiff | tree | snapshot |
2023-07-11 |
Kevin Day | Update: Add poll enumerations for f_poll_t. |
commit | commitdiff | tree | snapshot |
2023-07-11 |
Kevin Day | Cleanup: Fix socket documentation comment, where type... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
Kevin Day | Update: Network additions and improvements, minor docum... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
Kevin Day | Update: Add F_network_version_four, F_network_version_f... |
commit | commitdiff | tree | snapshot |
2023-07-09 |
Kevin Day | Cleanup: Conversion header comments. |
commit | commitdiff | tree | snapshot |
2023-07-09 |
Kevin Day | Cleanup: Documentation comments regarding "This alters... |
commit | commitdiff | tree | snapshot |
2023-07-08 |
Kevin Day | Update: Socket bind functions, socket address family... |
commit | commitdiff | tree | snapshot |
2023-07-07 |
Kevin Day | Update: The f_socket enumerations and comments, the... |
commit | commitdiff | tree | snapshot |
2023-07-07 |
Kevin Day | Cleanup: Use the signal check functions in progams. |
commit | commitdiff | tree | snapshot |
2023-07-06 |
Kevin Day | Update: Socket improvements regarding structure and... |
commit | commitdiff | tree | snapshot |
2023-07-06 |
Kevin Day | Update: Socket file settings, use enumerations rather... |
commit | commitdiff | tree | snapshot |
2023-07-06 |
Kevin Day | Update: Add missing fakefiles for stand alone builds. |
commit | commitdiff | tree | snapshot |
2023-07-06 |
Kevin Day | Update: The defines in cygwin.txt documentation are... |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Kevin Day | Cleanup: Add "write" to the open modes involving write. |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Kevin Day | Update: The stand alone Featureless Make config.h. |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Kevin Day | Cleanup: There is no f_print_except_dynamic_in_safely... |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Kevin Day | Update: Add f_sockets_t, add f_socketss_t, and other... |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Kevin Day | Cleanup: Don't bother with != for existence modulus... |
commit | commitdiff | tree | snapshot |
2023-07-02 |
Kevin Day | Bugfix: The boostrap script should not fail if document... |
commit | commitdiff | tree | snapshot |
2023-07-02 |
Kevin Day | Cleanup: Minor syntax mistakes in the documentation... |
commit | commitdiff | tree | snapshot |
2023-07-02 |
Kevin Day | Bugfix: The build scripts are not handling documentatio... |
commit | commitdiff | tree | snapshot |
2023-06-30 |
Kevin Day | Update: Add documentation comments regarding problems... |
commit | commitdiff | tree | snapshot |
2023-06-30 |
Kevin Day | Cleanup: Restructure time related types and add f_date_... |
commit | commitdiff | tree | snapshot |
2023-06-29 |
Kevin Day | Update: Relax the requirement in the license to be... |
commit | commitdiff | tree | snapshot |
2023-06-29 |
Kevin Day | Feature: Add f_network_from_ip_address() and f_network_... |
commit | commitdiff | tree | snapshot |
2023-06-28 |
Kevin Day | Bugfix: FSS Identify code accidentally got insert into... |
commit | commitdiff | tree | snapshot |
2023-06-27 |
Kevin Day | Update: Add unit tests for f_files_t and f_filess_t. |
commit | commitdiff | tree | snapshot |
next |