log include/freeDiameter/libfreeDiameter.h @ 542:0b6cee362f5d

age author description
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
Wed, 07 Oct 2009 19:31:39 +0900 Sebastien Decugis Backup before typhoon... Progress on server side
Thu, 01 Oct 2009 18:24:07 +0900 Sebastien Decugis Some progress on peers module
Wed, 30 Sep 2009 18:25:46 +0900 Sebastien Decugis Progress on peer state machine
Fri, 25 Sep 2009 16:12:08 +0900 Sebastien Decugis Added some extensions and functions in the daemon
Fri, 18 Sep 2009 18:54:07 +0900 Sebastien Decugis Backup for the week-end
Fri, 04 Sep 2009 18:05:25 +0900 Sebastien Decugis Added dispatch module and tests
Thu, 03 Sep 2009 16:03:25 +0900 Sebastien Decugis Progress on dispatch API spec; added fd_sess_reclaim function and test
Thu, 03 Sep 2009 14:33:45 +0900 Sebastien Decugis Completed new session module tests; some bugs fixed
Wed, 02 Sep 2009 18:22:00 +0900 Sebastien Decugis Progress; added session module; testsess to be completed
Mon, 31 Aug 2009 17:32:22 +0900 Sebastien Decugis Added a global debug level var
Mon, 31 Aug 2009 11:31:10 +0900 Sebastien Decugis Fix names to proper case for freeDiameter base include/freediameter/libfreediameter.h@2235433e99b9
"Welcome to our mercurial repository"