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 |
2019-07-21 |
Kevin Day | Update: fix firewall utility and utilize recently added... |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: disable BUG_strnlen by default |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Cleanup: add space |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: use memcpy instead of strncat |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: add an f_standard_debug output similar to f_sta... |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: rewrite fll_execute, ensuring f_eol are properl... |
commit | commitdiff | tree | snapshot |
2019-07-21 |
Kevin Day | Update: make sure f_new_* calls exist and add f_clear_... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Bugfix: string lengths now use signed integers |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Update: relocate the shared and static build paths... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Bugfix: firewall show command operating as lock |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Bugfix: add missing closing parenthesis |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Bugfix: project compiled libraries are not being found |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Kevin Day | Feature: add package generation helper scrript |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Kevin Day | Cleanup: re-organize object file generation into separa... |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Kevin Day | Security: use signed integers for string lengths and... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Kevin Day | Bugfix: add missing includes |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Kevin Day | Cleanup: add missing build_static default setting and... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Kevin Day | Bugfix: variables not being stored in array |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Kevin Day | Progress: add the current (draft) of the custom init... |
commit | commitdiff | tree | snapshot |
2016-01-17 |
Kevin Day | Update: add new rules to firewall (while fixing acciden... |
commit | commitdiff | tree | snapshot |
next |