Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tahoe-LAFS

Tahoe-LAFS is a free and open, secure, decentralized, fault-tolerant, distributed data store and distributed file system.
Collective - Host: opensource - https://opencollective.com/tahoe-lafs - Website: https://tahoe-lafs.org/ - Code: https://github.com/tahoe-lafs

rsa: fix error in doc of precondition, and fix a bit of indentation

github.com/tahoe-lafs/pycryptopp - 503f2d631f0fbf10c34fa0fd0a7704a8d3be427c authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
add elliptic curve digital signatures

Nice small public keys -- either 192 bits or 521 bits, and fairly small signatures -- either 384 ...

github.com/tahoe-lafs/pycryptopp - bc9b71a56292926d9d1738e562d89047e18e9f6d authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
tests: remove some unused imports noticed by pyflakes

github.com/tahoe-lafs/pycryptopp - cdc3a6f12254a9237c22aca2a079db07dbfa4d50 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
quiet some pyflakes warnings about unused imports in our __init__.py

github.com/tahoe-lafs/pycryptopp - 9e9c5a19e5fc49752275dac6c28627d43bd99529 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: if "flakes" is an argument then setup_require setuptools_pyflakes

github.com/tahoe-lafs/pycryptopp - c08daa52d71312cd2fa33abfa5f3eeaa3523ec93 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
sha256: use spaces instead of tabs for indentation, and decref a temporary copy of digest when done with it (fixes a memory leak)

github.com/tahoe-lafs/pycryptopp - 978d47a9793e759357c9cd4b893c9ca1c187ffdf authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
old tag: pycryptopp-0.3.0

github.com/tahoe-lafs/pycryptopp - 4ec9ba9c775faa289abed948458dd89439771aef authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
fix warnings about string literals being used as char*'s when they should be used as const char*'s

github.com/tahoe-lafs/pycryptopp - 5bb69575e1556ddbba23b9520d410a4d52b7bfcf authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
fix passing pointers to Py_ssize_t to Python

Note that valgrind says that on amd64, Python doesn't completely initialize its Py_ssize_t's! Th...

github.com/tahoe-lafs/pycryptopp - 775a4922f4be7c0c0d7335e9edd51e00fc3c1bf5 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
fix docstring for SHA256.hexdigest()

github.com/tahoe-lafs/pycryptopp - e6069ce4d34656e56a4f88e4f719d76fbc4e22ab authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
AES: fix bug in passing pointers to length to Python on amd64, add optional IV != 0, add lots of test vectors from NIST and from Niels Ferguson of Microsoft

github.com/tahoe-lafs/pycryptopp - 311a8f59558f75f5f676419319a00bb615bfb43c authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
sha256: add hexdigest(), fix bug in passing pointer to length to Python on amd64

github.com/tahoe-lafs/pycryptopp - a0b35ec333d4d44a8e78864ff7c9d9d9d7d36c0b authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
fix infinite recursive call in IsRandomAccess (reported by ASBai)

github.com/tahoe-lafs/pycryptopp - 91f454b47f66636fffde68e8a8bf4364bed7516e authored almost 17 years ago by weidai <weidai>
add "test" target

github.com/tahoe-lafs/pycryptopp - 7933c283135c25b5b325610efd480db60da5c1eb authored almost 17 years ago by weidai <weidai>
tests: for test_sha256, add test vectors including Monte test from the NIST SHS programme

github.com/tahoe-lafs/pycryptopp - 92de0836355d21d02fd65c2de8e6e88dbf1beda0 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: try to link to "libcryptopp" first, then fall back to "libcrypto++"

This is in order to accomodate versions of the Debian package of Crypto++ >= 5.5-5 (2007-11-11) a...

github.com/tahoe-lafs/pycryptopp - 47c65f478bee75abba858c2ed5b7018f7e9d6cfb authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
docs: add recommendation for Ferguson&Schneier, and big fat warning about symmetric encryption key management, and suggested key generation function

github.com/tahoe-lafs/pycryptopp - 4d601e6fc5d4c3c13424a612a322237c477bf2c8 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: add setuptools_darcs-1.2.0

github.com/tahoe-lafs/pycryptopp - dc4e82f7a66ac7b867d667db62180d1b2f6a598a authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: remove old settools_darcs-1.1.6

