]> git.ipfire.org Git - thirdparty/bird.git/shortlog
thirdparty/bird.git
2016-04-29  Ondrej Zajicek... Doc: Minor fix v1.6.0
2016-04-29  Ondrej Zajicek... NEWS and version update
2016-04-28  Ondrej Zajicek... Add the Babel routing protocol (RFC 6126)
2016-04-13  Ondrej Zajicek... BSD: Add the IPsec SA/SP database entries control
2016-04-10  Ondrej Zajicek... Documentation update
2016-04-08  Ondrej Zajicek... Direct: Implement check link for direct protocol
2016-04-07  Ondrej Zajicek... Main: Add local option
2016-04-06  Ondrej Zajicek... Nest: Reset export route counter during graceful restart
2016-04-06  Ondrej Zajicek... IO: Avoid multiple event cycles in one loop cycle.
2016-04-06  Ondrej Zajicek... IO: Replace RX priority heuristic with explicit mark
2016-04-06  Ondrej Zajicek... KRT: Fix route learn scan when route changed
2016-03-30  Jan Moskyto... IO/Poll: fix mistaken variable merge
2016-03-23  Jan Moskyto... Birdlib: Modify lists to avoid problems with pointer...
2016-03-23  Ondrej Zajicek... Birdlib: Do cleanups after remove/free
2016-03-23  Ondrej Zajicek... OSPF: Fix bogus LSA ID collisions between received...
2016-03-23  Ondrej Zajicek... Minor changes in documentation
2016-03-23  Ondrej Zajicek... OSPF: Fix reading from freed memory
2016-03-22  Jan Moskyto... Merge remote-tracking branch 'origin/poll'
2016-03-18  Jan Moskyto... Unix: Substituted select -> poll also in congestion...
2016-03-17  Pavel TvrdíkRIP: fix typo in configuration at rx length opt
2016-03-17  Pavel TvrdíkBGP: Add documentaion for extended messages
2016-03-15  Jan Moskyto... Poll: Prevent the improbable case of EAGAIN after POLLIN
2016-03-11  Jan Moskyto... Unix: Rework of select-loop to poll-loop
2016-02-25  Jan Moskyto... Merge branch 'master' of gitlab.labs.nic.cz:labs/bird
2016-02-25  Ondrej Zajicek... OSPF: Multicast ability is irrelevant for stub interfaces
2016-02-25  Jan Moskyto... All the current pthread implementations are OK and...
2016-02-16  Ondrej Zajicek... Filter: Implement last_nonaggregated operator on bgp_path
2016-02-11  Ondrej Zajicek... Unix: Fix bug in syslog name handling
2016-02-11  Ondrej Zajicek... BGP: Fix bug in incoming connection handling
2015-11-25  Ondrej Zajicek... BGP: Update capability number from IANA for extended...
2015-11-24  Pavel TvrdíkMD5: Mormalize naming style
2015-11-24  Ondrej Zajicek... Merge branch 'master' into rip-new
2015-11-24  Jan Moskyto... Netlink: attribute validation before parsing
2015-11-24  Ondrej Zajicek... Some consts for function arguments
2015-11-24  Ondrej Zajicek... Minor changes to SHA hash functions
2015-11-23  Ondrej Zajicek... Merge commit 'origin/crypto-hash^'
2015-11-23  Ondrej Zajicek... Nest: Fix bug in device proto
2015-11-13  Pavel TvrdíkAdd SHA-384/512 and HMAC-SHA-384/512 crypto hash
2015-11-13  Pavel TvrdíkAdd SHA-224/256 and HMAC-SHA-224/256 crypto hash
2015-11-13  Pavel TvrdíkAdd SHA1 and SHA1-HMAC crypto hash
2015-11-13  Pavel TvrdíkAdd get_u64() and put_u64() into lib/unaligned.h
2015-11-11  Pavel TvrdíkFix compiling with --enable-debug option
2015-11-11  Jan Moskyto... Netlink: Allow more than 256 routing tables.
2015-11-09  Ondrej Zajicek... Nest: Fixes bug in missing cleanup during table removal
2015-11-08  Ondrej Zajicek... Conf: Fixes bug in symbol lookup during reconfiguration
2015-11-03  Ondrej Zajicek... IO: Fix the previous bugfix
2015-11-03  Ondrej Zajicek... IO: Handle fd values too big for select()
2015-10-17  Ondrej Zajicek... Merge branch 'master' into rip-new
2015-10-17  Ondrej Zajicek... Minor changes
2015-10-05  Ondrej Zajicek... Major RIP redesign
2015-08-19  Ondrej ZajicekOSPF: Fixes some issues with link detection
2015-07-28  Ondrej ZajicekNest: Fixes one of previous commit
2015-07-28  Ondrej ZajicekMinor update to test commits
2015-07-28  Ondrej ZajicekNetlink: Fixes uninitialized variable
2015-07-24  Ondrej ZajicekStatic: Support for BFD controlled static routes
2015-07-20  Ondrej ZajicekStatic: Allows to specify attributes for static routes
2015-07-19  Ondrej ZajicekBFD: Fixes crash after socket error
2015-07-18  Ondrej ZajicekSimplify build messages
2015-07-18  Ondrej ZajicekNest: Fixes symbols in router id
2015-07-18  Ondrej ZajicekDocumentation update
2015-07-18  Ondrej ZajicekBGP: Extended messages support
2015-07-18  Ondrej ZajicekDirect: Fixes behavior for the same routes on different...
2015-06-08  Ondrej ZajicekBGP multipath support
2015-06-08  Ondrej ZajicekFixes subtle bug in temporary attribute handling
2015-06-08  Ondrej ZajicekKRT: Fixes some minor bugs in kernel protocol
2015-06-08  Ondrej ZajicekMoving of mulipath merging code from OSPF to nest
2015-06-08  Ondrej ZajicekFixes bug in pipe feeding when filtered routes are...
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-06-08  Pavel Tvrdíkunsgined char -> byte
2015-06-01  Ondrej FilipTypo fix by Hans van Kranenburg
2015-05-22  Ondrej ZajicekFixes unnamed protocols from templates
2015-05-16  Ondrej ZajicekSimplify flushing process
2015-05-16  Ondrej ZajicekFix minor issue in pipe route propagation
2015-05-13  Ondrej ZajicekFix in the last commit
2015-05-12  Ondrej ZajicekKRT: Add support for plenty of kernel route metrics
2015-05-10  Ondrej ZajicekAdd bitfield route attribute type
2015-05-01  Ondrej ZajicekOSPF: Redesign LSA checksumming
2015-04-28  Ondrej ZajicekOSPF: Fixes validation of LSA checksums
2015-04-25  Ondrej ZajicekKRT: Fixes route reload
2015-04-25  Ondrej ZajicekKRT: Fixes learning of preferred kernel routes.
2015-04-22  Ondrej ZajicekKRT: Support for RTM_CHANGE on BSD
2015-04-20  Ondrej ZajicekNEWS and version update v1.5.0
2015-04-18  Ondrej ZajicekFixes port range socket option
2015-04-18  Ondrej ZajicekOSPF: Fixes handling of external routes with immediate gw
2015-04-12  Ondrej ZajicekMinor fixes
2015-03-31  Ondrej ZajicekBGP: Fixes serious bug in TX handling
2015-03-31  Ondrej ZajicekUnderstand IFF_MULTICAST flag on ifaces in Linux
2015-03-29  Ondrej ZajicekBGP: AS-wide unique router ID (RFC 6286) support
2015-03-29  Ondrej ZajicekBGP: Enhanced route refresh (RFC 7313) support
2015-03-09  Ondrej FilipPossibility to define unnamed protocols from template...
2015-03-02  Ondrej ZajicekFixes serious bug in BGP add-path
2015-03-02  Ondrej ZajicekFixes bug in debug dumps
2015-03-02  Ondrej ZajicekImplement latency tracking, internal event log and...
2015-02-24  Ondrej ZajicekAdd minor comment
2015-02-22  Ondrej ZajicekUse IP_PORTRANGE_HIGH for BFD where available
2015-02-22  Ondrej ZajicekRename BGP option 'start delay' to 'connect delay'
2015-02-22  Ondrej ZajicekRelax BGP neighbor parameter
2015-02-21  Ondrej ZajicekUse AF_UNSPEC for RTM_GETLINK
2015-02-21  Ondrej ZajicekStore protocol config size inside protocol structure
2015-02-21  Ondrej ZajicekMake BGP protocol instance search a separate function
next