]> git.ipfire.org Git - thirdparty/bird.git/history - lib/socket.h
Filter test: typo fix
[thirdparty/bird.git] / lib / socket.h
2017-09-06  Ondrej Zajicek ... Basic VRF support
2016-11-01  Jan Moskyto MatejkaBuild: switch on -Wextra, get rid of most of the warnings
2016-04-13  Ondrej Zajicek ... BSD: Add the IPsec SA/SP database entries control
2016-04-06  Ondrej Zajicek ... IO: Replace RX priority heuristic with explicit mark
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-02-22  Ondrej ZajicekUse IP_PORTRANGE_HIGH for BFD where available
2015-02-21  Ondrej ZajicekMerge remote-tracking branch 'origin/soft-int'
2014-10-24  Ondrej ZajicekIntegrated IP functions.
2014-05-18  Ondrej ZajicekIPv4/IPv6 integrated socket code.
2014-02-06  Ondrej ZajicekMerge branch 'add-path'
2014-02-06  Ondrej ZajicekMany changes in I/O and OSPF sockets and packet handling.
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-09-10  Ondrej ZajicekInitial BFD commit, work in progress.
2013-06-25  Ondrej ZajicekImplements TTL security for OSPF and RIP.
2013-06-24  Ondrej ZajicekBetter packet priority and traffic class handling.
2012-08-07  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird v1.3.8
2012-07-18  Ondrej ZajicekRename sk_new() to avoid name collision with OpenSSL.
2012-01-08  Ondrej ZajicekBetter support for link-local addresses in IO code.
2011-08-16  Ondrej ZajicekThe generalized TTL security mechanism (RFC 5082) support.
2011-03-13  Ondrej ZajicekImplements Router Advertisement protocol.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekFix configure to enable warnings and fix most of them.
2010-02-11  Ondrej ZajicekMoves errno.h include.
2010-02-11  Ondrej ZajicekTemporary OSPF commit - socket changes.
2010-01-08  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/projects...
2010-01-08  Ondrej ZajicekSocket table update.
2009-12-22  Ondrej ZajicekMerge commit 'origin/master' into new
2009-12-20  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-09  Ondrej ZajicekUse IPv6 checksums in OSPFv3.
2009-11-09  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-10-11  Ondrej ZajicekWorkaround for stupid callback scheduler.
2009-09-04  Ondrej ZajicekTemporary OSPFv3 development commit (changing multicast...
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-18  Ondrej ZajicekImplements option that changes BGP listening socket...
2008-11-01  Ondrej ZajicekMultihop BGP was completely broken, because listening...
2008-10-26  Ondrej ZajicekMerge branch 'dev' into out
2008-10-26  Ondrej ZajicekImplementation of MD5 authentication of BGP sessions.
2004-06-04  Ondrej FilipOSPF is ready for changing MTU.
2004-05-31  Martin MaresRewritten the I/O loop. All socket operations are now...
2000-03-30  Martin MaresDefined sk_close() which closes the socket safely even...
1999-10-29  Martin MaresImplemented unix-domain sockets.
1999-05-31  Martin MaresAdded sk_send_buffer_empty().
1999-04-12  Martin MaresFixed a couple of bugs in handling of multicast sockets.
1999-03-01  Martin MaresAdded SK_MAGIC type sockets for internal use by system...
1998-05-24  Martin MaresAdded few socket declarations.
1998-05-24  Martin MaresAdded declarations of all our socket functions.
1998-04-28  Martin MaresChanged #include <x/y> to #include "x/y" for our local...
1998-04-22  Martin MaresFirst look at data structures. More to come tomorrow...