log

age author description
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 18:46:05 +0100 Thomas Klausner Remove newline workaround so any remaining extra newlines are easily visible.
Thu, 14 Mar 2013 18:45:03 +0100 Thomas Klausner Remove more newlines.
Thu, 14 Mar 2013 18:44:58 +0100 Thomas Klausner Adapt caller for signature change.
Thu, 14 Mar 2013 18:44:10 +0100 Thomas Klausner Remove more newlines and fix function name.
Thu, 14 Mar 2013 18:28:32 +0100 Thomas Klausner Remove now unnecessary suffix argument from fd_ep_dump_one.
Thu, 14 Mar 2013 18:27:39 +0100 Thomas Klausner Remove \n from fd_msg_log.
Thu, 14 Mar 2013 18:14:35 +0100 Thomas Klausner Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR
Thu, 14 Mar 2013 17:31:16 +0100 Thomas Klausner merge
Thu, 14 Mar 2013 17:31:00 +0100 Thomas Klausner Fix some typos.
Wed, 13 Mar 2013 00:04:39 +0100 Sebastien Decugis Added tag proposed_merged for changeset ec348f604399
Wed, 13 Mar 2013 00:04:19 +0100 Sebastien Decugis Removed tag FORK
Tue, 12 Mar 2013 17:43:30 +0100 Sebastien Decugis Remerged
Tue, 12 Mar 2013 15:47:53 +0100 Thomas Klausner merge main
Sun, 10 Mar 2013 09:57:57 +0100 Thomas Klausner merge
Tue, 12 Mar 2013 17:38:24 +0100 Sebastien Decugis Use color output on consoles
Tue, 12 Mar 2013 17:23:37 +0100 Sebastien Decugis Some modifications to logging code:
Sat, 09 Mar 2013 16:55:20 +0100 Thomas Klausner Merge latest 1.1.x version.
Fri, 08 Mar 2013 14:40:58 +0100 Thomas Klausner Add dict_dcca_3gpp and dict_dcca_starent.
Fri, 08 Mar 2013 14:40:46 +0100 Thomas Klausner Add a dictionary for Starent vendor specific AVPs, following publicly available
Wed, 06 Mar 2013 20:09:54 +0100 Thomas Klausner merge latest 1.1 branch (one commit post 1.1.6)
Tue, 05 Mar 2013 22:52:35 +0100 Thomas Klausner Include vendor name in enumerated type name.
Thu, 28 Feb 2013 11:08:44 +0100 Thomas Klausner Silence gcrypt warnings in more places.
Thu, 28 Feb 2013 11:06:31 +0100 Thomas Klausner Remove TRACE_LEVEL. Obsoleted by run-time support (--debug-one-file).
Wed, 27 Feb 2013 17:25:46 +0100 Thomas Klausner Revert 919, it was wrong.
Fri, 22 Feb 2013 18:43:32 +0100 Thomas Klausner Fix pasto.
Fri, 22 Feb 2013 01:17:08 +0100 Thomas Klausner Document AVP_BY_NAME_ALL_VENDORS.
Fri, 22 Feb 2013 00:38:42 +0100 Thomas Klausner Add dictionary for 3GPP AVPs and org file used for creating them (using contrib/tools).
Fri, 22 Feb 2013 00:37:52 +0100 Thomas Klausner Add tools that create freeDiameter C code from org tables containing the information.
Fri, 22 Feb 2013 00:06:07 +0100 Thomas Klausner Be explicit which entry already exists in the dictionary.
Thu, 21 Feb 2013 12:28:21 +0100 Thomas Klausner Log messages into the same logfile where the error is reported.
Thu, 21 Feb 2013 11:57:32 +0100 Thomas Klausner merge current version from 1.1 branch (927:877592751fee).
Thu, 21 Feb 2013 11:52:53 +0100 Thomas Klausner Remove some newlines.
Fri, 15 Feb 2013 22:59:55 +0100 Thomas Klausner aw_confin is not extern, it's only used here.
Wed, 13 Feb 2013 14:47:47 +0100 Thomas Klausner Make config file parameter const and convert another fprintf to TRACE_DEBUG_ERROR.
Tue, 12 Feb 2013 12:38:32 +0100 Thomas Klausner Change macro so complete lines can be logged at once.
Tue, 12 Feb 2013 11:56:53 +0100 Thomas Klausner Add timestamp to default logger.
Tue, 12 Feb 2013 11:51:10 +0100 Thomas Klausner Log config file errors using the standard logging framework instead of fprintf.
Sun, 20 Jan 2013 03:22:41 +0100 Sebastien Decugis Import fix brom branch 1.1.x
Sat, 19 Jan 2013 17:49:53 +0100 Sebastien Decugis Fork from 1.1.x branch
Sat, 19 Jan 2013 17:42:12 +0100 Sebastien Decugis Initial logging rework by Thomas
Tue, 12 Mar 2013 15:39:43 +0100 Sebastien Decugis Change to debug function instead of error macro in fdd.l debug
Tue, 12 Mar 2013 15:27:59 +0100 Sebastien Decugis Add a function to access this counter
Tue, 12 Mar 2013 15:27:30 +0100 Sebastien Decugis Add counter for number of requests pending answers
Sun, 10 Mar 2013 04:24:36 +0100 Sebastien Decugis Do not change the default file name if extension is not found during configuration parsing, so that dl_open can use LD_LIBRARY_PATH successfully
Sat, 09 Mar 2013 15:56:34 +0100 Sebastien Decugis Allow freeDiameter extensions to be found by dl_open via the LD_LIBRARY_PATH method rather than default freeDiameter mechanism.
Sat, 09 Mar 2013 15:43:33 +0100 Sebastien Decugis New CMake option WORKAROUND_ACCEPT_INVALID_VSAI for those invalids Vendor-Specific-Application-Id out there
Thu, 07 Mar 2013 16:13:50 +0100 Sebastien Decugis Remove one stupid indirection level
Wed, 06 Mar 2013 16:39:07 +0100 Sebastien Decugis Add cmake option DISABLE_PEER_EXPIRY to disable dynamic peer expiration mechanism
Sun, 03 Mar 2013 09:16:42 +0100 Sebastien Decugis Release
Sun, 03 Mar 2013 09:15:36 +0100 Sebastien Decugis Updated copyright information 1.1.6
Sun, 03 Mar 2013 09:15:11 +0100 Sebastien Decugis Include client stats in non-benchmark mode in test_app
Sun, 03 Mar 2013 07:58:12 +0100 Sebastien Decugis Preparing for release 1.1.6
Sun, 03 Mar 2013 07:57:34 +0100 Sebastien Decugis Updated copyright information
Sat, 02 Mar 2013 16:25:39 +0100 Sebastien Decugis Fix for ticket #43: PPP interface have no address
Sat, 02 Mar 2013 16:21:26 +0100 Sebastien Decugis Improve configuration parser of acl_wl extension, to avoid errors sent on stdout/stderr
Sat, 02 Mar 2013 14:03:04 +0100 Sebastien Decugis Add support for 'include' in freeDiameter configuration file
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:58:55 +0100 Sebastien Decugis Fix UTF8Dump function for the case of truncating UTF8 multibyte sequence,
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
"Welcome to our mercurial repository"