summaryrefslogtreecommitdiff
path: root/lib/vlog.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uses of ATOMIC_VAR_INIT.Fangrui Song2023-03-061-1/+1
* daemon-unix: Close log file in monitor process while waiting on child.Ben Pfaff2022-02-141-28/+65
* vlog: Fast path in vlog.Anton Ivanov2020-04-271-2/+9
* vlog: Fix OVS_REQUIRES macro.William Tu2020-03-241-1/+1
* fatal-signal: Fix clang error due to lock.William Tu2020-03-241-3/+12
* fatal-signal: Log backtrace when no monitor daemon.William Tu2020-03-231-0/+6
* vlog: fix memory leak in vlog_set_log_file() functionDamijan Skvarc2019-10-021-1/+1
* tests: Don't log to syslog during tests.Ben Pfaff2018-08-091-2/+10
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-1/+1
* vlog: fix the incorrect zero padding in format_log_messagezhangliping2018-02-261-1/+1
* ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+10
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+2
* vlog: Make "vlog/set" without args set everything to "dbg".Justin Pettit2017-07-151-1/+5
* make logs not readable by otherTimothy Redaelli2017-07-101-1/+1
* util: New function nullable_xstrdup().Ben Pfaff2016-06-261-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* vlog: Use log_file_mutex to more consistently protect vlog_modules.Ben Pfaff2016-02-101-4/+15
* vlog: Add vlog/close command.Ben Pfaff2016-02-101-0/+24
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+2
* vlog: Make 'vlog_modules' private to vlog.c.Ben Pfaff2016-02-031-2/+2
* vlog: Fix a deadlock bug.Andy Zhou2015-11-191-5/+14
* vlog: fix clang warningsAndy Zhou2015-11-121-7/+4
* vlog: Only compile vlog_change_owner on Unix platformAndy Zhou2015-11-111-1/+3
* vlog: change log file owner when switching userAndy Zhou2015-11-111-1/+22
* vlog: deprecate --syslog-target argumentAnsis Atteka2015-09-291-0/+10
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-221-2/+2
* vlog: add "vlog/list-pattern" commandAnsis Atteka2015-06-271-0/+39
* vlog: abstract out interface to syslog daemonAnsis Atteka2015-06-271-11/+29
* 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