]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/history - zfec
fec.c: add asserts for the preconditions that the inputs need to meet
[tahoe-lafs/zfec.git] / zfec /
2016-01-24 Ramakrishnan Muthu... fec.c: add asserts for the preconditions that the input...
2016-01-22 Ramakrishnan Muthu... _fecmodule.c: scope loop variables to the absolutely...
2016-01-22 Ramakrishnan Muthu... zfec/_fecmodule.c: %Zu is an invalid format specifier...
2016-01-22 Ramakrishnan Muthu... zfec/fec.c: limit the scope of loop variables, use...
2016-01-21 Ramakrishnan Muthu... zfec: rearrange files
2013-05-16 zookoadd exceptions to GPL and TGPPL to allow derivative...
2012-08-21 zookohttps for tahoe-lafs.org
2012-04-11 zookosetup: workaround bug in distutils that ships with...
2012-04-11 zookosetup: require the argparse distribution only if the...
2012-03-31 zookodocs: README.rst: add an extra newline to separate...
2012-03-31 zookodocs: README.rst: update URLs, recommend tahoe-dev...
2012-03-31 zookodocs: README.rst: reflow to fill-column 77, prepend...
2011-07-17 zookocopy in the latest version of zetuptoolz from the tahoe...
2011-03-10 zookosetup: install_requires argparse only if Python version...
2011-03-06 zookobench: add note to README.rst about how to run the...
2011-03-06 zookobench: print out results in MB/sec instead of nanosecon...
2011-03-05 zookobench: take --k= and --m= options on the cmdline and...
2011-02-02 zookosetup: setup_require setuptools_trial only if one of...
2011-01-30 zookosetup: ascii-ify the README.rst because distutils in...
2011-01-16 zookosetup: oh, and if there is a utf-8 "BOM" then decode...
2011-01-16 zookosetup: oh, and actually pass that string to setup(...
2011-01-16 zookosetup: if there is a utf-8 "BOM" at the beginning on...
2011-01-16 zookosetup: don't build-dep on darcsver unless 'darcsver...
2010-12-05 zookodocs: update README.rst
2010-12-04 zookosetup: comment-out the setup_requires on setuptools_dar...
2010-12-04 zookodocs: update docs and metadata
2010-08-01 zookosetup: setup always requires setuptools_trial
2010-08-01 zookosetup: setup requires setuptools_trial if it is to...
2010-08-01 zookoM-x whitespace-cleanup
2010-08-01 zookosetup: tests require setuptools_trial
2010-08-01 zookosetup: tests require twisted and trialcoverage if the...
2010-06-08 zookosetup: remove redundant copy of run_trial.py
2010-05-24 zookoapply patch from Samuel Neves to stop relying on C99...
2010-05-24 zookosetup: add misc/run_trial.py
2010-05-24 zookosetup: bundle the latest zetuptoolz as unpacked source...
2010-05-24 zookosetup: remove bundled zipped egg of zetuptoolz-0.6c12de...
2008-07-25 zookoadd test for instantiating Decoder with no args
2008-07-25 zookoadd a test for instantiating Encoder with absent arguments
2010-05-04 zookowhitespace, docstrings, copyright statements
2009-09-04 zookodocs: add thorough licensing information to the "copyri...
2009-09-04 zookodocs: remove old licensing text that was accidentally...
2009-08-17 zookosetup: okay, actually try 0.6c12dev this time
2009-08-17 zookosetup: try to install our toothpick of setuptools ...
2009-08-17 zookosetup: relax requirement on setuptools from >= 0.6c12de...
2009-08-17 zookodoc: TGPPLv1+, not TGGPLv1
2009-06-23 zookotrivial: hush pyflakes
2009-06-23 zookosetup: upgrade the bundled copy of zetuptoolz from...
2009-06-23 zookosetup: change location of doc files, add copyright...
2009-06-17 zookosetup: raise setuptools version requirement to 0.6c9...
2009-06-17 zookosetup: require setuptools >= 0.6c9 on Windows, but...
2009-06-17 zookosetup: add setup_requires += stdeb if "sdist_dsc" appea...
2009-06-17 zookodocs: add NEWS.txt to describe changes in the new release
2009-06-17 zookosetup: merge two patches which both change VERSIONFILE...
2009-02-11 zookodoc: README.txt: fix URL
2009-06-17 zookosetup: build-requirement on setuptools from 0.6c10...
2009-06-17 zookosetup: undo the recent change to make argparse and...
2009-06-08 zookosetup: tiny change to conform to my standard setup...
2009-06-15 zookosetup: loosen the requirements -- you need argparse...
2009-06-15 zookonarrow types of k and m from unsigned to unsigned short
2009-06-15 zookotests: cleaner tests by writing "self.fail(why)" instea...
2009-06-15 zookosilence deprecation warning by using hashlib if it...
2009-06-15 zooko#include <stddef.h> -- it is required for size_t (on...
2009-06-15 zookofix segfault when invalid arguments are passed to const...
2009-06-15 zookosetup: increase requirement on setuptools version to...
2009-06-15 zookosetup: don't use BaseException (introduced in Python...
2009-06-14 zookofinally figured out what the C compiler was trying...
2009-06-14 zookotrivial: try to silence a gcc warning about prototypes
2009-06-14 zookotrivial: really hush pyflakes this time
2009-06-14 zookoremove unused imports noticed by pyflakes
2009-06-14 zookosee if this silences the "not a prototype" warning
2009-06-14 zookosetup: require darcsver
2009-06-14 zookoquiet pyflakes
2009-06-14 zookosetup: add setup.cfg to trigger darcsver before other...
2009-01-31 zookodocs: recommend 7z
2007-12-29 zookozfec: README: recommend 7zip instead of rzip and simpli...
2009-01-05 zookosetup: upgrade to my hacked version of ez_setup.py
2009-01-05 zookosetup: bundle my version of setuptools
2009-01-05 zookodocs: update docs a little
2009-01-05 zookosetup: VERSIONFILE boilerplate tidy-up
2009-01-05 zookosetup: remove bundled dependencies
2008-10-21 zookosetup: add classifiers indicating what versions of...
2008-10-13 zookosetup: fix harmless silliness in --debug parsing, add...
2008-09-30 zookosetup: remove bundled pyutil-1.3.12
2008-09-13 zookosetup: add some scripts to benchmark zfec with differen...
2008-09-11 zookosetup: fix another bug in the "build with a specific...
2008-09-11 zookosetup: fix bug in detection of --stride option to build
2008-09-14 zookodoc: a few more edits to README.txt
2008-09-14 zookodoc: update README.txt
2008-07-25 zookosetup: url=http://allmydata.org/trac/zfec
2008-09-08 zookomake the STRIDE settable at build-time with the "-...
2008-05-20 zookogive names to C functions for use in reporting exceptio...
2008-05-20 zookosetup: update docs in setup code
2008-01-21 aglAdd COPYING.GPL, COPYING.TGPPL.html to Haskell distribu...
2008-05-19 zookosetup: specify data_files in such a way that stdeb...
2008-01-20 aglUpdate README.txt with details on Haskell testing/docum...
2008-01-20 zookodoc: add mention of Haskell to the docs -- incomplete...
2008-01-20 zookodocs: README.txt: reflow to 80 cols and strip trailing...
2008-01-20 aglAdd Haskell bindings to zfec
2008-01-19 aglMake one of the comments more clear
2008-01-19 zookosetup: new way to require darcsver and setuptools_darcs
next