]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
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.
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...
next