netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / vlog.c
2016-02-10 Ben Pfaffvlog: Use log_file_mutex to more consistently protect...
2016-02-10 Ben Pfaffvlog: Add vlog/close command.
2016-02-10 Ben Pfaffvlog: Make the most common module reference more direct.
2016-02-03 Ben Pfaffvlog: Make 'vlog_modules' private to vlog.c.
2015-11-19 Andy Zhouvlog: Fix a deadlock bug.
2015-11-12 Andy Zhouvlog: fix clang warnings
2015-11-12 Andy Zhouvlog: Only compile vlog_change_owner on Unix platform
2015-11-12 Andy Zhouvlog: change log file owner when switching user
2015-09-30 Ansis Attekavlog: deprecate --syslog-target argument
2015-07-22 Ben Pfafftreewide: Change doubled ";;" to single ";" in C code.
2015-06-27 Ansis Attekavlog: add "vlog/list-pattern" command
2015-06-27 Ansis Attekavlog: abstract out interface to syslog daemon
2015-01-28 Gurucharan Shettyvlog: Ability to override the default log facility.
2015-01-08 Gurucharan Shettyvlog: Rename the currently used term 'facility' as...
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-01-21 Ben Pfaffvlog: Avoid deadlock in vlog_init__() corner case.
2013-12-13 Helmut Schaavlog: Use OVS_CONSTRUCTOR for vlog initialization
2013-12-06 Henry Maivlog: Add option to send vlog syslog output to arbitrar...
2013-09-27 Jarno RajahalmeRemove unused variables and functions.
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-08-20 Alex Wangsparse: Suppress sparse warnings for global variables.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-08 Ben Pfaffovs-thread: Add support for globally visible per-thread...
2013-08-03 Ben Pfaffasync-append: Refactor to avoid requiring enabling...
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-18 Ben Pfaffvlog: Make thread-safe.
2013-07-18 Ben Pfaffvlog: Use async I/O.
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_exit().
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_get_log_file().
2013-07-12 Ben Pfaffvlog: Make vlog_should_drop() thread-safe.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-07-12 Ben Pfaffvlog: Remove support for worker process.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-05-08 Ben PfaffAlways check return value of strftime().
2013-05-03 Ben Pfaffvlog: Mark more static data const.
2013-02-01 Ben Pfaffvlog: New function vlog_set_levels_from_string_assert().
2013-01-17 Ben PfaffMakefile.am: add check that <assert.h> is not used...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-11 Ben Pfaffvlog: Avoid calling worker_request() reentrantly.
2012-12-08 Ben Pfaffvlog: New vlog/enable-rate-limit and vlog/disable-rate...
2012-08-07 Justin Pettitvlog: Ignore return value of some write() calls.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-18 Ben Pfaffvlog: Use worker process to write to log file.
2012-07-18 Ben Pfaffvlog: Use system calls instead of stdio to write log...
2012-07-18 Ben Pfaffvlog: Add VLOG_ABORT() to log and call abort().
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
2012-07-02 Ben PfaffUse UTC consistently instead of local timezone.
2012-06-21 Ben Pfafftoken-bucket: New library for generic rate-limiting.
2012-06-13 Ben Pfaffvlog: Avoid use-after-free in corner case.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-02-27 Ben Pfaffvlog: Be more liberal in syntax for -v and vlog/set.
2012-02-01 Ben Pfafftimeval: New function time_boot_msec(), factored out...
2012-01-28 Gurucharan Shettyvlog: Change the default timestamp structure.
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-10-18 Ben Pfaffvlog: Skip reopening a log file if it would have no...
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-09-29 Ben Pfaffvlog: Accept any case for ANY and PATTERN when setting...
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-06-21 Ben Pfaffvlog: Add a little more detail to ratelimit messages
2011-06-09 Justin Pettitvlog: Output configuration list in alphabetical order.
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-12 Ben Pfaffdaemon: Make sure that vlog is initialized when a proce...
2010-07-23 Ben Pfaffvlog: Fix logic error in update_min_level().
2010-07-21 Ben Pfaffvlog: Make the vlog module catalog program-specific.
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Make vlog initialize itself when necessary.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-06 Justin PettitMerge branch 'master' into next
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-29 Ben Pfaffunixctl: Allow passing auxiliary data to unixctl commands.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitCleanup isdigit() warnings.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-29 Justin PettitCleanup warnings about "save_ptr" in strtok_r argument
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-07-08 Ben PfaffImport from old repository commit 61ef2b42a9c4ba8e1600f... v0.90.0