log

age author description
Thu, 20 Jun 2013 11:11:28 +0800 Sebastien Decugis Add notice about running the DTLS tests default tip
Thu, 20 Jun 2013 11:01:19 +0800 Sebastien Decugis Enable mix of short and long messages in test_app
Thu, 20 Jun 2013 10:20:29 +0800 Sebastien Decugis Merge with freeDiameter-proposed
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
Thu, 20 Jun 2013 09:55:03 +0800 Sebastien Decugis Use path_mtu instead of MTU. Now large packets exchange are successful.
Thu, 20 Jun 2013 09:42:07 +0800 Sebastien Decugis Update send logic per Nikos Mavrogiannopoulos comments
Thu, 20 Jun 2013 09:38:52 +0800 Sebastien Decugis Fix invalid MTU value
Wed, 19 Jun 2013 14:41:07 +0800 Sebastien Decugis Fix test for GnuTLS version
Wed, 19 Jun 2013 14:38:57 +0800 Sebastien Decugis Make GNU TLS 3.x mandatory since we want to support DTLS. Removed the old compatibility code.
Tue, 18 Jun 2013 17:05:44 +0800 Sebastien Decugis Add more traces for debug
Tue, 18 Jun 2013 16:28:11 +0800 Sebastien Decugis Merged
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 15:51:11 +0800 Sebastien Decugis Got successful handshake over DTLS with this version
Tue, 18 Jun 2013 12:46:14 +0800 Sebastien Decugis Merged
Tue, 18 Jun 2013 12:46:01 +0800 Sebastien Decugis Implemented early version of sctp_dtls.c, for debug
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 10:11:57 +0800 Sebastien Decugis Merged with latest proposed version
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
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
Tue, 11 Jun 2013 18:13:29 +0800 Sebastien Decugis Backup work in progress on DTLS, not usable
Mon, 10 Jun 2013 12:05:38 +0800 Sebastien Decugis Added tag dtls_dev for changeset 56c36d1007b4
Fri, 07 Jun 2013 18:48:34 +0800 Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling. dtls_dev
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 proposed_merged
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
"Welcome to our mercurial repository"