log include/freeDiameter/libfdproto.h @ 1019:6fcd30ce3ce7

age author description
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"