index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdep
/
unix
/
unix.h
Age
Commit message (
Expand
)
Author
2019-06-30
Nest: Add command to request graceful restart
Ondrej Zajicek (work)
2019-06-12
Add CLI command to test reconfiguration status
Ondrej Zajicek (work)
2018-12-04
Unix: Change debugging options
Ondrej Zajicek (work)
2018-11-18
Unix: Implement log file size limit / log rotation
Ondrej Zajicek (work)
2018-11-18
Unix: Refactor tracked files
Ondrej Zajicek (work)
2017-12-07
Nest: Update to new timers
Ondrej Zajicek (work)
2017-12-07
Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addresses
Ondrej Zajicek (work)
2016-05-17
IO: Minor changes in socket AF handing
Ondrej Zajicek (work)
2016-05-10
Build system reworked to one global Makefile with includes and no nesting
Jan Moskyto Matejka
2016-01-11
Hidden AF_INET* inside sysdep/
Jan Moskyto Matejka
2015-12-21
Follow-up work on integration
Ondrej Zajicek (work)
2015-12-19
Removed BITS_PER_IP_ADDRESS, MAX_PREFIX_LENGTH, BIRD_AF
Jan Moskyto Matejka
2015-06-08
unsigned [int] -> uint
Pavel TvrdĂk
2015-03-02
Implement latency tracking, internal event log and watchdog
Ondrej Zajicek
2014-10-24
Integrated IP functions.
Ondrej Zajicek
2014-05-18
IPv4/IPv6 integrated socket code.
Ondrej Zajicek
2014-02-07
Workaround thread-unsafeness of cli_echo().
Ondrej Zajicek
2012-12-26
Implements undo command and optional timeout for configuration
Ondrej Zajicek
2012-01-09
Some minor fixes.
Ondrej Zajicek
2012-01-08
Better support for link-local addresses in IO code.
Ondrej Zajicek
2010-04-07
Configurable syslog name.
Ondrej Zajicek
2010-03-17
Adds check for no protocol and some minor CLI fixes.
Ondrej Zajicek
2010-02-26
Many changes in (mainly) kernel syncers.
Ondrej Zajicek
2010-02-21
Fix configure to enable warnings and fix most of them.
Ondrej Zajicek
2009-06-19
Adds support for soft reconfiguration.
Ondrej Zajicek
2004-06-06
Test old instance of BIRD.
Ondrej Filip
2004-05-31
*BSD port added. (Tested on FreeBSD and NetBSD)
Ondrej Filip
2000-06-19
If compiled with --enable-debug, don't even try to log to syslog unless
Martin Mares
2000-06-16
Use our own SUN_LEN if libc doesn't provide it.
Martin Mares
2000-06-09
During initialization, log to both syslog and stderr. When a configuration
Martin Mares
2000-01-16
First attempt on dynamic reconfiguration. There are still lots of bugs
Martin Mares
1999-12-06
Logging is now configurable. You can define multiple log outputs (to both
Martin Mares
1999-10-29
Implemented unix-domain sockets.
Martin Mares
1999-08-03
Taught Netlink how to behave in IPv6 world.
Martin Mares
1999-08-03
Support for IPv6 sockets. How nice one doesn't have to ifdef around
Martin Mares
1999-03-26
Moved to a much more systematic way of configuring kernel protocols.
Martin Mares
1999-03-01
Use traditional Unix route/iface interface only when CONFIG_NETLINK
Martin Mares
1999-02-13
Perform gracious shutdown upon receipt of SIGTERM. Finally we can
Martin Mares
1999-02-13
Synchronize signals to the main select/event/timer loop.
Martin Mares
1998-10-19
Exporting fill_in_sockaddr() for use by other unix-dependent code.
Martin Mares
1998-10-18
Since almost every UNIX system requires different techniques for reading
Martin Mares
1998-10-18
Split protocol init to building of protocol list and real protocol init.
Martin Mares
1998-05-26
Whee, multicast sockets work!
Martin Mares
1998-05-24
Added UNIX implementation of both timers and sockets. Timers should work,
Martin Mares