log

age author description
Tue, 31 Mar 2009 15:59:00 +0900 Sebastien Decugis Fixed problem in Linux when ipv6 bind also ipv4 address
Tue, 31 Mar 2009 15:58:27 +0900 Sebastien Decugis Fixed call to setsockopt(ASCONF) for SCTP under FreeBSD
Thu, 26 Mar 2009 07:31:24 +0900 Sebastien Decugis Added comment on minimum flex version
Thu, 19 Mar 2009 17:45:13 +0900 Sebastien Decugis Fix debug message on ASCONF SCTP option
Thu, 19 Mar 2009 13:30:33 +0900 Sebastien Decugis Added standard header in peer-api.h for timespec structure
Thu, 19 Mar 2009 13:27:07 +0900 Sebastien Decugis Fix possible issue in sec_getmodules
Thu, 19 Mar 2009 13:10:48 +0900 Sebastien Decugis Fix use of IN6_* macros
Thu, 19 Mar 2009 11:21:31 +0900 Sebastien Decugis Changed cmake macro to use old flex style (short args) for more portability
Wed, 18 Mar 2009 18:29:45 +0900 Sebastien Decugis Simplified endianness tests, removed strange cases (PDP, ...)
Wed, 18 Mar 2009 17:52:19 +0900 Sebastien Decugis Fix cmake SCTP support for cases where SCTP is native in the system, as in FreeBSD
Fri, 13 Mar 2009 10:27:58 +0900 Sebastien Decugis Early support in cmake files to disable SCTP.
Thu, 05 Mar 2009 13:52:14 +0900 Sebastien Decugis Simplified some configuration file syntax
Mon, 02 Mar 2009 18:43:05 +0900 Sebastien Decugis Added preliminary notes for NetBSD
Mon, 02 Mar 2009 14:06:51 +0900 Sebastien Decugis Cleaned FindSCTP.cmake module, added FindGNUTLS
Mon, 02 Mar 2009 12:07:38 +0900 Sebastien Decugis Other similar workarounds to avoid name collision between main daemon and extensions (link with cmake seems buggy...)
Mon, 02 Mar 2009 11:55:07 +0900 Sebastien Decugis Rename extension functions to avoid some strange problems with cmake
Wed, 25 Feb 2009 16:50:23 +0900 Sebastien Decugis Remove temporary hack, not needed anymore
Wed, 25 Feb 2009 16:49:21 +0900 Sebastien Decugis Automated merge with ssh://thedoc@morbier.koganei.wide.ad.jp//var/hg/repos/waaad/
Wed, 25 Feb 2009 16:49:16 +0900 Sebastien Decugis Change build system to CMake (lots of changes)
Wed, 25 Feb 2009 11:27:53 +0900 Sebastien Decugis Fix bug introduced earlier, with float AVP values
Wed, 25 Feb 2009 10:50:44 +0900 Sebastien Decugis Temporary fix
Wed, 25 Feb 2009 10:46:59 +0900 Sebastien Decugis Fix bug when waaad is compiled with default debug messages
Mon, 19 Jan 2009 11:04:05 +0900 Sebastien Decugis Fix based on nobushi's comment
Fri, 09 Jan 2009 15:36:54 +0900 Sebastien Decugis Added signature for changeset 0e4c6269bddf
Fri, 09 Jan 2009 15:36:27 +0900 Sebastien Decugis First revision with usable relaying of messages. Considered as first beta version of waaad.
Thu, 08 Jan 2009 16:45:55 +0900 Sebastien Decugis Fix small error beta1
Thu, 08 Jan 2009 15:37:51 +0900 Sebastien Decugis Ensure cancellation-safe logs
Thu, 08 Jan 2009 15:36:06 +0900 Sebastien Decugis Cleanup on cleanup functions
Thu, 08 Jan 2009 14:50:21 +0900 Sebastien Decugis Add a cleanup handler to counter a possible dead lock
Thu, 08 Jan 2009 14:19:10 +0900 Sebastien Decugis Be less defensive in _mpd_do_avp about the number of times we were called
Thu, 08 Jan 2009 14:14:27 +0900 Sebastien Decugis Update bufferize function for unknown / unparsed AVPs
Thu, 08 Jan 2009 13:55:12 +0900 Sebastien Decugis Fixed typo
Thu, 08 Jan 2009 13:45:08 +0900 Sebastien Decugis Update msg_update_length for cases with unknown AVP or message models (relaying messages)
Thu, 08 Jan 2009 13:29:13 +0900 Sebastien Decugis Fix error in dictionary search AVP
Wed, 07 Jan 2009 15:05:24 +0900 Sebastien Decugis Update doc
Wed, 07 Jan 2009 11:47:29 +0900 Sebastien Decugis Fixed ABNF definition for messages with 'E' flag
Wed, 07 Jan 2009 11:47:06 +0900 Sebastien Decugis Fixed test according to API changes
Mon, 05 Jan 2009 18:36:29 +0900 Sebastien Decugis Added configuration dump in app_test extension
Mon, 22 Dec 2008 15:41:58 +0900 Sebastien Decugis Added the logo image
Mon, 22 Dec 2008 13:35:11 +0900 Sebastien Decugis Fixed variable name conflict in extension
Mon, 22 Dec 2008 13:23:48 +0900 Sebastien Decugis Added cb in message dump
Mon, 22 Dec 2008 12:57:15 +0900 Sebastien Decugis Fixed some additional debug messages and levels
Mon, 22 Dec 2008 12:50:54 +0900 Sebastien Decugis Fixed debug levels, trace all incoming and outgoing messages with level of FULL
Mon, 22 Dec 2008 12:43:40 +0900 Sebastien Decugis Fixed debug levels, trace all incoming and outgoing messages with level of FULL
Mon, 22 Dec 2008 12:29:49 +0900 Sebastien Decugis Simpified dispatch callbacks prototype and behavior
Mon, 22 Dec 2008 11:06:20 +0900 Sebastien Decugis Add some temporary debug messages
Fri, 19 Dec 2008 17:48:04 +0900 Sebastien Decugis Ooops... forgot to send the answer ^^
Fri, 19 Dec 2008 17:41:20 +0900 Sebastien Decugis Resolved conflicting variable names
Fri, 19 Dec 2008 17:24:10 +0900 Sebastien Decugis Update msg_new to push default application id in new messages
Fri, 19 Dec 2008 17:15:39 +0900 Sebastien Decugis Fix test in function
Fri, 19 Dec 2008 17:04:38 +0900 Sebastien Decugis Add some traces for easier debug
Fri, 19 Dec 2008 16:43:29 +0900 Sebastien Decugis Added trace for debug
Fri, 19 Dec 2008 15:52:25 +0900 Sebastien Decugis Fix a rule definition
Fri, 19 Dec 2008 15:33:30 +0900 Sebastien Decugis Removed SIGUSR1 from signals caught by daemon, so it can be used in applications
Fri, 19 Dec 2008 15:27:46 +0900 Sebastien Decugis Fix broken sanity check, bis
Fri, 19 Dec 2008 15:24:52 +0900 Sebastien Decugis Fix broken sanity check
Fri, 19 Dec 2008 15:07:17 +0900 Sebastien Decugis Completed first version of app_test
Fri, 19 Dec 2008 10:25:29 +0900 Sebastien Decugis Fix provided by nobushi
Thu, 18 Dec 2008 18:16:14 +0900 Sebastien Decugis Added skeleton for app_test extension
Wed, 17 Dec 2008 16:37:43 +0900 Sebastien Decugis Completed test
"Welcome to our mercurial repository"