aboutsummaryrefslogtreecommitdiffstats
path: root/lib/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Initial BFD commit, work in progress.Ondrej Zajicek2013-09-101-0/+2
* Implements TTL security for OSPF and RIP.Ondrej Zajicek2013-06-251-0/+1
* Better packet priority and traffic class handling.Ondrej Zajicek2013-06-241-1/+3
* Rename sk_new() to avoid name collision with OpenSSL.Ondrej Zajicek2012-07-181-1/+3
* Better support for link-local addresses in IO code.Ondrej Zajicek2012-01-081-1/+1
* The generalized TTL security mechanism (RFC 5082) support.Ondrej Zajicek2011-08-161-1/+2
* Implements Router Advertisement protocol.Ondrej Zajicek2011-03-131-0/+1
* Merge branch 'new' into socket2Ondrej Zajicek2010-03-111-0/+4
|\
| * Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-0/+2
| * Moves errno.h include.Ondrej Zajicek2010-02-111-0/+2
* | Temporary OSPF commit - socket changes.Ondrej Zajicek2010-02-111-3/+8
|/
* Socket table update.Ondrej Zajicek2010-01-081-7/+12
* Use IPv6 checksums in OSPFv3.Ondrej Zajicek2009-11-091-0/+4
* Merge branch 'dev' into ospf3Ondrej Zajicek2009-11-091-1/+1
|\
| * Workaround for stupid callback scheduler.Ondrej Zajicek2009-10-111-0/+1
* | Temporary OSPFv3 development commit (changing multicast support).Ondrej Zajicek2009-09-041-3/+9
|/
* Implements option that changes BGP listening socket parametres.Ondrej Zajicek2009-06-181-0/+7
* Multihop BGP was completely broken, because listening socket has alwaysOndrej Zajicek2008-11-011-0/+1
* Implementation of MD5 authentication of BGP sessions.Ondrej Zajicek2008-10-261-0/+2
* OSPF is ready for changing MTU.Ondrej Filip2004-06-041-0/+1
* Rewritten the I/O loop. All socket operations are now safe, meaning thatMartin Mares2004-05-311-5/+3
* Defined sk_close() which closes the socket safely even if called fromMartin Mares2000-03-301-1/+3
* Implemented unix-domain sockets.Martin Mares1999-10-291-0/+3
* Added sk_send_buffer_empty().Martin Mares1999-05-311-0/+6
* Fixed a couple of bugs in handling of multicast sockets.Martin Mares1999-04-121-2/+10
* Added SK_MAGIC type sockets for internal use by system dependent code,Martin Mares1999-03-011-1/+2
* Added few socket declarations.Martin Mares1998-05-241-15/+24
* Added declarations of all our socket functions.Martin Mares1998-05-241-1/+37
* Changed #include <x/y> to #include "x/y" for our local includes, so thatMartin Mares1998-04-281-1/+1
* First look at data structures. More to come tomorrow...Martin Mares1998-04-221-0/+16