]> Kevux Git Server - fll/shortlog
fll
2019-11-02 Kevin DayProgress: do not include closing brace when determining...
2019-11-02 Kevin DayProgress: use the content_nests equivalents in place...
2019-11-01 Kevin DayProgress: continue working on fss-003 Extended List
2019-10-11 Kevin DayProgress: begin implementing fss-003 Extended List
2019-09-20 Kevin DayUpdate: FSS function documentation, use "location"...
2019-09-18 Kevin DayUpdate: finish implementing f_utf_character_is_valid...
2019-09-17 Kevin DayProgress: use a smaller byte structure for comparison...
2019-09-17 Kevin DayProgress: finish the main parts of invalid UTF-8 detection
2019-09-16 Kevin DayProgress: more towards completing UTF-8 valid/invalid...
2019-09-15 Kevin DayUpdate: int8_t and uint8_t are always size 1, so avoid...
2019-09-15 Kevin DayUpdate: disable init until I can get around to it
2019-09-14 Kevin DayProgress: continue adding to UTF-8 valid/invalid detection
2019-09-14 Kevin DayProgress: begin converting byte_dump to using f_utf_cha...
2019-09-14 Kevin DayCleanup: fix alignment of help text fo normal, simple...
2019-09-14 Kevin DayProgress: continue UTF-8 work
2019-09-14 Kevin DayUpdate: types where not fully converted into new structure
2019-09-14 Kevin DayUpdate: begin improving UTF-8
2019-09-12 Kevin DayUpdate: redesign size types
2019-09-12 Kevin DayUpdate: use int8_t instead of char
2019-09-12 Kevin DayUpdate: document f_type, switch f_bool fom unsigned...
2019-09-12 Kevin DayCleanup: document f_status
2019-09-12 Kevin DayCleanup: document f_socket
2019-09-12 Kevin DayUpdate: documentation for f_pipe and add additional...
2019-09-12 Kevin DayCleanup: documentation for f_path
2019-09-12 Kevin DayCleanup: documentation for f_memory
2019-09-12 Kevin DayUpdate: documentation and increase f_fss_max_header_len...
2019-09-12 Kevin DayUpdate: start enum's at 1 where possible
2019-09-11 Kevin DayUpdate: document f_file functions and add missing functions
2019-09-10 Kevin DayUpdate: f_convesion, add comments and fix problems
2019-09-10 Kevin DayUpdate: Add 3 presentation modes to byte_dump: normal...
2019-09-10 Kevin DayUpdate: add missing help options and fix miscellaneous...
2019-09-10 Kevin DayBugfix: put '} // extern C' into correct location
2019-09-09 Kevin DayUpdate: remove common type wrappers and use typedef...
2019-09-09 Kevin DayUpdate: add a space after "combining" characters and...
2019-09-09 Kevin DayBugfix: last short parameter argument is not being...
2019-09-09 Kevin DayUpdate: use unsigned long for argc
2019-09-09 Kevin DayUpdate: Simplifiy digit/decimal and hexidecimal functions
2019-09-08 Kevin DayCleanup: move private functions into separate files
2019-09-08 Kevin DayRefactor: ename bit_dump to byte_dump
2019-09-08 Kevin DayFeature: implement --decimal display in bit_dump
2019-09-08 Kevin DayCleanup: Utilize f_console_parameter_ids to simplify...
2019-09-08 Kevin DayCleanup: provide helper structure f_console_parameters
2019-09-08 Kevin DayCleanup: make main() programs design more consistent...
2019-09-08 Kevin DayCleanup: replace argc and argv usage with a single...
2019-09-08 Kevin DayRegression: display "+" and "++" and not "-" and "...
2019-09-08 Kevin DayUpdate: Simplify console priority checking by providing...
2019-09-08 Kevin DayFeature: bit_dump level 3 program
2019-09-07 Kevin DayUpdate: restructure f_file, add f_file_exists(), add...
2019-09-03 Kevin DayUpdate: console code and some macros
2019-09-02 Kevin DayUpdate: rename fl_program as fll_program, rename f_colo...
2019-09-02 Kevin DayBugfix: reduce total parameters for status_code and...
2019-09-02 Kevin DayUpdate: enable debug by default via "-g" CFLAG
2019-09-02 Kevin DayFeature: add 'dependency' generation to package.sh...
2019-09-01 Kevin DayCleanup: f_types dependency is now called f_type and...
2019-09-01 Kevin DayCleanup: make sure memory functions are prefixed with...
2019-09-01 Kevin DayCleanup: rename f_types to f_type
2019-09-01 Kevin DayCleanup: rename f_paths to f_path
2019-09-01 Kevin DayCleanup: rename f_strings to f_string and fl_strings...
2019-09-01 Kevin DayCleanup: rename allocation macros to have f_macro_...
2019-09-01 Kevin DayUpdate: implement utf strings, ensure endianess, and...
2019-08-31 Kevin DayUpdate: improve status code handling, remove unnecessar...
2019-08-31 Kevin DayBugfix: do not include private headers
2019-08-31 Kevin DayUpdate: provide f_utf_is() and f_utf_is_character(...
2019-08-31 Kevin DayUpdate: handle invalid UTF-8 fragments
2019-08-30 Kevin DayUpdate: redesign console processing code
2019-08-30 Kevin DaySecurity: safely print f_dynamic_string
2019-08-30 Kevin DayCleanup: f_color, fl_color, and related
2019-08-29 Kevin DayCleanup: rename f_errors to f_status, fl_errors to...
2019-08-29 Kevin DayCleanup: remove error test macros
2019-08-29 Kevin DayCleanup: rename return_code to status_code and fss_retu...
2019-08-29 Kevin DayUpdate: improve return code error conversion and suppor...
2019-08-29 Kevin DayUpdate: readme file and add additional notes on the...
2019-08-29 Kevin DayCleanup: only use f_macro_ for defines that structurall...
2019-08-29 Kevin DayCleanup: define fl_directory_name_max as 255 to match...
2019-08-29 Kevin DayUpdate: add UTF-8 support to fl_console
2019-08-28 Kevin DayUpdate: add more support for UTF-8 and improve effected...
2019-08-27 Kevin DayUpdate: add missing error code to string conversions
2019-08-23 Kevin DayUpdate: implement UTF-8 support in fss processing code...
2019-08-22 Kevin DayUpdate: use max_width instead of maxWidth, remove f_utf...
2019-08-16 Kevin DayBugfix: f_socket and fl_socket, numerous problems
2019-08-15 Kevin DayFeature: implement monolithic build in the generate...
2019-08-15 Kevin DayUpdate: add UTF-8 BOM detection
2019-08-14 Kevin DayFeature: add initial UTF-8 support via f_utf
2019-08-09 Kevin DayCleanup: add build_sources_settings setting to build...
2019-08-09 Kevin DayCleanup: remove duplicate line in build settings file
2019-08-09 Kevin DayCleanup: remove the objects build directory during...
2019-08-09 Kevin DayUpdate: implement bash support in generate.sh
2019-08-09 Kevin DayFeature: support custom 'defines'
2019-08-09 Kevin DayCleanup: remove 'DEBUG: ' from debug output
2019-07-30 Kevin DayUpdate: add build_libraries_fll build setting
2019-07-29 Kevin DayUpdate: replace f_const with const
2019-07-29 Kevin DayFeature: work directory support
2019-07-29 Kevin DayUpdate: version 0.5.0
2019-07-29 Kevin DayFeature: level-1: fl_program
2019-07-29 Kevin DayCleanup: private firewall files do not need to be ...
2019-07-28 Kevin DayBugfix: install script destination parameters not being...
2019-07-28 Kevin DayUpdate: always return 1 on failure
2019-07-28 Kevin DayBugfix: level-specifc compile settings should compile...
2019-07-27 Kevin DaySecurity: set default policy to DROP after deleting...
2019-07-27 Kevin DayCleanup: update to newer style practices and fix existi...
next