github.com/tahoe-lafs/pycryptopp - acef321b69d36cafb69db9f32045563a2ddfc4f8 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: use new improved ez_setup.py, setup_require darcsver and setuptools_darcs differently

github.com/tahoe-lafs/pycryptopp - a38f23e75009e72b96a4e1c2366112b02bea9376 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: add cli.exe back into the setuptools bootstrap egg so that it will work on Windows

Also add the gui.exe just in case.

github.com/tahoe-lafs/pycryptopp - 7704d38f664fd20cd490a2e81f3129fa8000de71 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
Add COPYING.GPL, COPYING.TGPPL.html to Haskell distribution. Bump to 0.1.1

darcs-hash:0250a8bb8a05656424df28a81eb1bb83bde8a041

github.com/tahoe-lafs/zfec - bc754fc2198814ccd4a0e6c53dcd4f120b2d14ff authored almost 17 years ago by agl <[email protected]>
Update README.txt with details on Haskell testing/documentation etc

darcs-hash:6e1ebc9c4af1cdb252325b9353a35d20d2e02185

github.com/tahoe-lafs/zfec - b662e55525ac6a2125f1c7eab1087813542d1900 authored almost 17 years ago by agl <[email protected]>
doc: add mention of Haskell to the docs -- incomplete parts for Adam to fill in are marked "XYZ"

darcs-hash:efbe7d6f34f2cc3cdc450b6f7e70073e95b0dffd

github.com/tahoe-lafs/zfec - f7f42b18dc3aa9838544fff13bd36610fc9a4173 authored almost 17 years ago by zooko <[email protected]>
docs: README.txt: reflow to 80 cols and strip trailing whitespace

darcs-hash:a19d7ac2afbef62f914f36ff5c199a0892c0bd16

github.com/tahoe-lafs/zfec - dda098a7b957774a085f4de7b92ef5caaa21c657 authored almost 17 years ago by zooko <[email protected]>
Add Haskell bindings to zfec

darcs-hash:81f1aa5ca90679271b145c9d261e894bc8528e79

github.com/tahoe-lafs/zfec - 544923c67f94beb1610527f3c4a764c043d847a2 authored almost 17 years ago by agl <[email protected]>
Make one of the comments more clear

darcs-hash:6cfbb4108198f145ff6098122a3332674b5d00de

github.com/tahoe-lafs/zfec - 161c1901fcc558094326e2ef61700da8ba1e4fa2 authored almost 17 years ago by agl <[email protected]>
setup: new way to require darcsver and setuptools_darcs

darcs-hash:f155c5df71e4c0f94da68e55869643ac11b74c5c

github.com/tahoe-lafs/zfec - 8cbe984fe4b3da83c5ca1a5016c99b2437a0e938 authored almost 17 years ago by zooko <[email protected]>
setup: use my own hacked version of ez_setup, which installs setuptools (if necessary) from misc/dependencies/setuptools-0.6c7.egg

darcs-hash:8c72a215f3cd768525f24ac74e91a56fb68c5629

github.com/tahoe-lafs/zfec - f54e2749ee4cac85321635d4ae10754d070909f6 authored almost 17 years ago by zooko <[email protected]>
setup: bundle setuptools_darcs-1.1.7

darcs-hash:295524c66050ae55332d88f2ae7ad89fa4401f3a

github.com/tahoe-lafs/zfec - fde445d94bfd0c8d24606bfc09f0bc09e246e226 authored almost 17 years ago by zooko <[email protected]>
setup: remove bundled setuptools_darcs-1.1.5

darcs-hash:02896e2dd60d5b423587cb07d31f495e3598545b

github.com/tahoe-lafs/zfec - 3bfa71c41390d48e0da0de8a41d8cc997c11c14c authored almost 17 years ago by zooko <[email protected]>
setup: remove bundled setuptools-0.6c7-py2.5.egg

darcs-hash:61829fdad55458907c88b9cc44889145c37c98d3

github.com/tahoe-lafs/zfec - 04a545b15570c426f8dc6864d72a9ef1d044ad2a authored almost 17 years ago by zooko <[email protected]>
setup: bundle setuptools-0.6c7.egg

darcs-hash:9f9c312fdebd21242b679542a7e11cab858a259a

