]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - changelog
gitignore: Add cabal produced artifacts
[tahoe-lafs/zfec.git] / changelog
1 Thu Dec 20 13:55:55 MST 2007  zooko@zooko.com
2   * zfec: silence a warning when compiling on Mac OS X with gcc, and refactor a complicated #define stanza into the shared header file
3
4 Thu Dec 20 13:55:32 MST 2007  zooko@zooko.com
5   * zfec: setup: include _version.py so that the zfec package has a version number again
6
7 Thu Dec 20 09:33:55 MST 2007  zooko@zooko.com
8   tagged zfec-1.3.1
9         
10 Thu Dec 20 09:31:13 MST 2007  zooko@zooko.com
11   * zfec: dual-license under GPL and TGPPL
12
13 Thu Dec 20 09:26:16 MST 2007  zooko@zooko.com
14   tagged zfec-1.3.0
15
16 Thu Dec 20 09:25:31 MST 2007  zooko@zooko.com
17   * zfec: add "changelog" file, which contains descriptions of the darcs patches since the last release that I think are interesting to users
18
19 Thu Dec 20 09:23:41 MST 2007  zooko@zooko.com
20   * zfec: setup: require setuptools_darcs >= 1.1.0 (fixes problem with building incomplete packages)
21
22 Wed Nov 14 09:44:26 MST 2007  zooko@zooko.com
23   * zfec: set STRIDE to 8192 after extensive experimentation on my PowerPC G4 867 MHz (256 KB L2 cache)
24   
25
26 Mon Nov 12 07:58:19 MST 2007  zooko@zooko.com
27   * zfec: reorder the inner loop to be more cache-friendly
28   
29   Loop over this stride of each input block before looping over all strides of
30   this input block.  In theory, this should allow the strides of the input blocks
31   to remain in cache while we produce all of the output blocks.
32   
33
34 Sun Nov 11 10:04:44 MST 2007  zooko@zooko.com
35   * zfec: do encoding within a fixed window of memory in order to be cache friendly
36
37 Tue Nov 13 13:13:52 MST 2007  zooko@zooko.com
38   * zfec: conditionally-compile the right magic to use alloca() with gcc -mno-cygwin
39
40 Tue Nov 13 13:11:33 MST 2007  zooko@zooko.com
41   * zfec: setup: fix the spelling of "zfec.fec" package name
42
43 Sun Nov 11 08:50:54 MST 2007  zooko@zooko.com
44   * zfec: add a TODO note
45
46 Fri Nov  9 11:17:04 MST 2007  zooko@zooko.com
47   tagged zfec-1.2.0