]> git.ipfire.org Git - thirdparty/bird.git/history - sysdep/unix/main.c
Adds some log messages related to configure.
[thirdparty/bird.git] / sysdep / unix / main.c
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...
1998-07-09  Pavel MachekMaking SIGUSR1 dump also all protocols.
1998-06-03  Martin MaresKilled socket debug code. Initialize config pool and...
1998-06-01  Martin MaresSynced to new interface code.
1998-05-26  Martin MaresImplemented scanning of network interfaces. Mostly...
1998-05-24  Martin MaresAdded UNIX implementation of both timers and sockets...
1998-05-20  Martin MaresAdded routing table and routing attribute code.
1998-05-15  Martin MaresThe library is now glued together from generic and...