2 months ago Sebastien Decugis Added tag 1.1.2 for changeset 69ef21d4a7fe
2 months ago Sebastien Decugis Bug fix release 1.1.2 1.1.2
3 months ago Sebastien Decugis Always use REUSEADDR, not only in DEBUG
3 months ago 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
5 months ago Romain Kuntz Fixed the mip6i dictionnary that add the same errors than the mip6a one
5 months ago Romain Kuntz Fixed the mip6a dictionnary. The MIP-Agent-Info AVP does not exist and should be MIP6-Agent-Info (I reported an errata to the RFC5778). The MIP6-Answer command must set the CMD_FLAG_REQUEST flag mask (mandated by libfdproto/dictionary.c in fd_dict_new(), which checks if the flag is set for DICT_COMMAND)
5 months ago Romain Kuntz Fixed dependencies between mip6 dictionnary and rfc5777 dictionnary
5 months ago Sebastien Decugis Fixes to the dictionary definitions, thanks to Romain
6 months ago Sebastien Decugis Remove remaining i
6 months ago Sebastien Decugis Fix app_acct and associated test
6 months ago Sebastien Decugis Making app_acct thread_safe for PGsql. NOT TESTED.
6 months ago Sebastien Decugis Improved usability of fd_dict_getlistof for vendors and apps
6 months ago Sebastien Decugis Fixed fd_dict_getlistof function, added a simple test
6 months ago Sebastien Decugis Increased delay so that the test has more chances to pass. Wow, Fedora IS slow to create threads...
6 months ago Sebastien Decugis Added a limit on fifo queues to avoid memory exaustion when messages are received faster than handled
7 months ago Sebastien Decugis Removed the QUIET directive from PKG_CHECK_MODULES since it is not supported for cmake before 2.8.2
7 months ago Sebastien Decugis Fix a few compilation warning, some are still remaining
7 months ago 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...
7 months ago Sebastien Decugis Added contribution from Norberto, many thanks
7 months ago Sebastien Decugis Enable vendor AVPs in app_acct
7 months ago Sebastien Decugis Remove message logging if the level is NONE
7 months ago Sebastien Decugis Added tag 1.1.1 for changeset 0925471e2a88
7 months ago Sebastien Decugis Updated Debian packaging files 1.1.1
7 months ago Sebastien Decugis Bug fix release 1.1.1
7 months ago Sebastien Decugis Added tag 1.1.1 for changeset 36caa2c02d1e
7 months ago Sebastien Decugis Enable running two freeDiameter instances on a single host
7 months ago Sebastien Decugis Remove misleading comment
7 months ago Sebastien Decugis Fix handling of message when no dispatch cb handled the message, to conform to documentation (thanks Zach for report)
7 months ago Sebastien Decugis allow applications to create empty AVP also
7 months ago Sebastien Decugis Attempt to handle more gracefully (invalid) AVPs that contain an empty octetstring
8 months ago Sebastien Decugis Add a test for timeout on fifo
8 months ago Sebastien Decugis Fix buggy requirement in Abort-Session-Answer ABNF (thanks again Vjacheslav)
9 months ago Sebastien Decugis fix bug reported by Vjacheslav Chekushin on the mailing-list (thanks\!)
9 months ago Sebastien Decugis New test to try and reproduce a reported problem
9 months ago Sebastien Decugis Fix typo
9 months ago Sebastien Decugis Attempt to support newer GNU TLS libraries. Need more work...
11 months ago Sebastien Decugis Fix for bug on Origin-State-Id reported in http://lists.freediameter.net/pipermail/help/2011-May/000156.html
13 months ago Sebastien Decugis Added tag 1.1.0 for changeset 5d529eb0ad33
13 months ago Sebastien Decugis Fix bug in peers order 1.1.0
13 months ago Sebastien Decugis Added RFC4006 incomplete dictionary extension to the debian package
14 months ago Sebastien Decugis Updated copyright information
14 months ago Sebastien Decugis Updated my mail address
14 months ago Sebastien Decugis Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
14 months ago Sebastien Decugis Fix broken 'almostcasecmp' logic
14 months ago Sebastien Decugis Set default output to CHECK only in nightly tests
14 months ago Sebastien Decugis Move error messages to INFO level also
14 months ago Sebastien Decugis Fix the logic of local + global debug level
14 months ago Sebastien Decugis Added tag 1.1.0-rc3 for changeset b2bc31410425
14 months ago Sebastien Decugis Cosmetics 1.1.0-rc3
14 months ago Sebastien Decugis Added simple mechanism to declare dependencies between extensions
15 months ago Sebastien Decugis Increase tests timeout to 120 seconds
15 months ago Sebastien Decugis minor improvements
15 months ago Sebastien Decugis Fixed timeout handling + minor fixes
15 months ago Sebastien Decugis Add new wrapper to create events from int values (useful for FDEV_TRIGGER events)
15 months ago Sebastien Decugis Fix incomplete instruction
15 months ago Sebastien Decugis Added new contribution: Wireshark patch to display Diameter over TLS over SCTP
15 months ago Sebastien Decugis Fix a small bug in peers validation process
15 months ago Sebastien Decugis Cosmetics
15 months ago Sebastien Decugis Fix a few compilation warnings
15 months ago Sebastien Decugis New app_redirect.fdx code (UNTESTED)