aboutsummaryrefslogtreecommitdiffstats
path: root/sysdep/unix/unix.h
Commit message (Expand)AuthorAgeFilesLines
* Log: Add support for UDP loggingOndrej Zajicek2023-12-131-0/+8
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-101-0/+1
* Log: Do not open logfiles when parse-and-exit option is activeOndrej Zajicek (work)2020-06-031-0/+1
* Configuration strings are constant.Maria Matejka2020-04-091-6/+6
* Fixed undefined behavior on signals.Maria Matejka2019-10-041-3/+4
* Nest: Add command to request graceful restartOndrej Zajicek (work)2019-06-301-0/+1
* Add CLI command to test reconfiguration statusOndrej Zajicek (work)2019-06-121-0/+1
* Unix: Change debugging optionsOndrej Zajicek (work)2018-12-041-1/+1
* Unix: Implement log file size limit / log rotationOndrej Zajicek (work)2018-11-181-0/+5
* Unix: Refactor tracked filesOndrej Zajicek (work)2018-11-181-1/+4
* Nest: Update to new timersOndrej Zajicek (work)2017-12-071-1/+1
* Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addressesOndrej Zajicek (work)2017-12-071-0/+3
* IO: Minor changes in socket AF handingOndrej Zajicek (work)2016-05-171-2/+0
* Build system reworked to one global Makefile with includes and no nestingJan Moskyto Matejka2016-05-101-3/+3
* Hidden AF_INET* inside sysdep/Jan Moskyto Matejka2016-01-111-0/+1
* Follow-up work on integrationOndrej Zajicek (work)2015-12-211-6/+0
* Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AFJan Moskyto Matejka2015-12-191-8/+10
* unsigned [int] -> uintPavel TvrdĂ­k2015-06-081-1/+1
* Implement latency tracking, internal event log and watchdogOndrej Zajicek2015-03-021-1/+4
* Integrated IP functions.Ondrej Zajicek2014-10-241-11/+7
* IPv4/IPv6 integrated socket code.Ondrej Zajicek2014-05-181-14/+61
* Workaround thread-unsafeness of cli_echo().Ondrej Zajicek2014-02-071-0/+1
* Implements undo command and optional timeout for configurationOndrej Zajicek2012-12-261-1/+6
* Some minor fixes.Ondrej Zajicek2012-01-091-2/+3
* Better support for link-local addresses in IO code.Ondrej Zajicek2012-01-081-2/+2
* Configurable syslog name.Ondrej Zajicek2010-04-071-2/+2
* Adds check for no protocol and some minor CLI fixes.Ondrej Zajicek2010-03-171-1/+1
* Many changes in (mainly) kernel syncers.Ondrej Zajicek2010-02-261-0/+4
* Fix configure to enable warnings and fix most of them.Ondrej Zajicek2010-02-211-0/+1
* Adds support for soft reconfiguration.Ondrej Zajicek2009-06-191-1/+1
* Test old instance of BIRD.Ondrej Filip2004-06-061-0/+2
* *BSD port added. (Tested on FreeBSD and NetBSD)Ondrej Filip2004-05-311-1/+1
* If compiled with --enable-debug, don't even try to log to syslog unlessMartin Mares2000-06-191-1/+1
* Use our own SUN_LEN if libc doesn't provide it.Martin Mares2000-06-161-0/+4
* During initialization, log to both syslog and stderr. When a configurationMartin Mares2000-06-091-1/+1
* First attempt on dynamic reconfiguration. There are still lots of bugsMartin Mares2000-01-161-1/+2
* Logging is now configurable. You can define multiple log outputs (to bothMartin Mares1999-12-061-0/+16
* Implemented unix-domain sockets.Martin Mares1999-10-291-0/+3
* Taught Netlink how to behave in IPv6 world.Martin Mares1999-08-031-0/+2
* Support for IPv6 sockets. How nice one doesn't have to ifdef aroundMartin Mares1999-08-031-2/+10
* Moved to a much more systematic way of configuring kernel protocols.Martin Mares1999-03-261-0/+4
* Use traditional Unix route/iface interface only when CONFIG_NETLINKMartin Mares1999-03-011-7/+0
* Perform gracious shutdown upon receipt of SIGTERM. Finally we canMartin Mares1999-02-131-0/+2
* Synchronize signals to the main select/event/timer loop.Martin Mares1999-02-131-0/+8
* Exporting fill_in_sockaddr() for use by other unix-dependent code.Martin Mares1998-10-191-0/+1
* Since almost every UNIX system requires different techniques for readingMartin Mares1998-10-181-4/+0
* Split protocol init to building of protocol list and real protocol init.Martin Mares1998-10-181-0/+4
* Whee, multicast sockets work!Martin Mares1998-05-261-0/+8
* Added UNIX implementation of both timers and sockets. Timers should work,Martin Mares1998-05-241-0/+17