log include/freeDiameter/libfdproto.h @ 1554:566bb46cc73f

age author description
Tue, 06 Oct 2020 21:34:53 +0800 Sebastien Decugis Updated copyright information
Wed, 19 Feb 2020 10:20:20 +1100 Luke Mewburn fd_msg_search_avp: search msg_or_avp, not just msg
Wed, 19 Feb 2020 10:07:17 +1100 Luke Mewburn libfdproto.h: fix typos and whitespace
Tue, 18 Feb 2020 19:01:49 +1100 Luke Mewburn Fix strict-aliasing warnings with gcc 4.8
Tue, 18 Feb 2020 17:01:07 +1100 Luke Mewburn add log level FD_LOG_INFO
Fri, 15 Nov 2019 11:29:15 +0100 Thomas Klausner libfdproto: add fd_fifo_set_max
Fri, 15 Nov 2019 11:28:11 +0100 Thomas Klausner libfdproto.h: remove trailing whitespace
Tue, 09 Apr 2019 17:03:59 +0200 Thomas Klausner Convert to UTF-8.
Sat, 30 Jan 2016 23:38:43 +0800 Sebastien Decugis Fix default secure port
Sun, 18 Oct 2015 12:00:36 +0800 Sebastien Decugis Fix --dbg-file and --dbg-function usage. However there is something weird on MacOS X still...
Sun, 30 Aug 2015 01:11:55 +0800 Sebastien Decugis Added new callbacks in the derived types definitions to improve value checks during message parsing. Thanks Ranjith for the suggestion.
Fri, 19 Jun 2015 00:00:10 +0800 Sebastien Decugis Make the stripped output the default. Define DEBUG_WITH_META to get longer format.
Sat, 03 Jan 2015 02:23:28 +0800 Sebastien Decugis Updated copyright information 1.2.1-rc1
Sat, 03 Jan 2015 02:18:08 +0800 Sebastien Decugis Updated copyright information
Tue, 11 Feb 2014 14:47:02 +0100 Thomas Klausner Cast enum to int to allow comparison with picky compiler(flag)s.
Fri, 22 Nov 2013 16:07:42 +0100 Sebastien Decugis Fix issue with anscb in the p_sr expiry mechanism. Thanks Guangming for the report.
Mon, 11 Nov 2013 14:55:10 +0800 Sebastien Decugis Shortened log timestamp format when DEBUG_WITHOUT_META is defined
Mon, 11 Nov 2013 14:42:02 +0800 Sebastien Decugis Fix configuration dump when no extension is loaded
Sat, 02 Nov 2013 22:27:34 +0800 Sebastien Decugis Add an option DEBUG_WITHOUT_META to strip some information from the log prefix
Sun, 21 Jul 2013 11:57:39 +0200 Sebastien Decugis Fix issue with generating Failed-AVP when the error is DIAMETER_MISSING_AVP. Also fix a memory leak in that case
Tue, 18 Jun 2013 12:44:30 +0800 Sebastien Decugis Change LOG_A definition so that when --dbg_func or --dbg_file are specified, the logs appear at DBG level
Mon, 17 Jun 2013 18:19:53 +0800 Sebastien Decugis Fix message rtd handling for extensions based on this data
Tue, 11 Jun 2013 14:03:36 +0800 Sebastien Decugis Include source file information in ERROR logs
Mon, 10 Jun 2013 14:27:15 +0800 Sebastien Decugis Don't block PSM during failover
Fri, 07 Jun 2013 18:48:34 +0800 Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling.
Mon, 03 Jun 2013 10:01:31 +0800 Sebastien Decugis Fix compilation warning
Fri, 31 May 2013 20:23:55 +0200 Sebastien Decugis Some cleanups in dbg_interactive extension
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 17:45:51 +0200 Sebastien Decugis Updated default secure port value according to RFC6733
Fri, 31 May 2013 11:20:27 +0800 Sebastien Decugis Include source rev number in version information when available
Wed, 15 May 2013 15:41:48 +0800 Sebastien Decugis Fix the dbg_func and dbg_file parameters
Tue, 14 May 2013 18:01:31 +0800 Sebastien Decugis New CMake option: ADDRESS_AVP_INCLUDE_PORT. Turn off for standard Host-IP-Address AVPs
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 19:28:17 +0800 Sebastien Decugis Refine mapping of the old levels for traces
Mon, 13 May 2013 19:17:13 +0800 Sebastien Decugis Added calls to remaining hooks
Sun, 12 May 2013 16:39:07 +0200 Sebastien Decugis Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
Fri, 10 May 2013 18:48:57 +0800 Sebastien Decugis Implemented a few hooks
Thu, 09 May 2013 16:40:02 +0800 Sebastien Decugis Implemented the calls to HOOK_DATA_RECEIVED hook
Thu, 09 May 2013 12:06:03 +0800 Sebastien Decugis Merged
Wed, 08 May 2013 16:52:36 +0200 Thomas Klausner basename is now also used for non-DEBUG, remove ifdef for #include.
Thu, 09 May 2013 11:59:34 +0800 Sebastien Decugis Initial implementation of the hook mechanism
Mon, 06 May 2013 18:49:59 +0800 Sebastien Decugis New function fd_rtd_get_nb_attempts
Mon, 06 May 2013 16:33:22 +0800 Sebastien Decugis Align the behavior of all fd_*dump functions wrt final \n
Sat, 04 May 2013 21:25:27 +0200 Sebastien Decugis Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though
Sat, 04 May 2013 17:00:39 +0200 Sebastien Decugis Fix invalid LOG_A call
Fri, 03 May 2013 19:20:56 +0800 Sebastien Decugis Cleaning of the traces in progress
Thu, 02 May 2013 16:09:50 +0800 Sebastien Decugis Merge
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.
Thu, 02 May 2013 11:22:31 +0800 Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of fd_fifo_length.
Tue, 30 Apr 2013 09:51:09 +0800 Sebastien Decugis Add total count in the statistics of the queues, thanks for the feedback :)
Mon, 29 Apr 2013 17:15:34 +0800 Sebastien Decugis New feature in fd_fifo to get timing statistics
Wed, 24 Apr 2013 12:49:00 +0800 Sebastien Decugis Fix a number of remaining compilation warnings
Wed, 17 Apr 2013 18:39:13 +0800 Sebastien Decugis Merged
Tue, 16 Apr 2013 18:53:51 +0200 Thomas Klausner Add fd_msg_dump_full function that dumps a message in human-readable format.
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
Sat, 13 Apr 2013 22:18:05 +0200 Thomas Klausner More portable version of printflike.
Sat, 13 Apr 2013 16:26:09 +0200 Thomas Klausner Mark fd_log and fd_msg_log as printf-like functions, and fix a warning
Mon, 01 Apr 2013 16:16:28 +0800 Sebastien Decugis Retrieve additional information when adding a routing error
Fri, 29 Mar 2013 17:30:59 +0800 Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily the timeout situation
Fri, 22 Mar 2013 00:59:56 +0100 Sebastien Decugis Fix compilation issue
Wed, 20 Mar 2013 16:39:15 +0100 Sebastien Decugis Protect macros for debug
Sun, 17 Mar 2013 16:22:32 +0100 Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the answers. Use MSGFL_ANSW_NOPROXYINFO to ignore. This code has not been tested yet.
Fri, 15 Mar 2013 19:43:46 +0100 Thomas Klausner Put file_bname in #ifdef DEBUG, since it's only used there.
Thu, 14 Mar 2013 17:31:00 +0100 Thomas Klausner Fix some typos.
Tue, 12 Mar 2013 17:23:37 +0100 Sebastien Decugis Some modifications to logging code:
Wed, 06 Mar 2013 20:09:54 +0100 Thomas Klausner merge latest 1.1 branch (one commit post 1.1.6)
Thu, 28 Feb 2013 11:06:31 +0100 Thomas Klausner Remove TRACE_LEVEL. Obsoleted by run-time support (--debug-one-file).
Fri, 22 Feb 2013 01:17:08 +0100 Thomas Klausner Document AVP_BY_NAME_ALL_VENDORS.
Thu, 21 Feb 2013 11:57:32 +0100 Thomas Klausner merge current version from 1.1 branch (927:877592751fee).
Tue, 12 Feb 2013 12:38:32 +0100 Thomas Klausner Change macro so complete lines can be logged at once.
Sat, 19 Jan 2013 17:42:12 +0100 Sebastien Decugis Initial logging rework by Thomas
Sun, 03 Mar 2013 07:57:34 +0100 Sebastien Decugis Updated copyright information
Thu, 14 Feb 2013 17:52:57 +0100 Sebastien Decugis Fix (tentative) for invalid handling of sessions fast creation/destruction as pointed by Yusuke Okura -- http://lists.freediameter.net/pipermail/help/2013-February/000584.html and http://lists.freediameter.net/pipermail/help/2013-February/000589.html -- Thank you very much
Thu, 14 Feb 2013 15:43:36 +0100 Sebastien Decugis Split the encoders/interpreters for the dictionary types into a different file for better reusability, add decoder/interpreter for Time type based on code from Thomas Klausner
Wed, 19 Dec 2012 23:55:22 +0100 Sebastien Decugis Add a few const declaration so that C++ is less picky
Sat, 15 Dec 2012 10:55:06 +0100 Sebastien Decugis Make freeDiameter headers more C++ friendly -- thank you Thomas
Fri, 14 Dec 2012 21:24:34 +0100 Sebastien Decugis Add new AVP_BY_STRUCT method for searching vendor-specific AVPs. This allows more flexibility and superseeds AVP_BY_NAME_AND_VENDOR and AVP_BY_CODE_AND_VENDOR.
Mon, 03 Dec 2012 21:53:16 +0100 Sebastien Decugis Disable all logs by default, activate required logs by command-line switch. To be improved when file logging is supported
Mon, 03 Dec 2012 21:27:19 +0100 Sebastien Decugis Add a NONE option for fd_msg_log to disable the trace
Fri, 30 Nov 2012 23:14:34 +0100 Sebastien Decugis Use correct default port for outgoing connections even when local port is not the default one
Fri, 30 Nov 2012 00:44:10 +0100 Sebastien Decugis Added received and sent timestamps in the messages; added logs on emission and reception
Thu, 29 Nov 2012 22:51:49 +0100 Sebastien Decugis Intrumented socket reception to store the timestamp along the received buffer
Mon, 19 Nov 2012 08:58:40 +0100 Sebastien Decugis Allow the content of the Failed-AVP to be parseable to bufferize the message. The content is only padded currently
Sat, 17 Nov 2012 23:28:50 +0100 Sebastien Decugis Tentative fix for the parse_or_error function
Tue, 23 Oct 2012 15:50:04 +0200 Thomas Klausner Fix some typos.
Sun, 21 Oct 2012 17:15:22 +0200 Sebastien Decugis Fix previous commit
Sun, 21 Oct 2012 17:12:13 +0200 Sebastien Decugis New portability function: strndup
Wed, 10 Oct 2012 13:34:30 +0200 Sebastien Decugis Add replacement for clock_gettime (for Mac OS) -- ticket #38
Fri, 24 Aug 2012 21:22:41 +0200 Sebastien Decugis Fix a few compilation errors on NetBSD -- reported by Thomas Klausner (thanks\!)
Wed, 22 Aug 2012 00:22:46 +0200 Sebastien Decugis Log message dumps in one call to the dump function to avoid fragmentation in the log files, as per Zack comment
Tue, 03 Jul 2012 08:14:32 +0200 Sebastien Decugis Updated copyright information
Thu, 29 Mar 2012 21:19:33 +0200 Sebastien Decugis Added ability to register another log function; thanks to Zack for the code
Sat, 21 Jan 2012 16:11:34 +0100 Sebastien Decugis Added two new interfaces on Zach requests http://lists.freediameter.net/pipermail/help/2012-January/000312.html and http://lists.freediameter.net/pipermail/help/2012-January/000311.html
Tue, 25 Oct 2011 21:48:52 +0200 Sebastien Decugis Fixed fd_dict_getlistof function, added a simple test
Sun, 23 Oct 2011 23:43:32 +0200 Sebastien Decugis Added a limit on fifo queues to avoid memory exaustion when messages are received faster than handled
Tue, 18 Oct 2011 23:00:51 +0200 Sebastien Decugis Added new experimental function fd_dict_getlistof -- see http://lists.freediameter.net/pipermail/help/2011-October/000268.html for context and rationale. WARNING: this function was not tested yet...
Mon, 26 Sep 2011 13:44:10 +0200 Sebastien Decugis Remove misleading comment
Thu, 24 Mar 2011 15:00:18 +0900 Sebastien Decugis Updated my mail address
Wed, 02 Mar 2011 18:21:59 +0900 Sebastien Decugis Fix broken 'almostcasecmp' logic
Wed, 02 Mar 2011 14:51:22 +0900 Sebastien Decugis Move error messages to INFO level also
Wed, 02 Mar 2011 14:37:19 +0900 Sebastien Decugis Fix the logic of local + global debug level
Fri, 18 Feb 2011 14:50:37 +0900 Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Wed, 09 Feb 2011 15:26:58 +0900 Sebastien Decugis Large UNTESTED commit with the following changes:
Mon, 31 Jan 2011 17:22:21 +0900 Sebastien Decugis Added standard Result-Code values in header.
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 17:08:21 +0900 Sebastien Decugis Prepare for new message log facility
Fri, 14 Jan 2011 15:15:23 +0900 Sebastien Decugis Initial commit for 1.1.0: base include/freeDiameter/libfreeDiameter.h@055abb905047
"Welcome to our mercurial repository"