]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
1998-12-20  Martin MaresImplemented deletion/insertion/asynchronous-walk lists.
1998-12-19  Martin MaresVariance estimation fixed.
1998-12-19  Martin MaresAdded several tools for fib hashing function analysis...
1998-12-09  Pavel Machekdebug() -> DBG() in rip.
1998-12-09  Pavel MachekInitial multicast support (can not work, but skeleton...
1998-12-08  Martin MaresHopefully finished kernel syncer (krt) rewrite:
1998-12-08  Martin MaresFixed a couple of bugs in static protocol. All static...
1998-12-08  Martin MaresAdded source RTS_DUMMY for temporary routes. They shoul...
1998-12-08  Martin MaresRewritten kernel syncer. Now uses the rta trickery...
1998-12-07  Martin MaresMinor rte/rta interface changes:
1998-12-07  Martin MaresComparison of kernel reject routes fixed.
1998-12-07  Martin MaresKRF_* flags moved to krt.h as they are internal to...
1998-12-06  Martin MaresAll static routes except for device ones should work...
1998-12-06  Martin MaresRemoved protocol-specific data in rte for protocol...
1998-12-06  Martin MaresAesthetic fix for neighbor cache debug dump.
1998-12-06  Martin MaresAdded new rule for prefix length / netmask.
1998-12-06  Martin Marescf_error() now accepts any format strings instead of...
1998-12-06  Martin MaresAdded skeleton of static route protocol.
1998-12-06  Martin MaresKernel syncer is now configurable. It will probably...
1998-12-06  Martin MaresFixed bug in CF_ADDTO. How it's possible it has ever...
1998-12-06  Martin MaresAdded rule "bool" for boolean switches.
1998-12-06  Martin MaresName cleanups as suggested by Pavel:
1998-12-04  Pavel MachekRip now has configurable per-interface metric (please...
1998-12-01  Pavel MachekInfinity is now configurable ammount.
1998-11-29  Martin MaresAdded configuration of the device internal protocol...
1998-11-29  Martin MaresHandle disabled protocol instances.
1998-11-29  Martin MaresAdded functions for manipulating interface name pattern...
1998-11-29  Martin MaresCreated new functions for allocating configuration...
1998-11-29  Martin Mares`wc -l TODO` decreased.
1998-11-29  Martin MaresAdded function for shell-like pattern matching. Will...
1998-11-29  Martin MaresAllow setting debug value and `disabled' flag in protoc...
1998-11-29  Martin MaresRenamed `DEBUG' symbol to `DEBUGGING' to prevent collis...
1998-11-27  Martin MaresOops, forgot to remove a debugging kludge.
1998-11-27  Martin MaresTrivial 15-line bison excercise: Implemented expression...
1998-11-27  Martin MaresFirst attempt at protocol configuration (now done only...
1998-11-27  Martin MaresFixed few misspellings and exported instance init as...
1998-11-27  Martin MaresAdded generator of default names.
1998-11-27  Martin MaresExperimental config file.
1998-11-27  Martin MaresDummy grammar for RIP configuration. Now empty, but...
1998-11-27  Martin MaresParser fragment for the core. Now handles only router...
1998-11-27  Martin MaresCompile and use the new configuration code by default.
1998-11-27  Martin MaresBase of the parser.
1998-11-27  Martin MaresLexical analyser.
1998-11-27  Martin MaresReplaced nest/confile.h by conf/conf.h, added a lot...
1998-11-27  Martin MaresThis script takes configuration fragments and generates...
1998-11-27  Martin MaresThis script takes configuration fragments and extracts...
1998-11-27  Martin MaresNow merges configuration fragments (*.Y) as well.
1998-11-27  Martin MaresImplemented ip_pton()
1998-11-27  Martin MaresRemoved prototype of rp_free() since this function...
1998-11-27  Martin MaresAdded path to config file.
1998-11-21  Martin MaresKilled bug in processing of 'h' prefix. Patch taken...
1998-11-16  Martin MaresComplain loudly if the logging buffer would overflow.
1998-11-16  Martin MaresImplemented snprintf and similar functions. It took...
1998-10-26  Pavel MachekRIP now includes notion of interface, and is correctly...
1998-10-26  Martin MaresPrevious fix was wrong.
1998-10-26  Martin Maresrte_update: Doesn't loop forever when multiple routes...
1998-10-20  Pavel MachekRIP _NOW_ actually talks to itself (workaround core...
1998-10-20  Martin MaresLearn static device routes from the kernel (temporary...
1998-10-20  Pavel MachekRIP now actually talks to itself.
1998-10-20  Martin MaresBeware the NULL route, my son... The bugs that bite...
1998-10-20  Martin MaresInsert/remove hooks return void, not int.
1998-10-20  Martin MaresAdded pointer to network to RTE. The complications...
1998-10-19  Martin MaresUpdated TODO.
1998-10-19  Martin MaresGenerate router_id automatically if possible (standard...
1998-10-19  Martin MaresBasic kernel routing table syncing implemented. Learnin...
1998-10-19  Martin MaresUse (SOCK_DGRAM,IPPROTO_IP) socket instead of (SOCK_STR...
1998-10-19  Martin MaresExporting fill_in_sockaddr() for use by other unix...
1998-10-19  Martin MaresFixed generation of device routes for unnumbered point...
1998-10-19  Martin MaresProto struct now contain (down | starting | up) state.
1998-10-18  Martin MaresWe parse /proc/net/route and flag RT entries according...
1998-10-18  Martin Mareso FIB flags now available for FIB users.
1998-10-18  Martin MaresAdded ipa_from_u32 and ipa_from_u32 for use in the...
1998-10-18  Martin MaresSince almost every UNIX system requires different techn...
1998-10-18  Martin Mares* Please distinguish between DGB() and debug().
1998-10-18  Martin MaresPreconfig, postconfig and init hooks can be NULL.
1998-10-18  Martin MaresSplit protocol init to building of protocol list and...
1998-10-18  Martin MaresRemoved global pointer to proto_dev.
1998-10-18  Martin MaresAfter contemplating about RIP route timeouts for a...
1998-10-18  Martin MaresImplemented `route last modified' time.
1998-10-17  Martin MaresFixed misleading comment.
1998-10-17  Martin MaresEach protocol now hears even its own routes and needs...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-10-17  Martin MaresWALK_LIST_DELSAFE now actually works (it really couldn...
1998-10-17  Pavel Machekrip should now correctly listen, but entries will not...
1998-10-15  Pavel MachekRip: rip_rta_same added.
1998-10-14  Martin MaresMoved scanning of interfaces, so that they get initiali...
1998-10-14  Pavel MachekLists: unneccessary test killed, make code friendly...
1998-10-13  Martin Mareso There are cases when SIOCGIFINDEX is defined, but...
1998-10-13  Pavel MachekStrange, on atrey ioctl() does not fill structure,...
1998-10-13  Pavel MachekI prefer to have broken drivers than completely stupid...
1998-10-07  Pavel MachekRIP now somehow listens to main routing table (dont...
1998-08-31  Martin MaresRoute update hook now gets network prefix as well as...
1998-07-30  Pavel MachekBird's info are now understood by ripquery.
1998-07-28  Pavel MachekRip now includes code to reply, but it is currently...
1998-07-28  Pavel MachekDo not segfault on iface == NULL.
1998-07-20  Pavel MachekReversed buggy patch.
1998-07-15  Martin MaresAdded comment explaining `now'.
1998-07-10  Martin MaresRemoved format specification attributes for log() and...
1998-07-10  Martin MaresAdded ipa_class_mask() which guesses netmask for classf...
1998-07-10  Martin MaresReplaced remaining references of clock_t by bird_clock_t.
next