log

age author description
Thu, 02 May 2013 16:05:35 +0800 Sebastien Decugis Typo
Tue, 30 Apr 2013 15:37:57 +0800 Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced by the new hooks mechanism. Kept the calls to fd_msg_log in comments to find the locations easily. WORK 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 15:46:17 +0800 Sebastien Decugis New testcase to measure performance of the fd_msg_parse_* functions
Thu, 02 May 2013 12:59:58 +0800 Sebastien Decugis Use float type to solve /0 issue
Thu, 02 May 2013 12:20:30 +0800 Sebastien Decugis Forgot to include the new file in the build
Thu, 02 May 2013 12:02:37 +0800 Sebastien Decugis Fix typo
Thu, 02 May 2013 11:52:17 +0800 Sebastien Decugis Update dbg_monitor to use the new function
Thu, 02 May 2013 11:22:31 +0800 Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of fd_fifo_length.
Thu, 02 May 2013 11:22:22 +0800 Sebastien Decugis Fix invalid condition
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 10:58:06 +0800 Sebastien Decugis Change logic to remove compilation warning
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 13:31:31 +0200 Thomas Klausner merge
Mon, 29 Apr 2013 13:28:08 +0200 Thomas Klausner Add many more 3GPP AVPs and a few rules.
Mon, 29 Apr 2013 19:07:45 +0800 Sebastien Decugis Merged
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...
Mon, 29 Apr 2013 12:43:52 +0200 Thomas Klausner Raise "Conflicting rules" to error level since it causes validation
Mon, 29 Apr 2013 17:42:03 +0800 Sebastien Decugis Fix comment
Mon, 29 Apr 2013 17:15:34 +0800 Sebastien Decugis New feature in fd_fifo to get timing statistics
Fri, 10 May 2013 09:50:09 +0800 Sebastien Decugis Fix fifo_tget to propagate any error returned by the posix call
Fri, 10 May 2013 09:33:27 +0800 Sebastien Decugis Fix management of the tv_nsec to avoid invalid value (Thanks Guangming for the report: http://lists.freediameter.net/pipermail/dev/2013-May/000212.html)
Mon, 29 Apr 2013 12:43:41 +0800 Sebastien Decugis Use yylval to make gcc happy
Mon, 29 Apr 2013 12:30:07 +0800 Sebastien Decugis Use the pragma outside the function
Fri, 26 Apr 2013 16:59:38 +0200 Thomas Klausner Fix typo.
Thu, 25 Apr 2013 15:45:38 +0800 Sebastien Decugis Remove a useless warning
Wed, 24 Apr 2013 16:33:35 +0800 Sebastien Decugis Update documentation for Fedora
Wed, 24 Apr 2013 12:49:00 +0800 Sebastien Decugis Fix a number of remaining compilation warnings
Wed, 24 Apr 2013 11:17:30 +0800 Sebastien Decugis Add missing dependency for FreeBSD
Tue, 23 Apr 2013 17:43:02 +0800 Sebastien Decugis Yet another warning removed
Tue, 23 Apr 2013 17:23:01 +0800 Sebastien Decugis Added tag proposed_merged for changeset 09e2a6d796ef
Tue, 23 Apr 2013 17:16:18 +0800 Sebastien Decugis Update the changelog entry
Tue, 23 Apr 2013 15:59:26 +0800 Sebastien Decugis Fix some compilation warnings
Tue, 23 Apr 2013 15:59:15 +0800 Sebastien Decugis Update documentation
Tue, 23 Apr 2013 15:34:05 +0800 Sebastien Decugis Merge
Fri, 19 Apr 2013 11:29:48 +0200 Thomas Klausner merge
Fri, 19 Apr 2013 11:28:37 +0200 Thomas Klausner Add license.
Thu, 18 Apr 2013 15:50:10 +0200 Thomas Klausner Add extension that balances load over multiple peers based on outstanding requests.
Thu, 18 Apr 2013 15:49:45 +0200 Thomas Klausner Add extension that removes Destination-Host from Requests and restores it for Answers.
Thu, 18 Apr 2013 15:48:39 +0200 Thomas Klausner Fix pasto.
Tue, 23 Apr 2013 15:33:36 +0800 Sebastien Decugis Update doc for OpenSuse
Wed, 17 Apr 2013 18:39:13 +0800 Sebastien Decugis Merged
Tue, 16 Apr 2013 18:54:41 +0200 Thomas Klausner In TRACE_DEBUG, mention which thread we're in (Routing-IN/Routing-OUT/Dispatch).
Tue, 16 Apr 2013 18:53:51 +0200 Thomas Klausner Add fd_msg_dump_full function that dumps a message in human-readable format.
Tue, 16 Apr 2013 18:51:25 +0200 Thomas Klausner Improve dumper for time, and print longer UTF8 strings.
Wed, 17 Apr 2013 18:38:12 +0800 Sebastien Decugis Fix warning on old GCC versions
Tue, 16 Apr 2013 11:45:52 +0800 Sebastien Decugis Fix a number of additional warnings
Tue, 16 Apr 2013 11:18:59 +0800 Sebastien Decugis Explicitely use BUILD_TESTING, somehow it gets defined anyway
Tue, 16 Apr 2013 11:15:33 +0800 Sebastien Decugis Update the nightly script
Tue, 16 Apr 2013 10:33:43 +0800 Sebastien Decugis Fix invalid use of PRId64 primitive
Mon, 15 Apr 2013 16:13:07 +0800 Sebastien Decugis Remove a few remaining warnings
Mon, 15 Apr 2013 15:17:49 +0800 Sebastien Decugis Added tag proposed_merged for changeset 0117a7746b21
Mon, 15 Apr 2013 15:17:07 +0800 Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent commits
Sat, 13 Apr 2013 22:18:05 +0200 Thomas Klausner More portable version of printflike.
Sat, 13 Apr 2013 16:26:09 +0200 Thomas Klausner Mark fd_log and fd_msg_log as printf-like functions, and fix a warning
Fri, 12 Apr 2013 12:36:36 +0800 Sebastien Decugis Added tag proposed_merged for changeset 2a510c541472
Fri, 12 Apr 2013 12:35:17 +0800 Sebastien Decugis Merged
Thu, 11 Apr 2013 18:46:00 +0200 Thomas Klausner Fix spin/core-dump inducing format string error.
Fri, 12 Apr 2013 12:32:57 +0800 Sebastien Decugis Silence a few remaining warnings
Mon, 01 Apr 2013 16:17:13 +0800 Sebastien Decugis New extension rt_busypeers. See doc/rt_busypeers.conf.sample for more information. This code is not tested yet
"Welcome to our mercurial repository"