]> git.proxmox.com Git - mirror_corosync.git/history - exec/logsys.c
config: Don't free pointers used by transports
[mirror_corosync.git] / exec / logsys.c
2018-10-29 Jan Friesselogsys: Support hires timestamp
2018-10-16 Jan Friesselog: Implement support for reopening log files
2018-01-30 Jan Friesselogging: Close before and open blackbox after fork
2018-01-30 Jan Friesselogging: Make blackbox configurable
2016-10-27 Michael Joneslist: Replace uses of list.h with qblist.h
2014-06-02 Jan Friesselogsys: Log warning if flightrecorder init fails
2014-03-25 Jan FriesseLog: Make reload of logging work
2013-11-04 Jan Friesselogsys: Make logging of totem work again
2013-06-13 Jan FriesseCheck result of logsys_subsys_create
2013-06-13 Jan FriesseCheck logsys_format_set result in logsys setup
2013-06-13 Jan FriesseDo not dereference format_buffer when it's NULL
2012-11-06 Jan FriesseMerge pull request #2 from dfcluster/master
2012-09-19 Jan FriesseAdd support for debug level trace in config file
2012-09-06 Jan FriesseRemove newline in logsys_config_file_set_unlocked
2012-09-06 Jan FriesseMake threaded log work
2012-09-05 Jan FriesseEnsure qb_log thread is started
2012-08-30 Jan FriesseLog: Use threaded mode for syslog and file log
2012-05-29 Angus SalkeldLOG: make sure the log target is enabled.
2012-05-29 Angus SalkeldLOG: handle closing unused logfiles better
2012-05-29 Angus SalkeldLOG: be more explict about the qb file names
2012-03-09 Angus SalkeldRemove unused function logsys_priority_name_get()
2012-03-09 Angus SalkeldAdd pid, hostname and process name to the logfile
2012-02-14 Steven DakeUpdate copyright header dates in exec directory
2012-02-06 Angus SalkeldLOG: add libqb as a "subsys"
2012-02-02 Jan FriesseShow correct error when open of logfile failed
2012-01-25 Angus SalkeldLOG: make sure that debug works to syslog
2012-01-07 Steven DakeMove logsys.c into corosync binary instead of a shared...
2011-12-13 Angus SalkeldLOG: Fix a crash in the shutdown.
2011-11-10 Angus SalkeldLOG: cleanup logging resources at exit
2011-10-22 Angus SalkeldSet the size of the blackbox to the size on flatiron
2011-10-21 Angus SalkeldLOG: use libqb facility conversion functions
2011-10-21 Angus SalkeldLOG: get logging to file working correctly
2011-10-21 Angus SalkeldLOG: Fix debugging
2011-08-09 Angus Salkeldlibqb: logging & trace
2011-06-29 Jan FriesseRemove spinlocks
2011-06-28 Jerome FleschFix usage of strerror_r()/perror()
2011-06-03 Jan Friesselogsys: _logsys_wthread_create never returns != 0
2011-05-08 Russell Bryantlogsys.c: Use snprintf() instead of sprintf().
2011-03-15 Angus SalkeldFix some "set but not used" warnings [-Wunused-but...
2011-03-07 Russell BryantEnsure that strings are null terminated after strncpy().
2011-02-22 Jan Friesselogsys: Properly lock flt data before dump
2011-02-22 Jan Friesselogsys: Don't leak fd on successful fdata dump
2010-06-28 Steven DakeFix problem where flight data leaks files in /dev/shm...
2010-06-09 Steven DakeUpdate logsys to use proper ring buffer on file backed map
2010-06-03 Steven Dakesem_wait can be interrupted by signal. Handle interrup...
2010-05-28 Steven DakeThe static function 'decode_mode()' is used by the...
2010-05-26 Steven DakeFix problem where memcpy operation occurs incorrectly...
2010-05-19 Angus Salkeldadd __attribute__((noreturn)) to functions that always...
2010-05-18 Angus Salkeldcov (many): make sure all _set() functions return a...
2010-05-18 Steven DakeFix problem where logsys messages are not flushed at...
2010-05-13 Steven Dakelogsys rework to deal with memory corruption around...
2010-04-23 Jan FriesseHandle some valgrind errors
2010-03-22 Steven DakeFix lockup that occurs rarely with pthread_join() is...
2010-02-25 Angus Salkeldconvert strerror() into strerror_r()
2009-12-07 Jan FriesseRemove potentially thread unsafe call of strftime
2009-11-22 Angus SalkeldCOVERITY 12: prevent overrun of logsys output buffers.
2009-09-20 Steven DakeRemove warning in logsys compile related to const corre...
2009-09-09 Angus SalkeldOnly insert the filename into the log, not the path.
2009-09-07 Angus SalkeldRemove a double unlock in logsys.
2009-08-10 Fabio M. Di Nittologsys: fix segfault in logsys_thread_priority_set
2009-06-21 Steven DakeAdd tests for posix scheduling apis to configure.ac...
2009-06-18 Fabio M. Di Nittoflight recorder: enable temporary 0 buffer size protection
2009-06-18 Fabio M. Di Nittoflight recorder: switch from int to bytes for requested...
2009-06-18 Fabio M. Di Nittoflight recorder: don't hardcode max arguments everywhere
2009-06-18 Fabio M. Di Nittologsys: port to new packed rec_ident version
2009-06-18 Fabio M. Di Nittologsys: merge tags into rec_ident
2009-06-07 Steven DakePort of logsys to Solaris.
2009-05-18 Jan FriesseRemove duplicity in logsys code
2009-05-13 Fabio M. Di NittoFix output to syslog
2009-05-13 Fabio M. Di NittoFix logsys TAG handling
2009-05-12 Jim Meyeringlogsys.c: avoid possibility of buffer overrun
2009-05-12 Jim Meyeringlogsys.c: avoid redundant strlen in else-block
2009-05-12 Jim Meyeringlogsys.c: factor out some duplication
2009-05-12 Fabio M. Di NittoAdd debugging code to logsys.
2009-05-11 Fabio M. Di NittoFix logging date format and add missing daemon name
2009-04-27 Fabio M. Di NittoFix debug: on option for logging purposes
2009-04-27 Fabio M. Di Nittoadd max limit error checks in logsys
2009-04-24 Jim Meyeringlogsys.c: avoid an unnecessary strlen call
2009-04-23 Steven DakeAdd logsys yield counter for the logsys thread.
2009-04-23 Steven DakeRemove priority inversion in logsys.
2009-04-23 Jim Meyeringlogsys.c: indent consistently
2009-04-23 Jan FriesseMake ipc_log_printf function working by adding _logsys_...
2009-04-22 Fabio M. Di NittoKill all asserts from logsys and handle proper error...
2009-04-22 Jim Meyeringremove all trailing blanks
2009-04-21 Fabio M. Di NittoAdd logsys_flush logsys API call to signal the logging...
2009-04-21 Fabio M. Di NittoFix output filtering when debug is enabled
2009-04-20 Fabio M. Di NittoImprove logsys error handling in logsys_format_set
2009-04-20 Fabio M. Di Nittoreadd early log level check for performance reasons.
2009-04-20 Fabio M. Di NittoAdd logsys v3
2009-04-07 Jim Meyeringlogsys.h (logsys_format_set): Change return type, adjus...
2009-04-03 Fabio M. Di NittoDrop unrequired struct
2009-04-02 Steven DakePatch to use snprintf where appropriate to avoid buffer...
2009-04-01 Fabio M. Di NittoFix internal API usage and add support for file_name
2009-04-01 Fabio M. Di NittoFix build warning
2009-03-30 Jim Meyeringlogsys.c: avoid 1 warning
2009-03-30 Jim Meyeringlogsys.c: avoid 1 warning
2009-03-30 Jim Meyeringlogsys.c: fix two more warnings
2009-03-30 Jim Meyeringin progress: avoid warnings
2009-03-30 Jim Meyeringlogsys_config_facility_set: make "name" parameter const
2009-03-30 Jim Meyeringlogsys: detect write failure and avoid a file descripto...
next