log

age author description
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
Thu, 14 Feb 2013 14:12:23 +0100 Sebastien Decugis Fix compilation when SCTP_USE_MAPPED_ADDRESSES is true, and add a note about this for FreeBSD (seems to be needed at least for FreeBSD 9.1)
Tue, 12 Feb 2013 18:42:33 +0100 Sebastien Decugis Fix parsing of incoming AVPs with 0-byte length at the end of the message
Tue, 12 Feb 2013 18:19:19 +0100 Sebastien Decugis Do not kill framework when a message with 0b session-id is dispatched
Tue, 12 Feb 2013 14:57:32 +0100 Sebastien Decugis Use logging routines for configuration file parsing (based on patch by Thomas)
Wed, 06 Feb 2013 15:52:34 +0100 Sebastien Decugis Another place where ev_data was not dereferenced -- thanks Thomas
Tue, 05 Feb 2013 14:35:01 +0100 Sebastien Decugis Initialize dummy AVP for Failed-AVP content with 0s instead of FFs
Sat, 02 Feb 2013 14:43:09 +0100 Sebastien Decugis Fix macro to avoid infinite loop in some situations
Fri, 01 Feb 2013 17:05:26 +0100 Sebastien Decugis Be even more careful in the loop
Tue, 29 Jan 2013 14:30:16 +0100 Sebastien Decugis Fix regression introduced in changeset 894 (Thanks Hannes for pointing this)
Tue, 29 Jan 2013 13:40:29 +0100 Sebastien Decugis Fix handling the CMD_FLAG_ERROR bit -- http://lists.freediameter.net/pipermail/help/2013-January/000575.html
Sun, 20 Jan 2013 03:21:33 +0100 Sebastien Decugis Fix compilation error
Sat, 19 Jan 2013 17:12:25 +0100 Sebastien Decugis Fix bug in fd_dict_search for rules. Thank you Thomas for bug & fix.
Sat, 19 Jan 2013 16:42:57 +0100 Sebastien Decugis Clean some externs for picky linkers (by Thomas)
Sat, 19 Jan 2013 16:35:48 +0100 Sebastien Decugis Fix a few warnings, thank you Thomas again
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 19:06:21 +0100 Sebastien Decugis Fix typo in new code
Sat, 15 Dec 2012 13:23:27 +0100 Sebastien Decugis typo
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.
Fri, 14 Dec 2012 20:42:28 +0100 Sebastien Decugis Remove duplicate definitions, use dependencies instead -- thanks to Thomas Klausner
Fri, 07 Dec 2012 20:54:33 +0100 Sebastien Decugis Log incoming messages on new connections too
Fri, 07 Dec 2012 20:43:07 +0100 Sebastien Decugis Fix typo
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 23:04:16 +0100 Sebastien Decugis Condition the use of sctps_ctx with #ifndef DISABLE_SCTP
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
Fri, 23 Nov 2012 21:22:54 +0100 Sebastien Decugis Fix answers sending
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
Sat, 17 Nov 2012 22:54:24 +0100 Sebastien Decugis Added test case to reproduce bug reported by Zack http://lists.freediameter.net/pipermail/help/2012-November/000538.html
Sat, 17 Nov 2012 22:52:50 +0100 Sebastien Decugis Add information about parsing errors
Sat, 17 Nov 2012 22:52:09 +0100 Sebastien Decugis Fix compilation warning
Thu, 15 Nov 2012 08:42:19 +0100 Sebastien Decugis freeDiameter package is now available in brews for OSX. Fixed a few cosmetics and typos
Wed, 14 Nov 2012 18:57:43 +0100 Sebastien Decugis Fix handling of error case for MySQL
Wed, 14 Nov 2012 12:35:47 +0100 Sebastien Decugis Converted to UNIX line ending
Wed, 14 Nov 2012 11:50:14 +0100 Sebastien Decugis Reorder objects
Sat, 03 Nov 2012 18:56:24 +0100 Sebastien Decugis Added tag 1.1.5 for changeset ae96ae28f3dd
Sat, 03 Nov 2012 18:45:41 +0100 Sebastien Decugis Limit python version to avoid using python3 (not compatible) 1.1.5
Sat, 03 Nov 2012 18:08:21 +0100 Sebastien Decugis Added the dependency on g++
Sat, 03 Nov 2012 18:04:41 +0100 Sebastien Decugis Prepared for release 1.1.5
Sat, 03 Nov 2012 17:45:03 +0100 Sebastien Decugis Updated copyright information
Sat, 03 Nov 2012 17:18:48 +0100 Sebastien Decugis Added simple implementation of barriers for Mac OS X
Sat, 03 Nov 2012 13:14:58 +0100 Sebastien Decugis Added a note for Quantal Quetzal
Thu, 01 Nov 2012 09:20:10 +0100 Sebastien Decugis Added reference to libusrsctp for OSX
Thu, 01 Nov 2012 09:08:36 +0100 Sebastien Decugis Use unamed structures to please SWIG on OSX
Thu, 01 Nov 2012 09:08:13 +0100 Sebastien Decugis Fix type name
Thu, 01 Nov 2012 08:49:32 +0100 Sebastien Decugis Fix extensions file extension in the sample file
Thu, 01 Nov 2012 08:45:53 +0100 Sebastien Decugis Fix typo
Tue, 23 Oct 2012 15:50:04 +0200 Thomas Klausner Fix some typos.
Tue, 23 Oct 2012 15:50:01 +0200 Thomas Klausner Remove unnecessary whitespace from Makefiles.
Tue, 30 Oct 2012 21:18:45 +0100 Sebastien Decugis Add grouped AVPs, and depend on dict_nasreq -- Thomas Klausner <tk@giga.or.at>
Tue, 30 Oct 2012 21:06:47 +0100 Sebastien Decugis Remove deprecated code, use EXTENSION_ENTRY instead -- submitted by Thomas Klausner <tk@giga.or.at>
Tue, 30 Oct 2012 20:53:22 +0100 Sebastien Decugis Improved instructions for Mac OS X
Tue, 30 Oct 2012 20:46:49 +0100 Sebastien Decugis Fix typo
Mon, 22 Oct 2012 08:20:04 +0200 Sebastien Decugis libidn is available on OS X
Mon, 22 Oct 2012 08:16:26 +0200 Sebastien Decugis Removed credits
Sun, 21 Oct 2012 23:26:23 +0200 Sebastien Decugis Added tag 1.1.5-rc2 for changeset 226f5957186a
Sun, 21 Oct 2012 23:21:43 +0200 Sebastien Decugis Updated nightly tests to include a pass in Debug configuration 1.1.5-rc2
Sun, 21 Oct 2012 23:09:58 +0200 Sebastien Decugis Added c++ dependency in Fedora install file also
Sun, 21 Oct 2012 22:59:18 +0200 Sebastien Decugis Updated Mac OS X documentation
Sun, 21 Oct 2012 22:38:44 +0200 Sebastien Decugis In Debug builds, this test was failing randomly
Sun, 21 Oct 2012 22:22:12 +0200 Sebastien Decugis Added C++ compiler in the dependencies for Open SUSE
Sun, 21 Oct 2012 22:07:55 +0200 Sebastien Decugis Generalize flags for CXX in case an extension such as _sample uses C++
Sun, 21 Oct 2012 19:10:14 +0200 Sebastien Decugis Avoid using sem_timedwait that is not available on OS X
Sun, 21 Oct 2012 18:46:17 +0200 Sebastien Decugis Fix return value
Sun, 21 Oct 2012 18:37:20 +0200 Sebastien Decugis Resolve conflict on duplicated fd_g_config pointer
Sun, 21 Oct 2012 17:41:02 +0200 Sebastien Decugis Remove testfifo if pthread_barriers are not available
Sun, 21 Oct 2012 17:27:31 +0200 Sebastien Decugis Typo
Sun, 21 Oct 2012 17:26:03 +0200 Sebastien Decugis Avoid using strnlen since it is also missing from Mac OS X
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
Thu, 18 Oct 2012 23:00:51 +0200 Sebastien Decugis Added INSTALL.OSX file contributed by Moxie Dee
Wed, 17 Oct 2012 23:27:41 +0200 Sebastien Decugis Oops, previous commit was too much actually...
Tue, 16 Oct 2012 21:29:17 +0200 Sebastien Decugis Added tag 1.1.5-rc1 for changeset 5c4cf8d15ef0
Tue, 16 Oct 2012 21:10:14 +0200 Sebastien Decugis Well this time, I hope, should be the last fix to enable compilation on Darwin systems... 1.1.5-rc1
Tue, 16 Oct 2012 20:06:58 +0200 Sebastien Decugis Ignore GNU global files. -- Thomas Klausner <tk@giga.or.at>
Tue, 16 Oct 2012 20:06:02 +0200 Sebastien Decugis indent (no functional changes) -- Thomas Klausner <tk@giga.or.at>
"Welcome to our mercurial repository"