summaryrefslogtreecommitdiffstats
path: root/filter
AgeCommit message (Expand)Author
2003-02-27Prefix comparison bug (hopefully) fixed.Martin Mares
2002-11-13Added missing semicolons.Martin Mares
2000-06-08Fix i_same for 'c' instruction.Pavel Machek
2000-06-08Fixes for the programmer's manual.Martin Mares
2000-06-08Fixing error messages.Pavel Machek
2000-06-08Better messagesPavel Machek
2000-06-07Progdocs updatesPavel Machek
2000-06-07Even better documentation of filters.Pavel Machek
2000-06-07Comment fix.Pavel Machek
2000-06-07Better progdocs for filtersPavel Machek
2000-06-07Spelling fixes to progdoc.Martin Mares
2000-06-05Better documentation. There are functions whose description is good whenPavel Machek
2000-06-05Docs updates:Pavel Machek
2000-06-05Better error messagesPavel Machek
2000-06-05Bug in comment. It didn't compile.Ondrej Filip
2000-06-05Updates to both programmers and users docPavel Machek
2000-06-04Use nested scopes properly. Updated according to cf_define_symbol() changes.Martin Mares
2000-06-04When cloning a rte and replacing its rta, remember to free the old oneMartin Mares
2000-06-02Do not try to divide by zero.Pavel Machek
2000-06-01Added && and ||.Pavel Machek
2000-06-01AllowPavel Machek
2000-06-01Allow matching on enums:Pavel Machek
2000-05-31Complain when filter does not end in accept nor reject.Pavel Machek
2000-05-30Another testbed for filters.Pavel Machek
2000-05-30Access to all attributes we should be able to access seems to work.Pavel Machek
2000-05-30Added read-only access to all required fields in rta.Pavel Machek
2000-05-30Cleaning static attributesPavel Machek
2000-05-30Access to few more attributes is needed.Pavel Machek
2000-05-25Cleaned up warnings.Pavel Machek
2000-05-25Use ? in path matching to avoid /* trap.Pavel Machek
2000-05-25Fixed comment not to be misleading.Pavel Machek
2000-05-19If community list is not defined, act as it is empty.Pavel Machek
2000-05-17Finished cleanng up mess: multiplication reinstalled.Pavel Machek
2000-05-17Fixed the horrible mess Pavel has created with his last commit.Martin Mares
2000-05-16Line numbers for runtime errors (what's wrong with cvs? I could notPavel Machek
2000-05-16Resolved shift/reduce conflictPavel Machek
2000-05-15Allow other operations than +.Pavel Machek
2000-05-15Allow accessing defined symbols.Pavel Machek
2000-05-15Use new eval mechanism for testing filters.Pavel Machek
2000-05-15Cleanup of configuration.Martin Mares
2000-05-15Got rid of startup functions and filters_postconfig().Martin Mares
2000-05-15Added f_eval_int() and EVAL configuration command.Martin Mares
2000-05-13Unified parsing of prefixes.Martin Mares
2000-05-05Added skeleton Doc files for the whole developer's documentation.Martin Mares
2000-05-04#ifdef out lots of debugging information.Martin Mares
2000-04-30Moved documentation to top of file, where it belongs.Pavel Machek
2000-04-29Minor documentation update.Pavel Machek
2000-04-28Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,Martin Mares
2000-04-28Cleanup of dead code + example documentation for two functions.Pavel Machek
2000-04-26Small cleanup.Pavel Machek