log include/freeDiameter/libfdcore.h @ 1540:407e0a889c7e

age author description
Fri, 01 May 2020 18:20:33 +1000 Luke Mewburn SCTP ConnectPeer: sctp_bindx() to local endpoints
Wed, 19 Feb 2020 10:26:29 +1100 Luke Mewburn fd_msg_add_result: add function
Fri, 15 Nov 2019 11:40:37 +0100 Thomas Klausner Allow parametrizing the number of threads for routing in/out.
Fri, 15 Nov 2019 11:38:30 +0100 Thomas Klausner Add ProcessingPeersPattern and ProcessingPeersMinimum parameters.
Mon, 27 Nov 2017 15:27:31 +0100 Thomas Klausner Add function to retrieve pmd structure associated with a request.
Mon, 27 Nov 2017 15:18:57 +0100 Thomas Klausner Add config option if Route-Record AVPs should be added in Answers.
Sun, 18 Sep 2016 20:32:21 +0800 Sebastien Decugis Updated copyright information
Sat, 30 Jan 2016 23:38:43 +0800 Sebastien Decugis Fix default secure port
Sun, 30 Aug 2015 01:58:21 +0800 Sebastien Decugis Added a new hook to allow extensions act on the error messages being returned in case of parsing error (e.g. if some mandatory AVP are expected in error messages)
Sat, 04 Jul 2015 23:06:37 +0800 Sebastien Decugis Added a new hook HOOK_MESSAGE_SENDING
Thu, 20 Jun 2013 14:31:49 +0800 Sebastien Decugis Cleanup parameter that has become useless
Wed, 19 Jun 2013 16:03:24 +0200 Sebastien Decugis Change prototype of rt_out callbacks to allow disposal of messages
Tue, 11 Jun 2013 14:04:40 +0800 Sebastien Decugis Rename HOOK_PEER_LAST to HOOK_LAST
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
Fri, 07 Jun 2013 18:48:34 +0800 Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the GNUTLS handling.
Wed, 05 Jun 2013 15:02:29 +0800 Sebastien Decugis Preparing for future DTLS/SCTP support
Fri, 31 May 2013 20:23:55 +0200 Sebastien Decugis Some cleanups in dbg_interactive extension
Fri, 31 May 2013 17:45:51 +0200 Sebastien Decugis Updated default secure port value according to RFC6733
Fri, 31 May 2013 11:20:27 +0800 Sebastien Decugis Include source rev number in version information when available
Tue, 28 May 2013 12:11:27 +0800 Sebastien Decugis Allow running freeDiameter without TLS credentials if the following conditions are verified:
Thu, 16 May 2013 14:56:31 +0800 Sebastien Decugis Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create too much interop issues. The Host-IP-Address AVP is not normally used to discover peer address, but only for validation of the addresses where a packet is received from -- which is quite useless with a connected transport connection, but anyway...
Wed, 15 May 2013 11:18:30 +0800 Sebastien Decugis New macro HOOK_MASK to ease call of the fd_hook_register function
Wed, 15 May 2013 10:39:25 +0800 Sebastien Decugis Updated copyright information
Tue, 14 May 2013 18:01:31 +0800 Sebastien Decugis New CMake option: ADDRESS_AVP_INCLUDE_PORT. Turn off for standard Host-IP-Address AVPs
Tue, 14 May 2013 12:32:28 +0800 Sebastien Decugis Cleanup some traces
Mon, 13 May 2013 19:17:13 +0800 Sebastien Decugis Added calls to remaining hooks
Fri, 10 May 2013 18:48:57 +0800 Sebastien Decugis Implemented a few hooks
Thu, 09 May 2013 16:40:02 +0800 Sebastien Decugis Implemented the calls to HOOK_DATA_RECEIVED hook
Thu, 09 May 2013 12:06:03 +0800 Sebastien Decugis Merged
Wed, 08 May 2013 14:40:20 +0200 Thomas Klausner Fix some typos.
Thu, 09 May 2013 11:59:34 +0800 Sebastien Decugis Initial implementation of the hook mechanism
Sat, 04 May 2013 21:25:27 +0200 Sebastien Decugis Second part of changeset 1083, now the code compiles again. Still missing some functions implementation, though
Fri, 03 May 2013 19:20:56 +0800 Sebastien Decugis Cleaning of the traces 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 11:22:31 +0800 Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of fd_fifo_length.
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 09:51:09 +0800 Sebastien Decugis Add total count in the statistics of the queues, thanks for the feedback :)
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...
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
Mon, 25 Mar 2013 16:39:32 +0100 Sebastien Decugis Implement a new counter on pending answers to send back to a peer.
Fri, 22 Mar 2013 14:48:28 +0100 Sebastien Decugis Fix a compilation warning and protect CHECK_GNUTLS_DO macro
Thu, 14 Mar 2013 18:28:32 +0100 Thomas Klausner Remove now unnecessary suffix argument from fd_ep_dump_one.
Thu, 14 Mar 2013 17:31:00 +0100 Thomas Klausner Fix some typos.
Tue, 12 Mar 2013 15:47:53 +0100 Thomas Klausner merge main
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 Mar 2013 15:27:59 +0100 Sebastien Decugis Add a function to access this counter
Sat, 15 Dec 2012 10:55:06 +0100 Sebastien Decugis Make freeDiameter headers more C++ friendly -- thank you Thomas
Fri, 24 Aug 2012 00:26:53 +0200 Sebastien Decugis Updated copyright information
Wed, 22 Aug 2012 22:56:22 +0200 Sebastien Decugis Updated verification of the local certificate following GnuTLS 3.x guideline
Thu, 24 Mar 2011 15:00:18 +0900 Sebastien Decugis Updated my mail address
Fri, 18 Feb 2011 14:50:37 +0900 Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension (EXPERIMENTAL)
Wed, 09 Feb 2011 15:26:58 +0900 Sebastien Decugis Large UNTESTED commit with the following changes:
Fri, 14 Jan 2011 15:15:23 +0900 Sebastien Decugis Initial commit for 1.1.0: base include/freeDiameter/freeDiameter.h@75fd4abb07f7
"Welcome to our mercurial repository"