]> git.ipfire.org Git - thirdparty/tor.git/log
thirdparty/tor.git
16 years agoFix bugs relating to not counting timeouts as circuit builds.
Mike Perry [Wed, 9 Sep 2009 07:01:57 +0000 (00:01 -0700)] 
Fix bugs relating to not counting timeouts as circuit builds.

Also use bin midpoints for time values.

16 years agoDocument functions and constants.
Mike Perry [Tue, 8 Sep 2009 08:31:29 +0000 (01:31 -0700)] 
Document functions and constants.

16 years agoRemove an assert.
Mike Perry [Mon, 7 Sep 2009 04:05:17 +0000 (21:05 -0700)] 
Remove an assert.

It seems to fire because of precision issues. Added
more debug info to the warn to try to figure out for sure.

16 years agoFix issues found by arma in review.
Mike Perry [Mon, 7 Sep 2009 03:43:02 +0000 (20:43 -0700)] 
Fix issues found by arma in review.

16 years agospace/indent cleanups, plus point out three bugs
Roger Dingledine [Mon, 7 Sep 2009 03:14:13 +0000 (23:14 -0400)] 
space/indent cleanups, plus point out three bugs

16 years agoWoops. Fix a couple memory leaks.
Mike Perry [Fri, 4 Sep 2009 20:42:58 +0000 (13:42 -0700)] 
Woops. Fix a couple memory leaks.

Also change the max timeout quantile to 0.98, so we can
avoid huge synthetic timeout values.

16 years agoRemove trailing spaces. As if bytes were free...
Karsten Loesing [Thu, 3 Sep 2009 12:44:01 +0000 (14:44 +0200)] 
Remove trailing spaces. As if bytes were free...

Also correct some typos.

16 years agoResolve mode ties in favor of the higher (slower) mode.
Mike Perry [Wed, 2 Sep 2009 22:29:34 +0000 (15:29 -0700)] 
Resolve mode ties in favor of the higher (slower) mode.

16 years agoMore detail for some log msgs.
Mike Perry [Wed, 2 Sep 2009 04:12:47 +0000 (21:12 -0700)] 
More detail for some log msgs.

16 years agoUse our variable directly for timeout.
Mike Perry [Wed, 2 Sep 2009 03:27:43 +0000 (20:27 -0700)] 
Use our variable directly for timeout.

Using CircuitBuildTimeout is prone to issues with SIGHUP, etc.
Also, shuffle the circuit build times array after loading it
in so that newer measurements don't replace chunks of
similarly timed measurements.

16 years agoUpdate proposal to bring it more in-line with implementation.
Mike Perry [Wed, 2 Sep 2009 03:13:52 +0000 (20:13 -0700)] 
Update proposal to bring it more in-line with implementation.

16 years agoFix a couple of assert bugs.
Mike Perry [Tue, 1 Sep 2009 22:40:54 +0000 (15:40 -0700)] 
Fix a couple of assert bugs.

16 years agoFix timeout edge case when we get enough samples.
Mike Perry [Tue, 1 Sep 2009 15:07:26 +0000 (08:07 -0700)] 
Fix timeout edge case when we get enough samples.

Also switch Xm calculation to mode, not min.

16 years agoFix the math.h log() conflict.
Mike Perry [Tue, 1 Sep 2009 06:09:54 +0000 (23:09 -0700)] 
Fix the math.h log() conflict.

It was compiling, but causing segfaults.

Also, adjust when the timer starts for new test circs
and save state every 25 circuits.

16 years agoRecover from changing network connections.
Mike Perry [Tue, 1 Sep 2009 01:10:27 +0000 (18:10 -0700)] 
Recover from changing network connections.

Also add code to keep creating circuits every minute until we
hit our minimum threshhold.

16 years agoFactor out the pretimeout handling code.
Mike Perry [Fri, 28 Aug 2009 09:05:02 +0000 (02:05 -0700)] 
Factor out the pretimeout handling code.

We need to also call it if we're going to calculate alpha
after a normal circuit build.

16 years agoWrite unit tests and fix issues they uncovered.
Mike Perry [Fri, 28 Aug 2009 06:28:20 +0000 (23:28 -0700)] 
Write unit tests and fix issues they uncovered.

16 years agoImplement the pareto fitting and timeout calculating bits.
Mike Perry [Thu, 27 Aug 2009 08:46:06 +0000 (01:46 -0700)] 
Implement the pareto fitting and timeout calculating bits.

