2016-02-17 |
Ramakrishnan... | haskell binding: add a stack meta data file master |
commit | commitdiff | tree | snapshot |
2016-02-17 |
Ramakrishnan... | gitignore: Add cabal produced artifacts |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Ramakrishnan... | zfec: start using versioneer for version/release management |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Ramakrishnan... | gitignore: fix the paths broken after the re-arrangemen... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Ramakrishnan... | setuptools: remove the dependency on a custom copy... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Ramakrishnan... | setup.py: compile C modules with -Wextra warning flag |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Ramakrishnan... | filefec: Bug fix for the files with certain lengths... |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Ramakrishnan... | fec.c: add asserts for the preconditions that the input... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Ramakrishnan... | _fecmodule.c: scope loop variables to the absolutely... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Ramakrishnan... | zfec/_fecmodule.c: %Zu is an invalid format specifier... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Ramakrishnan... | zfec/fec.c: limit the scope of loop variables, use... |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Ramakrishnan... | zfec: rearrange files |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Ramakrishnan... | stick a .gitignore file |
commit | commitdiff | tree | snapshot |
2013-05-16 |
zooko | add exceptions to GPL and TGPPL to allow derivative... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
zooko | https for tahoe-lafs.org |
commit | commitdiff | tree | snapshot |
2012-04-11 |
zooko | setup: workaround bug in distutils that ships with... |
commit | commitdiff | tree | snapshot |
2012-04-11 |
zooko | setup: require the argparse distribution only if the... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
zooko | show-tool-versions: print openssl version |
commit | commitdiff | tree | snapshot |
2012-03-31 |
zooko | docs: README.rst: add an extra newline to separate... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
zooko | docs: README.rst: update URLs, recommend tahoe-dev... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
zooko | docs: README.rst: reflow to fill-column 77, prepend... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
zooko | setup: copy in the latest version of show-tool-versions... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
zooko | copy in the latest version of zetuptoolz from the tahoe... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
zooko | setup: install_requires argparse only if Python version... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
zooko | bench: add note to README.rst about how to run the... |
commit | commitdiff | tree | snapshot |
2011-03-06 |
zooko | bench: print out results in MB/sec instead of nanosecon... |
commit | commitdiff | tree | snapshot |
2011-03-05 |
zooko | bench: take --k= and --m= options on the cmdline and... |
commit | commitdiff | tree | snapshot |
2011-02-02 |
zooko | setup: setup_require setuptools_trial only if one of... |
commit | commitdiff | tree | snapshot |
2011-01-30 |
zooko | setup: ascii-ify the README.rst because distutils in... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
zooko | setup: oh, and if there is a utf-8 "BOM" then decode... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
zooko | setup: oh, and actually pass that string to setup(... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
zooko | setup: if there is a utf-8 "BOM" at the beginning on... |
commit | commitdiff | tree | snapshot |
2011-01-16 |
zooko | setup: don't build-dep on darcsver unless 'darcsver... |
commit | commitdiff | tree | snapshot |
2010-12-05 |
zooko | docs: update README.rst |
commit | commitdiff | tree | snapshot |
2010-12-04 |
zooko | setup: comment-out the setup_requires on setuptools_dar... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
zooko | docs: update docs and metadata |
commit | commitdiff | tree | snapshot |
2010-11-25 |
zooko | setup: add valgrind version to show-tool-versions |
commit | commitdiff | tree | snapshot |
2010-10-30 |
zooko | setup: show-tool-versions: emit module and __version__... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
zooko | setup: show-tool-versions: emit more information about... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
zooko | setup: add flappclient to the set of tools reported... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
zooko | setup: make show-tool-versions format its output in... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
zooko | setup: fix missing import in show-tool-versions |
commit | commitdiff | tree | snapshot |
2010-09-19 |
zooko | setup: make show-tool-versions report entire verbose... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
zooko | setup: copy misc/build_helpers/run_trial.py from tahoe... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
zooko | setup: add information about setuptools_darcs and darcs... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
zooko | setup: setup always requires setuptools_trial |
commit | commitdiff | tree | snapshot |
2010-08-01 |
zooko | setup: setup requires setuptools_trial if it is to... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
zooko | M-x whitespace-cleanup |
commit | commitdiff | tree | snapshot |
2010-08-01 |
zooko | setup: tests require setuptools_trial |
commit | commitdiff | tree | snapshot |
2010-08-01 |
zooko | setup: tests require twisted and trialcoverage if the... |
commit | commitdiff | tree | snapshot |
2010-06-08 |
zooko | setup: remove redundant copy of run_trial.py |
commit | commitdiff | tree | snapshot |
2010-06-07 |
zooko | setup: add run_trial for buildmaster to use |
commit | commitdiff | tree | snapshot |
2010-06-07 |
zooko | setup: reorganize misc/ to match Tahoe-LAFS's misc... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
zooko | apply patch from Samuel Neves to stop relying on C99... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
zooko | setup: add misc/run_trial.py |
commit | commitdiff | tree | snapshot |
2010-05-24 |
zooko | setup: bundle the latest zetuptoolz as unpacked source... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
zooko | setup: remove bundled zipped egg of zetuptoolz-0.6c12de... |
commit | commitdiff | tree | snapshot |
2010-05-16 |
zooko | setup: new improved show-tool-versions.sh |
commit | commitdiff | tree | snapshot |
2008-07-25 |
zooko | add test for instantiating Decoder with no args |
commit | commitdiff | tree | snapshot |
2010-05-10 |
zooko | setup: don't exit with an error code from show-tool... |
commit | commitdiff | tree | snapshot |
2008-07-25 |
zooko | add a test for instantiating Encoder with absent arguments |
commit | commitdiff | tree | snapshot |
2010-05-10 |
zooko | setup: report on coverage.py and trialcoverage versions |
commit | commitdiff | tree | snapshot |
2010-05-04 |
zooko | whitespace, docstrings, copyright statements |
commit | commitdiff | tree | snapshot |
2010-05-04 |
zooko | setup: reorder and extend show-tool-version.py, the... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
zooko | docs: add thorough licensing information to the "copyri... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
zooko | docs: remove old licensing text that was accidentally... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
zooko | setup: okay, actually try 0.6c12dev this time |
commit | commitdiff | tree | snapshot |
2009-08-17 |
zooko | setup: try to install our toothpick of setuptools ... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
zooko | setup: relax requirement on setuptools from >= 0.6c12de... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
zooko | doc: TGPPLv1+, not TGGPLv1 |
commit | commitdiff | tree | snapshot |
2009-08-17 |
zooko | setup: print out the internal unicode representation... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
zooko | trivial: hush pyflakes |
commit | commitdiff | tree | snapshot |
2009-06-23 |
zooko | setup: upgrade the bundled copy of zetuptoolz from... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
zooko | setup: change location of doc files, add copyright... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | misc/show-tool-versions.py: ignore unimportable setuptools |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | misc/show-tool-versions.py: show setuptools version |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: raise setuptools version requirement to 0.6c9... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: require setuptools >= 0.6c9 on Windows, but... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: add setup_requires += stdeb if "sdist_dsc" appea... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | docs: add NEWS.txt to describe changes in the new release |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: merge two patches which both change VERSIONFILE... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
zooko | doc: README.txt: fix URL |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: build-requirement on setuptools from 0.6c10... |
commit | commitdiff | tree | snapshot |
2009-06-17 |
zooko | setup: undo the recent change to make argparse and... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
zooko | setup: tiny change to conform to my standard setup... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | setup: loosen the requirements -- you need argparse... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | narrow types of k and m from unsigned to unsigned short |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | tests: cleaner tests by writing "self.fail(why)" instea... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | silence deprecation warning by using hashlib if it... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | #include <stddef.h> -- it is required for size_t (on... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | fix segfault when invalid arguments are passed to const... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | setup: increase requirement on setuptools version to... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
zooko | setup: don't use BaseException (introduced in Python... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | finally figured out what the C compiler was trying... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | trivial: try to silence a gcc warning about prototypes |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | trivial: really hush pyflakes this time |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | remove unused imports noticed by pyflakes |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | see if this silences the "not a prototype" warning |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | setup: require darcsver |
commit | commitdiff | tree | snapshot |
2009-06-14 |
zooko | quiet pyflakes |
commit | commitdiff | tree | snapshot |
next |