]> Kevux Git Server - fll/shortlog
fll
2024-01-05 Kevin DayUpdate: Add %ul strings as a common format string struc...
2024-01-03 Kevin DayUpdate: Optimize bitwise logic regarding removing bits.
2024-01-02 Kevin DayCleanup: Should be using the word 'read' and not the...
2024-01-02 Kevin DayUpdate: Add custom defines for the random seed macros...
2024-01-01 Kevin DayUpdate: The FSS-000E specification needs to say "one...
2023-12-31 Kevin DayCleanup: Fix incorrect endif disable macro comment.
2023-12-31 Kevin DayFeature: Add f_random project for providing basic calls...
2023-12-31 Kevin DayCleanup: Remove extra period at the end of documentatio...
2023-12-31 Kevin DayUpdate: Explicitly cast UTF conversion to/from and...
2023-12-19 Kevin DayRefactor: The build stand_alone and disable files for...
2023-12-19 Kevin DayBugfix: The f_fss_simple_packet_encode() is not setting...
2023-12-19 Kevin DayCleanup: Remove stale comment in fl_fss payload.h.
2023-12-16 Kevin DayBugfix: Fix incorrect wording regarding negative times...
2023-12-14 Kevin DayRefactor: The fss extract functions to be fss decode...
2023-12-14 Kevin DayFeature: Add f_fss_simple_packet_encode() for encoding...
2023-12-12 Kevin DayUpdate: Strip NULLs from the payload number converters.
2023-12-11 Kevin DayUpdate: Socket size_read/size_write checks, result...
2023-12-09 Kevin DayUpdate: Further re-design f_socket_connect().
2023-12-08 Kevin DayUpdate: Re-design f_socket to better support handling...
2023-12-08 Kevin DayUpdate: The fss-000e (Payload) specification should...
2023-12-07 Kevin DayUpdate: Add missing documentation on status code from...
2023-12-07 Kevin DayUpdate: The unit tests where socket.id needs to be...
2023-12-05 Kevin DayBugfix: Update unit tests and fix problems exposed...
2023-12-05 Kevin DayBugfix: Unit test should reset size after free.
2023-12-04 Kevin DayUpdate: Unit tests for f_network().
2023-12-04 Kevin DayRefactor: The f_string_range_t to f_range_t and f_strin...
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...
next