aboutsummaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* Staticized lots of local functions.Martin Mares2004-06-051-4/+4
* ... and in the filter.Martin Mares2004-06-051-1/+2
* Killed a couple of unused variables.Martin Mares2004-05-311-1/+1
* Fix bison input for current build tools, otherwise bison or the compilerMartin Mares2004-05-311-6/+6
* Prefix comparison bug (hopefully) fixed.Martin Mares2003-02-271-1/+10
* Added missing semicolons.Martin Mares2002-11-131-1/+1
* Fix i_same for 'c' instruction.Pavel Machek2000-06-082-11/+35
* Fixes for the programmer's manual.Martin Mares2000-06-081-17/+15
* Fixing error messages.Pavel Machek2000-06-081-10/+10
* Better messagesPavel Machek2000-06-081-17/+17
* Progdocs updatesPavel Machek2000-06-072-8/+8
* Even better documentation of filters.Pavel Machek2000-06-073-9/+30
* Comment fix.Pavel Machek2000-06-071-1/+1
* Better progdocs for filtersPavel Machek2000-06-073-4/+33
* Spelling fixes to progdoc.Martin Mares2000-06-071-3/+3
* Better documentation. There are functions whose description is good whenPavel Machek2000-06-051-8/+11
* Docs updates:Pavel Machek2000-06-051-0/+1
* Better error messagesPavel Machek2000-06-051-4/+4
* Bug in comment. It didn't compile.Ondrej Filip2000-06-051-1/+1
* Updates to both programmers and users docPavel Machek2000-06-051-1/+25
* Use nested scopes properly. Updated according to cf_define_symbol() changes.Martin Mares2000-06-041-4/+7
* When cloning a rte and replacing its rta, remember to free the old oneMartin Mares2000-06-041-0/+1
* Do not try to divide by zero.Pavel Machek2000-06-022-1/+3
* Added && and ||.Pavel Machek2000-06-013-1/+19
* AllowPavel Machek2000-06-012-2/+2
* Allow matching on enums:Pavel Machek2000-06-013-8/+20
* Complain when filter does not end in accept nor reject.Pavel Machek2000-05-312-2/+3
* Another testbed for filters.Pavel Machek2000-05-301-0/+72
* Access to all attributes we should be able to access seems to work.Pavel Machek2000-05-302-8/+51
* Added read-only access to all required fields in rta.Pavel Machek2000-05-303-21/+24
* Cleaning static attributesPavel Machek2000-05-301-17/+21
* Access to few more attributes is needed.Pavel Machek2000-05-302-2/+15
* Cleaned up warnings.Pavel Machek2000-05-253-21/+15
* Use ? in path matching to avoid /* trap.Pavel Machek2000-05-252-3/+3
* Fixed comment not to be misleading.Pavel Machek2000-05-251-1/+1
* If community list is not defined, act as it is empty.Pavel Machek2000-05-191-4/+13
* Finished cleanng up mess: multiplication reinstalled.Pavel Machek2000-05-171-0/+18
* Fixed the horrible mess Pavel has created with his last commit.Martin Mares2000-05-162-20/+16
* Line numbers for runtime errors (what's wrong with cvs? I could notPavel Machek2000-05-163-35/+23
* Resolved shift/reduce conflictPavel Machek2000-05-162-3/+3
* Allow other operations than +.Pavel Machek2000-05-153-2/+23
* Allow accessing defined symbols.Pavel Machek2000-05-152-1/+15
* Use new eval mechanism for testing filters.Pavel Machek2000-05-152-1/+3
* Cleanup of configuration.Martin Mares2000-05-151-4/+4
* Got rid of startup functions and filters_postconfig().Martin Mares2000-05-153-29/+0
* Added f_eval_int() and EVAL configuration command.Martin Mares2000-05-153-3/+26
* Unified parsing of prefixes.Martin Mares2000-05-132-12/+15
* Added skeleton Doc files for the whole developer's documentation.Martin Mares2000-05-051-0/+1
* #ifdef out lots of debugging information.Martin Mares2000-05-041-1/+1
* Moved documentation to top of file, where it belongs.Pavel Machek2000-04-301-15/+19