log

age author description
Thu, 02 May 2013 16:09:50 +0800 Sebastien Decugis Merge
Thu, 02 May 2013 16:09:06 +0800 Sebastien Decugis Change text of the usage to match the (future) behavior
Thu, 02 May 2013 16:06:33 +0800 Sebastien Decugis Replace macros with functions for dumping sockaddr structures
Thu, 02 May 2013 16:05:35 +0800 Sebastien Decugis Typo
Tue, 30 Apr 2013 15:37:57 +0800 Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced by the new hooks mechanism. Kept the calls to fd_msg_log in comments to find the locations easily. WORK IN PROGRESS.
Thu, 02 May 2013 16:02:06 +0800 Sebastien Decugis Add empty code for hooks so that dbg_interactive extension can load
Thu, 02 May 2013 15:46:17 +0800 Sebastien Decugis New testcase to measure performance of the fd_msg_parse_* functions
Thu, 02 May 2013 12:59:58 +0800 Sebastien Decugis Use float type to solve /0 issue
Thu, 02 May 2013 12:20:30 +0800 Sebastien Decugis Forgot to include the new file in the build
Thu, 02 May 2013 12:02:37 +0800 Sebastien Decugis Fix typo
Thu, 02 May 2013 11:52:17 +0800 Sebastien Decugis Update dbg_monitor to use the new function
Thu, 02 May 2013 11:22:31 +0800 Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of fd_fifo_length.
Thu, 02 May 2013 11:22:22 +0800 Sebastien Decugis Fix invalid condition
Tue, 30 Apr 2013 12:09:32 +0800 Sebastien Decugis Update the new API prototype to make it easier for extension to track messages between hooks, for e.g. timing computations
Tue, 30 Apr 2013 10:58:06 +0800 Sebastien Decugis Change logic to remove compilation warning
Tue, 30 Apr 2013 09:51:09 +0800 Sebastien Decugis Add total count in the statistics of the queues, thanks for the feedback :)
Mon, 29 Apr 2013 13:31:31 +0200 Thomas Klausner merge
Mon, 29 Apr 2013 13:28:08 +0200 Thomas Klausner Add many more 3GPP AVPs and a few rules.
Mon, 29 Apr 2013 19:07:45 +0800 Sebastien Decugis Merged
Mon, 29 Apr 2013 19:07:22 +0800 Sebastien Decugis Commit prototype of new functions for discussion. These will replace the fd_log_msg feature as well as several internal dumping routines. The dbg_monitoring will be totally rewritten. Comments welcome...
Mon, 29 Apr 2013 12:43:52 +0200 Thomas Klausner Raise "Conflicting rules" to error level since it causes validation
Mon, 29 Apr 2013 17:42:03 +0800 Sebastien Decugis Fix comment
Mon, 29 Apr 2013 17:15:34 +0800 Sebastien Decugis New feature in fd_fifo to get timing statistics
Fri, 10 May 2013 09:50:09 +0800 Sebastien Decugis Fix fifo_tget to propagate any error returned by the posix call
Fri, 10 May 2013 09:33:27 +0800 Sebastien Decugis Fix management of the tv_nsec to avoid invalid value (Thanks Guangming for the report: http://lists.freediameter.net/pipermail/dev/2013-May/000212.html)
Mon, 29 Apr 2013 12:43:41 +0800 Sebastien Decugis Use yylval to make gcc happy
Mon, 29 Apr 2013 12:30:07 +0800 Sebastien Decugis Use the pragma outside the function
Fri, 26 Apr 2013 16:59:38 +0200 Thomas Klausner Fix typo.
Thu, 25 Apr 2013 15:45:38 +0800 Sebastien Decugis Remove a useless warning
Wed, 24 Apr 2013 16:33:35 +0800 Sebastien Decugis Update documentation for Fedora
Wed, 24 Apr 2013 12:49:00 +0800 Sebastien Decugis Fix a number of remaining compilation warnings
Wed, 24 Apr 2013 11:17:30 +0800 Sebastien Decugis Add missing dependency for FreeBSD
Tue, 23 Apr 2013 17:43:02 +0800 Sebastien Decugis Yet another warning removed
Tue, 23 Apr 2013 17:23:01 +0800 Sebastien Decugis Added tag proposed_merged for changeset 09e2a6d796ef
Tue, 23 Apr 2013 17:16:18 +0800 Sebastien Decugis Update the changelog entry
Tue, 23 Apr 2013 15:59:26 +0800 Sebastien Decugis Fix some compilation warnings
Tue, 23 Apr 2013 15:59:15 +0800 Sebastien Decugis Update documentation
Tue, 23 Apr 2013 15:34:05 +0800 Sebastien Decugis Merge
Fri, 19 Apr 2013 11:29:48 +0200 Thomas Klausner merge
Fri, 19 Apr 2013 11:28:37 +0200 Thomas Klausner Add license.
Thu, 18 Apr 2013 15:50:10 +0200 Thomas Klausner Add extension that balances load over multiple peers based on outstanding requests.
Thu, 18 Apr 2013 15:49:45 +0200 Thomas Klausner Add extension that removes Destination-Host from Requests and restores it for Answers.
Thu, 18 Apr 2013 15:48:39 +0200 Thomas Klausner Fix pasto.
Tue, 23 Apr 2013 15:33:36 +0800 Sebastien Decugis Update doc for OpenSuse
Wed, 17 Apr 2013 18:39:13 +0800 Sebastien Decugis Merged
Tue, 16 Apr 2013 18:54:41 +0200 Thomas Klausner In TRACE_DEBUG, mention which thread we're in (Routing-IN/Routing-OUT/Dispatch).
Tue, 16 Apr 2013 18:53:51 +0200 Thomas Klausner Add fd_msg_dump_full function that dumps a message in human-readable format.
Tue, 16 Apr 2013 18:51:25 +0200 Thomas Klausner Improve dumper for time, and print longer UTF8 strings.
Wed, 17 Apr 2013 18:38:12 +0800 Sebastien Decugis Fix warning on old GCC versions
Tue, 16 Apr 2013 11:45:52 +0800 Sebastien Decugis Fix a number of additional warnings
Tue, 16 Apr 2013 11:18:59 +0800 Sebastien Decugis Explicitely use BUILD_TESTING, somehow it gets defined anyway
Tue, 16 Apr 2013 11:15:33 +0800 Sebastien Decugis Update the nightly script
Tue, 16 Apr 2013 10:33:43 +0800 Sebastien Decugis Fix invalid use of PRId64 primitive
Mon, 15 Apr 2013 16:13:07 +0800 Sebastien Decugis Remove a few remaining warnings
Mon, 15 Apr 2013 15:17:49 +0800 Sebastien Decugis Added tag proposed_merged for changeset 0117a7746b21
Mon, 15 Apr 2013 15:17:07 +0800 Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent commits
Sat, 13 Apr 2013 22:18:05 +0200 Thomas Klausner More portable version of printflike.
Sat, 13 Apr 2013 16:26:09 +0200 Thomas Klausner Mark fd_log and fd_msg_log as printf-like functions, and fix a warning
Fri, 12 Apr 2013 12:36:36 +0800 Sebastien Decugis Added tag proposed_merged for changeset 2a510c541472
Fri, 12 Apr 2013 12:35:17 +0800 Sebastien Decugis Merged
Thu, 11 Apr 2013 18:46:00 +0200 Thomas Klausner Fix spin/core-dump inducing format string error.
Fri, 12 Apr 2013 12:32:57 +0800 Sebastien Decugis Silence a few remaining warnings
Mon, 01 Apr 2013 16:17:13 +0800 Sebastien Decugis New extension rt_busypeers. See doc/rt_busypeers.conf.sample for more information. This code is not tested yet
Mon, 01 Apr 2013 16:16:28 +0800 Sebastien Decugis Retrieve additional information when adding a routing error
Mon, 01 Apr 2013 16:14:35 +0800 Sebastien Decugis Updated test to match new behavior of dispatch function
Mon, 01 Apr 2013 11:27:34 +0800 Sebastien Decugis Do not abort dispatch thread when a callback returns an error
Fri, 29 Mar 2013 17:31:46 +0800 Sebastien Decugis Merged
Thu, 28 Mar 2013 17:08:51 +0100 Thomas Klausner Fix typo in comment.
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, 29 Mar 2013 17:11:45 +0800 Sebastien Decugis Replace calls to PyEval_CallFunction by PyObject_CallFunction
Thu, 28 Mar 2013 11:20:50 +0800 Sebastien Decugis Allow port value 0 in the configuration to disable a server
Tue, 26 Mar 2013 14:30:29 +0100 Sebastien Decugis Updated Ubuntu documentation
Mon, 25 Mar 2013 16:39:32 +0100 Sebastien Decugis Implement a new counter on pending answers to send back to a peer.
Mon, 25 Mar 2013 14:35:55 +0100 Sebastien Decugis Be more restrictive on fd_msg_send() called with answer messages, the function now rejects the parameters if an answer callback is provided
Fri, 22 Mar 2013 14:48:28 +0100 Sebastien Decugis Fix a compilation warning and protect CHECK_GNUTLS_DO macro
Fri, 22 Mar 2013 01:00:52 +0100 Sebastien Decugis merge
Thu, 21 Mar 2013 20:28:23 +0100 Thomas Klausner Report an error if a problem is big enough to break startup.
Thu, 21 Mar 2013 20:03:54 +0100 Thomas Klausner Revert two \n.
Fri, 22 Mar 2013 00:59:56 +0100 Sebastien Decugis Fix compilation issue
Thu, 21 Mar 2013 15:07:24 +0100 Sebastien Decugis Added tag proposed_merged for changeset 7ca81c10ba06
Thu, 21 Mar 2013 15:07:23 +0100 Sebastien Decugis Merged
Thu, 21 Mar 2013 15:05:54 +0100 Sebastien Decugis Fix generation of the Proxy-Info AVP in fd_msg_new_answer_from_req
Thu, 21 Mar 2013 15:04:58 +0100 Sebastien Decugis Cleanup test messages
Thu, 21 Mar 2013 15:04:14 +0100 Sebastien Decugis Fix compilation warning
Wed, 20 Mar 2013 16:39:15 +0100 Sebastien Decugis Protect macros for debug
Tue, 19 Mar 2013 16:15:38 +0100 Sebastien Decugis Added tag proposed_merged for changeset cf09fde3d7f5
Tue, 19 Mar 2013 16:13:14 +0100 Sebastien Decugis Fix management of sessions in app_radgw: sessions are simply associated with messages, that is sufficient
Mon, 18 Mar 2013 16:19:47 +0100 Sebastien Decugis Fixed Proxy-Info duplication, added a test case for this
Mon, 18 Mar 2013 13:22:07 +0100 Thomas Klausner Remove more newlines.
Sun, 17 Mar 2013 16:23:12 +0100 Sebastien Decugis Added tag proposed_merged for changeset 80584f0e851a
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.
Sun, 17 Mar 2013 14:53:24 +0100 Sebastien Decugis Updated tag
Sun, 17 Mar 2013 14:52:20 +0100 Sebastien Decugis Include level string even with color output to ease copy/paste
Sun, 17 Mar 2013 14:38:53 +0100 Sebastien Decugis Added tag proposed_merged for changeset 371f899276ed
Sun, 17 Mar 2013 14:37:44 +0100 Sebastien Decugis Merged
Sun, 17 Mar 2013 12:18:19 +0100 Thomas Klausner Fix typo in comment.
Sun, 17 Mar 2013 14:36:26 +0100 Sebastien Decugis Send \n after last control data
Sun, 17 Mar 2013 13:45:00 +0100 Sebastien Decugis Make sure dbg_interactive is linked with a console for running. Use printf in that case
Sat, 16 Mar 2013 16:23:44 +0100 Sebastien Decugis Remove more printfs
Sat, 16 Mar 2013 16:05:37 +0100 Sebastien Decugis Remove some additional printf
Sat, 16 Mar 2013 15:49:31 +0100 Sebastien Decugis Use gnutls_srp_* functions only ifdef ENABLE_SRP
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
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>
Tue, 16 Oct 2012 20:05:31 +0200 Sebastien Decugis Fill in CCA/CCR rules from RFC4006. -- Thomas Klausner <tk@giga.or.at>
Tue, 16 Oct 2012 08:27:44 +0200 Sebastien Decugis Try a different approach for OS X as previous one does not work
Mon, 15 Oct 2012 20:22:42 +0200 Sebastien Decugis Similarly fix compilation for extensions plugins, it seems the CMake on OS X platform does not like unresolved symbols for modules.
Mon, 15 Oct 2012 20:05:38 +0200 Sebastien Decugis Fix compilation error for OS X. Should not introduce any problem on other platforms.
Sat, 13 Oct 2012 15:19:44 +0200 Sebastien Decugis Fix warnings for 64b systems
Wed, 10 Oct 2012 13:35:30 +0200 Sebastien Decugis Updated copyright information
Wed, 10 Oct 2012 13:34:30 +0200 Sebastien Decugis Add replacement for clock_gettime (for Mac OS) -- ticket #38
Sat, 29 Sep 2012 14:35:03 +0200 Sebastien Decugis Fix copy'n'paste errors. -- Thomas Klausner <tk@giga.or.at>
Fri, 28 Sep 2012 18:37:03 +0200 Sebastien Decugis More verbose information on conflicts
Fri, 28 Sep 2012 18:18:21 +0200 Sebastien Decugis Fix comments in CMakeLists -- Thomas Klausner <tk@giga.or.at>
Thu, 27 Sep 2012 20:56:47 +0200 Sebastien Decugis Compare to ETSI TS 129 061 v10.6.0 (2012-07);
Thu, 27 Sep 2012 20:55:59 +0200 Sebastien Decugis Sort 3GPP types by Code. -- Thomas Klausner <tk@giga.or.at>
Wed, 26 Sep 2012 08:21:21 +0200 Sebastien Decugis Included contribution from German Barros
Sat, 22 Sep 2012 00:16:37 +0200 Sebastien Decugis Fix the DTD as per Patricio comments
Sat, 22 Sep 2012 00:12:46 +0200 Sebastien Decugis Fix regression in dictionary dump
Thu, 20 Sep 2012 08:15:54 +0200 Sebastien Decugis Fix name of the constant errors used for rescode
Tue, 18 Sep 2012 22:33:02 +0200 Sebastien Decugis Add check for pthread-safety of lib pgsql
Thu, 13 Sep 2012 22:09:32 +0200 Sebastien Decugis Change fragmentation threshold for EAP-TLS payload
Thu, 13 Sep 2012 13:41:29 +0200 Sebastien Decugis Allow retransmission of messages on timeout
Wed, 12 Sep 2012 20:43:51 +0200 Sebastien Decugis Add explicit requirement on libgcrypt for app_diameap.fdx, this lib no longer comes implicitely with gnutls in the core
Tue, 11 Sep 2012 20:51:40 +0200 Sebastien Decugis Added tag 1.1.4 for changeset a39848239f3a
Tue, 11 Sep 2012 20:51:37 +0200 Sebastien Decugis Removed tag 1.1.4 1.1.4
Tue, 11 Sep 2012 20:51:18 +0200 Sebastien Decugis Fix compilation with gnutls < 3.x
Sun, 09 Sep 2012 21:34:21 +0200 Sebastien Decugis Release 1.1.4
Wed, 05 Sep 2012 20:37:47 +0200 Sebastien Decugis Added tag 1.1.4-rc1 for changeset 7541554029bf
Mon, 27 Aug 2012 13:43:03 +0200 Sebastien Decugis Fix SCTP_I_WANT_MAPPED_V4_ADDR behavior when IPv6 is disabled in config; thank you Michael Tuexen for the issue report \& patch. 1.1.4-rc1
Mon, 27 Aug 2012 13:34:21 +0200 Sebastien Decugis Removed a few compilation warnings
Mon, 27 Aug 2012 13:17:15 +0200 Sebastien Decugis Add test for AI_ADDRCONFIG for platforms where it does not exist
Sat, 25 Aug 2012 22:24:53 +0200 Sebastien Decugis Patch for systems that use lib64 instead of lib
Sat, 25 Aug 2012 16:13:01 +0200 Sebastien Decugis Bumped version for 1.1.4 -- forgot to do that for 1.1.3, thanks SK for the reminder
Sat, 25 Aug 2012 16:02:10 +0200 Sebastien Decugis Fix compilation warning due to missing header, reported by Thomas
Sat, 25 Aug 2012 13:02:03 +0200 Sebastien Decugis Added instructions for many *BSD systems, thanks to Thomas Klausner for the inputs
Fri, 24 Aug 2012 21:22:41 +0200 Sebastien Decugis Fix a few compilation errors on NetBSD -- reported by Thomas Klausner (thanks\!)
Fri, 24 Aug 2012 00:30:15 +0200 Sebastien Decugis Prepared packaging files for next release
Fri, 24 Aug 2012 00:26:53 +0200 Sebastien Decugis Updated copyright information
Fri, 24 Aug 2012 00:15:48 +0200 Sebastien Decugis Several changes to support GnuTLS 3.x in a more efficient way
Wed, 22 Aug 2012 23:04:38 +0200 Sebastien Decugis Removed unused code
Wed, 22 Aug 2012 22:56:22 +0200 Sebastien Decugis Updated verification of the local certificate following GnuTLS 3.x guideline
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
Wed, 22 Aug 2012 00:18:15 +0200 Sebastien Decugis Add timeout in gnutls_handshake for version 3.1.x
Wed, 22 Aug 2012 00:16:25 +0200 Sebastien Decugis Also detect GNUTLS version 3.1.x
Tue, 21 Aug 2012 22:24:14 +0200 Sebastien Decugis Test version only on found library
Tue, 21 Aug 2012 13:34:20 +0200 Sebastien Decugis Updates sent by Konstantin to the dict_dcca files
Mon, 20 Aug 2012 22:56:18 +0200 Sebastien Decugis Removed the warning on unused variable
Mon, 20 Aug 2012 22:54:56 +0200 Sebastien Decugis Remove the warning on gnutls_transport_set_lowat
Mon, 20 Aug 2012 22:16:21 +0200 Sebastien Decugis Renamed GNUTLS_NEW_VERSION and added GNUTLS_VERSION_300 to prepare for API change in gnutls
Mon, 20 Aug 2012 22:15:38 +0200 Sebastien Decugis Fix compilation warning
Mon, 16 Jul 2012 22:50:08 +0200 Sebastien Decugis Allow running the test with gnutls >= 2.12.14-5ubuntu3.1
Mon, 16 Jul 2012 22:42:26 +0200 Sebastien Decugis Get TID in GNUTLS logs
Sat, 14 Jul 2012 10:28:43 +0200 Sebastien Decugis allow gnutls debug in tests
Thu, 12 Jul 2012 22:37:32 +0200 Sebastien Decugis improved the previous fix... not sure it was correct
Thu, 12 Jul 2012 22:31:20 +0200 Sebastien Decugis Attempt at fixing unaligned 64b direct memory access (sigbus on sparc)
Tue, 03 Jul 2012 08:17:27 +0200 Sebastien Decugis Added tag 1.1.3 for changeset 066e1ad7e9fa
Tue, 03 Jul 2012 08:17:09 +0200 Sebastien Decugis Updated changelog for 1.1.3 1.1.3
Tue, 03 Jul 2012 08:14:32 +0200 Sebastien Decugis Updated copyright information
Mon, 02 Jul 2012 21:15:07 +0200 Sebastien Decugis Fixed the DTD to match the format we are actually parsing
Tue, 03 Apr 2012 08:25:51 +0200 Sebastien Decugis Added information in session dump
Tue, 03 Apr 2012 08:21:06 +0200 Sebastien Decugis Fix possible memory leaks
Thu, 29 Mar 2012 21:19:33 +0200 Sebastien Decugis Added ability to register another log function; thanks to Zack for the code
Fri, 02 Mar 2012 08:13:34 +0100 Sebastien Decugis Re-apply typemap to uint8_t string
Tue, 28 Feb 2012 08:14:30 +0100 Sebastien Decugis Started fixing dbg_interactive sample -- hangs in fd_sess_fromsid
Tue, 21 Feb 2012 18:46:28 +0100 Sebastien Decugis Added tag 1.1.2 for changeset 69ef21d4a7fe
Tue, 21 Feb 2012 18:46:14 +0100 Sebastien Decugis Bug fix release 1.1.2 1.1.2
Fri, 27 Jan 2012 07:41:22 +0100 Sebastien Decugis Always use REUSEADDR, not only in DEBUG
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, 22 Nov 2011 16:37:40 -0800 Romain Kuntz Fixed the mip6i dictionnary that add the same errors than the mip6a one
Tue, 22 Nov 2011 16:34:16 -0800 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)
Tue, 22 Nov 2011 12:20:36 -0800 Romain Kuntz Fixed dependencies between mip6 dictionnary and rfc5777 dictionnary
Tue, 22 Nov 2011 09:53:51 +0100 Sebastien Decugis Fixes to the dictionary definitions, thanks to Romain
Tue, 01 Nov 2011 19:00:50 +0100 Sebastien Decugis Remove remaining i
Tue, 01 Nov 2011 10:12:18 +0100 Sebastien Decugis Fix app_acct and associated test
Sun, 30 Oct 2011 20:57:59 +0100 Sebastien Decugis Making app_acct thread_safe for PGsql. NOT TESTED.
Sun, 30 Oct 2011 12:33:28 +0100 Sebastien Decugis Improved usability of fd_dict_getlistof for vendors and apps
Tue, 25 Oct 2011 21:48:52 +0200 Sebastien Decugis Fixed fd_dict_getlistof function, added a simple test
Mon, 24 Oct 2011 22:14:33 +0200 Sebastien Decugis Increased delay so that the test has more chances to pass. Wow, Fedora IS slow to create threads...
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
Sat, 22 Oct 2011 22:56:55 +0200 Sebastien Decugis Removed the QUIET directive from PKG_CHECK_MODULES since it is not supported for cmake before 2.8.2
Tue, 18 Oct 2011 23:11:11 +0200 Sebastien Decugis Fix a few compilation warning, some are still remaining
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...
Fri, 14 Oct 2011 08:15:34 +0200 Sebastien Decugis Added contribution from Norberto, many thanks
Thu, 13 Oct 2011 23:53:27 +0200 Sebastien Decugis Enable vendor AVPs in app_acct
Thu, 06 Oct 2011 20:55:48 +0200 Sebastien Decugis Remove message logging if the level is NONE
Fri, 30 Sep 2011 22:45:41 +0200 Sebastien Decugis Added tag 1.1.1 for changeset 0925471e2a88
Fri, 30 Sep 2011 22:45:24 +0200 Sebastien Decugis Updated Debian packaging files 1.1.1
Fri, 30 Sep 2011 21:45:17 +0200 Sebastien Decugis Bug fix release 1.1.1
Fri, 30 Sep 2011 21:44:59 +0200 Sebastien Decugis Added tag 1.1.1 for changeset 36caa2c02d1e
Wed, 28 Sep 2011 07:50:23 +0200 Sebastien Decugis Enable running two freeDiameter instances on a single host
Mon, 26 Sep 2011 13:44:10 +0200 Sebastien Decugis Remove misleading comment
Sat, 24 Sep 2011 13:36:01 +0200 Sebastien Decugis Fix handling of message when no dispatch cb handled the message, to conform to documentation (thanks Zach for report)
Sat, 24 Sep 2011 13:00:30 +0200 Sebastien Decugis allow applications to create empty AVP also
Sat, 24 Sep 2011 09:45:14 +0200 Sebastien Decugis Attempt to handle more gracefully (invalid) AVPs that contain an empty octetstring
Thu, 22 Sep 2011 21:10:00 +0200 Sebastien Decugis Add a test for timeout on fifo
Thu, 25 Aug 2011 20:05:49 +0200 Sebastien Decugis Fix buggy requirement in Abort-Session-Answer ABNF (thanks again Vjacheslav)
Sun, 07 Aug 2011 21:03:49 +0200 Sebastien Decugis fix bug reported by Vjacheslav Chekushin on the mailing-list (thanks\!)
Sat, 06 Aug 2011 20:52:04 +0200 Sebastien Decugis New test to try and reproduce a reported problem
Fri, 29 Jul 2011 08:01:17 +0200 Sebastien Decugis Fix typo
Thu, 28 Jul 2011 23:49:17 +0200 Sebastien Decugis Attempt to support newer GNU TLS libraries. Need more work...
Fri, 27 May 2011 17:17:03 +0900 Sebastien Decugis Fix for bug on Origin-State-Id reported in http://lists.freediameter.net/pipermail/help/2011-May/000156.html
Tue, 29 Mar 2011 12:04:45 +0900 Sebastien Decugis Added tag 1.1.0 for changeset 5d529eb0ad33
Tue, 29 Mar 2011 11:42:53 +0900 Sebastien Decugis Fix bug in peers order 1.1.0
Tue, 29 Mar 2011 10:48:04 +0900 Sebastien Decugis Added RFC4006 incomplete dictionary extension to the debian package
Thu, 24 Mar 2011 15:00:38 +0900 Sebastien Decugis Updated copyright information
Thu, 24 Mar 2011 15:00:18 +0900 Sebastien Decugis Updated my mail address
Thu, 24 Mar 2011 14:51:02 +0900 Sebastien Decugis Added initial incomplete dictionary for rfc4006, contributed by Konstantin Chekushin <koch@lmt.lv>
Wed, 02 Mar 2011 18:21:59 +0900 Sebastien Decugis Fix broken 'almostcasecmp' logic
Wed, 02 Mar 2011 16:28:14 +0900 Sebastien Decugis Set default output to CHECK only in nightly tests
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
Tue, 01 Mar 2011 10:48:30 +0900 Sebastien Decugis Added tag 1.1.0-rc3 for changeset b2bc31410425
Tue, 01 Mar 2011 10:48:14 +0900 Sebastien Decugis Cosmetics 1.1.0-rc3
Fri, 25 Feb 2011 15:46:40 +0900 Sebastien Decugis Added simple mechanism to declare dependencies between extensions
Fri, 25 Feb 2011 14:33:37 +0900 Sebastien Decugis Increase tests timeout to 120 seconds
Thu, 24 Feb 2011 17:19:42 +0900 Sebastien Decugis minor improvements
Thu, 24 Feb 2011 17:19:14 +0900 Sebastien Decugis Fixed timeout handling + minor fixes
Thu, 24 Feb 2011 10:48:05 +0900 Sebastien Decugis Add new wrapper to create events from int values (useful for FDEV_TRIGGER events)
Wed, 23 Feb 2011 16:44:39 +0900 Sebastien Decugis Fix incomplete instruction
Wed, 23 Feb 2011 16:00:47 +0900 Sebastien Decugis Added new contribution: Wireshark patch to display Diameter over TLS over SCTP
Tue, 22 Feb 2011 15:50:45 +0900 Sebastien Decugis Fix a small bug in peers validation process
Tue, 22 Feb 2011 15:50:29 +0900 Sebastien Decugis Cosmetics
Tue, 22 Feb 2011 13:26:13 +0900 Sebastien Decugis Fix a few compilation warnings
Mon, 21 Feb 2011 18:31:18 +0900 Sebastien Decugis New app_redirect.fdx code (UNTESTED)
Mon, 21 Feb 2011 18:30:45 +0900 Sebastien Decugis Small optimization: use os0dup
Mon, 21 Feb 2011 18:30:20 +0900 Sebastien Decugis Have AVP values 0-terminated for safety (one should not rely on this and use the size)
Mon, 21 Feb 2011 18:29:14 +0900 Sebastien Decugis Be less tolerant on DiameterURI format
Fri, 18 Feb 2011 15:23:09 +0900 Sebastien Decugis Updated copyright information
Fri, 18 Feb 2011 14:50:37 +0900 Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Thu, 17 Feb 2011 16:37:15 +0900 Sebastien Decugis Fix missing include for limit (should fix test for OpenSUSE)
Tue, 15 Feb 2011 14:23:59 +0900 Sebastien Decugis Removed redundant TODO notice
Tue, 15 Feb 2011 14:23:48 +0900 Sebastien Decugis Fixed wrong prototype
Tue, 15 Feb 2011 14:23:27 +0900 Sebastien Decugis Added notice about g++ for sample extension
Tue, 15 Feb 2011 10:51:31 +0900 Sebastien Decugis Fixed decorated NAI handing in case of messages without User-Name AVP
Thu, 10 Feb 2011 17:19:52 +0900 Sebastien Decugis Use size returned by accept
Thu, 10 Feb 2011 16:00:53 +0900 Sebastien Decugis Minor changes
Thu, 10 Feb 2011 10:49:09 +0900 Sebastien Decugis Fix a few compilations errors and warnings
Thu, 10 Feb 2011 10:24:11 +0900 Sebastien Decugis Fix remaining test testappacct
Wed, 09 Feb 2011 18:08:54 +0900 Sebastien Decugis Added support for Internationalized Domain Names (IDNA) using GNU libidn
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.
Tue, 25 Jan 2011 16:34:27 +0900 Sebastien Decugis Added new sanity check
Tue, 25 Jan 2011 16:20:37 +0900 Sebastien Decugis Updated copyright information
Mon, 24 Jan 2011 16:23:59 +0900 Sebastien Decugis Changed reference from glibc to eglibc in OpenWRT HOWTO
Mon, 24 Jan 2011 15:11:24 +0900 Sebastien Decugis Updated OpenWRT howto, added workaround for #26
Mon, 24 Jan 2011 14:32:45 +0900 Sebastien Decugis Added testcase and explanation about problematic OpenWRT support (#26)
Fri, 21 Jan 2011 16:59:46 +0900 Sebastien Decugis Cleanup in debian packaging
Fri, 21 Jan 2011 16:54:58 +0900 Sebastien Decugis Include latest cleanups
Fri, 21 Jan 2011 16:49:12 +0900 Sebastien Decugis Added tag 1.1.0-rc2 for changeset ff23fecac0b2
Fri, 21 Jan 2011 16:48:37 +0900 Sebastien Decugis Added documentation for rare segfault in FreeBSD 64bits (Profiling profile) 1.1.0-rc2
Fri, 21 Jan 2011 16:18:39 +0900 Sebastien Decugis Add ability to skip dlclose() calls since it creates problems on FreeBSD8.1 64bits
Fri, 21 Jan 2011 16:17:54 +0900 Sebastien Decugis Fix small usage issue
Fri, 21 Jan 2011 15:12:54 +0900 Sebastien Decugis Cleanups
Fri, 21 Jan 2011 11:23:39 +0900 Sebastien Decugis Removed extra '\n'
Thu, 20 Jan 2011 19:44:27 +0900 Sebastien Decugis Cleanup all pthread_cleanup_push / pop pairs so that pop is always called after push, or ASSERT(0) is some grave errors
Thu, 20 Jan 2011 15:38:12 +0900 Sebastien Decugis It seems FreeBSD does not unstack cancelation cleanups if we skip the pthread_cleanup_pop call
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
Wed, 19 Jan 2011 14:35:14 +0900 Sebastien Decugis Fixed in case of termination of several modules (before initialization completed)
Wed, 19 Jan 2011 11:11:23 +0900 Sebastien Decugis Fixed compilation warning on 64b
Tue, 18 Jan 2011 15:14:41 +0900 Sebastien Decugis Another commit with influence on the OpenWRT package
Tue, 18 Jan 2011 15:13:14 +0900 Sebastien Decugis Improve management of the signals in freeDiameterd
Tue, 18 Jan 2011 14:56:01 +0900 Sebastien Decugis Bumped OpenWRT package version to include latest bug fix
Tue, 18 Jan 2011 14:54:29 +0900 Sebastien Decugis Added changelog note
Tue, 18 Jan 2011 14:34:33 +0900 Sebastien Decugis Fix segfault
Tue, 18 Jan 2011 14:28:33 +0900 Sebastien Decugis Convert the errors AVP to Reply-Message also
Tue, 18 Jan 2011 10:48:02 +0900 Sebastien Decugis Tentative fix for #25
Tue, 18 Jan 2011 10:21:13 +0900 Sebastien Decugis Cleanup link commands for Fedora
Tue, 18 Jan 2011 10:11:52 +0900 Sebastien Decugis Clean termination of tests when possible
Mon, 17 Jan 2011 18:26:45 +0900 Sebastien Decugis Updated postinst script, bumped version
Mon, 17 Jan 2011 18:10:34 +0900 Sebastien Decugis Added changelog entry
Mon, 17 Jan 2011 18:10:25 +0900 Sebastien Decugis Fixed small typo
Mon, 17 Jan 2011 17:31:03 +0900 Sebastien Decugis Cleaned link relations for tests
Mon, 17 Jan 2011 16:40:08 +0900 Sebastien Decugis Fix missing libraries dependencies on freeDiameterd
Mon, 17 Jan 2011 15:36:21 +0900 Sebastien Decugis Updated OpenWRT package files
Mon, 17 Jan 2011 14:56:37 +0900 Sebastien Decugis New test to check if there are linking problems with built extensions
Mon, 17 Jan 2011 14:08:08 +0900 Sebastien Decugis Some more cleanups in linking
Mon, 17 Jan 2011 13:03:14 +0900 Sebastien Decugis More cleanups in the CMakeLists files
Mon, 17 Jan 2011 11:22:35 +0900 Sebastien Decugis Fix include directories directives
Mon, 17 Jan 2011 11:13:49 +0900 Sebastien Decugis Small cleanup
Fri, 14 Jan 2011 17:18:57 +0900 Sebastien Decugis Fix compilation warning
Fri, 14 Jan 2011 16:27:51 +0900 Sebastien Decugis Added tag 1.1.0-rc1 for changeset 2e94ef0515d7
Fri, 14 Jan 2011 16:27:21 +0900 Sebastien Decugis Updated copyright information 1.1.0-rc1
Fri, 14 Jan 2011 16:27:07 +0900 Sebastien Decugis Updated script for copyright
Fri, 14 Jan 2011 16:25:59 +0900 Sebastien Decugis Updated documentation
Fri, 14 Jan 2011 15:22:22 +0900 Sebastien Decugis Merged
Fri, 14 Jan 2011 15:15:23 +0900 Sebastien Decugis Initial commit for 1.1.0:
Fri, 14 Jan 2011 15:17:57 +0900 Sebastien Decugis Added tag 1.0.x-last for changeset 5b05d85682f1
Tue, 11 Jan 2011 15:48:58 +0900 Sebastien Decugis Small fixes 1.0.x-last
Tue, 11 Jan 2011 13:02:07 +0900 Sebastien Decugis Added T flag and some debug information for test_netemul
Tue, 11 Jan 2011 12:29:29 +0900 Sebastien Decugis Add changelog entry for latest change
Tue, 11 Jan 2011 12:18:09 +0900 Sebastien Decugis Added sample C++ file in _sample extension
Tue, 11 Jan 2011 12:17:50 +0900 Sebastien Decugis Fix updated API format
Fri, 07 Jan 2011 18:33:37 +0900 Sebastien Decugis Added new test_netemul extension (need testing)
Thu, 06 Jan 2011 10:39:21 +0900 Sebastien Decugis Fix compilation warning
Wed, 05 Jan 2011 17:13:34 +0900 Sebastien Decugis Implemented fd_msg_send_timeout to close #10. Not tested yet.
Tue, 04 Jan 2011 16:21:26 +0900 Sebastien Decugis Updated copyright information
Tue, 04 Jan 2011 16:21:08 +0900 Sebastien Decugis Prepared for next bugfix release
Tue, 04 Jan 2011 16:20:50 +0900 Sebastien Decugis Prepared first part of the changes for #10
Tue, 04 Jan 2011 11:54:19 +0900 Sebastien Decugis Modify INSTALL_EXTENSIONS_SUFFIX to depend on INSTALL_LIBRARY_SUFFIX based on a patch by Shakthi Kannan
Tue, 21 Dec 2010 11:05:40 +0900 Sebastien Decugis Added tag 1.0.3 for changeset f065e3cb846e
Tue, 21 Dec 2010 10:51:14 +0900 Sebastien Decugis Updated documentation 1.0.3
Tue, 21 Dec 2010 10:30:11 +0900 Sebastien Decugis Added tag 1.0.3-rc3 for changeset 69d3579f6c6c
Tue, 21 Dec 2010 10:29:46 +0900 Sebastien Decugis First version of dbg_interactive is complete 1.0.3-rc3
Mon, 20 Dec 2010 19:36:40 +0900 Sebastien Decugis dbg_interactive almost complete
Mon, 20 Dec 2010 13:07:06 +0900 Sebastien Decugis Added new opaque pointer to fd_sess_handler_create and fd_disp_register for usability. Bumped API version number.
Fri, 17 Dec 2010 18:41:19 +0900 Sebastien Decugis Improved usability of dbg_interactive
Thu, 16 Dec 2010 18:56:41 +0900 Sebastien Decugis Split interface file in modules
Wed, 15 Dec 2010 18:24:33 +0900 Sebastien Decugis Still making progress on the dbg_interactive interface.
Tue, 14 Dec 2010 17:34:46 +0900 Sebastien Decugis Continued work on python interface
Tue, 14 Dec 2010 14:01:26 +0900 Sebastien Decugis Added tag 1.0.3-rc2 for changeset 18c4a738e3e9
Tue, 14 Dec 2010 13:59:19 +0900 Sebastien Decugis Update version information for the source tree 1.0.3-rc2
Tue, 14 Dec 2010 13:53:07 +0900 Sebastien Decugis Fix a mistake in previous commit
Tue, 14 Dec 2010 13:51:54 +0900 Sebastien Decugis Fixed some dependencies
Tue, 14 Dec 2010 11:54:14 +0900 Sebastien Decugis Added tag 1.0.3-rc1 for changeset 7ae66129fd73
Tue, 14 Dec 2010 11:54:04 +0900 Sebastien Decugis Prepare for upcoming 1.0.3 1.0.3-rc1
Tue, 14 Dec 2010 11:53:48 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Tue, 14 Dec 2010 11:53:24 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Tue, 14 Dec 2010 11:53:03 +0900 Sebastien Decugis Fix install component
Tue, 14 Dec 2010 11:52:28 +0900 Sebastien Decugis Improvements to usability, still work ongoing
Thu, 09 Dec 2010 17:14:24 +0900 Sebastien Decugis Finally got the proxy aka shadow class to work
Tue, 07 Dec 2010 17:24:53 +0900 Sebastien Decugis Continued work on dbg_interactive.fdx
Tue, 07 Dec 2010 11:14:21 +0900 Sebastien Decugis Added some limited example for dbg_interactive
Tue, 07 Dec 2010 11:13:58 +0900 Sebastien Decugis Cleanup many SWIG definitions from main .h files
Mon, 06 Dec 2010 14:45:49 +0900 Sebastien Decugis Removed the OUTPUT specification for SWIG, too complex
Mon, 06 Dec 2010 11:03:03 +0900 Sebastien Decugis Fix wrong operator in testfifo
Fri, 03 Dec 2010 18:29:51 +0900 Sebastien Decugis Attempting to improve python wrapper usability (work in progress)
Fri, 03 Dec 2010 15:00:30 +0900 Sebastien Decugis Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Fri, 03 Dec 2010 14:31:08 +0900 Sebastien Decugis Fix warning about value outside enum range
Fri, 03 Dec 2010 13:31:41 +0900 Sebastien Decugis Adapt test for systems that cannot create many threads per process, such as OpenSUSE (bouuuuh)
Thu, 02 Dec 2010 18:19:53 +0900 Sebastien Decugis Fix some compilation warning on OpenSUSE
Thu, 02 Dec 2010 17:55:25 +0900 Sebastien Decugis Small update to documentation
Thu, 02 Dec 2010 17:08:29 +0900 Sebastien Decugis Updated documentation, included information for OpenSUSE and Fedora
Thu, 02 Dec 2010 15:34:55 +0900 Sebastien Decugis Fix path for OpenSUSE
Wed, 01 Dec 2010 18:19:54 +0900 Sebastien Decugis Added ability to extract the Extended MSK (EMSK) for future use
Wed, 01 Dec 2010 17:52:28 +0900 Sebastien Decugis Very very early python interactive extension, using SWIG
Fri, 26 Nov 2010 11:04:29 +0900 Sebastien Decugis Updated documentation
Thu, 25 Nov 2010 16:55:27 +0900 Sebastien Decugis Removed the file, it can be found in circum archive
Thu, 25 Nov 2010 16:54:53 +0900 Sebastien Decugis Added reference to contrib folder
Thu, 25 Nov 2010 16:54:09 +0900 Sebastien Decugis Added references to external XML files
Thu, 25 Nov 2010 16:53:55 +0900 Sebastien Decugis Updated the DTD to reflect what the parser is expecting
Thu, 25 Nov 2010 16:30:49 +0900 Sebastien Decugis Completed first version of dict_legacy_xml.fdx
"Welcome to our mercurial repository"