index
:
bird
ll-peering
ll-peering-old
ll-peering-old2
master
multicast-old
[no description]
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdep
/
unix
/
main.c
Age
Commit message (
Expand
)
Author
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-21
Restricted read-only CLI.
Ondrej Zajicek
2010-02-06
Adds some log messages related to configure.
Ondrej Zajicek
2009-11-26
Fix -p option.
Ondrej Zajicek
2009-11-19
Implement option to exit after config file parsing.
Ondrej Zajicek
2009-11-13
After shutdown, BIRD should have exit code 0.
Ondrej Zajicek
2009-11-13
Fixes BIRD socket unlink.
Ondrej Zajicek
2009-07-14
Fixes bug in CLI TX buffer management.
Ondrej Zajicek
2009-06-19
Adds support for soft reconfiguration.
Ondrej Zajicek
2008-08-25
Close fd of config file after reconfiguration.
Ondrej Filip
2007-06-20
Detach from the TTY properly.
Martin Mares
2004-06-06
Test old instance of BIRD.
Ondrej Filip
2004-06-05
Marked unused parameters in sysdep code as such.
Martin Mares
2004-06-02
Deleted useless rfree. (Socked was freed by cli_free())
Ondrej Filip
2004-06-01
Move CLI socket to the newly created CLI's pool.
Martin Mares
2004-05-31
Rewritten the I/O loop. All socket operations are now safe, meaning that
Martin Mares
2004-05-31
Fix handling on full pipe to client in bird. Prevent packet overflows
Martin Mares
2004-05-31
*BSD port added. (Tested on FreeBSD and NetBSD)
Ondrej Filip
2000-06-20
If compiled with --enable-debug, don't even try to log to syslog unless
Martin Mares
2000-06-09
During initialization, log to both syslog and stderr. When a configuration
Martin Mares
2000-05-30
Tracing of CLI connections/commands can be now controlled
Martin Mares
2000-05-29
Support --version and --help.
Martin Mares
2000-05-09
Fixed type in daemonization code.
Martin Mares
2000-05-08
When not debugging, daemonize automatically.
Martin Mares
2000-05-04
#ifdef out lots of debugging information.
Martin Mares
2000-04-28
Fixed a couple of nasty CLI bugs which were triggered on long or multi-part
Martin Mares
2000-04-26
Changed handling of incoming connections, so that we can send data
Martin Mares
2000-04-01
Changed initialization of protocol list -- now we call proto_build() instead
Martin Mares
2000-04-01
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-30
Defined sk_close() which closes the socket safely even if called from
Martin Mares
2000-03-12
Fixed a bunch of FIXME's by removing them :)
Martin Mares
2000-03-12
Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,
Martin Mares
2000-01-16
Converted shutdown to a kind of reconfiguration, it's no more handled
Martin Mares
2000-01-16
First attempt on dynamic reconfiguration. There are still lots of bugs
Martin Mares
1999-12-09
Added universal locking mechanism which will solve problems
Martin Mares
1999-12-08
- Path to control socket is selectable via command-line option.
Martin Mares
1999-12-06
Logging is now configurable. You can define multiple log outputs (to both
Martin Mares
1999-10-31
The CLI I/O functions work as desired.
Martin Mares
1999-10-29
First steps of the Command Line Interface: I/O routines.
Martin Mares
1999-04-02
Believe it or not, printf()'s does not work too much without this one.
Pavel Machek
1999-03-29
Clarify resource dumps and include them in the main debugging dump.
Martin Mares
1999-03-26
Moved to a much more systematic way of configuring kernel protocols.
Martin Mares
1999-03-04
Use dmalloc instead of EFence when available (dmalloc has lot of improvements
Martin Mares
1999-03-03
Rewrote the kernel syncer. The old layering was horrible.
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
1999-02-11
Run the event queue before writing SIGUSR dumps.
Martin Mares
1999-02-05
Implemented new configuration/reconfiguration interface and defined protocol
Martin Mares
1999-01-15
filters_init() renamed to filters_postconfig().
Pavel Machek
[next]