]> git.ipfire.org Git - thirdparty/bird.git/history - filter
IO: Replace RX priority heuristic with explicit mark
[thirdparty/bird.git] / filter /
2000-04-17  Pavel MachekPath and path matching seem to work, now.
2000-04-17  Pavel MachekPrepend and creation of empty path should work, but...
2000-04-12  Pavel Machekas_path_prepend is usable outside bgp.
2000-04-12  Pavel MachekOne less shift/reduce conflict.
2000-04-12  Pavel Machekf_new_dynamic_attr gets third argument, type as filters...
2000-04-12  Martin MaresMinor updates by Pavel.
2000-04-12  Martin MaresAttribute type hack.
2000-04-12  Pavel MachekFilters now know type path. It is possible to declare...
2000-04-12  Pavel MachekRenamed f_path to f_path_mask -- which is what it reall...
2000-04-12  Pavel MachekBGP_PATH masks now actually work as data type.
2000-04-12  Pavel MachekPath printing is now much nicer: not having to put...
2000-04-10  Pavel MachekCommit fixes.
2000-04-10  Pavel MachekFunctions for matching paths added, tested lightly.
2000-04-01  Martin MaresWhen processing ACCEPT/REJECT carrying no message,...
2000-04-01  Martin MaresSOURCE should really refer to rta->source, not rta...
2000-03-31  Martin MaresRemoved lots of superfluous includes.
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-30  Martin MaresRenamed FF_OUTGOING to FF_FORCE_TMPATTR which much...
2000-03-29  Pavel Machekf_run gets one more parameter to distinguish between...
2000-03-12  Martin MaresDon't crash when filter_same() gets called on FILTER_AC...
2000-03-12  Martin MaresGreat cleanup of debug messages. LOCAL_DEBUG turned...
2000-03-09  Pavel Machek1 less shift/reduce conflict
2000-03-09  Pavel MachekCONST() is now gone
2000-03-04  Martin MaresRenamed EAF_INLINE to EAF_TEMP to make the name reflect...
2000-03-04  Martin MaresPlease *think* when defining operator priorities.
2000-03-02  Pavel MachekAvoid being exponential, do not allow ! =
2000-03-01  Pavel MachekAdded type parameter to f_new_dynamic_attr.
2000-03-01  Pavel Machektmp_attrs fixed.
2000-03-01  Martin MaresDynamic attributes are now declared in per-protocol...
2000-02-25  Pavel MachekGet rid of 'ab'-s, added return to functions.
2000-01-31  Pavel Machekfilter_same() implemented. Don't bet on it, yet.
2000-01-26  Pavel MachekUpdated docs about filters, and added fixme.
2000-01-16  Martin MaresAdded filter_same() for comparision of two filters.
1999-12-18  Pavel MachekAdded fixme.
1999-12-16  Martin MaresKicked off F_MODIFY (not generated nor used)
1999-12-08  Pavel MachekDisallow rta.net syntax.
1999-12-08  Pavel MachekMake rta. syntax optional.
1999-12-02  Martin MaresImplemented `show route where <condition>' command.
1999-12-01  Martin MaresMake ACCEPT/REJECT actually return the result...
1999-12-01  Pavel Machekaccept should behave as return, not running any command...
1999-12-01  Pavel MachekFIXME's cleaned up: I have actually fixed things withou...
1999-11-25  Pavel MachekFilters: fix rta access to use ->aux field.
1999-11-24  Pavel MachekCheck that prefixes are really prefixes + fix config...
1999-11-24  Pavel MachekSorry, previous commit did not even compile.
1999-11-24  Pavel MachekFilters: write access to dynamic attributes should...
1999-11-18  Pavel MachekFilters: first parts of extended attributes being read...
1999-11-18  Pavel MachekSplit inst->code into inst->code and inst->aux. Both...
1999-11-18  Pavel MachekYou can now print enum.
1999-11-15  Martin MaresENUM's are now recognized as constants.
1999-11-11  Pavel MachekFixed order of arguments for function call.
1999-11-11  Pavel MachekShift/reduce conflict goes away _and_ if/then/else...
1999-11-10  Pavel MachekEnums do not work, this is testcase.
1999-11-10  Pavel MachekFirst try on enumerational types.
1999-11-10  Pavel MachekNo more shift/reduce conflicts.
1999-11-10  Martin MaresShift/reduce conflicts in IF/THEN/ELSE rules solved.
1999-11-10  Pavel MachekEnumerational types, defined keyword added.
1999-11-04  Pavel MachekFixed comments about shift/reduce conflicts.
1999-11-04  Pavel MachekAdd possibility of local variables.
1999-11-04  Pavel MachekPossibility to access first extended attributes.
1999-11-03  Pavel MachekFilters now do not allow function (int arg; int arg2; ).
1999-10-28  Pavel Machekswitch() { } done right.
1999-10-12  Pavel MachekFilters: permit variables of prefix types, cleanup...
1999-10-07  Pavel MachekAdded constants of type prefix and pair, added their...
1999-10-07  Pavel MachekFIXME's added. Hopefully fixme list is now complete...
1999-09-29  Pavel MachekCase arg { 1: printf "one"; } works. You can not use...
1999-08-20  Pavel MachekFew FIXME's removed from auth, few FIXME's added to...
1999-08-03  Martin MaresAdded missing structure declarations.
1999-07-01  Pavel MachekFunction calling in filters works - somehow. Calling...
1999-05-17  Martin MaresImplemented two new symbol handling functions:
1999-04-19  Pavel MachekUpdated filters: they now actually see IP/pxlen of...
1999-04-13  Pavel MachekSets of IP addresses should work, now. (From now on...
1999-04-12  Pavel MachekSets of integers now actually work. Sets of IP will...
1999-04-12  Pavel MachekOops, typo.
1999-04-12  Pavel MachekIn case no startup function is defined, don't try to...
1999-04-10  Pavel MachekDecrease number of warnings.
1999-04-07  Pavel MachekFilters upgraded - a bit. Moved code to filter.c becaus...
1999-04-05  Martin MaresSeveral filter changes. (Pavel, please check if they...
1999-03-29  Martin MaresPlease don't commit debugging code which makes BIRD...
1999-03-29  Pavel MachekUpdate of filters towards new interface.
1999-03-17  Martin MaresA couple of filter tweaks:
1999-03-17  Pavel MachekCompilation fix for mj.
1999-03-17  Pavel Machekaccept & reject should now work
1999-03-09  Pavel MachekResolved conflicts, you no longer need to wrap constant...
1999-03-08  Pavel MachekFilters are now a tiny bit stronger (if is actually...
1999-03-02  Pavel MachekAdd interface for running filters (please comment!...
1999-02-03  Pavel MachekFew fixes in parsing of filters
1999-01-15  Pavel Machekfilters_init() renamed to filters_postconfig().
1999-01-15  Martin MaresOriginal `expr' is back, filter expressions renamed...
1999-01-15  Pavel MachekFilters, second try. This time they have their own...