Age | Commit message (Expand) | Author |
2014-10-02 | Implements token bucket filter for rate limiting. | Ondrej Zajicek |
2014-02-07 | Workaround thread-unsafeness of cli_echo(). | Ondrej Zajicek |
2013-11-22 | Minor fix in log_commit() w.r.t. changes in BFD branch. | Ondrej Zajicek |
2013-11-19 | BFD protocol, ready for release. | Ondrej Zajicek |
2013-10-05 | Fixes some BFD bugs and makes logging thread-safe. | Ondrej Zajicek |
2013-07-25 | Implements eval command and minor CLI cleanups. | Ondrej Zajicek |
2010-09-20 | Changes print-like filter commands to use a log instead of a stderr. | Ondrej Zajicek |
2010-04-07 | Configurable syslog name. | Ondrej Zajicek |
2010-02-21 | Fix configure to enable warnings and fix most of them. | Ondrej Zajicek |
2010-02-03 | Makes date/time formats configurable. | Ondrej Zajicek |
2010-01-03 | Implements MRTdump feature. | Ondrej Zajicek |
2009-02-26 | Rate limit for most abundant log messages | Ondrej Zajicek |
2004-06-05 | Renamed log() to log_msg(), but still keeping the old name as a macro. | Martin Mares |
2001-03-06 | Fixed <time.h> vs. <sys/time.h> problems. | Martin Mares |
2000-06-19 | 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-06-08 | Fixes for the programmer's manual. | Martin Mares |
2000-06-07 | Spelling fixes to progdoc. | Martin Mares |
2000-06-05 | Documented all the sysdeps (only briefly, I admit). | Martin Mares |
2000-05-31 | Before configuration file is read, log to _both_ syslog and stderr. | Martin Mares |
2000-05-08 | In non-debug mode, set default logging to syslog only, not stderr. | Martin Mares |
2000-05-08 | When reporting a bug(), call abort() instead of exit(), so that we | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
1999-12-06 | Allow logging to stderr as well. | Martin Mares |
1999-12-06 | Logging is now configurable. You can define multiple log outputs (to both | Martin Mares |
1999-12-06 | Implemented echoing of log messages to CLI connections. Just try `echo all'. | Martin Mares |
1998-12-20 | Finer grained logging levels: | Martin Mares |
1998-11-16 | Complain loudly if the logging buffer would overflow. | Martin Mares |
1998-06-17 | debug() and log() use the new printf. Feel free to use new formatting | Martin Mares |
1998-05-03 | Added new subdir for UNIX-dependent files. | Martin Mares |