]> Kevux Git Server - fll/shortlog
fll
2024-02-09 Kevin DayUpdate: Use typedef on a structure tag to avoid the...
2024-02-09 Kevin DayFeature: Add _f_memory_USE_reallocarray_ and _f_memory_...
2024-02-09 Kevin DayUpdate: Add restrict optimization to f_memory functions.
2024-02-09 Kevin DayProgress: Begin adding unit tests for fl_fss_payload_he...
2024-02-09 Kevin DayBugfix: The f_string_dynamic_strip_null() memmove(...
2024-02-06 Kevin DayProgress: Actually wrap up initial pass of fl_fss_paylo...
2024-02-04 Kevin DayProgress: Wrap up initial pass of fl_fss_payload_header...
2024-02-03 Kevin DayRefactor: The f_string_quantity_t into f_quantity_t.
2024-02-03 Kevin DayBugfix: Runtime tests have incorrect space for "not...
2024-02-03 Kevin DayProgress: Continue working on fl_fss_payload_header_map().
2024-02-02 Kevin DayProgress: Continue working on fl_fss_payload_header_map().
2024-02-01 Kevin DayUpdate: Add hopefully more secure compiler flags by...
2024-02-01 Kevin DayUpdate: Make the -m thread option in the example bootst...
2024-02-01 Kevin DayProgress: Add Embedded List unit tests for fl_fss,...
2024-01-31 Kevin DayCleanup: Remove comments.
2024-01-31 Kevin DayBugfix: FSS Basic List and FSS Extended List print...
2024-01-31 Kevin DayProgress: Add Basic List and Extended List unit tests...
2024-01-31 Kevin DayUpdate: Wrap up fss_read changes regarding empty Content.
2024-01-28 Kevin DayProgress: Improve FSS program processing and fix relate...
2024-01-28 Kevin DayCleanup: Comments in f_console and redundant header...
2024-01-28 Kevin DayFeature: Add f_console_parameter_reset() function for...
2024-01-25 Kevin DayBugfix: FSS Extended read fails to handle non-terminate...
2024-01-24 Kevin DayProgress: Add "works" unit tests for several FSS object...
2024-01-24 Kevin DayBugfix: Incorrect stop position is calculated when...
2024-01-23 Kevin DayProgress: Update stand-alone fake build to reflect...
2024-01-23 Kevin DayProgress: Add "works" unit test for basic object read...
2024-01-22 Kevin DayCleanup: Fix documentation style regarding optional...
2024-01-22 Kevin DayProgress: Add basic unit tests for other fl_fss functions.
2024-01-19 Kevin DayCleanup: Refactor mistakes in the fl_path unit tests.
2024-01-19 Kevin DayProgress: Continue adding FSS Payload processing code.
2024-01-19 Kevin DayCleanup: Invalid environment define "CMOCKA_TEST_ABORT...
2024-01-18 Kevin DayFeature: Add double, single, and grave quotes for NULL...
2024-01-18 Kevin DayBugfix: Function private_fl_fss_basic_write() is missin...
2024-01-16 Kevin DayProgress: Continue adding FSS Payload processing code.
2024-01-16 Kevin DayUpdate: Correct the date for the recent backtick to...
2024-01-16 Kevin DayFeature: Add f_string_dynamic_strip_null() and f_string...
2024-01-16 Kevin DayCleanup: Add the word inclusive to the range documentat...
2024-01-16 Kevin DayCleanup: Rename 'structure' to 'buffer' in parameters.
2024-01-15 Kevin DayRefactor: The backtick into the grave.
2024-01-15 Kevin DayProgress: Make control program at least compile.
2024-01-15 Kevin DayUpdate: Switch to using the common format string struct...
2024-01-15 Kevin DayUpdate: Add %/Q strings as a common format string struc...
2024-01-14 Kevin DayUpdate: Add additional parenthesis around status in...
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...
next