github.com/tahoe-lafs/zfec - 67bb37f3d4c342f463868226a53698880647768e authored almost 17 years ago by zooko <[email protected]>
setup: bundle darcsver-1.0.1

darcs-hash:565bc015a9416f4f3bf0b9931506ba4fd476df80

github.com/tahoe-lafs/zfec - a10b3925a62c79e3cb7daeba675569515ead65d5 authored almost 17 years ago by zooko <[email protected]>
doc: trivial fixups and touch a yearstamp

darcs-hash:d7f447bd58147b8004d36ad8dff93f7f89f213d2

github.com/tahoe-lafs/zfec - 6265ea50180c9b88b741ba8a8d8d6e8e10f57462 authored almost 17 years ago by zooko <[email protected]>
doc: include TGPPL in html format instead of text format

darcs-hash:a32ad36038f213a312a34cbe1a60c8bbc4de5c5e

github.com/tahoe-lafs/zfec - 7418768716cd37f27343e65f5b11247c40009f52 authored almost 17 years ago by zooko <[email protected]>
touch copyright yearstamp

darcs-hash:655fca3dfe5f54854c249c3b0583605a5a667829

github.com/tahoe-lafs/zfec - 4f8eefef0329d88797b20111aa965128a12d4c75 authored almost 17 years ago by zooko <[email protected]>
add unit tests of the bug agl had, add assertion and doc explaining the C API better

darcs-hash:61f313f9913bbf28d02082d278fdd0b39adc04f2

github.com/tahoe-lafs/zfec - a2ced72c99cb8dc0566cf4701f7a707b69688511 authored almost 17 years ago by zooko <[email protected]>
add in-line doc

Brian Warner had the idea of "forgetfulness oriented programming". Anything that you can't reme...

github.com/tahoe-lafs/zfec - 95d57f96f421f11044d8d8b8607b81bd33633782 authored almost 17 years ago by zooko <[email protected]>
fix warnings regarding printing size_t types

darcs-hash:3f0238cf91140f11d36d006095c497fe809788fc

github.com/tahoe-lafs/zfec - f169f35f8f5c0dd94a6c090a588cb25528383de5 authored almost 17 years ago by zooko <[email protected]>
setup: remove "--debug" from sys.argv if it is present, after detecting it, so that debug mode will work with commands such as "./setup.py test"

darcs-hash:9afbeab84300f6dccd3d0449b6afcf11595d0210

github.com/tahoe-lafs/zfec - d57146ac50fca72f3fe263385da7d50d1c9d5cbf authored almost 17 years ago by zooko <[email protected]>
doc: TODO, copyright, version number regex, etc.

darcs-hash:55926cf15daba95484943746445f28e25cad9910

github.com/tahoe-lafs/zfec - 93757814370236a939ddb825de539acc77f3db88 authored almost 17 years ago by zooko <[email protected]>
tests: add test suggested by agl's bug report

darcs-hash:d0f2e6069fe17e2c115c76511d9f8de0989c3685

github.com/tahoe-lafs/zfec - d4008add302ceb0e7a67a0ac91e5d88f069d7819 authored almost 17 years ago by zooko <[email protected]>
doc: fix incorrect API doc which tripped up AGL -- sorry about that!

darcs-hash:bf4416bc3289e20ce56ca9952d47244d87665f7b

github.com/tahoe-lafs/zfec - 676f846662c6b7cac4f75a5e2afe28c55dc2c1fa authored almost 17 years ago by zooko <[email protected]>
fix warnings about using %d to printf a size_t

%z is the standard way to print a size_t

github.com/tahoe-lafs/pycryptopp - 85d60e4245da11c177aae60ebf6486df74b53fae authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: setup_require setuptools_darcs only if the setuptools command is a dist command

github.com/tahoe-lafs/pycryptopp - d256eb95b21c1dd5c9e5bdef21ca7eeb319c5632 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: setup_require darcsver only if the setuptools command is "./setup.py darcsver"

github.com/tahoe-lafs/pycryptopp - ebba2df879473fa10b619ccf021a5cbd2c52a5ec authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: update the search for a Crypto++ library to build against

github.com/tahoe-lafs/pycryptopp - 37b308d8fcaa9b423bd3c7ada5432151920b0bea authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
bump copyright year stamp

