]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2000-04-12  Martin MaresDefine BGP_PATH.
2000-04-12  Martin MaresMinor updates by Pavel.
2000-04-12  Martin MaresAttribute type hack.
2000-04-12  Pavel MachekFilters now know type path. It is possible to declare...
2000-04-12  Martin MaresIntroduced `ARRAY_SIZE' macro to replace all the sizeof...
2000-04-12  Pavel MachekRenamed f_path to f_path_mask -- which is what it reall...
2000-04-12  Pavel MachekPath masks are needed for filters.
2000-04-12  Pavel MachekBGP_PATH masks now actually work as data type.
2000-04-12  Pavel MachekPath printing is now much nicer: not having to put...
2000-04-12  Pavel MachekPath printing is now much nicer.
2000-04-10  Martin MaresFix comments.
2000-04-10  Pavel MachekCommit fixes.
2000-04-10  Pavel MachekFunctions for matching paths added, tested lightly.
2000-04-10  Pavel MachekAs usuall, most important info was missing.
2000-04-10  Martin MaresImplemented outgoing attribute cache.
2000-04-10  Martin MaresExport ea_same() and ea_hash().
2000-04-10  Martin MaresDropped CPU_NEEDS_ALIGN_* as unaligned.h no longer...
2000-04-10  Martin MaresUse neighbor cache to track direct route to the peer...
2000-04-10  Martin MaresFix stupid bug in neighbor cache.
2000-04-09  Martin MaresMore BGP progress...
2000-04-09  Martin MaresBGP doesn't need any inline attributes.
2000-04-07  Pavel MachekFix of comment.
2000-04-05  Ondrej FilipLSA flooding done.
2000-04-04  Ondrej FilipSmall clean up. (Duplicate #defines.)
2000-04-04  Ondrej Filip"Bug in hashing" fixed. Ehm it was bug in lsrql node...
2000-04-04  Ondrej FilipLSupdate processing improved. Now there is some bug...
2000-04-04  Ondrej FilipFlooding work continues.
2000-04-03  Ondrej FilipMinor change in area list. Now I use MJ's lists.
2000-04-02  Ondrej FilipWork on lsupdates continues. Some checksum cleanup.
2000-04-02  Ondrej Filiplsa_cmp moved into lsalib.c
2000-04-01  Martin MaresFormatting of dynamic attributes (except for paths...
2000-04-01  Martin MaresRIP: Set attribute class.
2000-04-01  Martin MaresChanged initialization of protocol list -- now we call...
2000-04-01  Martin MaresBGP now handles incoming routes (IPv4 only).
2000-04-01  Martin MaresWhen tracing, always print incoming part of the trace...
2000-04-01  Martin MaresWhen processing ACCEPT/REJECT carrying no message,...
2000-04-01  Martin MaresSOURCE should really refer to rta->source, not rta...
2000-04-01  Ondrej FilipLSA checksum works. But it's very uneficient on little...
2000-03-31  Martin MaresRemoval of useless includes continues...
2000-03-31  Martin MaresRemoved lots of superfluous includes.
2000-03-31  Martin MaresUse bsprintf() instead of sprintf().
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-31  Martin MaresParsing of BGP attributes.
2000-03-31  Martin MaresFixed bug in processing of dynamic attributes.
2000-03-31  Ondrej FilipChecksum changes. Bug is still NOT fixed. :-(
2000-03-31  Ondrej FilipSome bug fixes. LSA checksum is still bad. I'll fix...
2000-03-31  Ondrej FilipSending of lspd as responce to lsreq done.
2000-03-30  Ondrej FilipLSA structure changes. (Len added.)
2000-03-30  Ondrej FilipSkeleton structures and files added.
2000-03-30  Ondrej FilipAdd hashing to link state request list.
2000-03-30  Ondrej FilipMinor changes.
2000-03-30  Martin MaresBasic analysis of UPDATE packets.
2000-03-30  Martin MaresConnection state machine works.
2000-03-30  Ondrej FilipBetter list manipulation.
2000-03-30  Martin MaresMore BGP. This time it connects, but the state machine...
2000-03-30  Martin MaresDefined sk_close() which closes the socket safely even...
2000-03-30  Martin MaresUse FF_FORCE_TMPATTR where appropriate.
2000-03-30  Martin MaresRenamed FF_OUTGOING to FF_FORCE_TMPATTR which much...
2000-03-30  Ondrej FilipLSreq initial work.
2000-03-29  Martin MaresAvoid conflicts with libraries defining their own xmall...
2000-03-29  Ondrej FilipSlave bug fix.
2000-03-29  Ondrej FilipMany changes in dbdes sending & receiving. EXDONE caused.
2000-03-29  Ondrej FilipRXMT timer handling bug fix.
2000-03-29  Ondrej FilipSome FIXME added.
2000-03-29  Ondrej FilipSending of DBdes bug fixed.
2000-03-29  Ondrej FilipIMMS reverted to bits. Outgoing packets dumping added.
2000-03-29  Pavel Machekf_run gets one more parameter to distinguish between...
2000-03-29  Pavel MachekCross-protocol issues solved better
2000-03-29  Ondrej FilipDBdes sending/receiving changes.
2000-03-27  Pavel MachekUse neigh_connected_to in rip, and behave more correctly
2000-03-27  Martin Maresif_connected() is again private.
2000-03-26  Pavel MachekI broke compilation. Sorry.
2000-03-26  Pavel MachekSplit horizont done right.
2000-03-26  Pavel Machekif_connected is usefull outside of neighbour cache.
2000-03-24  Pavel MachekFIXME was actually already resolved
2000-03-23  Pavel MachekMinor change to make code more readable.
2000-03-22  Pavel MachekRip now tries to lock interface.
2000-03-22  Pavel MachekFormat of dates changed, so rip authentication is now...
2000-03-21  Martin MaresConstruction of BGP packets.
2000-03-21  Martin MaresWrote real version of unaligned data access functions...
2000-03-20  Martin MaresStarted work on BGP. Wrote main part of the connection...
2000-03-20  Martin MaresHandle EINPROGRESS properly.
2000-03-20  Martin MaresAdded missing newline in debug output.
2000-03-20  Martin MaresDefine new data types for BGP.
2000-03-19  Martin MaresBare skeleton of the BGP.
2000-03-19  Martin MaresProtocol tracing: Don't dump core on filtered out routes.
2000-03-13  Pavel MachekCleanup, mostly debugging messages.
2000-03-12  Martin MaresAdd internal commands of the client to the command...
2000-03-12  Martin MaresCommands which failed expansions are to be stored to...
2000-03-12  Martin MaresFixed a bunch of FIXME's by removing them :)
2000-03-12  Martin MaresMade `show status' show uptime and time of last reconfi...
2000-03-12  Martin MaresAdded tm_format_datetime().
2000-03-12  Martin MaresDon't crash when filter_same() gets called on FILTER_AC...
2000-03-12  Martin MaresYet another LOCAL_DEBUG turned off.
2000-03-12  Martin MaresCleaned up debugging in kernel syncer. Netlink has...
2000-03-12  Martin MaresUse do { } while(0) instead of empty DBG if not debugging.
2000-03-12  Martin MaresGreat cleanup of debug messages. LOCAL_DEBUG turned...
2000-03-12  Martin MaresAdded tracing of interface events.
2000-03-12  Martin MaresOops, got `<' and `>' markers in trace output reversed.
2000-03-12  Martin MaresAdded debugging of communication between protocols...
next