2019-09-14 |
Kevin Day | Progress: continue UTF-8 work |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Update: types where not fully converted into new structure |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Kevin Day | Update: begin improving UTF-8 |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: redesign size types |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: use int8_t instead of char |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: document f_type, switch f_bool fom unsigned... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: document f_status |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: document f_socket |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: documentation for f_pipe and add additional... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: documentation for f_path |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Cleanup: documentation for f_memory |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: documentation and increase f_fss_max_header_len... |
commit | commitdiff | tree | snapshot |
2019-09-12 |
Kevin Day | Update: start enum's at 1 where possible |
commit | commitdiff | tree | snapshot |
2019-09-11 |
Kevin Day | Update: document f_file functions and add missing functions |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: f_convesion, add comments and fix problems |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: Add 3 presentation modes to byte_dump: normal... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Update: add missing help options and fix miscellaneous... |
commit | commitdiff | tree | snapshot |
2019-09-10 |
Kevin Day | Bugfix: put '} // extern C' into correct location |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: remove common type wrappers and use typedef... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: add a space after "combining" characters and... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Bugfix: last short parameter argument is not being... |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: use unsigned long for argc |
commit | commitdiff | tree | snapshot |
2019-09-09 |
Kevin Day | Update: Simplifiy digit/decimal and hexidecimal functions |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: move private functions into separate files |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Refactor: ename bit_dump to byte_dump |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Feature: implement --decimal display in bit_dump |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: Utilize f_console_parameter_ids to simplify... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: provide helper structure f_console_parameters |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: make main() programs design more consistent... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Cleanup: replace argc and argv usage with a single... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Regression: display "+" and "++" and not "-" and "... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Update: Simplify console priority checking by providing... |
commit | commitdiff | tree | snapshot |
2019-09-08 |
Kevin Day | Feature: bit_dump level 3 program |
commit | commitdiff | tree | snapshot |
2019-09-07 |
Kevin Day | Update: restructure f_file, add f_file_exists(), add... |
commit | commitdiff | tree | snapshot |
2019-09-03 |
Kevin Day | Update: console code and some macros |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Update: rename fl_program as fll_program, rename f_colo... |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Bugfix: reduce total parameters for status_code and... |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Update: enable debug by default via "-g" CFLAG |
commit | commitdiff | tree | snapshot |
2019-09-02 |
Kevin Day | Feature: add 'dependency' generation to package.sh... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: f_types dependency is now called f_type and... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: make sure memory functions are prefixed with... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_types to f_type |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_paths to f_path |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename f_strings to f_string and fl_strings... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Cleanup: rename allocation macros to have f_macro_... |
commit | commitdiff | tree | snapshot |
2019-09-01 |
Kevin Day | Update: implement utf strings, ensure endianess, and... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: improve status code handling, remove unnecessar... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Bugfix: do not include private headers |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: provide f_utf_is() and f_utf_is_character(... |
commit | commitdiff | tree | snapshot |
2019-08-31 |
Kevin Day | Update: handle invalid UTF-8 fragments |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Update: redesign console processing code |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Security: safely print f_dynamic_string |
commit | commitdiff | tree | snapshot |
2019-08-30 |
Kevin Day | Cleanup: f_color, fl_color, and related |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: rename f_errors to f_status, fl_errors to... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: remove error test macros |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: rename return_code to status_code and fss_retu... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: improve return code error conversion and suppor... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: readme file and add additional notes on the... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: only use f_macro_ for defines that structurall... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Cleanup: define fl_directory_name_max as 255 to match... |
commit | commitdiff | tree | snapshot |
2019-08-29 |
Kevin Day | Update: add UTF-8 support to fl_console |
commit | commitdiff | tree | snapshot |
2019-08-28 |
Kevin Day | Update: add more support for UTF-8 and improve effected... |
commit | commitdiff | tree | snapshot |
2019-08-27 |
Kevin Day | Update: add missing error code to string conversions |
commit | commitdiff | tree | snapshot |
2019-08-23 |
Kevin Day | Update: implement UTF-8 support in fss processing code... |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Kevin Day | Update: use max_width instead of maxWidth, remove f_utf... |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Kevin Day | Bugfix: f_socket and fl_socket, numerous problems |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Kevin Day | Feature: implement monolithic build in the generate... |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Kevin Day | Update: add UTF-8 BOM detection |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Kevin Day | Feature: add initial UTF-8 support via f_utf |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Cleanup: add build_sources_settings setting to build... |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Cleanup: remove duplicate line in build settings file |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Cleanup: remove the objects build directory during... |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Update: implement bash support in generate.sh |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Feature: support custom 'defines' |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Kevin Day | Cleanup: remove 'DEBUG: ' from debug output |
commit | commitdiff | tree | snapshot |
2019-07-30 |
Kevin Day | Update: add build_libraries_fll build setting |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Kevin Day | Update: replace f_const with const |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Kevin Day | Feature: work directory support |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Kevin Day | Update: version 0.5.0 |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Kevin Day | Feature: level-1: fl_program |
commit | commitdiff | tree | snapshot |
2019-07-29 |
Kevin Day | Cleanup: private firewall files do not need to be ... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Kevin Day | Bugfix: install script destination parameters not being... |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Kevin Day | Update: always return 1 on failure |
commit | commitdiff | tree | snapshot |
2019-07-28 |
Kevin Day | Bugfix: level-specifc compile settings should compile... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Kevin Day | Security: set default policy to DROP after deleting... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Kevin Day | Cleanup: update to newer style practices and fix existi... |
commit | commitdiff | tree | snapshot |
2019-07-27 |
Kevin Day | Bugfix: type sizes autodetection is not reporting prope... |
commit | commitdiff | tree | snapshot |
2019-07-26 |
Kevin Day | Cleanup: remove empty source file |
commit | commitdiff | tree | snapshot |
2019-07-26 |
Kevin Day | Cleanup: Use new comment structure at the tops of files |
commit | commitdiff | tree | snapshot |
2019-07-26 |
Kevin Day | Revert: remove custom type defines, including use of... |
commit | commitdiff | tree | snapshot |
2019-07-26 |
Kevin Day | Bugfix: bash/linux does not support setting high bits... |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Kevin Day | Update: add basic featureless settings specifications... |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Kevin Day | Update: replace advanced reverse mapping with simple... |
commit | commitdiff | tree | snapshot |
2019-07-25 |
Kevin Day | Cleanup: fix comments and remove commented out memset |
commit | commitdiff | tree | snapshot |
2019-07-23 |
Kevin Day | Update: add the firewall settings files to the 'build_s... |
commit | commitdiff | tree | snapshot |
2019-07-23 |
Kevin Day | Update: Add additional options, fix minor problems... |
commit | commitdiff | tree | snapshot |
2019-07-23 |
Kevin Day | Feature: add install.sh helper script |
commit | commitdiff | tree | snapshot |
2019-07-23 |
Kevin Day | Cleanup: use 'FILTER' instead of 'PORTS' |
commit | commitdiff | tree | snapshot |
2019-07-23 |
Kevin Day | Cleanup: make sure 'iptables' appears in error message... |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: f_null no longer exists |
commit | commitdiff | tree | snapshot |
next |