github.com/tahoe-lafs/pycryptopp - 30a9500401593f7be50c8edccbd4cc00c034dc9b authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
look for include/cryptopp before include/crypto++, since Debian has fixed their packaging to provide both include/cryptopp and libcryptopp

github.com/tahoe-lafs/pycryptopp - 958fe91365db038606747b1b46c62f9ebc36a05a authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
simpler invocation of ez_setup.py

github.com/tahoe-lafs/pycryptopp - 1bb85891ffa7e005079c7933e203c3401d2ee38e authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
bundle new version of setuptools_darcs in misc/dependencies

github.com/tahoe-lafs/pycryptopp - 637d40eca54573b383db38cb746b0c41060d2643 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
bundle new version of darcsver in misc/dependencies

github.com/tahoe-lafs/pycryptopp - beb3c776f7835be92a5ea47fc23bf31a2d5d71c5 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
tweak in-line comment in __init__.py

github.com/tahoe-lafs/pycryptopp - 7956bd87e007894eeb95e372967dca5a69ff9985 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
remove old version of setuptools_darcs from misc/dependencies

github.com/tahoe-lafs/pycryptopp - 15a15127353608d074a1117c1cd2fcea67585991 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
update licensing docs

github.com/tahoe-lafs/pycryptopp - 6481f131bad577ccf36445bf597bc9b079ba31f4 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
remove old version of darcsver from misc/dependencies

github.com/tahoe-lafs/pycryptopp - 67224fddb22262cb33dbfe88157ad48df1caf556 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
remove old python-2.5-specific setuptools egg from misc/dependencies/

github.com/tahoe-lafs/pycryptopp - 1abe5fa678d8c4c30b601b0e2622e07d49b53e14 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
tweak ez_setup.py to look for setuptools in misc/dependencies instead of pypi.python.org and to omit the python version number

github.com/tahoe-lafs/pycryptopp - 62c98a82b59ee86b4b1d9d830b9cd75ffc5724e6 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
repackage setuptools egg to be Python-version-independent

github.com/tahoe-lafs/pycryptopp - afa47c2d59f535e081ca4b9ad2fff9e09af60daa authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
include TGPPL in HTML format instead of text format

github.com/tahoe-lafs/pycryptopp - 659d1a338e8e57d90ac28ac4d9a7ccc1fb986ca0 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
simplify requirement on setuptools version

github.com/tahoe-lafs/pycryptopp - c179e2c0ca8ba907c773e7d2f267712da05b5f91 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
update README.txt

github.com/tahoe-lafs/pycryptopp - 7bfe3c980178fadd8b1ed7cbf304a5151daf9498 authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
refactor setup_requires

github.com/tahoe-lafs/pycryptopp - 7fce9ace6bcee4cc1e42207b36077d013035adbb authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
add misc/dependencies/darcsver-1.0.0.tar

github.com/tahoe-lafs/pycryptopp - 706b72fbfbee0b755972699da147e9764370f18b authored almost 17 years ago by Zooko O'Whielacronx <[email protected]>
docs: add warning about strange failure if you install Crypto++ into /usr on Mac OS X

github.com/tahoe-lafs/pycryptopp - 801c67727823b30ce35202f55d682b1109525b24 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
setup: prepend os.getcwd() to misc/dependencies

This is actually useful because if for example you invoke "easy_install
~/some/path/setup.py", t...

github.com/tahoe-lafs/zfec - 101b73e1eeaa482e219c33cb788ab00a5600b64a authored about 17 years ago by zooko <[email protected]>
setup: prepend os.getcwd() to misc/dependencies

This is actually useful because if for example you invoke "easy_install
~/some/path/setup.py", th...

github.com/tahoe-lafs/pycryptopp - 18bf9a285cb538e84ae14b38faadbb8bf664bd35 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
zfec: README: recommend 7zip instead of rzip and simplify encryption recommendation

darcs-hash:2f93e110806ac272a8ac6fb592178c71b4b801c1

github.com/tahoe-lafs/zfec - 6a512caecfe88fb9fd58377dd442e7cc73dd17f4 authored about 17 years ago by zooko <[email protected]>
zfec: setup: tests_require pyutil

darcs-hash:b6455e31efdb71dd8a0d1aa7d83a51b278361602

github.com/tahoe-lafs/zfec - 1d3d92e1845c8b8109e911390f6233103fc64a72 authored about 17 years ago by zooko <[email protected]>
old tag: pycryptopp-0.2.10

