log

age author description
Sun, 15 Oct 2017 21:13:58 +0800 Sebastien Decugis Do not log an error if TLS link was shutdown properly
Sun, 15 Oct 2017 20:59:46 +0800 Sebastien Decugis Log at different level if peer is closed after normal sequence or not
Thu, 16 Feb 2017 16:06:08 +0100 Thomas Klausner Log an error when going to ZOMBIE state.
Mon, 23 Jan 2017 23:36:40 +0900 Sebastien Decugis Merged
Mon, 23 Jan 2017 15:26:25 +0100 Thomas Klausner Remove '*' from the couple enumerated values that had them.
Mon, 23 Jan 2017 15:14:46 +0100 Thomas Klausner extensions/dict_legacy_xml: enumerated has base type integer32
Sat, 10 Dec 2016 22:12:02 +0800 Sebastien Decugis Tentative fix for invalid pointers reported by Thomas.
Sat, 24 Sep 2016 11:33:17 +0800 Sebastien Decugis Added tag 1.2.1 for changeset 2cb8d71a405d
Sat, 24 Sep 2016 11:32:31 +0800 Sebastien Decugis Removed tag 1.2.1 1.2.1
Mon, 19 Sep 2016 00:24:15 +0900 Sebastien Decugis Fix cmake search
Mon, 19 Sep 2016 00:23:41 +0900 Sebastien Decugis Fix cmake search logic for MySQL 1.2.1b
Mon, 19 Sep 2016 00:01:47 +0900 Sebastien Decugis Fix build system only
Mon, 19 Sep 2016 00:00:58 +0900 Sebastien Decugis Fix dependencies for Ubuntu Xenial 1.2.1a
Sun, 18 Sep 2016 20:56:23 +0800 Sebastien Decugis Release 1.2.1
Sun, 18 Sep 2016 20:43:43 +0800 Sebastien Decugis Updated changelog
Sun, 18 Sep 2016 20:36:51 +0800 Sebastien Decugis Remerged proposed branch
Mon, 29 Jun 2015 09:37:35 +0200 Thomas Klausner Fix logic error when calling fd_msg_source_get().
Sun, 18 Sep 2016 20:32:21 +0800 Sebastien Decugis Updated copyright information
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, 18 Oct 2015 11:25:28 +0800 Sebastien Decugis Fix command-line parsing
Sun, 30 Aug 2015 01:58:21 +0800 Sebastien Decugis Added a new hook to allow extensions act on the error messages being returned in case of parsing error (e.g. if some mandatory AVP are expected in error messages)
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.
Sat, 04 Jul 2015 23:06:37 +0800 Sebastien Decugis Added a new hook HOOK_MESSAGE_SENDING
Tue, 23 Jun 2015 12:12:10 +0800 Sebastien Decugis Fix some possible memory leaks in fd_msg_new
Tue, 23 Jun 2015 10:00:14 +0800 Sebastien Decugis Small edits in the changelog
Fri, 19 Jun 2015 01:39:02 +0800 Sebastien Decugis Added changelog for 1.2.1
Fri, 19 Jun 2015 00:00:10 +0800 Sebastien Decugis Make the stripped output the default. Define DEBUG_WITH_META to get longer format.
Thu, 18 Jun 2015 23:01:08 +0800 Sebastien Decugis Updated copyright information
Thu, 18 Jun 2015 22:58:01 +0800 Sebastien Decugis Added tag 1.2.1-rc2 for changeset 13948c684c35
Thu, 18 Jun 2015 22:57:42 +0800 Sebastien Decugis Removed tag proposed_merged 1.2.1-rc2
Wed, 17 Jun 2015 21:41:03 +0800 Sebastien Decugis Fix a few mistakes
Tue, 16 Jun 2015 23:32:07 +0800 Sebastien Decugis Fix test_app for Mac OS X. Need to retest on other systems.
Tue, 16 Jun 2015 21:24:20 +0800 Sebastien Decugis fix ntohll on MacOSX
Sun, 03 May 2015 21:04:54 +0800 Sebastien Decugis Added a comment in the OSX file.
Sun, 03 May 2015 20:55:18 +0800 Sebastien Decugis Select Debug build type by default if none specified
Sun, 04 Jan 2015 01:22:58 +0800 Sebastien Decugis Fix compilation issue on older CMake
Sun, 04 Jan 2015 01:22:37 +0800 Sebastien Decugis updated Copyright
Sun, 04 Jan 2015 00:55:57 +0800 Sebastien Decugis Fix a number of compilation warnings
Fri, 02 Jan 2015 20:37:31 +0100 Sebastien Decugis Updated copyright information
Sat, 03 Jan 2015 02:38:00 +0800 Sebastien Decugis Release 1.2.1-rc1
Sat, 03 Jan 2015 02:23:28 +0800 Sebastien Decugis Updated copyright information 1.2.1-rc1
Sat, 03 Jan 2015 02:22:07 +0800 Sebastien Decugis Merge updates from Thomas (thanks\!)
Fri, 12 Sep 2014 14:47:38 +0200 Thomas Klausner When requests fall into timeout, log them, the timeout, and the slow peer.
Wed, 06 Aug 2014 15:21:16 +0200 Thomas Klausner Add extension to randomly choose one of the highest-scored hosts,
Wed, 06 Aug 2014 15:03:34 +0200 Thomas Klausner Make a variable match the extension name. No functional change.
Tue, 05 Aug 2014 17:46:26 +0200 Thomas Klausner Fix typo
Tue, 05 Aug 2014 16:17:23 +0200 Thomas Klausner Add more Starent AVPs, from Cisco's v15 documentation. Add one rule.
Mon, 28 Jul 2014 16:02:51 +0200 Thomas Klausner Allow routing messages in state CLOSING_GRACE.
Fri, 23 May 2014 16:08:04 +0200 Thomas Klausner Switch to logarithmic scaling.
Fri, 23 May 2014 16:05:38 +0200 Thomas Klausner Plug memory leaks.
Wed, 21 May 2014 12:37:14 +0200 Thomas Klausner Remove some unused code. Fix loading message. Add dict_dcca_3gpp dependency.
Wed, 21 May 2014 12:30:31 +0200 Thomas Klausner Put debugging message at debug log level.
Sat, 03 Jan 2015 02:18:53 +0800 Sebastien Decugis Bump version number for the next release
Sat, 03 Jan 2015 02:18:08 +0800 Sebastien Decugis Updated copyright information
Sat, 03 Jan 2015 02:17:31 +0800 Sebastien Decugis Updated libmysqlclient binary package name to match recent Ubuntu releases
Fri, 02 Jan 2015 23:24:26 +0800 Sebastien Decugis Fix compilation error as reported by Nikola in http://lists.freediameter.net/pipermail/help/2014-September/000860.html
Thu, 11 Sep 2014 17:11:17 +0800 Sebastien Decugis Add Inband-Security-Id AVP to CEA if the CER contains one even if it is the secure port
Mon, 12 May 2014 00:16:19 +0800 Sebastien Decugis Display errors in app_acct at error level
Sun, 11 May 2014 22:37:15 +0800 Sebastien Decugis Merge
Wed, 16 Apr 2014 17:56:53 +0200 Thomas Klausner Add more rules. Sort a bit.
Tue, 15 Apr 2014 17:35:45 +0200 Thomas Klausner Add support for dumping address family 8 (E.164).
Mon, 24 Mar 2014 13:21:41 +0100 Thomas Klausner Store redirect information for ALL_SESSION and ALL_USER in a hash.
Mon, 24 Mar 2014 13:13:38 +0100 Thomas Klausner Remove whitespace at end of line.
Tue, 11 Feb 2014 14:47:02 +0100 Thomas Klausner Cast enum to int to allow comparison with picky compiler(flag)s.
Sun, 11 May 2014 22:34:48 +0800 Sebastien Decugis Added a basic Gx implementation in contrib (untested) -- reported working but may need some adaptation
Sun, 02 Feb 2014 18:06:43 +0800 Sebastien Decugis Fix messages display level on TLS errors
Sun, 02 Feb 2014 17:29:21 +0800 Sebastien Decugis Fix typo on TLS_CRL parsing
Tue, 28 Jan 2014 01:38:25 +0100 Sebastien Decugis Merge changes from proposed branch
Mon, 27 Jan 2014 15:49:18 +0100 Thomas Klausner Fix format string.
Mon, 13 Jan 2014 16:35:42 +0100 Sebastien Decugis Fix dump of Failed-AVP content as a value is set while the model is not
Mon, 13 Jan 2014 16:11:00 +0100 Sebastien Decugis Validated previous fix, seems to work
Sun, 12 Jan 2014 23:01:21 +0800 Sebastien Decugis Attempt fix for Failed-AVP created with a Grouped AVP, in that case we want an empty AVP by default, not a blank AVP of the same length
Mon, 16 Dec 2013 15:55:36 +0100 Sebastien Decugis Attempt to produce a CEA that is compliant with the ABNF when the Error bit is not set. Thanks Antonio Martinez for the report -- http://lists.freediameter.net/pipermail/dev/2013-December/000263.html
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.
Tue, 12 Nov 2013 16:16:15 +0800 Sebastien Decugis Remove useless CER/CEA compact dump in dbg_msg_dumps extension
Tue, 12 Nov 2013 15:19:04 +0800 Sebastien Decugis Updated documentation for dbg_msg_dumps
Mon, 11 Nov 2013 15:30:26 +0800 Sebastien Decugis Change default dump of peer connection, add more options to the dbg_msg_dumps extensions
Mon, 11 Nov 2013 15:14:08 +0800 Sebastien Decugis Bug: parameters for peers were not taken into account
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:29:32 +0800 Sebastien Decugis Merged
Thu, 10 Oct 2013 16:30:55 +0200 Sebastien Decugis Add a counter for the sent requests for which we did not wait for an answer. It might be relevant this value contributes to the load estimate of the remote peer, but it is not very reliable
Thu, 10 Oct 2013 16:19:23 +0200 Sebastien Decugis Update the sent request counter in case of expiry
Thu, 10 Oct 2013 16:08:46 +0200 Sebastien Decugis Change management of the p_reqin_count counter to be updated only on routable messages. This should limit the errors in the counter value resulting from rejected or discarded link-local messages.
Sat, 02 Nov 2013 22:27:34 +0800 Sebastien Decugis Add an option DEBUG_WITHOUT_META to strip some information from the log prefix
Sat, 14 Sep 2013 12:56:05 +0200 Sebastien Decugis Release 1.2.0
Sat, 14 Sep 2013 18:09:01 +0800 Sebastien Decugis Updated copyright information 1.2.0
Sat, 14 Sep 2013 18:08:35 +0800 Sebastien Decugis Updated changelog
Wed, 04 Sep 2013 02:14:31 +0200 Sebastien Decugis Fix double increment when realloc resulting in invalid SQL query
Sun, 11 Aug 2013 11:52:36 +0200 Sebastien Decugis Performance improvements for fd_p_sr_store based on Guangming proposal http://lists.freediameter.net/pipermail/dev/2013-July/000225.html
Mon, 29 Jul 2013 14:47:31 +0200 Thomas Klausner Extend rules for Used-Service-Unit.
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
Thu, 18 Jul 2013 16:08:54 +0200 Thomas Klausner Fix setting of answer and expiry callbacks.
Thu, 18 Jul 2013 14:45:37 +0200 Thomas Klausner Fix typo in comment.
Wed, 17 Jul 2013 18:48:53 +0200 Thomas Klausner Add rules.
Wed, 17 Jul 2013 18:48:43 +0200 Thomas Klausner Add one AVP from 3GPP 29.210.
Tue, 16 Jul 2013 19:23:33 +0200 Thomas Klausner Print times in localtime, not UTC.
Tue, 16 Jul 2013 16:14:14 +0200 Sebastien Decugis Add RPM spec contributed in http://lists.freediameter.net/pipermail/dev/2013-July/000220.html
Mon, 15 Jul 2013 18:53:00 +0200 Thomas Klausner Add three more result codes from RFC 4006.
Mon, 15 Jul 2013 15:08:02 +0200 Thomas Klausner Fix dumping of time stamps.
Thu, 20 Jun 2013 11:51:24 +0200 Thomas Klausner Reduce candidate score down to 1 due to load balancing.
Thu, 20 Jun 2013 14:31:49 +0800 Sebastien Decugis Cleanup parameter that has become useless
Thu, 20 Jun 2013 14:23:55 +0800 Sebastien Decugis Merged
Thu, 20 Jun 2013 08:20:14 +0200 Thomas Klausner Remove some whitespace in "Loaded extensions" log line.
Thu, 20 Jun 2013 14:23:26 +0800 Sebastien Decugis Fix missing prototype change
Wed, 19 Jun 2013 16:03:24 +0200 Sebastien Decugis Change prototype of rt_out callbacks to allow disposal of messages
Wed, 19 Jun 2013 10:20:47 +0800 Sebastien Decugis Ensure the hooks lock is released when a thread is canceled. Optimize the default hook behavior to avoid too many mallocs/free
Tue, 18 Jun 2013 16:27:45 +0800 Sebastien Decugis New options to test_app extension to generate long Diameter messages
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
Mon, 17 Jun 2013 09:47:00 +0800 Sebastien Decugis Fix compilation warning
Fri, 14 Jun 2013 17:36:33 +0800 Sebastien Decugis Added tag 1.2.0-rc2 for changeset 08e72b858f03
Fri, 14 Jun 2013 17:36:25 +0800 Sebastien Decugis Updated history 1.2.0-rc2
Fri, 14 Jun 2013 17:31:33 +0800 Sebastien Decugis Added tag proposed_merged for changeset 043b894b0511
Fri, 14 Jun 2013 17:30:42 +0800 Sebastien Decugis Cleanups in failover situation to avoid deadlocks and corrupt messages ids. Tested OK now.
Fri, 14 Jun 2013 17:30:01 +0800 Sebastien Decugis Show benchmark statistics until all answers are received
Fri, 14 Jun 2013 17:29:17 +0800 Sebastien Decugis Allow NULL parameter in fd_msg_free
Fri, 14 Jun 2013 12:22:20 +0800 Sebastien Decugis Add options to dbg_msg_dumps.fdx to allow more control over the behavior
Fri, 14 Jun 2013 12:21:42 +0800 Sebastien Decugis Do not attempt connecting to addresses advertised by the remote peer during CER/CEA. This creates issues when e.g. local addresses are advertized. Diameter RFC specifies that these addresses are for the purpose of validating the incoming packets, which is not very useful considering we have reliable lower layer (TLS or IPsec).
Fri, 14 Jun 2013 12:19:58 +0800 Sebastien Decugis Remove unused code
Fri, 14 Jun 2013 12:19:32 +0800 Sebastien Decugis Fix issue that can trigger an assert when failover occurs
Fri, 14 Jun 2013 10:14:11 +0800 Sebastien Decugis React quickly to head-of-the-line blocking in case of network failure. Can be adapted with MAX_HOTL_BLOCKING_TIME constant in cnxctx.h
Fri, 14 Jun 2013 10:13:22 +0800 Sebastien Decugis Add some hooks in test_app in becnhmark mode
Thu, 13 Jun 2013 17:30:14 +0800 Sebastien Decugis Some cleanups in the traces
Tue, 11 Jun 2013 17:53:35 +0800 Sebastien Decugis Couple of typos in the comments
Tue, 11 Jun 2013 14:46:58 +0800 Sebastien Decugis Fix worker name as the connection is not created yet
Tue, 11 Jun 2013 14:05:33 +0800 Sebastien Decugis Allow better usage in benchmark mode
Tue, 11 Jun 2013 14:04:40 +0800 Sebastien Decugis Rename HOOK_PEER_LAST to HOOK_LAST
Tue, 11 Jun 2013 14:03:36 +0800 Sebastien Decugis Include source file information in ERROR logs
Tue, 11 Jun 2013 10:05:50 +0800 Sebastien Decugis Reject more quickly invalid messages if possible
Tue, 11 Jun 2013 09:18:52 +0800 Sebastien Decugis Allow Vendor-Specific-Application-Id with several Vendor-Id AVPs as seen on some equipments
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
Mon, 10 Jun 2013 16:23:09 +0800 Sebastien Decugis Limit number of incoming connections under processing to configurable value
Mon, 10 Jun 2013 14:27:15 +0800 Sebastien Decugis Don't block PSM during failover
Mon, 10 Jun 2013 12:04:50 +0800 Sebastien Decugis Rollback to using TLS/SCTP in release 1.2.0. DTLS dev to happen in freeDiameter-dtls branch
Fri, 07 Jun 2013 18:48:34 +0800 Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling.
Thu, 06 Jun 2013 19:06:00 +0800 Sebastien Decugis Don't block on peers shutdown when early errors
Thu, 06 Jun 2013 19:05:36 +0800 Sebastien Decugis Remove auto-use of the certificate as CA when CA was not provided, since now TLS_cred can be ignored when TLS is not used.
Thu, 06 Jun 2013 15:49:38 +0800 Sebastien Decugis dbg_interactive is segfaulting when exited with Ctrl-C, not sure how to fix it...
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.
Wed, 05 Jun 2013 19:22:26 +0800 Sebastien Decugis Preparing for DTLS support
Wed, 05 Jun 2013 15:02:29 +0800 Sebastien Decugis Preparing for future DTLS/SCTP support
Tue, 04 Jun 2013 18:41:07 +0800 Sebastien Decugis Fix invalid NULL pointer indirection in log
Mon, 03 Jun 2013 14:24:22 +0800 Sebastien Decugis Added tag proposed_merged for changeset fb9282c75ec5
Mon, 03 Jun 2013 14:24:08 +0800 Sebastien Decugis Update changelog
Mon, 03 Jun 2013 14:18:43 +0800 Sebastien Decugis Added initial support for hooks in the dbg_interactive extension
Mon, 03 Jun 2013 12:13:17 +0800 Sebastien Decugis Allow cancelation of thread in sctp_connectx when this function is not a cancelation point (bug of the system, seen on Ubuntu Precise at least)
Mon, 03 Jun 2013 12:05:37 +0800 Sebastien Decugis Add some compliancy to RFC6458. Not tested however as Ubuntu does not support this yet
Mon, 03 Jun 2013 10:30:51 +0800 Sebastien Decugis Fix typos
Mon, 03 Jun 2013 10:28:33 +0800 Sebastien Decugis Hand the case of invalid objects in the msg_dump functions
Mon, 03 Jun 2013 10:01:31 +0800 Sebastien Decugis Fix compilation warning
Mon, 03 Jun 2013 09:59:10 +0800 Sebastien Decugis Remove debug message
Fri, 31 May 2013 20:23:55 +0200 Sebastien Decugis Some cleanups in dbg_interactive extension
Fri, 31 May 2013 18:29:33 +0200 Sebastien Decugis Split output of fd_msg_dump_treeview
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:47:36 +0200 Sebastien Decugis Merged
Fri, 31 May 2013 17:46:02 +0200 Sebastien Decugis Updated documentation
Fri, 31 May 2013 17:45:51 +0200 Sebastien Decugis Updated default secure port value according to RFC6733
Fri, 31 May 2013 17:33:16 +0200 Thomas Klausner Remove \n from LOG_E line.
Fri, 31 May 2013 17:31:42 +0200 Thomas Klausner Remove \n from fd_log_debug lines.
Fri, 31 May 2013 17:10:43 +0200 Thomas Klausner Rename VERSION to FD_LIBFD*_VERSION to avoid conflict with autoconf VERSION define.
Fri, 31 May 2013 14:57:17 +0200 Thomas Klausner Fix typo.
Fri, 31 May 2013 11:20:27 +0800 Sebastien Decugis Include source rev number in version information when available
Fri, 31 May 2013 11:19:35 +0800 Sebastien Decugis Avoid redundant messages
Thu, 30 May 2013 15:50:59 +0800 Sebastien Decugis Updated history
Thu, 30 May 2013 15:43:27 +0800 Sebastien Decugis Added tag proposed_merged for changeset d00b5914351e
Tue, 28 May 2013 12:11:27 +0800 Sebastien Decugis Allow running freeDiameter without TLS credentials if the following conditions are verified:
Mon, 27 May 2013 17:22:40 +0800 Sebastien Decugis Return DIAMETER_LOOP_DETECTED if local peer is already in the Route-Record AVP of a new received request.
Thu, 23 May 2013 16:11:35 +0200 Sebastien Decugis Another missing restore of the hop-by-hop ID upon failover situation
Wed, 22 May 2013 15:40:41 +0200 Sebastien Decugis Merge
Wed, 22 May 2013 15:37:48 +0200 Sebastien Decugis Fix a number of issues reported by cppcheck: http://lists.freediameter.net/pipermail/dev/2013-May/000214.html
Fri, 17 May 2013 11:06:33 +0800 Sebastien Decugis Added tag proposed_merged for changeset 5d19d6f3e1bd
Fri, 17 May 2013 11:06:21 +0800 Sebastien Decugis Merged
Fri, 17 May 2013 11:05:10 +0800 Sebastien Decugis Added tag proposed_merged for changeset 7b57dc5a681f
Fri, 17 May 2013 11:04:43 +0800 Sebastien Decugis Merged
Thu, 16 May 2013 16:49:10 +0200 Thomas Klausner More rules.
Fri, 17 May 2013 09:46:07 +0800 Sebastien Decugis Fix warning on OpenSUSE
Thu, 16 May 2013 15:33:13 +0800 Sebastien Decugis Use FATAL level for extensions dependency problems
Thu, 16 May 2013 15:26:15 +0800 Sebastien Decugis Added tag proposed_merged for changeset 7ef8ab1d664f
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
Thu, 16 May 2013 15:13:55 +0800 Sebastien Decugis Fix a few compilation warnings/errors
Thu, 16 May 2013 15:00:47 +0800 Sebastien Decugis Added tag proposed_merged for changeset 75633912f364
Thu, 16 May 2013 15:00:02 +0800 Sebastien Decugis Merged
Wed, 15 May 2013 15:32:21 +0200 Sebastien Decugis Added umbrella NEWS file
Wed, 15 May 2013 10:42:20 +0200 Thomas Klausner Fix typo.
Thu, 16 May 2013 14:56:31 +0800 Sebastien Decugis Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create too much interop issues. The Host-IP-Address AVP is not normally used to discover peer address, but only for validation of the addresses where a packet is received from -- which is quite useless with a connected transport connection, but anyway...
Thu, 16 May 2013 14:54:42 +0800 Sebastien Decugis Fix wrong parameter name
Wed, 15 May 2013 15:41:48 +0800 Sebastien Decugis Fix the dbg_func and dbg_file parameters
Wed, 15 May 2013 12:30:49 +0800 Sebastien Decugis Turn OFF the extended Host-IP-Address format by default
Wed, 15 May 2013 12:04:50 +0800 Sebastien Decugis Add nightly tests in the different build configurations
Wed, 15 May 2013 11:53:50 +0800 Sebastien Decugis Updated changelog
Wed, 15 May 2013 11:49:17 +0800 Sebastien Decugis Added tag 1.2.0-rc1 for changeset f916f4fc3d99
Wed, 15 May 2013 11:47:54 +0800 Sebastien Decugis Added tag proposed_merged for changeset 7c5449ddc434 1.2.0-rc1
Wed, 15 May 2013 11:18:30 +0800 Sebastien Decugis New macro HOOK_MASK to ease call of the fd_hook_register function
Wed, 15 May 2013 10:39:25 +0800 Sebastien Decugis Updated copyright information
Wed, 15 May 2013 10:05:22 +0800 Sebastien Decugis New extension dbg_msg_dumps for debug / learning.
Wed, 15 May 2013 10:04:58 +0800 Sebastien Decugis Fix initialization of random number; Cleanup the dump message display
Tue, 14 May 2013 18:43:08 +0800 Sebastien Decugis Add some information at DBG level in app_radgw
Tue, 14 May 2013 18:21:35 +0800 Sebastien Decugis Updated changelog
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 15:27:28 +0800 Sebastien Decugis Improve testmesg_stress to measure impact of loaded dictionary
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
Tue, 14 May 2013 09:56:36 +0800 Sebastien Decugis Clear redundant logs
Mon, 13 May 2013 19:28:17 +0800 Sebastien Decugis Refine mapping of the old levels for traces
Mon, 13 May 2013 19:18:09 +0800 Sebastien Decugis Merge
Mon, 13 May 2013 12:58:05 +0200 Thomas Klausner Set absolute timeout in second place.
Mon, 13 May 2013 11:46:14 +0200 Thomas Klausner Improve usage.
Mon, 13 May 2013 19:17:13 +0800 Sebastien Decugis Added calls to remaining hooks
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
Mon, 13 May 2013 10:12:28 +0800 Sebastien Decugis Fix handling of the hop-by-hop value for expired messages
Mon, 13 May 2013 10:12:10 +0800 Sebastien Decugis Fix handling of the timeout value
Mon, 13 May 2013 09:46:39 +0800 Sebastien Decugis Change the rt_busy parameter to milliseconds
Sun, 12 May 2013 16:39:07 +0200 Sebastien Decugis Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
Fri, 10 May 2013 13:26:03 +0200 Thomas Klausner merge
Fri, 10 May 2013 13:24:23 +0200 Thomas Klausner Fix typo.
Fri, 10 May 2013 18:49:19 +0800 Sebastien Decugis Merge
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.
Wed, 08 May 2013 14:40:20 +0200 Thomas Klausner Fix some typos.
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 18:25:50 +0800 Sebastien Decugis Implemented remaining flavour of message dump function
Mon, 06 May 2013 17:57:05 +0800 Sebastien Decugis Ported the fd_msg_dump_full function to the new mechanism
Mon, 06 May 2013 16:37:25 +0800 Sebastien Decugis Additional cosmetics
Mon, 06 May 2013 16:33:22 +0800 Sebastien Decugis Align the behavior of all fd_*dump functions wrt final \n
Mon, 06 May 2013 11:30:34 +0800 Sebastien Decugis Optimization: do not attempt resolving dictionary objects again when it already failed during message parsing
Mon, 06 May 2013 10:46:50 +0800 Sebastien Decugis New version will be 1.2.0 because of all the changes in the API
Mon, 06 May 2013 10:29:31 +0800 Sebastien Decugis Improved the testmesg_stress with more functions tested and configurable number of samples.
Sat, 04 May 2013 21:33:56 +0200 Sebastien Decugis Fix issues in extensions
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 22:05:07 +0200 Thomas Klausner Add many more rules, license, and some comments.
Fri, 03 May 2013 19:20:56 +0800 Sebastien Decugis Cleaning of the traces in progress
Fri, 03 May 2013 15:33:57 +0800 Sebastien Decugis Fix a few compilation issues
Fri, 03 May 2013 15:23:11 +0800 Sebastien Decugis Fix display of the time in stats
"Welcome to our mercurial repository"