log include/freeDiameter/libfreeDiameter.h @ 653:34373acfbc6a

age author description
Tue, 11 Jan 2011 12:18:09 +0900 Sebastien Decugis Added sample C++ file in _sample extension
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:20:50 +0900 Sebastien Decugis Prepared first part of the changes for #10
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
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
Fri, 03 Dec 2010 18:29:51 +0900 Sebastien Decugis Attempting to improve python wrapper usability (work in progress)
Wed, 01 Dec 2010 17:52:28 +0900 Sebastien Decugis Very very early python interactive extension, using SWIG
Thu, 25 Nov 2010 16:27:54 +0900 Sebastien Decugis Added new AVP search criteria in the dictionary: AVP_BY_NAME_ALL_VENDORS
Tue, 02 Nov 2010 09:59:36 +0900 Sebastien Decugis Added a new MaxPerformance build type for tests, not recommended for use
Mon, 13 Sep 2010 18:39:22 +0900 Sebastien Decugis Enforce validation of local certificate upon daemon start.
Tue, 24 Aug 2010 16:20:10 +0900 Sebastien Decugis Fix problem reported by ????? ????????? on dev@freediameter.net
Thu, 29 Jul 2010 16:11:12 +0900 Sebastien Decugis Small hack which might spear some concurrency problems and is quite harmless
Thu, 29 Jul 2010 15:32:08 +0900 Sebastien Decugis Postpone the creation of session expiry thread to allow some global variables to be set (debug level, etc)
Mon, 28 Jun 2010 11:20:48 +0900 Sebastien Decugis Fix issue on session cleanup callback parameters -- thanks Souheil for reporting.
Fri, 18 Jun 2010 14:22:12 +0900 Sebastien Decugis Removed some references to waaad
Wed, 19 May 2010 15:09:27 +0900 Sebastien Decugis Add shared object version information
Fri, 14 May 2010 17:26:53 +0900 Sebastien Decugis Added install directives for cmake; also allow default directory to seek for extensions and configuration files
Thu, 13 May 2010 17:25:27 +0900 Sebastien Decugis Simplify traces format in case of non Debug configuration
Fri, 16 Apr 2010 17:04:15 +0900 Sebastien Decugis Updated copyright information
Fri, 02 Apr 2010 15:27:46 +0900 Sebastien Decugis getnameinfo is also more sensitive on freeBSD
Fri, 02 Apr 2010 14:49:42 +0900 Sebastien Decugis bind on FreeBSD is more sensitive...
Mon, 08 Mar 2010 14:10:30 +0900 Sebastien Decugis Remove dependency on signalent.h
Fri, 05 Mar 2010 19:01:48 +0900 Sebastien Decugis Centralized signal handlers management in the library
Thu, 04 Mar 2010 17:24:14 +0900 Sebastien Decugis Fix missing include
Tue, 02 Mar 2010 11:19:11 +0900 Sebastien Decugis Few cosmetics changes
Thu, 18 Feb 2010 16:18:02 +0900 Sebastien Decugis Fix error in TRACE_DEBUG_BUFFER macro that was breaking session resume support
Fri, 12 Feb 2010 18:39:46 +0900 Sebastien Decugis cosmetics
Fri, 12 Feb 2010 18:29:08 +0900 Sebastien Decugis Simplified use of --dbg_file option
Fri, 05 Feb 2010 18:12:47 +0900 Sebastien Decugis Another attempt to workround the crash issue...
Thu, 04 Feb 2010 16:52:10 +0900 Sebastien Decugis Some cleanups
Thu, 04 Feb 2010 16:22:55 +0900 Sebastien Decugis Fix compilation error
Wed, 03 Feb 2010 18:41:39 +0900 Sebastien Decugis Add a trace to help finding the bug...
Wed, 03 Feb 2010 18:08:10 +0900 Sebastien Decugis Fix segfault
Wed, 03 Feb 2010 15:58:56 +0900 Sebastien Decugis Added simple command-line switch to turn on full debug for specific function or file
Tue, 02 Feb 2010 10:15:05 +0900 Sebastien Decugis Completed rt_default extension
Wed, 20 Jan 2010 16:04:25 +0900 Sebastien Decugis Fix overwriten thread location
Wed, 16 Dec 2009 17:04:27 +0900 Sebastien Decugis Replace non-posix pthread_yield with posix sched_yield
Wed, 16 Dec 2009 14:44:56 +0900 Sebastien Decugis Filter out more invalid addresses
Tue, 15 Dec 2009 18:15:41 +0900 Sebastien Decugis Fixed loopback test for correct network order
Thu, 10 Dec 2009 17:18:59 +0900 Sebastien Decugis Hopefully removed infinite loop
Thu, 10 Dec 2009 14:15:04 +0900 Sebastien Decugis Completed cleanups of queues when the daemon is stopping
Tue, 08 Dec 2009 16:55:18 +0900 Sebastien Decugis Reporting errors in parse_dict function
Tue, 08 Dec 2009 15:24:34 +0900 Sebastien Decugis Default to add Session-Id in answers
Mon, 07 Dec 2009 18:32:30 +0900 Sebastien Decugis Added the dispatch thread code
Mon, 07 Dec 2009 15:51:09 +0900 Sebastien Decugis Completed routing module
Fri, 04 Dec 2009 17:23:06 +0900 Sebastien Decugis Backup
Thu, 03 Dec 2009 14:59:23 +0900 Sebastien Decugis Added new function to retrieve messages sessions easily
Wed, 02 Dec 2009 18:28:28 +0900 Sebastien Decugis Started support for routing module
Wed, 25 Nov 2009 19:07:09 +0900 Sebastien Decugis Added a large part of connection establishment logic, to test
Fri, 30 Oct 2009 17:23:06 +0900 Sebastien Decugis Backup for the WE, some warnings remaining
Thu, 29 Oct 2009 18:05:45 +0900 Sebastien Decugis Added a lot of TODOs :)
Wed, 28 Oct 2009 15:19:50 +0900 Sebastien Decugis Added a test for cnxctx (tbc) and fixed some bugs
Mon, 26 Oct 2009 16:00:49 +0900 Sebastien Decugis Completed connection context files
Wed, 21 Oct 2009 18:42:45 +0900 Sebastien Decugis Cleanups and completed sctp code (not finished)
Tue, 20 Oct 2009 17:30:20 +0900 Sebastien Decugis Added some code in cnxctx.c mainly
Mon, 19 Oct 2009 18:43:09 +0900 Sebastien Decugis Progress on server code
"Welcome to our mercurial repository"