github.com/tahoe-lafs/pycryptopp - 77aceb65af5f90aed11f29391ebe4e244d76280e authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: fix licensing metadata

github.com/tahoe-lafs/pycryptopp - 9c3075507d4459c65181a67fd0101c944fd2b069 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: update doc in the __init__.py file concerning automatically generated version stamps

github.com/tahoe-lafs/pycryptopp - f3ab3f0cf267af100ca986d90f8e6518fbe8ed66 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: setup: bundle setuptools_darcs into misc/dependencies

github.com/tahoe-lafs/pycryptopp - 293696898ad4a80d04206c4080aece9c750e5dd0 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: setup: use the setuptools egg in-place in misc/dependencies automatically discover bundled dependencies in misc/dependencies

github.com/tahoe-lafs/pycryptopp - a3585c56d45d8cdc8471a038b50d01bf107f6b38 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: setup: copy in the latest version of ez_setup.py, which works even when setuptools has been imported, or can be imported, into the current Python interpreter but cannot be imported into another one running in a subprocess

github.com/tahoe-lafs/pycryptopp - 04a216f533b5bef47ed5ef2caea330c7ea96b604 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
zfec: setup: improve documentation in __init__.py

darcs-hash:b686acf87ce884cd98c75119e5902352735d88f7

github.com/tahoe-lafs/zfec - 8cda7eb4cd13edc0d542c2941b1d3e5d09eb5380 authored about 17 years ago by zooko <[email protected]>
zfec: setup: bundle setuptools_darcs-1.1.5.tar into misc/dependencies

darcs-hash:690c3ed1a6d6599c11ad19d93f4598c5d9fdaa99

github.com/tahoe-lafs/zfec - f68f051401c8754e1e4e3b2c976fd7d4d5efd209 authored about 17 years ago by zooko <[email protected]>
zfec: setup: bundle pyutil-1.3.12.tar into misc/dependencies

darcs-hash:710390086219520167774c202dcacb2d7545af4c

github.com/tahoe-lafs/zfec - 0c173adb1ca6e63c90aaa2c0af94c5a8c8227366 authored about 17 years ago by zooko <[email protected]>
zfec: setup: move bundled argparse into misc/dependencies

darcs-hash:bda2d4ad6ff316405d31c074b627302cfaf47915

github.com/tahoe-lafs/zfec - 0de123e9fceb0e84342a41eda903176453065032 authored about 17 years ago by zooko <[email protected]>
zfec: setup: use setuptools egg in-place in misc/dependencies, and automatically discover dependencies bundled into misc/dependencies

darcs-hash:1614ef177b5ed2fb6a1c95e314c76b825b77789a

github.com/tahoe-lafs/zfec - f876223aaffff66d10fb87bdcc0fb222c8c2b35f authored about 17 years ago by zooko <[email protected]>
zfec: setup: copy in latest version of ez_setup.py, which works even if setuptools has been imported into the current Python interpreter but cannot be imported into another one in a subprocess

darcs-hash:e840d057bcf9a3e24b36f63d4642ce5de735317b

github.com/tahoe-lafs/zfec - 82b9a8b407495a0fc09f7823a7c0ae42ca110097 authored about 17 years ago by zooko <[email protected]>
zfec: setup: bundle argparse-0.8.0.tar

darcs-hash:1af74690f1312a1c5ca7e79fb05cabb93d8976c8

github.com/tahoe-lafs/zfec - a5bfc5e1dfe2433388560308c072d192d5d94798 authored about 17 years ago by zooko <[email protected]>
zfec: setup: bundle setuptools-0.6c7-py2.5.egg

darcs-hash:d878dda477f3c8787ef8334fc879f7ab2c65c835

github.com/tahoe-lafs/zfec - 7be47cb22258ef62d4c7153f4053eed406cebcca authored about 17 years ago by zooko <[email protected]>
zfec: setup: copy in my latest version of ez_setup.py -- this one correctly detects $PWD/setuptools*.egg, avoiding a redundant download (it also emits a nicer warning message about the minimum required version)

darcs-hash:8fe32edcee4310eda1d651d217683a7893559bfb

