Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-05 | Staticized lots of local functions. | Martin Mares | |
2004-06-05 | ... and in the filter. | Martin Mares | |
2004-05-31 | Killed a couple of unused variables. | Martin Mares | |
We really should compile with warnings enabled. | |||
2004-05-31 | Fix bison input for current build tools, otherwise bison or the compiler | Martin Mares | |
will abort the build. (by Andreas) | |||
2003-02-27 | Prefix comparison bug (hopefully) fixed. | Martin Mares | |
2002-11-13 | Added missing semicolons. | Martin Mares | |
2000-06-08 | Fix i_same for 'c' instruction. | Pavel Machek | |
2000-06-08 | Fixes for the programmer's manual. | Martin Mares | |
2000-06-08 | Fixing error messages. | Pavel Machek | |
2000-06-08 | Better messages | Pavel Machek | |
2000-06-07 | Progdocs updates | Pavel Machek | |
2000-06-07 | Even better documentation of filters. | Pavel Machek | |
2000-06-07 | Comment fix. | Pavel Machek | |
2000-06-07 | Better progdocs for filters | Pavel Machek | |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares | |
2000-06-05 | Better documentation. There are functions whose description is good when | Pavel Machek | |
reading source but whose documentation does not belong to progdocs. | |||
2000-06-05 | Docs updates: | Pavel Machek | |
make prog.dvi do not overflow in .dvi include filter documentation in the system | |||
2000-06-05 | Better error messages | Pavel Machek | |
2000-06-05 | Bug in comment. It didn't compile. | Ondrej Filip | |
2000-06-05 | Updates to both programmers and users doc | Pavel Machek | |
2000-06-04 | Use nested scopes properly. Updated according to cf_define_symbol() changes. | Martin Mares | |
The rest of code doesn't need changing since it doesn't use nesting. | |||
2000-06-04 | When cloning a rte and replacing its rta, remember to free the old one | Martin Mares | |
so that we don't leak memory. Thanks go to the resource tracking system for quickly discovering the source of leakages. | |||
2000-06-02 | Do not try to divide by zero. | Pavel Machek | |
2000-06-01 | Added && and ||. | Pavel Machek | |
2000-06-01 | Allow | Pavel Machek | |
case net { 62.0.0.0/8+: 10.0.0.0/8+: else: reject; } | |||
2000-06-01 | Allow matching on enums: | Pavel Machek | |
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; } | |||
2000-05-31 | Complain when filter does not end in accept nor reject. | Pavel Machek | |
2000-05-30 | Another testbed for filters. | Pavel Machek | |
2000-05-30 | Access to all attributes we should be able to access seems to work. | Pavel Machek | |
2000-05-30 | Added read-only access to all required fields in rta. | Pavel Machek | |
2000-05-30 | Cleaning static attributes | Pavel Machek | |
2000-05-30 | Access to few more attributes is needed. | Pavel Machek | |
2000-05-25 | Cleaned up warnings. | Pavel Machek | |
2000-05-25 | Use ? in path matching to avoid /* trap. | Pavel Machek | |
2000-05-25 | Fixed comment not to be misleading. | Pavel Machek | |
2000-05-19 | If community list is not defined, act as it is empty. | Pavel Machek | |
2000-05-17 | Finished cleanng up mess: multiplication reinstalled. | Pavel Machek | |
2000-05-17 | Fixed the horrible mess Pavel has created with his last commit. | Martin Mares | |
2000-05-16 | Line numbers for runtime errors (what's wrong with cvs? I could not | Pavel Machek | |
commit this from home) | |||
2000-05-16 | Resolved shift/reduce conflict | Pavel Machek | |
2000-05-15 | Allow other operations than +. | Pavel Machek | |
2000-05-15 | Allow accessing defined symbols. | Pavel Machek | |
2000-05-15 | Use new eval mechanism for testing filters. | Pavel Machek | |
2000-05-15 | Cleanup of configuration. | Martin Mares | |
o Use `expr' instead of `NUM' and `ipa' instead of `IPA', so that defined symbols work everywhere. o `define' now accepts both numbers and IP addresses. o Renamed `ipa' in filters to `fipa'. Pavel, please update filters to accept define'd symbols as well. | |||
2000-05-15 | Got rid of startup functions and filters_postconfig(). | Martin Mares | |
By the way, how do you expect pointers to fit in an int? | |||
2000-05-15 | Added f_eval_int() and EVAL configuration command. | Martin Mares | |
2000-05-13 | Unified parsing of prefixes. | Martin Mares | |
Had to rename `prefix' in filters to `fprefix'. | |||
2000-05-05 | Added skeleton Doc files for the whole developer's documentation. | Martin Mares | |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares | |
The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands. | |||
2000-04-30 | Moved documentation to top of file, where it belongs. | Pavel Machek | |