summaryrefslogtreecommitdiff
path: root/lib/vlog.c
Commit message (Expand)AuthorAgeFilesLines
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-3/+72
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-081-75/+83
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+6
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* vlog: Avoid deadlock in vlog_init__() corner case.Ben Pfaff2014-01-211-35/+41
* vlog: Use OVS_CONSTRUCTOR for vlog initializationHelmut Schaa2013-12-131-40/+23
* vlog: Add option to send vlog syslog output to arbitrary UDP destination.Henry Mai2013-12-061-15/+82
* Remove unused variables and functions.Jarno Rajahalme2013-09-271-2/+0
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-8/+8
* sparse: Suppress sparse warnings for global variables.Alex Wang2013-08-201-0/+1
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* ovs-thread: Add support for globally visible per-thread data.Ben Pfaff2013-08-081-1/+1
* async-append: Refactor to avoid requiring enabling while single threaded.Ben Pfaff2013-08-021-4/+27
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-34/+48
* vlog: Make thread-safe.Ben Pfaff2013-07-181-74/+106
* vlog: Use async I/O.Ben Pfaff2013-07-181-1/+11
* vlog: Remove unused function vlog_exit().Ben Pfaff2013-07-121-10/+0
* vlog: Remove unused function vlog_get_log_file().Ben Pfaff2013-07-121-10/+0
* vlog: Make vlog_should_drop() thread-safe.Ben Pfaff2013-07-121-4/+10
* util: Make subprogram_name thread-specific.Ben Pfaff2013-07-121-0/+3
* vlog: Remove support for worker process.Ben Pfaff2013-07-111-63/+1
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-2/+2
* Always check return value of strftime().Ben Pfaff2013-05-081-7/+4
* vlog: Mark more static data const.Ben Pfaff2013-05-031-3/+3
* vlog: New function vlog_set_levels_from_string_assert().Ben Pfaff2013-02-011-0/+10
* Makefile.am: add check that <assert.h> is not used from unexpected files.Ben Pfaff2013-01-161-13/+99
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-94/+13
* vlog: Avoid calling worker_request() reentrantly.Ben Pfaff2013-01-101-7/+23
* vlog: New vlog/enable-rate-limit and vlog/disable-rate-limit commands.Ben Pfaff2012-12-081-6/+71
* vlog: Ignore return value of some write() calls.Justin Pettit2012-08-071-2/+2
* util: New macro CONST_CAST.Ben Pfaff2012-08-031-1/+1
* vlog: Use worker process to write to log file.Ben Pfaff2012-07-181-1/+51
* vlog: Use system calls instead of stdio to write log files.Ben Pfaff2012-07-181-12/+12
* vlog: Add VLOG_ABORT() to log and call abort().Ben Pfaff2012-07-181-0/+46
* util: Introduce "subprogram_name" to identify subprocesses and threads.Ben Pfaff2012-07-181-0/+8
* Use UTC consistently instead of local timezone.Ben Pfaff2012-07-021-2/+2
* token-bucket: New library for generic rate-limiting.Ben Pfaff2012-06-211-19/+6
* vlog: Avoid use-after-free in corner case.Ben Pfaff2012-06-131-1/+8
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-6/+6
* vlog: Be more liberal in syntax for -v and vlog/set.Ben Pfaff2012-02-271-51/+60
* timeval: New function time_boot_msec(), factored out of vlog.Ben Pfaff2012-02-011-6/+2
* vlog: Change the default timestamp structure.Gurucharan Shetty2012-01-271-1/+5
* unixctl: Implement quoting.Ben Pfaff2011-12-191-14/+23
* vlog: Skip reopening a log file if it would have no effect.Ben Pfaff2011-10-181-1/+20
* ovs-appctl: Print command arguments for "help".Justin Pettit2011-09-291-3/+5
* vlog: Accept any case for ANY and PATTERN when setting levels.Ben Pfaff2011-09-291-3/+3
* vlog: Add a new log level "off".Ben Pfaff2011-08-011-7/+6