16 years agoClean up Fallon's partially complete GSoC project.
Mike Perry [Wed, 26 Aug 2009 00:13:12 +0000 (17:13 -0700)] 
Clean up Fallon's partially complete GSoC project.

The code actually isn't that bad. It's a shame she didn't finish.
Using it as the base for this feature.

16 years agoMerge branch 'tmp'
Roger Dingledine [Wed, 16 Sep 2009 21:18:35 +0000 (17:18 -0400)] 
Merge branch 'tmp'

16 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Tue, 15 Sep 2009 23:37:26 +0000 (19:37 -0400)] 
Merge commit 'origin/maint-0.2.1'

Resolved conflicts in:
src/or/circuitbuild.c

16 years agoMerge commit 'sebastian/memleak' into maint-0.2.1
Nick Mathewson [Tue, 15 Sep 2009 23:35:16 +0000 (19:35 -0400)] 
Merge commit 'sebastian/memleak' into maint-0.2.1

16 years agomake some bug 1090 warnings go away
Sebastian Hahn [Fri, 11 Sep 2009 13:40:09 +0000 (15:40 +0200)] 
make some bug 1090 warnings go away

When we excluded some Exits, we were sometimes warning the user that we
were going to use the node regardless. Many of those warnings were in
fact bogus, because the relay in question was not used to connect to
the outside world.

Based on patch by Rotor, thanks!

16 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Tue, 15 Sep 2009 16:53:44 +0000 (12:53 -0400)] 
Merge commit 'origin/maint-0.2.1'

16 years agoFix compile on Snow Leopard
Sebastian Hahn [Tue, 15 Sep 2009 08:33:58 +0000 (10:33 +0200)] 
Fix compile on Snow Leopard

16 years agosome cleanups:
Sebastian Hahn [Thu, 3 Sep 2009 01:01:23 +0000 (03:01 +0200)] 
some cleanups:

documentation fix for get_uint64
remove extra "." from a log line
fix a long line

16 years agorevert the month in the man page, so we don't drive weasel mad
Roger Dingledine [Tue, 15 Sep 2009 10:52:23 +0000 (06:52 -0400)] 
revert the month in the man page, so we don't drive weasel mad

16 years agoForward port patches/06_add_compile_time_defaults.dpatch
Peter Palfrader [Thu, 3 Sep 2009 13:10:47 +0000 (15:10 +0200)] 
Forward port patches/06_add_compile_time_defaults.dpatch

16 years agoForward port patches/03_tor_manpage_in_section_8.dpatch
Peter Palfrader [Thu, 3 Sep 2009 13:07:08 +0000 (15:07 +0200)] 
Forward port patches/03_tor_manpage_in_section_8.dpatch

16 years agoNew upstream version
Peter Palfrader [Thu, 3 Sep 2009 12:53:51 +0000 (14:53 +0200)] 
New upstream version

16 years agoRead "circwindow=x" from the consensus and use it
Roger Dingledine [Tue, 15 Sep 2009 10:33:33 +0000 (06:33 -0400)] 
Read "circwindow=x" from the consensus and use it

Tor now reads the "circwindow" parameter out of the consensus,
and uses that value for its circuit package window rather than the
default of 1000 cells. Begins the implementation of proposal 168.

16 years agoConsensusParams config option lists key=value params
Roger Dingledine [Tue, 15 Sep 2009 08:40:08 +0000 (04:40 -0400)] 
ConsensusParams config option lists key=value params

finishes the authority-operator interface side of proposal 167.

16 years agoParameter access function, with unit tests.
Nick Mathewson [Tue, 15 Sep 2009 03:39:08 +0000 (23:39 -0400)] 
Parameter access function, with unit tests.

16 years agoMark proposal 167 as implemented.
Nick Mathewson [Tue, 15 Sep 2009 03:24:39 +0000 (23:24 -0400)] 
Mark proposal 167 as implemented.

16 years agoImplement proposal 167: Authorities vote on network parameters.
Nick Mathewson [Tue, 15 Sep 2009 02:15:57 +0000 (22:15 -0400)] 
Implement proposal 167: Authorities vote on network parameters.

This code adds a new field to vote on: "params".  It consists of a list of
sorted key=int pairs.  The output is computed as the median of all the
integers for any key on which anybody voted.

Improved with input from Roger.

16 years agoAdd a median_int32 and find_nth_int32
Nick Mathewson [Tue, 15 Sep 2009 03:14:03 +0000 (23:14 -0400)] 
Add a median_int32 and find_nth_int32

