]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
1999-12-06  Martin MaresImplemented echoing of log messages to CLI connections...
1999-12-04  Martin MaresDon't forget to send an OK reply after dumping debug...
1999-12-04  Martin MaresAdded DEBUG commands.
1999-12-03  Martin MaresImplemented `show static'. It's a relatively good examp...
1999-12-03  Martin MaresAdded proto_get_named() to be used in CLI commands...
1999-12-03  Martin MaresRenamed SHOW PROTOCOLS VERBOSE to SHOW PROTOCOLS ALL...
1999-12-02  Martin MaresImplemented `show route where <condition>' command.
1999-12-02  Martin MaresI tried to turn on the YYERROR_VERBOSE switch, but...
1999-12-02  Martin MaresAvoid `default rule can be matched' warning in CLI...
1999-12-01  Martin MaresUpdated TODO file.
1999-12-01  Martin MaresAdded dumping of routing tables (`show route'). This...
1999-12-01  Martin MaresAdded get_route_info and show_route_data hooks to struc...
1999-12-01  Martin MaresReset temporary parser data before parsing, not afterwa...
1999-12-01  Martin MaresMake ACCEPT/REJECT actually return the result...
1999-12-01  Pavel MachekStupid bug (essentially while(1) loop) occuring sometim...
1999-12-01  Pavel Machekaccept should behave as return, not running any command...
1999-12-01  Pavel MachekActually check sequence numbers.
1999-12-01  Martin MaresImplemented get_status for the pipe protocol (reports...
1999-12-01  Martin Mares`show protocols' now shows time of last state change...
1999-12-01  Martin MaresIntroduced new protocol-dependent integer field `aux...
1999-12-01  Martin MaresAdded tm_format_reltime() for formatting of relative...
1999-12-01  Pavel MachekFIXME's cleaned up: I have actually fixed things withou...
1999-12-01  Martin MaresUse linux-22 configuration with all 2.2.x and 2.3.x...
1999-11-30  Martin MaresRemember protocol instance in proto_config and use...
1999-11-30  Martin MaresLexer supports fallback symbol tables and uses them...
1999-11-30  Martin MaresUse TIME_INFINITY for initialization of password entrie...
1999-11-30  Martin MaresMoved TIME_INFINITY to timer.h, so that it's publicly...
1999-11-30  Martin Mares`show interfaces' and `show protocols' works.
1999-11-30  Martin MaresDon't use continuation shortcuts until real client...
1999-11-30  Ondrej FilipInicialisation of Topology Graph (TG).
1999-11-25  Martin MaresAdded few basic commands: show status, show interfaces...
1999-11-25  Martin Marescli_msg() moved to cli.h, so that it can be used outsid...
1999-11-25  Martin MaresAdded ip_scope_text() for translating of scopes to...
1999-11-25  Pavel Machekmd5 authentication seems to work.
1999-11-25  Pavel MachekBugfixes: select right password for password authentica...
1999-11-25  Pavel MachekFilters: fix rta access to use ->aux field.
1999-11-25  Pavel MachekTriggered updates should now actually work. Fixed metri...
1999-11-25  Pavel MachekFix timeouts. Triggered updates are not done, yet.
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  Martin MaresMore CLI plans...
1999-11-18  Martin MaresAllow EA type to be set to 'undefined' which overrides...
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  Martin MaresDEF_PREF_UKR and DEF_PREF_SINK removed.
1999-11-18  Pavel MachekYou can now print enum.
1999-11-17  Ondrej Filipospf.c and ospc.h splitted into various files.
1999-11-17  Martin MaresAdded skeleton of command tree. Please inspect.
1999-11-17  Ondrej FilipAnother bugfix. (In EXCHANGE state.)
1999-11-17  Ondrej FilipFixed bug receiving dbdes packets in EXSTART state.
1999-11-17  Martin MaresAdded some temporary examples of how to define CLI...
1999-11-17  Martin MaresIf the main event queue is not empty, call select(...
1999-11-17  Martin Maresev_run() now returns whether the event has been requeue...
1999-11-17  Martin MaresCommand line interface now works.
1999-11-17  Martin MaresCommented out nexthop selection, see the comment.
1999-11-15  Martin MaresAn example of how to define enums.
1999-11-15  Martin MaresENUM's are now recognized as constants.
1999-11-15  Martin MaresDefined CF_ENUM.
1999-11-15  Martin MaresSYM_STAT is gone.
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  Ondrej FilipSending DBDES packet in EXSTART done.
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-10  Martin MaresAdded LSA hashing table (parts of code stolen from...
1999-11-10  Pavel MachekAdded timeout for routes (which means proper expiring...
1999-11-10  Martin MaresAdded project status report for KSVI.
1999-11-04  Pavel MachekFIXME's updated. One fixme is remaining for correct...
1999-11-04  Pavel MachekReject packets which are not authenticated.
1999-11-04  Pavel MachekFixed comments about shift/reduce conflicts.
1999-11-04  Pavel MachekAdd possibility of local variables.
1999-11-04  Pavel MachekUse local variables to test that functionality.
1999-11-04  Martin MaresSilly bug.
1999-11-04  Martin MaresSymbols are not scoped.
1999-11-04  Pavel MachekPossibility to access first extended attributes.
1999-11-04  Martin MaresRenamed attr->attrs to attr->eattrs.
1999-11-03  Pavel MachekFilters now do not allow function (int arg; int arg2; ).
1999-11-03  Pavel MachekYou should not follow next two times.
1999-11-03  Ondrej FilipWorking on db des receiving.
1999-10-31  Martin MaresStarted a list of CLI reply codes.
1999-10-31  Martin MaresParse CLI commands. We use the same parser as for confi...
1999-10-31  Martin MaresThe CLI I/O functions work as desired.
1999-10-29  Martin MaresFirst steps of the Command Line Interface: I/O routines.
1999-10-29  Martin MaresImplemented unix-domain sockets.
1999-10-29  Martin MaresEvents now return a value. If it's non-zero, the event...
1999-10-29  Martin MaresSimplify handling of free chunks.
1999-10-29  Martin MaresConfigure PATH_CONTROL_SOCKET.
1999-10-29  Martin MaresAdded skeleton of the client. Does nothing, but at...
1999-10-28  Pavel Machekswitch() { } done right.
1999-10-19  Ondrej FilipMinor changes and bug fixes. Preparing for Exchange...
1999-10-18  Ondrej FilipHuge changes. Neighbor and interface state machines...
1999-10-12  Pavel MachekFIXME's for rip added.
1999-10-12  Martin MaresChanged syntax of ip_class_mask, the old one was stupid.
1999-10-12  Pavel MachekFilters: permit variables of prefix types, cleanup...
1999-10-11  Pavel MachekUntested IPv6 support added. I do not know if it compil...
1999-10-07  Pavel MachekAdded constants of type prefix and pair, added their...
next