]> Kevux Git Server - fll/shortlog
fll
2012-06-17 Kevin DayUpdate: use +v and ++version instead of -v and --version
2012-06-10 Kevin DayBugfix: ipv6 icmp is different than ipv4 icmp, adjust...
2012-06-10 Kevin DayBugfix: Fix usage of rule_contents for protocol none...
2012-06-10 Kevin DayFeature: add support for ipv6 firewall via new 'tool...
2012-06-10 Kevin DayBugfix: fix build and install data settings file
2012-06-09 Kevin DayCleanup: move color context structure from level 2...
2012-06-09 Kevin DayBugfix: fix f_error_is_not_error logic
2012-06-09 Kevin DayCleanup: rename/move f_output to f_print
2012-06-09 Kevin DayUpdate: remove *_initialize for specific types
2012-06-09 Kevin DayCleanup: remove stale todo notes
2012-06-09 Kevin DayUpdate: return f_unknown at end of f_is_digit
2012-06-09 Kevin DayUpdate: redesign error codes
2012-06-08 Kevin DayUpdate: add the new default/example firewall setting...
2012-06-08 Kevin DayFeature: add support for 'protocol' option
2012-06-07 Kevin DayUpdate: rewrite firewall, adding support for custom...
2012-06-07 Kevin DayUpdate: add support for array_length arrays
2012-06-07 Kevin DayBugfix: fix invalid f_string_lengths initializer
2012-06-07 Kevin DayUpdate: add file position reset macro
2012-06-07 Kevin DayBugfix: reset position on back to back lists
2012-06-06 Kevin DayUpdate: remove used vs size parameter checking
2012-04-03 Kevin DayCleanup: Move private functions into its own source...
2012-04-03 Kevin DayBugfix: use proper if then logic in firewall
2012-04-03 Kevin DayCleanup: remove stale TODO comment in firewall
2012-04-03 Kevin DayBugfix: remove invalid counter code from firewall
2012-04-02 Kevin DayUpdate: add support for custom user chains
2012-04-01 Kevin DayBugfix: fix problems with #defines
2012-03-31 Kevin DayUpdate: redesign parameters for fss write functions...
2012-03-31 Kevin DayBugfix: set stop point to before a valid close quote...
2012-03-31 Kevin DayUpdate: rework delimit management to ensure delimits...
2012-03-31 Kevin DayBugfix: be sure to delimit trailing \ if it is an the...
2012-03-31 Kevin DayUpdate: add level 3 fss * write projects
2012-03-31 Kevin DayBugfix: Do not de-allocate the additional array
2012-03-31 Kevin DayUpdate: add support for repeated parameters
2012-03-31 Kevin DayBugfix: checking for == on fwrite size results is not...
2012-03-31 Kevin DayUpdate: add write append macro
2012-03-31 Kevin DayUpdate: add file write support
2012-03-30 Kevin DayBugfix: fix positioning output of help system
2012-03-30 Kevin DayUpdate: add fll fss object and content write support
2012-03-30 Kevin DayBugfix: test for eol during object write
2012-03-30 Kevin DayUpdate: add additional error testing macro groups
2012-03-30 Kevin DayUpdate: implement fl basic list object and content...
2012-03-30 Kevin DayCleanup: only define location variable when needed
2012-03-30 Kevin DayUpdate: rewrite basic list object and content read...
2012-03-26 Kevin DayUpdate: return stop points even when no object/content...
2012-03-25 Kevin DayBugfix: fix return state codes for stop point
2012-03-24 Kevin DayBugfix: don't write comment lines (wrap the # in quotes)
2012-03-24 Kevin DayUpdate: rewrite fss extended content read function
2012-03-23 Kevin DayUpdate: use f_array_length for an array of locations...
2012-03-22 Kevin DayCleanup: Use the parameter names for the fl fss write...
2012-03-22 Kevin DayBugfix: initial slash + quote only needs one additional...
2012-03-21 Kevin DayUpdate: add fl fss extended content write support
2012-03-21 Kevin DayCleanup: rename delimit_slash_count to slash_count
2012-03-21 Kevin DayBugfix: delimit whitespaces on write
2012-03-21 Kevin DayCleanup: update error code header documentation
2012-03-21 Kevin DayBugfix: don't forget to return f_none_on_eos and f_none...
2012-03-20 Kevin DayBugfix: remove default from switch to avoid returning...
2012-03-20 Kevin DayUpdate: add eol return codes
2012-03-20 Kevin DayUpdate: handle eol when doing writes
2012-03-20 Kevin DayBugfix: add buffer overflow checks
2012-03-20 Kevin DayCleanup: remove fss_basic.h include
2012-03-20 Kevin DayUpdate: add fss extended object write function
2012-03-20 Kevin DayUpdate: rewrite the basic and extended read functions
2012-03-17 Kevin DayUpdate: rework the basic write to accept a string locat...
2012-03-16 Kevin DayCleanup: Remove () from while comment
2012-03-16 Kevin DayCleanup: add space between while(
2012-03-16 Kevin DayCleanup: put space between do{
2012-03-16 Kevin DayCleanup: put a space between switch(
2012-03-16 Kevin DayCleanup: mass change ){ into ) {
2012-03-16 Kevin DayBugfix: process quotes at the start of a basic object
2012-03-16 Kevin DayUpdate: add write support for fss basic
2012-03-16 Kevin DayUpdate: use the error code source name instead of a...
2012-03-15 Kevin DayCleanup: remove useless code
2012-03-15 Kevin DayBugfix: correct linkage agains fll_execute
2012-03-14 Kevin DayBugfix: use proper parameter data type
2012-03-13 Kevin DayUpdate: rename *error_code projects to *return_code
2012-03-12 Kevin DayUpdate: add support for identifying errors, warnings...
2012-03-12 Kevin DayUpdate: change return codes enum to start at 131
2012-03-12 Kevin DayCleanup: don't use f_console_standard for stuff outside...
2012-03-11 Kevin DayAdd Package: firewall
2012-03-11 Kevin DayUpdate: add support for building settings data
2012-03-11 Kevin DayUpdate: do not provide a default pipe argument afterall
2012-03-11 Kevin DayAdd Package: fss_error_code
2012-03-11 Kevin DayAdd Project: error_code
2012-03-11 Kevin DayUpdate: process f_unknown
2012-03-11 Kevin DayUpdate: return the literal error code
2012-03-11 Kevin DayBugfix: set error code to invalid parameter when parame...
2012-03-11 Kevin DayBugfix: include library build directory when compiling
2012-03-11 Kevin DayCleanup: update version numbers to 0.3.x (again)
2012-03-11 Kevin DayUpdate: add fss_error level 2 functions
2012-03-11 Kevin DayAdd Project: fl_errors
2012-03-11 Kevin DayCleanup: macros in f_errors should be f_errors and...
2012-03-11 Kevin DayUpdate: add buffer_too_small and buffer_too_large error...
2012-03-11 Kevin DayBugfix: fix logic flaws with file input buffers
2012-03-11 Kevin DayBugfix: add missing return statements
2012-03-11 Kevin DayCleanup: change version numbers to 0.3.0
2012-03-11 Kevin DayUpdate: add support for accepting pipe values
2012-03-10 Kevin DayUpdate: add support for reading from fifos
2012-03-10 Kevin DayAdd Project: pipe
2012-03-10 Kevin DayUpdate: add all types of file open modes
2012-03-10 Kevin DayUpdate: add f_file_stat_error
next