16 years agoFix a memory leak when parsing a ns
Sebastian Hahn [Sun, 13 Sep 2009 19:47:55 +0000 (21:47 +0200)] 
Fix a memory leak when parsing a ns

Adding the same vote to a networkstatus consensus leads to a memory leak
on the client side. Fix that by only using the first vote from any given
voter, and ignoring the others.

Problem found by Rotor, who also helped writing the patch. Thanks!

16 years agominor fixes in some comments
Roger Dingledine [Mon, 7 Sep 2009 00:09:08 +0000 (20:09 -0400)] 
minor fixes in some comments

16 years agoFix obscure 64-bit big-endian hidserv bug
Roger Dingledine [Thu, 3 Sep 2009 00:36:11 +0000 (20:36 -0400)] 
Fix obscure 64-bit big-endian hidserv bug

Fix an obscure bug where hidden services on 64-bit big-endian
systems might mis-read the timestamp in v3 introduce cells, and
refuse to connect back to the client. Discovered by "rotor".
Bugfix on 0.2.1.6-alpha.

16 years agoi couldn't break nick's tor_parse_double()
Roger Dingledine [Wed, 2 Sep 2009 05:10:10 +0000 (01:10 -0400)] 
i couldn't break nick's tor_parse_double()

i guess that means i should call them unit tests and check them in.

16 years agospelling, indenting, punctuating
Roger Dingledine [Wed, 2 Sep 2009 03:14:54 +0000 (23:14 -0400)] 
spelling, indenting, punctuating

16 years agomove the packaging change list to 0.2.2.1-alpha
Roger Dingledine [Wed, 2 Sep 2009 02:51:46 +0000 (22:51 -0400)] 
move the packaging change list to 0.2.2.1-alpha

16 years agoMerge branch 'maint-0.2.1'
Roger Dingledine [Wed, 2 Sep 2009 02:49:37 +0000 (22:49 -0400)] 
Merge branch 'maint-0.2.1'

16 years agoturns out the packaging changes aren't in 0.2.1.20
Roger Dingledine [Wed, 2 Sep 2009 02:46:41 +0000 (22:46 -0400)] 
turns out the packaging changes aren't in 0.2.1.20

16 years agoFix compile warnings on Snow Leopard
Sebastian Hahn [Tue, 1 Sep 2009 03:23:47 +0000 (05:23 +0200)] 
Fix compile warnings on Snow Leopard

Big thanks to nickm and arma for helping me with this!

16 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Tue, 1 Sep 2009 20:07:40 +0000 (16:07 -0400)] 
Merge commit 'origin/maint-0.2.1'

16 years agoupdate changelog with bundle details
Andrew Lewman [Tue, 1 Sep 2009 19:28:03 +0000 (15:28 -0400)] 
update changelog with bundle details

16 years agoMerge commit 'origin/maint-0.2.1'
Nick Mathewson [Tue, 1 Sep 2009 19:59:40 +0000 (15:59 -0400)] 
Merge commit 'origin/maint-0.2.1'

16 years agoRemove a debug printf
Sebastian Hahn [Tue, 1 Sep 2009 12:54:14 +0000 (14:54 +0200)] 
Remove a debug printf

16 years agotypo
Sebastian Hahn [Sat, 29 Aug 2009 16:34:28 +0000 (18:34 +0200)] 
typo

16 years agoUse an _actual_ fix for the byte-reverse warning.
Nick Mathewson [Tue, 1 Sep 2009 19:51:09 +0000 (15:51 -0400)] 
Use an _actual_ fix for the byte-reverse warning.

(Given that we're pretty much assuming that int is 32 bits, and given that
hex values are always unsigned, taking out the "ul" from 0xff000000 should
be fine.)

16 years agoUse a simpler fix for the byte-reversing warning
Nick Mathewson [Tue, 1 Sep 2009 19:41:38 +0000 (15:41 -0400)] 
Use a simpler fix for the byte-reversing warning

16 years agoFix compile warnings on Snow Leopard
Sebastian Hahn [Tue, 1 Sep 2009 03:23:47 +0000 (05:23 +0200)] 
Fix compile warnings on Snow Leopard

Big thanks to nickm and arma for helping me with this!

16 years agoMerge commit 'public/bug1076'
Nick Mathewson [Tue, 1 Sep 2009 06:01:49 +0000 (02:01 -0400)] 
Merge commit 'public/bug1076'