github.com/tahoe-lafs/zfec - ed77d8394a8450ee05cd528ab8965d16efa7a689 authored about 17 years ago by zooko <[email protected]>
zfec: fix breakage on VS 2003 due to recent re-arrangement of #define block, and refactor it a bit, and remove a use of 'inline'

darcs-hash:d4a0433fdd5ee2ec899c176a5ee6a67fb360cabc

github.com/tahoe-lafs/zfec - a2aaa6ac3153ad4db17185497262e58d1bc87b7b authored about 17 years ago by zooko <[email protected]>
zfec: changelog: document recent patches

darcs-hash:b897854dce965ff70308469769e1a6f4888beebd

github.com/tahoe-lafs/zfec - 53af52decc38bc8ee2d356f330e7cf9c44680c91 authored about 17 years ago by zooko <[email protected]>
zfec: silence a warning when compiling on Mac OS X with gcc, and refactor a complicated #define stanza into the shared header file

darcs-hash:89e84b89db0085a83eb17f4e0c104846db996354

github.com/tahoe-lafs/zfec - 9e9f7a271922598dfac81fec1ea5c852d137c685 authored about 17 years ago by zooko <[email protected]>
zfec: setup: include _version.py so that the zfec package has a version number again

darcs-hash:4b5f71639c32726ddb19fbd464eb5d541f6b3212

github.com/tahoe-lafs/zfec - d37779136e8a6ca5db495bdeaa612ec32a713958 authored about 17 years ago by zooko <[email protected]>
zfec: update in-line comments/docs

darcs-hash:8ed8783b257bbbc7f65efa4f9fd7ff0b2700a03a

github.com/tahoe-lafs/zfec - ea3dc5a96ea0dfa0f984931d925421c006811089 authored about 17 years ago by zooko <[email protected]>
zfec: update licensing and attribution docs

darcs-hash:f0082d6e279471d4288caa66a2950a8f8d5539bc

github.com/tahoe-lafs/zfec - 510aafb48091fd3ce89e8b6720749a60ea953860 authored about 17 years ago by zooko <[email protected]>
zfec: changelog: document the latest interesting patches in the changelog

darcs-hash:4c8d705e968db7c15cd5e9be5f7676f7495aad06

github.com/tahoe-lafs/zfec - a2bbbd3eb2b36d5ccfe6a210f0c2bf5bb4c44f35 authored about 17 years ago by zooko <[email protected]>
zfec: dual-license under GPL and TGPPL

darcs-hash:79ecc42724721956dc6a3a42262a6d4e839f1751

github.com/tahoe-lafs/zfec - 77f927698b8637331ecc16b252ece0744b29131f authored about 17 years ago by zooko <[email protected]>
zfec: add "changelog" file, which contains descriptions of the darcs patches since the last release that I think are interesting to users

darcs-hash:1cd4b780cb708ff84992058f99f95bff8454bca6

github.com/tahoe-lafs/zfec - 7b23bdae8c9da1f950708e7fbe6f4608c424c3ef authored about 17 years ago by zooko <[email protected]>
zfec: setup: require setuptools_darcs >= 1.1.0 (fixes problem with building incomplete packages)

darcs-hash:3c7ebc7fe78d5a72a8ab577a56f8daf723ac2e36

github.com/tahoe-lafs/zfec - 352ea140d6b8e13bbb01d6da89e94d5bb7eeea6d authored about 17 years ago by zooko <[email protected]>
zfec: fix import of sys in the case that ez_setup couldn't be imported

darcs-hash:057eed993a3ee9b8d376db7a747888c589fb73db

github.com/tahoe-lafs/zfec - 124c1327aab948bf5d07cc5164a0b5c8e5bd8b1a authored about 17 years ago by zooko <[email protected]>
old tag: pycryptopp-0.2.9

github.com/tahoe-lafs/pycryptopp - a969a54d194d14bc5e5174c500345fa3b7b64040 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add README.txt

github.com/tahoe-lafs/pycryptopp - ed5bab082b176f74019c210773e657f97aea1f6c authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add COPYING.TGPPL

github.com/tahoe-lafs/pycryptopp - 156322ead0292645427034126c99b70cd0949fd0 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add COPYING.GPL

github.com/tahoe-lafs/pycryptopp - fc96f3cd8dae811b38f46c8e0d7a5ff9fb5bf49d authored about 17 years ago by Zooko O'Whielacronx <[email protected]>