]> Kevux Git Server - fll/shortlog
fll
2023-12-04 Kevin DayUpdate: The f_network_is_ip_address() to use f_string_r...
2023-12-04 Kevin DayFeature: Add f_string_range_double_t, updating build...
2023-11-30 Kevin DayBugfix: f_network_from_ip_string() and f_network_to_ip_...
2023-11-30 Kevin DayCleanup: Use upper case "ID" rather than lower case...
2023-11-30 Kevin DayBugfix: f_socket_connect() should require non-negative...
2023-11-14 Kevin DayUpdate: Specifications for Payload and Simple Packet.
2023-11-11 Kevin DayProgress: Continue adding FSS Payload processing code.
2023-11-08 Kevin DayProgress: Continue adding FSS Payload processing code.
2023-11-08 Kevin DayCleanup: Remove spurious space.
2023-11-08 Kevin DayUpdate: Fall back to MAXNAMLEN if NAME_MAX is not avail...
2023-11-01 Kevin DayProgress: Resume working on custom payload functions.
2023-10-19 Kevin DayProgress: Continue adding FSS Payload processing code.
2023-10-17 Kevin DayProgress: Continue adding FSS Payload processing code.
2023-10-12 Kevin DayProgress: Begin adding FSS Payload processing code.
2023-10-05 Kevin DayProgress: Begin adding FSS Payload processing code.
2023-10-05 Kevin DayCleanup: Have enumeration types support "none" and...
2023-10-05 Kevin DayUpdate: Simplify the f_abstruse types a little.
2023-10-05 Kevin DayUpdate: Specification FSS-000E (Payload), add "signatur...
2023-10-04 Kevin DayFeature: Add f_abstruse project.
2023-09-19 Kevin DayUpdate: Restructure f_type files and add missing f_numb...
2023-09-14 Kevin DayUpdate: Minor clean ups and have f_socket_connect(...
2023-09-07 Kevin DayCleanup: Add missing "e" in the "the" in comment.
2023-09-06 Kevin DayBugfix: Problems exposed by clang-13.
2023-09-06 Kevin DayCleanup: Fix unit test documentation comment for f_dire...
2023-09-06 Kevin DayUpdate: Add check in f_socket_disconnect() to explicitl...
2023-09-04 Kevin DayUpdate: Replace f_fss_simple_packet_identify() with...
2023-09-02 Kevin DayBugfix: Mistakes in the FSS-000f Simple Packet specific...
2023-09-01 Kevin DayUpdate: Fix unit tests after adding additional sanity...
2023-09-01 Kevin DayUpdate: Add missing too large and too small status...
2023-08-31 Kevin DayUpdate: Take advantage of lucky convenience where F_oka...
2023-08-31 Kevin DayUpdate: Add too large and too small status codes for...
2023-08-31 Kevin DayUpdate: Relocate some of the more common or expected...
2023-08-30 Kevin DayCleanup: Add comment to help clarify the size * 2 logic.
2023-08-30 Kevin DaySecurity: Add additional sanity checks before freeing...
2023-08-28 Kevin DayCleanup: Remove unused file that got overlooked when...
2023-08-28 Kevin DaySecurity: Invalid allocation size for fll_execute_argum...
2023-08-28 Kevin DayFeature: Add -U/--under parameter to Featureless Make.
2023-08-27 Kevin DayUpdate: Fix some overlooked unit tests following wrap...
2023-08-27 Kevin DayUpdate: Wrap up re-designing the memory logic.
2023-08-27 Kevin DayProgress: Continue re-designing of the memory logic...
2023-08-23 Kevin DayProgress: Continue re-designing of the memory logic...
2023-08-22 Kevin DayProgress: Continue re-designing of the memory logic...
2023-08-19 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-18 Kevin DayUpdate: Existing F_none and similar uses are now F_okay.
2023-08-17 Kevin DayUpdate: Use F_okay instead of F_none as the first statu...
2023-08-17 Kevin DayUpdate: Simplify disable defines for status codes.
2023-08-17 Kevin DayProgress: Continue re-designing of the memory logic...
2023-08-15 Kevin DayProgress: Continue re-designing of the memory logic...
2023-08-13 Kevin DayCleanup: Remove double "const" and add missing changes...
2023-08-13 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-12 Kevin DayBugfix: Stop using f_memory_array_append_all() for...
2023-08-12 Kevin DayUpdate: Ensure pointers passed to the function are...
2023-08-11 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-10 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-08 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-08 Kevin DayBugfix: Use the settings-mocks for the f_type_array...
2023-08-08 Kevin DayCleanup: Add explicit casts in the f_memory memset...
2023-08-08 Kevin DaySecurity: Add additional checks against the parameters...
2023-08-08 Kevin DayRegression: Incorrect type on memset() in array resulti...
2023-08-07 Kevin DayBugfix: Wrong index is being used for the file in Featu...
2023-08-07 Kevin DayProgress: Continue re-designing of the memory logic.
2023-08-06 Kevin DayRegression: Follow up to invalid type used when allocat...
2023-08-06 Kevin DayProgress: Begin simplifying memory design, starting...
2023-08-06 Kevin DayRegression: Invalid type used when allocating string...
2023-08-06 Kevin DayCleanup: Surround constant variable in a scoped block.
2023-08-05 Kevin DayProgress: Begin further re-designing of the memory...
2023-08-05 Kevin DayUpdate: Add comment in Featureless Make code to designa...
2023-08-05 Kevin DayFeature: Add f_simple_packet_t for holding the packet...
2023-08-05 Kevin DayBugfix: The socket id is not the same descriptor for...
2023-08-05 Kevin DayFeature: Add f_time project, adding functions for safel...
2023-08-05 Kevin DayCleanup: Style in this f_print source file.
2023-08-05 Kevin DayUpdate: Wrap the static inline functions private_inline...
2023-08-05 Kevin DayCleanup: Reduce usage of static in functions.
2023-08-05 Kevin DayCleanup: Add extra parenthesis to prevent warning from...
2023-08-04 Kevin DayUpdate: Stand alone Featureless Make build settings.
2023-08-04 Kevin DayCleanup: Remove the FSS Embedded List Program.
2023-08-04 Kevin DayUpdate: Set the pipe flag consistely across programs.
2023-08-04 Kevin DayUpdate: Control program to latest design practices...
2023-08-03 Kevin DayUpdate: Move standard console parameters enumeration...
2023-08-01 Kevin DayCleanup: Byte Dump program defines and comment.
2023-08-01 Kevin DayBugfix: The Byte Dump program prints extra new lines.
2023-07-28 Kevin DayBugfix: Byte Dump program 6-space string has only 5...
2023-07-28 Kevin DayFeature: Add f_select_signal() and update unit tests.
2023-07-27 Kevin DayWorkaround: Clang compiler problems, add _clang_not_a_c...
2023-07-27 Kevin DayBugfix: Add missing return statement in Byte Dump function.
2023-07-27 Kevin DayUpdate: Remove unused fl_signal and fl_signal_state_int...
2023-07-27 Kevin DayBugfix: Byte Dump program binary mode is printing wrong...
2023-07-27 Kevin DayCleanup: Set named 0 enumeration in Byte Dump program.
2023-07-27 Kevin DayUpdate: Relocate several static stings into single...
2023-07-26 Kevin DayBugfix: Fix new lines when printing help.
2023-07-26 Kevin DayUpdate: Minor fixes and consistency changes.
2023-07-26 Kevin DayUpdate: Byte Dump program structure, following newer...
2023-07-23 Kevin DayUpdate: Finish memory array related changes.
2023-07-22 Kevin DayProgress: Continue memory array related changes.
2023-07-22 Kevin DayProgress: Continue memory array related changes.
2023-07-21 Kevin DayProgress: Continue memory array related changes.
2023-07-19 Kevin DayProgress: Continue memory array related changes, replac...
2023-07-18 Kevin DayProgress: Add memory array allocation functionality...
2023-07-17 Kevin DayUpdate: Add FSS Simple Packet related functionality...
2023-07-16 Kevin DayFeature: Add specification FSS-0010 "Encrypted Simple...
next