16 years agoAdd getinfo accepted-server-descriptor. Clean spec.
Roger Dingledine [Mon, 31 Aug 2009 22:37:25 +0000 (18:37 -0400)] 
Add getinfo accepted-server-descriptor. Clean spec.

Add a "getinfo status/accepted-server-descriptor" controller
command, which is the recommended way for controllers to learn
whether our server descriptor has been successfully received by at
least on directory authority. Un-recommend good-server-descriptor
getinfo and status events until we have a better design for them.

16 years agoMerge branch 'maint-0.2.1'
Roger Dingledine [Mon, 31 Aug 2009 20:26:01 +0000 (16:26 -0400)] 
Merge branch 'maint-0.2.1'

16 years agoOnly send reachability status events on overall success/failure
Roger Dingledine [Mon, 31 Aug 2009 20:14:41 +0000 (16:14 -0400)] 
Only send reachability status events on overall success/failure

We were telling the controller about CHECKING_REACHABILITY and
REACHABILITY_FAILED status events whenever we launch a testing
circuit or notice that one has failed. Instead, only tell the
controller when we want to inform the user of overall success or
overall failure. Bugfix on 0.1.2.6-alpha. Fixes bug 1075. Reported
by SwissTorExit.

16 years agoRevise parsing of time and memory units to handle spaces.
Nick Mathewson [Mon, 31 Aug 2009 04:18:55 +0000 (00:18 -0400)] 
Revise parsing of time and memory units to handle spaces.

When we added support for fractional units (like 1.5 MB) I broke
support for giving units with no space (like 2MB).  This patch should
fix that.  It also adds a propoer tor_parse_double().

Fix for bug 1076.  Bugfix on 0.2.2.1-alpha.

16 years agoMerge branch 'maint-0.2.1'
Roger Dingledine [Fri, 28 Aug 2009 07:47:18 +0000 (03:47 -0400)] 
Merge branch 'maint-0.2.1'

16 years agoOnly send netinfo clock_skew to controller if an authority told us so
Roger Dingledine [Fri, 28 Aug 2009 07:42:09 +0000 (03:42 -0400)] 
Only send netinfo clock_skew to controller if an authority told us so

We were triggering a CLOCK_SKEW controller status event whenever
we connect via the v2 connection protocol to any relay that has
a wrong clock. Instead, we should only inform the controller when
it's a trusted authority that claims our clock is wrong. Bugfix
on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit.

16 years agobump to 0.2.2.1-alpha-dev
Roger Dingledine [Fri, 28 Aug 2009 02:27:31 +0000 (22:27 -0400)] 
bump to 0.2.2.1-alpha-dev

16 years agostart changelog for 0.2.2.2-alpha
Roger Dingledine [Fri, 28 Aug 2009 02:27:25 +0000 (22:27 -0400)] 
start changelog for 0.2.2.2-alpha

16 years agoMerge branch 'maint-0.2.1'
Roger Dingledine [Fri, 28 Aug 2009 01:56:10 +0000 (21:56 -0400)] 
Merge branch 'maint-0.2.1'

16 years agoextremely infinite? who talks like that?
Roger Dingledine [Fri, 28 Aug 2009 01:54:41 +0000 (21:54 -0400)] 
extremely infinite? who talks like that?

16 years agoMerge branch 'maint-0.2.1'
Roger Dingledine [Fri, 28 Aug 2009 01:42:58 +0000 (21:42 -0400)] 
Merge branch 'maint-0.2.1'

16 years agoHiddenServiceVersion must be set to 2 currently. tor-0.2.2.1-alpha
Sebastian Hahn [Thu, 27 Aug 2009 03:10:48 +0000 (05:10 +0200)] 
HiddenServiceVersion must be set to 2 currently.

0d68da2381780e2f8010b52a9e062947554699d5 removed support for Version 0,
but didn't fix the manpage.

16 years agoput karsten's changelog in the right place
Roger Dingledine [Thu, 27 Aug 2009 00:20:09 +0000 (20:20 -0400)] 
put karsten's changelog in the right place

16 years agoWhen Tor fails to parse a descriptor of any kind, dump it to disk.
Karsten Loesing [Thu, 20 Aug 2009 16:45:03 +0000 (18:45 +0200)] 
When Tor fails to parse a descriptor of any kind, dump it to disk.

16 years agoupdate fetch-all with dir auth
Andrew Lewman [Fri, 14 Aug 2009 01:13:09 +0000 (21:13 -0400)] 
update fetch-all with dir auth

