Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / lib / vlog.c
2008-10-23 Ben Pfaffvlog: Add ability to log to an arbitrary file, and...
2008-10-23 Ben Pfaffvlog: Avoid calling any function if nothing will be...
2008-10-23 Ben PfaffMake the format of vlog messages user-configurable.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-04 Ben PfaffDon't use designated array initializers in code compile...
2008-09-04 Ben PfaffRename utility functions to avoid partner namespace...
2008-08-29 Ben PfaffAdd support for extensions submodule.
2008-08-26 Ben Pfaffvlog: Implement rate-limiting.
2008-08-26 Ben Pfaffvlog: Simplify vlog() by using dynamic-string functions.
2008-08-12 Ben PfaffUse signal-based timekeeping functions throughout the...
2008-07-28 Ben PfaffAvert GCC false-positive warning.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-24 Ben Pfaffvlog: Reduce syslog level of VLL_EMER messages to LOG_A...
2008-07-24 Ben Pfaffvlog: Send multi-line log messages to syslog() one...
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben PfaffMake facility and level optional in -v, --verbose options.
2008-07-18 Ben PfaffBy default, log to syslog also.
2008-07-18 Ben PfaffLog an error when the time is negative at vlog startup.
2008-07-16 Ben PfaffInclude date and time in vlog messages.
2008-07-01 Ben PfaffFix -v, --verbose options to userspace programs.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-04 Ben PfaffAdd vlog functions and macros for testing whether a...
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffMake vlog preserve errno.
2008-03-04 Martin CasadoInitial import