]> git.ipfire.org Git - thirdparty/bird.git/history - sysdep/unix/main.c
unsigned [int] -> uint
[thirdparty/bird.git] / sysdep / unix / main.c
2015-06-08  Pavel Tvrdíkunsigned [int] -> uint
2015-03-02  Ondrej ZajicekImplement latency tracking, internal event log and...
2014-05-18  Ondrej ZajicekIPv4/IPv6 integrated socket code.
2014-03-24  Ondrej ZajicekMerge branch 'bgp-grace'
2014-03-20  Ondrej ZajicekBGP graceful restart support.
2014-02-07  Ondrej ZajicekWorkaround thread-unsafeness of cli_echo().
2013-11-23  Ondrej ZajicekMerge branch 'master' into add-path
2013-11-22  Ondrej ZajicekMerge commit 'origin/bfd'
2013-10-05  Ondrej FilipFlag -f "run in foreground" added as requested by a...
2013-10-05  Ondrej ZajicekFixes some BFD bugs and makes logging thread-safe.
2013-10-05  Ondrej ZajicekImplements PID file support.
2013-07-25  Ondrej ZajicekAllows to define constants of all filter types.
2012-12-26  Ondrej ZajicekImplements undo command and optional timeout for config...
2012-08-07  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird v1.3.8
2012-07-18  Ondrej ZajicekImplements wildcard matching in config file include.
2012-07-16  Ondrej ZajicekMerge branch 'rt-accepted'
2012-05-10  Ondrej FilipMerge branch 'master' of ssh://git.nic.cz/bird
2012-05-03  Ondrej ZajicekImplements build options to specify socket dir and...
2012-04-15  Ondrej ZajicekMerge branch 'master' into rt-accepted
2012-04-15  Ondrej ZajicekMerge commit 'origin/master'
2012-04-09  Ondrej FilipSmall bugfix in error message related to reconfiguration.
2012-03-30  Ondrej ZajicekMerge branch 'soon'
2012-03-25  Ondrej ZajicekMerge commit 'origin/master'
2012-03-22  Ondrej ZajicekAdds krt_source route attribute.
2012-03-19  Ondrej ZajicekFixes problem with dirname().
2012-03-18  Ondrej ZajicekRoute Origin Authorization basics.
2011-10-09  Ondrej ZajicekFixes for include.
2011-09-11  Ondrej FilipConfiguration can include other files.
2011-08-16  Ondrej ZajicekThe generalized TTL security mechanism (RFC 5082) support.
2011-05-15  Ondrej ZajicekUpdate and document the privilege restriction.
2011-05-10  Ondrej ZajicekAllows run with restricted privileges.
2011-04-29  Ondrej ZajicekMerge commit 'origin/master'
2011-04-27  Ondrej ZajicekUse constants from /etc/iproute2/rt_* files.
2010-04-07  Ondrej ZajicekConfigurable syslog name.
2010-03-26  Ondrej ZajicekMerge branch 'socket2' into new
2010-03-17  Ondrej ZajicekAdds check for no protocol and some minor CLI fixes.
2010-03-11  Ondrej ZajicekMerge branch 'new' into socket2
2010-02-21  Ondrej ZajicekMerge commit 'origin/master' into new
2010-02-21  Ondrej ZajicekRestricted read-only CLI.
2010-02-06  Ondrej ZajicekAdds some log messages related to configure.
2009-12-14  Ondrej ZajicekMerge branch 'dev' into ospf3
2009-11-26  Ondrej ZajicekFix -p option.
2009-11-19  Ondrej ZajicekImplement option to exit after config file parsing.
2009-11-13  Ondrej ZajicekAfter shutdown, BIRD should have exit code 0.
2009-11-13  Ondrej ZajicekFixes BIRD socket unlink.
2009-08-10  Ondrej ZajicekMerge branch 'master' into dev
2009-07-14  Ondrej ZajicekFixes bug in CLI TX buffer management.
2009-06-25  Ondrej ZajicekMerge branch 'master' into dev
2009-06-19  Ondrej ZajicekAdds support for soft reconfiguration.
2008-08-24  Ondrej FilipClose fd of config file after reconfiguration.
2007-06-20  Martin MaresDetach from the TTY properly.
2004-06-06  Ondrej FilipTest old instance of BIRD.
2004-06-05  Martin MaresMarked unused parameters in sysdep code as such.
2004-06-02  Ondrej FilipDeleted useless rfree. (Socked was freed by cli_free())
2004-05-31  Martin MaresMove CLI socket to the newly created CLI's pool.
2004-05-31  Martin MaresRewritten the I/O loop. All socket operations are now...
2004-05-31  Martin MaresFix handling on full pipe to client in bird. Prevent...
2004-05-31  Ondrej Filip*BSD port added. (Tested on FreeBSD and NetBSD)
2000-06-19  Martin MaresIf compiled with --enable-debug, don't even try to...
2000-06-09  Martin MaresDuring initialization, log to both syslog and stderr...
2000-05-29  Martin MaresTracing of CLI connections/commands can be now controlled
2000-05-29  Martin MaresSupport --version and --help.
2000-05-08  Martin MaresFixed type in daemonization code.
2000-05-08  Martin MaresWhen not debugging, daemonize automatically.
2000-05-04  Martin Mares#ifdef out lots of debugging information.
2000-04-27  Martin MaresFixed a couple of nasty CLI bugs which were triggered...
2000-04-26  Martin MaresChanged handling of incoming connections, so that we...
2000-04-01  Martin MaresChanged initialization of protocol list -- now we call...
2000-03-31  Martin MaresInclude "lib/string.h" instead of <string.h>. It should...
2000-03-30  Martin MaresDefined sk_close() which closes the socket safely even...
2000-03-12  Martin MaresFixed a bunch of FIXME's by removing them :)
2000-03-12  Martin MaresGreat cleanup of debug messages. LOCAL_DEBUG turned...
2000-01-16  Martin MaresConverted shutdown to a kind of reconfiguration, it...
2000-01-16  Martin MaresFirst attempt on dynamic reconfiguration. There are...
1999-12-09  Martin MaresAdded universal locking mechanism which will solve...
1999-12-08  Martin Mares- Path to control socket is selectable via command...
1999-12-06  Martin MaresLogging is now configurable. You can define multiple...
1999-10-31  Martin MaresThe CLI I/O functions work as desired.
1999-10-29  Martin MaresFirst steps of the Command Line Interface: I/O routines.
1999-04-02  Pavel MachekBelieve it or not, printf()'s does not work too much...
1999-03-29  Martin MaresClarify resource dumps and include them in the main...
1999-03-26  Martin MaresMoved to a much more systematic way of configuring...
1999-03-04  Martin MaresUse dmalloc instead of EFence when available (dmalloc...
1999-03-03  Martin MaresRewrote the kernel syncer. The old layering was horrible.
1999-02-13  Martin MaresPerform gracious shutdown upon receipt of SIGTERM....
1999-02-13  Martin MaresSynchronize signals to the main select/event/timer...
1999-02-11  Martin MaresRun the event queue before writing SIGUSR dumps.
1999-02-05  Martin MaresImplemented new configuration/reconfiguration interface...
1999-01-15  Pavel Machekfilters_init() renamed to filters_postconfig().
1999-01-15  Pavel MachekFilters, second try. This time they have their own...
1999-01-15  Pavel MachekProperly initialize filters. Also bumped version to...
1998-12-20  Martin Maresdie() -> bug() where appropriate.
1998-12-06  Martin MaresKernel syncer is now configurable. It will probably...
1998-11-27  Martin MaresFirst attempt at protocol configuration (now done only...
1998-11-27  Martin MaresCompile and use the new configuration code by default.
1998-10-19  Martin MaresGenerate router_id automatically if possible (standard...
1998-10-18  Martin MaresSince almost every UNIX system requires different techn...
1998-10-18  Martin MaresSplit protocol init to building of protocol list and...
1998-10-17  Martin MaresSolve chicken-and-egg problems with protocol startup...
1998-10-14  Martin MaresMoved scanning of interfaces, so that they get initiali...
next