16 years agochangelog and spec changes for the .exit fix
Roger Dingledine [Wed, 26 Aug 2009 19:43:18 +0000 (15:43 -0400)] 
changelog and spec changes for the .exit fix

16 years agobump to 0.2.2.1-alpha
Roger Dingledine [Wed, 26 Aug 2009 19:01:43 +0000 (15:01 -0400)] 
bump to 0.2.2.1-alpha

16 years agotypos in dir-spec
Roger Dingledine [Wed, 26 Aug 2009 18:48:13 +0000 (14:48 -0400)] 
typos in dir-spec

16 years agomark off a done proposal
Roger Dingledine [Wed, 26 Aug 2009 18:47:29 +0000 (14:47 -0400)] 
mark off a done proposal

16 years agonobody forward-ported the 0.2.0.35 changelog
Roger Dingledine [Wed, 26 Aug 2009 18:11:53 +0000 (14:11 -0400)] 
nobody forward-ported the 0.2.0.35 changelog

16 years agoclean up the changelog for 0.2.2.1-alpha
Roger Dingledine [Wed, 26 Aug 2009 17:58:19 +0000 (13:58 -0400)] 
clean up the changelog for 0.2.2.1-alpha

16 years agoMerge commit 'karsten/proposal-166-impl-master'
Nick Mathewson [Wed, 26 Aug 2009 15:36:40 +0000 (11:36 -0400)] 
Merge commit 'karsten/proposal-166-impl-master'

16 years agoA changelog entry and a bit more documentation for socks-client
Nick Mathewson [Wed, 26 Aug 2009 15:34:45 +0000 (11:34 -0400)] 
A changelog entry and a bit more documentation for socks-client

16 years agoMerge commit 'public/socks-client'
Nick Mathewson [Wed, 26 Aug 2009 15:27:19 +0000 (11:27 -0400)] 
Merge commit 'public/socks-client'

Resolved conflict in:
src/or/or.h

16 years agoMerge commit 'phobos/vidalia-bundle-updates-maint-0.2.1' into maint-0.2.1
Nick Mathewson [Tue, 25 Aug 2009 20:36:39 +0000 (16:36 -0400)] 
Merge commit 'phobos/vidalia-bundle-updates-maint-0.2.1' into maint-0.2.1

16 years agoupdate osx-dmg creation directions for the new methods
phobos [Tue, 25 Aug 2009 19:58:25 +0000 (15:58 -0400)] 
update osx-dmg creation directions for the new methods

16 years agoClean up a couple of style issues in the socks-client branch.
Nick Mathewson [Tue, 25 Aug 2009 14:30:54 +0000 (10:30 -0400)] 
Clean up a couple of style issues in the socks-client branch.

16 years agonew proposals: params in consensus, and lower circwindow
Roger Dingledine [Tue, 25 Aug 2009 04:34:29 +0000 (00:34 -0400)] 
new proposals: params in consensus, and lower circwindow

16 years agoAdd some fixes after discussion with Nick.
Karsten Loesing [Fri, 21 Aug 2009 21:02:36 +0000 (23:02 +0200)] 
Add some fixes after discussion with Nick.

- Refactor geoip.c by moving duplicate code into rotate_request_period().
- Don't leak memory when cleaning up cell queues.
- Make sure that exit_(streams|bytes_(read|written)) are initialized in all
  places accessing these arrays.
- Read only the last block from *stats files and ensure that its timestamp
  is not more than 25 hours in the past and not more than 1 hour in the
  future.
- Stop truncating the last character when reading *stats files.

The only thing that's left now is to avoid reading whole *stats files into
memory.

16 years agoRefactor geoip_get_dirreq_history() some more.
Nick Mathewson [Fri, 21 Aug 2009 17:35:47 +0000 (13:35 -0400)] 
Refactor geoip_get_dirreq_history() some more.

This patch avoids a bunch of allocations, and avoids using unallocated
memory.

16 years agoFix a memory leak in summarizing directory request timing.
Nick Mathewson [Fri, 21 Aug 2009 17:17:50 +0000 (13:17 -0400)] 
Fix a memory leak in summarizing directory request timing.

Spotted by Coverity Scan.

16 years agoAdd the first 8 bytes of the git commit digest to our versions.
Nick Mathewson [Fri, 12 Jun 2009 17:38:37 +0000 (13:38 -0400)] 
Add the first 8 bytes of the git commit digest to our versions.

