log libfdcore/core.c @ 1554:566bb46cc73f

age author description
Tue, 06 Oct 2020 21:34:53 +0800 Sebastien Decugis Updated copyright information
Fri, 15 Nov 2019 11:40:37 +0100 Thomas Klausner Allow parametrizing the number of threads for routing in/out.
Mon, 27 Nov 2017 15:16:30 +0100 Thomas Klausner Log shutdown message at normal level (instead of fatal => error).
Thu, 20 Jun 2013 14:31:49 +0800 Sebastien Decugis Cleanup parameter that has become useless
Mon, 10 Jun 2013 16:44:18 +0800 Sebastien Decugis Replace FDEV_TERMINATE events with calls to fd_core_shutdown to handle the core state properly
Thu, 06 Jun 2013 11:25:23 +0800 Sebastien Decugis Early shutdown situation: detect the race condition and delay the shutdown in freeDiameterd. Alternative would be to initialize in a separate thread that we can cancel before calling shutdown.
Fri, 31 May 2013 18:15:05 +0200 Sebastien Decugis New macro LOG_SPLIT to allow dumping multi-line buffers with prefix and suffix
Fri, 31 May 2013 11:20:27 +0800 Sebastien Decugis Include source rev number in version information when available
Thu, 16 May 2013 15:25:53 +0800 Sebastien Decugis Delay the initialization of some dictionary definitions after extensions are loaded, so that these defintions may be altered by some extension in special setup environment
Tue, 14 May 2013 12:32:28 +0800 Sebastien Decugis Cleanup some traces
Tue, 14 May 2013 11:04:20 +0800 Sebastien Decugis Fix a number of compilation warnings
Mon, 13 May 2013 18:50:26 +0800 Sebastien Decugis Fix core termination sequence
Mon, 13 May 2013 11:37:12 +0800 Sebastien Decugis Cleanup to avoid sending several terminate event
Sun, 12 May 2013 16:39:07 +0200 Sebastien Decugis Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
Thu, 09 May 2013 11:59:34 +0800 Sebastien Decugis Initial implementation of the hook mechanism
Fri, 03 May 2013 19:20:56 +0800 Sebastien Decugis Cleaning of the traces in progress
Thu, 02 May 2013 16:05:35 +0800 Sebastien Decugis Typo
Tue, 30 Apr 2013 15:37:57 +0800 Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced by the new hooks mechanism. Kept the calls to fd_msg_log in comments to find the locations easily. WORK IN PROGRESS.
Wed, 17 Apr 2013 18:38:12 +0800 Sebastien Decugis Fix warning on old GCC versions
Tue, 16 Apr 2013 11:45:52 +0800 Sebastien Decugis Fix a number of additional warnings
Mon, 15 Apr 2013 15:17:07 +0800 Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent commits
Mon, 18 Mar 2013 13:22:07 +0100 Thomas Klausner Remove more newlines.
Sat, 16 Mar 2013 16:05:37 +0100 Sebastien Decugis Remove some additional printf
Thu, 14 Mar 2013 18:14:35 +0100 Thomas Klausner Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR
Wed, 06 Mar 2013 20:09:54 +0100 Thomas Klausner merge latest 1.1 branch (one commit post 1.1.6)
Wed, 13 Feb 2013 14:47:47 +0100 Thomas Klausner Make config file parameter const and convert another fprintf to TRACE_DEBUG_ERROR.
Sun, 03 Mar 2013 07:57:34 +0100 Sebastien Decugis Updated copyright information
Sat, 19 Jan 2013 16:35:48 +0100 Sebastien Decugis Fix a few warnings, thank you Thomas again
Tue, 23 Oct 2012 15:50:04 +0200 Thomas Klausner Fix some typos.
Fri, 24 Aug 2012 00:26:53 +0200 Sebastien Decugis Updated copyright information
Mon, 20 Aug 2012 22:56:18 +0200 Sebastien Decugis Removed the warning on unused variable
Mon, 20 Aug 2012 22:16:21 +0200 Sebastien Decugis Renamed GNUTLS_NEW_VERSION and added GNUTLS_VERSION_300 to prepare for API change in gnutls
Thu, 28 Jul 2011 23:49:17 +0200 Sebastien Decugis Attempt to support newer GNU TLS libraries. Need more work...
Thu, 24 Mar 2011 15:00:18 +0900 Sebastien Decugis Updated my mail address
Wed, 09 Feb 2011 15:26:58 +0900 Sebastien Decugis Large UNTESTED commit with the following changes:
Fri, 21 Jan 2011 15:12:54 +0900 Sebastien Decugis Cleanups
Thu, 20 Jan 2011 19:44:27 +0900 Sebastien Decugis Cleanup all pthread_cleanup_push / pop pairs so that pop is always called after push, or ASSERT(0) is some grave errors
Thu, 20 Jan 2011 14:24:13 +0900 Sebastien Decugis Cleanups in msg_log feature
Wed, 19 Jan 2011 19:05:30 +0900 Sebastien Decugis Prepared capability for messages logging to separate files / folders
Wed, 19 Jan 2011 14:35:14 +0900 Sebastien Decugis Fixed in case of termination of several modules (before initialization completed)
Fri, 14 Jan 2011 16:27:21 +0900 Sebastien Decugis Updated copyright information 1.1.0-rc1
Fri, 14 Jan 2011 15:15:23 +0900 Sebastien Decugis Initial commit for 1.1.0:
"Welcome to our mercurial repository"