summaryrefslogtreecommitdiff
path: root/sysdep/unix/unix.h
AgeCommit message (Expand)Author
2023-08-28Unix: Implement sk_connect_unixMikael Magnusson
2021-02-10BGP: Add support for BGP hostname capabilityVincent Bernat
2020-06-03Log: Do not open logfiles when parse-and-exit option is activeOndrej Zajicek (work)
2020-04-09Configuration strings are constant.Maria Matejka
2019-10-04Fixed undefined behavior on signals.Maria Matejka
2019-06-30Nest: Add command to request graceful restartOndrej Zajicek (work)
2019-06-12Add CLI command to test reconfiguration statusOndrej Zajicek (work)
2018-12-04Unix: Change debugging optionsOndrej Zajicek (work)
2018-11-18Unix: Implement log file size limit / log rotationOndrej Zajicek (work)
2018-11-18Unix: Refactor tracked filesOndrej Zajicek (work)
2017-12-07Nest: Update to new timersOndrej Zajicek (work)
2017-12-07Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addressesOndrej Zajicek (work)
2016-05-17IO: Minor changes in socket AF handingOndrej Zajicek (work)
2016-05-10Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka
2016-01-11Hidden AF_INET* inside sysdep/Jan Moskyto Matejka
2015-12-21Follow-up work on integrationOndrej Zajicek (work)
2015-12-19Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AFJan Moskyto Matejka
2015-06-08unsigned [int] -> uintPavel TvrdĂ­k
2015-03-02Implement latency tracking, internal event log and watchdogOndrej Zajicek
2014-10-24Integrated IP functions.Ondrej Zajicek
2014-05-18IPv4/IPv6 integrated socket code.Ondrej Zajicek
2014-02-07Workaround thread-unsafeness of cli_echo().Ondrej Zajicek
2012-12-26Implements undo command and optional timeout for configurationOndrej Zajicek
2012-01-09Some minor fixes.Ondrej Zajicek
2012-01-08Better support for link-local addresses in IO code.Ondrej Zajicek
2010-04-07Configurable syslog name.Ondrej Zajicek
2010-03-17Adds check for no protocol and some minor CLI fixes.Ondrej Zajicek
2010-02-26Many changes in (mainly) kernel syncers.Ondrej Zajicek
2010-02-21Fix configure to enable warnings and fix most of them.Ondrej Zajicek
2009-06-19Adds support for soft reconfiguration.Ondrej Zajicek
2004-06-06Test old instance of BIRD.Ondrej Filip
2004-05-31*BSD port added. (Tested on FreeBSD and NetBSD)Ondrej Filip
2000-06-19If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares
2000-06-16Use our own SUN_LEN if libc doesn't provide it.Martin Mares
2000-06-09During initialization, log to both syslog and stderr. When a configurationMartin Mares
2000-01-16First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares
1999-12-06Logging is now configurable. You can define multiple log outputs (to bothMartin Mares
1999-10-29Implemented unix-domain sockets.Martin Mares
1999-08-03Taught Netlink how to behave in IPv6 world.Martin Mares
1999-08-03Support for IPv6 sockets. How nice one doesn't have to ifdef aroundMartin Mares
1999-03-26Moved to a much more systematic way of configuring kernel protocols.Martin Mares
1999-03-01Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares
1999-02-13Perform gracious shutdown upon receipt of SIGTERM. Finally we canMartin Mares
1999-02-13Synchronize signals to the main select/event/timer loop.Martin Mares
1998-10-19Exporting fill_in_sockaddr() for use by other unix-dependent code.Martin Mares
1998-10-18Since almost every UNIX system requires different techniques for readingMartin Mares
1998-10-18Split protocol init to building of protocol list and real protocol init.Martin Mares
1998-05-26Whee, multicast sockets work!Martin Mares
1998-05-24Added UNIX implementation of both timers and sockets. Timers should work,Martin Mares