Note that unlike subversion revision numbers, it isn't meaningful to
compare these for anything but equality.  We define a sort-order anyway,
in case one of these accidentally slips into a recommended-versions
list.

16 years agoautoconf 2.59 appears not to support AC_PROG_SED
Roger Dingledine [Fri, 21 Aug 2009 03:02:57 +0000 (23:02 -0400)] 
autoconf 2.59 appears not to support AC_PROG_SED

16 years agoSurvive unparseable cached cert file
Roger Dingledine [Thu, 20 Aug 2009 20:56:21 +0000 (16:56 -0400)] 
Survive unparseable cached cert file

16 years agoNotice v3 cert parsing failures
Roger Dingledine [Thu, 20 Aug 2009 20:50:51 +0000 (16:50 -0400)] 
Notice v3 cert parsing failures

If any the v3 certs we download are unparseable, we should actually
notice the failure so we don't retry indefinitely. Bugfix on 0.2.0.x;
reported by "rotator".

16 years agoMake crypto_digest_get_digest nondestructive again.
Nick Mathewson [Thu, 20 Aug 2009 16:03:32 +0000 (12:03 -0400)] 
Make crypto_digest_get_digest nondestructive again.

Fixes bug in f57883a39.

16 years agoFix a rare infinite-recursion bug when shutting down.
Nick Mathewson [Thu, 20 Aug 2009 15:51:34 +0000 (11:51 -0400)] 
Fix a rare infinite-recursion bug when shutting down.

Once we had called log_free_all(), anything that tried to log a
message (like a failed tor_assert()) would fail like this:

   1. The logging call eventually invokes the _log() function.
   2. _log() calls tor_mutex_lock(log_mutex).
   3. tor_mutex_lock(m) calls tor_assert(m).
   4. Since we freed the log_mutex, tor_assert() fails, and tries to
      log its failure.
   5. GOTO 1.

Now we allocate the mutex statically, and never destroy it on
shutdown.

Bugfix on 0.2.0.16-alpha, which introduced the log mutex.

This bug was found by Matt Edman.

16 years agoMake consensus_method_is_supported() be the canonical source for its info.
Nick Mathewson [Thu, 20 Aug 2009 02:07:32 +0000 (22:07 -0400)] 
Make consensus_method_is_supported() be the canonical source for its info.

Add a new function to derive the declared method list from
consensus_method_is_supported().

16 years agoAdd a SHA256 implementation for platforms that lack it.
Nick Mathewson [Thu, 20 Aug 2009 05:47:13 +0000 (01:47 -0400)] 
Add a SHA256 implementation for platforms that lack it.

(This would be everywhere running OpenSSL 0.9.7x and earlier, including
all current Macintosh users.)

The code is based on Tom St Denis's LibTomCrypt implementation,
modified to be way less general and use Tor's existing facilities.  I
picked this one because it was pretty fast and pretty free, and
because Python uses it too.

16 years agoAdd basic support for SHA256.
Nick Mathewson [Wed, 19 Aug 2009 23:21:29 +0000 (19:21 -0400)] 
Add basic support for SHA256.

This adds an openssl 0.9.8 dependency.  Let's see if anybody cares.

16 years agoSome final (?) cleanups of proposal 166 implementation.
Karsten Loesing [Wed, 19 Aug 2009 21:36:27 +0000 (23:36 +0200)] 
Some final (?) cleanups of proposal 166 implementation.

16 years agoFix a couple of bugs that showed up at runtime.
Karsten Loesing [Wed, 19 Aug 2009 17:16:00 +0000 (19:16 +0200)] 
Fix a couple of bugs that showed up at runtime.

16 years agoDon't write extra-info document to debug logs.
Karsten Loesing [Wed, 19 Aug 2009 15:15:51 +0000 (17:15 +0200)] 
Don't write extra-info document to debug logs.

16 years agoUpdate ChangeLog with changes from proposal 166.
Karsten Loesing [Wed, 19 Aug 2009 15:14:35 +0000 (17:14 +0200)] 
Update ChangeLog with changes from proposal 166.

16 years agoMove all *-stats file to subdirectory stats/.
Karsten Loesing [Wed, 19 Aug 2009 15:10:40 +0000 (17:10 +0200)] 
Move all *-stats file to subdirectory stats/.

16 years agoInclude only the last 24 hours of stats in extra-info documents.
Karsten Loesing [Wed, 19 Aug 2009 14:30:00 +0000 (16:30 +0200)] 
Include only the last 24 hours of stats in extra-info documents.