]> git.ipfire.org Git - thirdparty/bird.git/history - filter
IO: Replace RX priority heuristic with explicit mark
[thirdparty/bird.git] / filter /
2009-08-27  Ondrej ZajicekSome cleanups.
2009-08-25  Ondrej ZajicekTemporary OSPFv3 development commit
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-01  Ondrej ZajicekAdds support for dynamic pair and bgp mask expressions.
2009-06-01  Ondrej ZajicekRemoves some remnant of '|' bgp path separator.
2009-05-29  Ondrej ZajicekFixes buggy prefix ~ prefix matching.
2009-05-29  Ondrej FilipNew type variable 'V' defined in filters. This type...
2009-05-29  Ondrej FilipFunction pm_path_compare() checked just length of the...
2009-05-29  Ondrej FilipTypo in warning fixed.
2009-05-28  Ondrej FilipMissing boolean comparison added.
2009-04-16  Ondrej ZajicekRewrite of buggy AS path matching.
2009-03-31  Ondrej ZajicekCleanup changes
2009-03-31  Ondrej ZajicekReimplementation of prefix sets.
2009-03-14  Ondrej ZajicekNew syntax for bgp_path
2009-02-26  Ondrej ZajicekRate limit for most abundant log messages
2009-02-21  Ondrej ZajicekFixes crash during some expressions
2009-02-21  Ondrej ZajicekAdd format for BGP_AGGREGATOR attribute
2009-01-27  Ondrej ZajicekNew syntax for bgp_path
2008-12-25  Ondrej ZajicekBugfix in interpret
2008-12-25  Ondrej Zajicekfixes some 64-bit related bugs.
2008-11-16  Ondrej ZajicekFix some bugs in filter interpret.
2008-11-14  Ondrej ZajicekNew read-only route attribute 'proto' added. It returns...
2008-11-08  Ondrej ZajicekProper format functions for ORIGINATOR_ID, CLUSTER_LIST
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of route reflection for BGP
2008-10-26  Ondrej ZajicekImplementation of 4B ASN support for BGP
2004-06-05  Martin MaresStaticized lots of local functions.
2004-06-05  Martin Mares... and in the filter.
2004-05-31  Martin MaresKilled a couple of unused variables.
2004-05-31  Martin MaresFix bison input for current build tools, otherwise...
2003-02-27  Martin MaresPrefix comparison bug (hopefully) fixed.
2002-11-13  Martin MaresAdded missing semicolons.
2000-06-08  Pavel MachekFix i_same for 'c' instruction.
2000-06-08  Martin MaresFixes for the programmer's manual.
2000-06-08  Pavel MachekFixing error messages.
2000-06-08  Pavel MachekBetter messages
2000-06-07  Pavel MachekProgdocs updates
2000-06-07  Pavel MachekEven better documentation of filters.
2000-06-07  Pavel MachekComment fix.
2000-06-07  Pavel MachekBetter progdocs for filters
2000-06-07  Martin MaresSpelling fixes to progdoc.
2000-06-05  Pavel MachekBetter documentation. There are functions whose descrip...
2000-06-05  Pavel MachekDocs updates:
2000-06-05  Pavel MachekBetter error messages
2000-06-05  Ondrej FilipBug in comment. It didn't compile.
2000-06-05  Pavel MachekUpdates to both programmers and users doc
2000-06-04  Martin MaresUse nested scopes properly. Updated according to cf_def...
2000-06-04  Martin MaresWhen cloning a rte and replacing its rta, remember...
2000-06-02  Pavel MachekDo not try to divide by zero.
2000-06-01  Pavel MachekAdded && and ||.
2000-06-01  Pavel MachekAllow
2000-06-01  Pavel MachekAllow matching on enums:
2000-05-31  Pavel MachekComplain when filter does not end in accept nor reject.
2000-05-30  Pavel MachekAnother testbed for filters.
2000-05-30  Pavel MachekAccess to all attributes we should be able to access...
2000-05-30  Pavel MachekAdded read-only access to all required fields in rta.
2000-05-30  Pavel MachekCleaning static attributes
2000-05-30  Pavel MachekAccess to few more attributes is needed.
2000-05-25  Pavel MachekCleaned up warnings.
2000-05-25  Pavel MachekUse ? in path matching to avoid /* trap.
2000-05-25  Pavel MachekFixed comment not to be misleading.
2000-05-19  Pavel MachekIf community list is not defined, act as it is empty.
2000-05-17  Pavel MachekFinished cleanng up mess: multiplication reinstalled.
2000-05-16  Martin MaresFixed the horrible mess Pavel has created with his...
2000-05-16  Pavel MachekLine numbers for runtime errors (what's wrong with...
2000-05-16  Pavel MachekResolved shift/reduce conflict
2000-05-15  Pavel MachekAllow other operations than +.
2000-05-15  Pavel MachekAllow accessing defined symbols.
2000-05-15  Pavel MachekUse new eval mechanism for testing filters.
2000-05-15  Martin MaresCleanup of configuration.
2000-05-15  Martin MaresGot rid of startup functions and filters_postconfig().
2000-05-15  Martin MaresAdded f_eval_int() and EVAL configuration command.
2000-05-13  Martin MaresUnified parsing of prefixes.
2000-05-05  Martin MaresAdded skeleton Doc files for the whole developer's...
2000-05-04  Martin Mares#ifdef out lots of debugging information.
2000-04-30  Pavel MachekMoved documentation to top of file, where it belongs.
2000-04-29  Pavel MachekMinor documentation update.
2000-04-28  Martin MaresSplit CF_HDR section to CF_HDR (only includes) and...
2000-04-28  Pavel MachekCleanup of dead code + example documentation for two...
2000-04-26  Pavel MachekSmall cleanup.
2000-04-26  Pavel Machekfilter_same should now work with path masks.
2000-04-26  Pavel MachekBugfix in i_same (comparing of paths still does not...
2000-04-26  Pavel MachekAdded code for testing filters.
2000-04-26  Pavel MachekMarked place where new enums belong.
2000-04-26  Pavel MachekStartup renamed to __startup: it is internal function...
2000-04-20  Pavel MachekCreate syntax sugar for add/delete/prepend, so xyzzy...
2000-04-17  Pavel MachekCleaned up mess with types in e,a and e,S. Dynamic...
2000-04-17  Martin MaresAdding of dynamic attributes is hopefully correct now.
2000-04-17  Pavel MachekSpecial hack for atomic_aggr.
2000-04-17  Pavel MachekCommunity lists can be now accessed as dynamical attrib...
2000-04-17  Pavel MachekEAF_ORIGINATED done right.
2000-04-17  Pavel Machekpair ~ community list matching works.
2000-04-17  Pavel MachekIt is good idea to separate entries in list _somehow_...
2000-04-17  Pavel MachekUse EAF_ORIGINATED as mj wanted. mj: check this!
2000-04-17  Pavel MachekInt sets moved to core. It is now possible to have...
2000-04-17  Pavel MachekFinish moving of path matching. Use int_set_print from...
2000-04-17  Pavel Machekas_path_match moved to a-path.c
2000-04-17  Pavel MachekPath_getlen moved to nest and length was made callable...
2000-04-17  Pavel MachekUse printing routine from nest/ instead of our own.
2000-04-17  Pavel MachekPath matching now actually works, including / * 1 2...
next