]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
1998-07-09  Pavel MachekCommiting RIP. RIP should somehow listen, will not...
1998-07-09  Pavel MachekMaking SIGUSR1 dump also all protocols.
1998-07-09  Pavel MachekAdding proto_dump_all() function
1998-07-09  Pavel MachekAdding MIN()/MAX() macros
1998-07-09  Pavel MachekAdding walk list which permits you to delete entries.
1998-06-17  Martin MaresUse '%I' instead of dirty address printing hacks.
1998-06-17  Martin MaresOops, forgot '%m'...
1998-06-17  Martin Maresdebug() and log() use the new printf. Feel free to...
1998-06-17  Martin MaresAdded local version of sprintf (bsprintf and bvsprintf...
1998-06-17  Martin Maresip_ntop() and ip_ntox() for IPv4.
1998-06-17  Martin MaresAdded function for converting of IP addresses to printa...
1998-06-04  Martin MaresNow sending IF_CHANGE_CREATE when a new interface appea...
1998-06-04  Martin MaresFIB_WALK and friends are now slightly more friendly.
1998-06-04  Martin MaresDumping of _static_ attributes implemented.
1998-06-04  Martin MaresWe have full interface routes now.
1998-06-04  Martin MaresHandle route deletion without segfaults. A bit more...
1998-06-04  Martin MaresFixed processing of timers.
1998-06-03  Martin MaresKilled socket debug code. Initialize config pool and...
1998-06-03  Martin MaresSkeleton of device route protocol. As it's tightly...
1998-06-03  Martin MaresProtocol hooks. All of them may be NULL.
1998-06-03  Martin MaresBasic protocol operations.
1998-06-03  Martin MaresChanged protocol declarations a bit.
1998-06-03  Martin MaresAdded configuration pool.
1998-06-03  Martin MaresProtocols will reside in directory `proto'.
1998-06-01  Martin MaresSynced to new interface code.
1998-06-01  Martin Mares- Rewrote whole interface logic. Removed support for...
1998-06-01  Martin MaresAdded ipa_xor() and ipa_in_net().
1998-05-26  Martin MaresWhee, multicast sockets work!
1998-05-26  Martin MaresAdded CONFIG_AUTO_ROUTES (automatic device route creati...
1998-05-26  Martin MaresDebug messages.
1998-05-26  Martin MaresImplemented scanning of network interfaces. Mostly...
1998-05-26  Martin MaresAdded generic functions for unaligned data access.
1998-05-26  Martin MaresResource pools are now named.
1998-05-26  Martin MaresAdded ipa_opposite().
1998-05-26  Martin MaresDBG now calls debug() instead of sending it to log().
1998-05-24  Martin MaresAdded few socket declarations.
1998-05-24  Martin MaresAdded UNIX implementation of both timers and sockets...
1998-05-24  Martin MaresAdded debug dump function, but it's still empty :(
1998-05-24  Martin Maresprotos_init, not proto_init.
1998-05-24  Martin MaresAdded interface index (used only by OS-dependent code...
1998-05-24  Martin MaresStaticized some variables and functions.
1998-05-24  Martin MaresFixed path to includes.
1998-05-24  Martin MaresImplemented timers. Using bird_clock_t for absolute...
1998-05-24  Martin MaresPoint-to-point links: added address of the opposite...
1998-05-24  Martin MaresAdded declarations of all our socket functions.
1998-05-20  Martin MaresAdded routing table and routing attribute code.
1998-05-15  Martin MaresFixed path to includes.
1998-05-15  Martin MaresThe library is now glued together from generic and...
1998-05-15  Martin MaresParts of routing table code. Data structure declaration...
1998-05-03  Martin MaresBIRD library: The story continues.
1998-05-03  Martin MaresNext attempt on data structures...
1998-05-03  Martin MaresAdded new subdir for UNIX-dependent files.
1998-04-28  Martin MaresChanged #include <x/y> to #include "x/y" for our local...
1998-04-23  Martin MaresAdded IP address manipulation macros, interface declara...
1998-04-23  Martin MaresAdded few route attributes.
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...
1998-03-20  Martin MaresAdded banner presented to KSVI.