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

pycryptopp: the polite way to tell people not to use __init__ turns out to be for __init__ not to exist

github.com/tahoe-lafs/pycryptopp - 576a3a0a857051307e40752bc322837b726c7ece authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add rsa.py (accidentally omitted from earlier patches)

github.com/tahoe-lafs/pycryptopp - 99ae70954eb6c050b899e70893b4dfa83cf4dd02 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: update the detection of Crypto++ name and location

github.com/tahoe-lafs/pycryptopp - ecafff3e754528c92f40a8afe349807484939a35 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add rsa.VerifyingKey.serialize() and rsa.create_verifying_key_from_string() and unit tests

But note that it fails the unit tests -- it crashes. :-(

github.com/tahoe-lafs/pycryptopp - a9e550582eef0735fcd64338eee8db1882fc451c authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: refactor signing to be imperative instead of streamy

It's simpler this way.

github.com/tahoe-lafs/pycryptopp - 620cb29ad139cf9963c8a208f63ff94b18ae3dc0 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: update some in-line docs

github.com/tahoe-lafs/pycryptopp - 4142b9cc5c0f9a42304f428e2bf9c3e66ae9b64f authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
old tag: pycryptopp-0.0.5

github.com/tahoe-lafs/pycryptopp - 0dffab16bac47b739dfb3eba0c917d65e0e1b806 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add SigningKey.get_verifying_key(), VerifyingKey.verify(), and accompanying unit tests

Now you can verify signatures! Hooray!

github.com/tahoe-lafs/pycryptopp - 8fa8e66926a7b4e56952335d2b42c3c170ce2e96 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: delete the RSA key when the Python object is deallocated

github.com/tahoe-lafs/pycryptopp - 509b6cc28bd19107aa6bd10b1ffc3efa0e30778f authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: create subpackage "publickey", with module "rsa", and move the RSA-PSS-SHA256 implementation into it

github.com/tahoe-lafs/pycryptopp - a26cfcd43a88e393161679abd3bf52d167827012 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: include a setuptools egg so that it doesn't have to be downloaded on install

github.com/tahoe-lafs/pycryptopp - ab6b0ae37489d9a8e5dcb11e140f92c768f8ca2f authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: setup: emit a note if we detect /usr/include/crypto++

github.com/tahoe-lafs/pycryptopp - 773d5a9b074a17ce4c67a0cee38c4cddf2a66d1e authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
old tag: pycryptopp-0.0.4

github.com/tahoe-lafs/pycryptopp - b9025bb4f5b8260d9656766eaf107d21c80e7010 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: setup: test for /usr/include/crypto++ and use the name "crypto++" instead of "cryptopp" if it exists

github.com/tahoe-lafs/pycryptopp - 3f30c83654cdb685264170340b1eed6769041eb6 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: if you execute the test_pycryptopp.py file as a Python script, it will run the tests

It seems like the version of setuptools that comes with Ubuntu dapper
(v0.6 alpha 9 release) doe...

github.com/tahoe-lafs/pycryptopp - 88f286222d0417e31c089ec3c82c8de7b919836a authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: trivial: remove commented-out code

github.com/tahoe-lafs/pycryptopp - be9cf34acb736ffc15526c72622830a224a8a594 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: make the seeding of the deterministic RNG backwards compatible to Crypto++ 5.2 (which comes with Ubuntu dapper)

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

github.com/tahoe-lafs/pycryptopp - dd6650ec7c98c7748cd394928574b2df9e9af7ee authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add sign(), add unit tests, tighten preconditions

github.com/tahoe-lafs/pycryptopp - 6b9b742e063767c3b6d466d95d485851022b2bb7 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
old tag: pycryptopp-0.0.2

github.com/tahoe-lafs/pycryptopp - 14fb338100ed76ff696c8c11020805bed7ba900f authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: add generate() which produces a signing key from the operating system's random number generator instead of from a seed argument

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

github.com/tahoe-lafs/pycryptopp - f24916a0dbdd35a3b8a06489d5f06d7862f78e92 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: this version actually generates an RSS/PSS/SHA-256 signing key, and it has more documentation

github.com/tahoe-lafs/pycryptopp - 4c01e796cfac9edbd0ddbca9ec9e7f3bc75abd1e authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: now it #includes cryptopp/rsa.h, it builds with a C++ compiler, and passes C++'s stricter type-checks

github.com/tahoe-lafs/pycryptopp - f7f95810fd24dbfb2d3171743f7a6ed95589ed7b authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
pycryptopp: this version doesn't actually include Crypto++ or do anything yet

github.com/tahoe-lafs/pycryptopp - 61a533d8da3a748133d905e555925dc0c3232e26 authored about 17 years ago by Zooko O'Whielacronx <[email protected]>
do not align to 16 when not needed

github.com/tahoe-lafs/pycryptopp - ee16cabc4314608f1136e9be60b01884a374ac50 authored about 17 years ago by weidai <weidai>
reset m_counter in TruncatedFinal

github.com/tahoe-lafs/pycryptopp - 6b358c450dbe4168324cc0f163ecb6f50f862374 authored about 17 years ago by weidai <weidai>
improve documentation

github.com/tahoe-lafs/pycryptopp - a266fd29d71dc5c29c5c99342d0ed2d6252fd573 authored about 17 years ago by weidai <weidai>
zfec: import latest variant of ez_setup.py

darcs-hash:6a84806a63dc64da55d82ec3626b2d65061ef059

github.com/tahoe-lafs/zfec - 8d0fc41a2efb0245b4bd64c9a1ecfc6a904a300a authored about 17 years ago by zooko <[email protected]>
zfec: use ez_setup.py without a "download delay"

darcs-hash:38dcb86c9e96c9ee84813865e08c3f30c369e5d2

github.com/tahoe-lafs/zfec - b985e4c1ee4f990cafa9608c86aa1ed7dd1d91b7 authored over 17 years ago by zooko <[email protected]>
zfec: copy in a version of ez_setup.py that has our latest patches

darcs-hash:6ac20dbf25fcbcfbf62ff1a71b4a9139038c5c9b

github.com/tahoe-lafs/zfec - f4b680c6faa4dfb77a85bee1d2c5650286fd89bb authored over 17 years ago by zooko <[email protected]>
zfec: add warning about changed share header in zfec v1.1

darcs-hash:93fac0833f5926037ab3bf56b7776d160e346246

github.com/tahoe-lafs/zfec - 8c433747cde4aaa0839fba7c6693609215214f01 authored over 17 years ago by zooko <[email protected]>
zfec: loosen the interface of the cmdline tool to allow m < 3, and to allow k == 1 and to allow k == m ; WARNING: this breaks data-compatibility with shares produced by earlier versions of zfec!

darcs-hash:27c79434d568611d832c31a345377bf97d143105

github.com/tahoe-lafs/zfec - e0624ee3efff27240a8bc34804cbc6e64ba00d26 authored over 17 years ago by zooko <[email protected]>
zfec: make benchmark script do 3-of-10 instead of 25-of-100

darcs-hash:84457ef3d731586591350a17856f5f04ebd44aba

github.com/tahoe-lafs/zfec - fb0dc23d023ee39f5233ea2c037509b08341448f authored over 17 years ago by zooko <[email protected]>
zfec: trivial reformatting of unit test names

darcs-hash:f3e646c46fcbf21afe15bd0d97b43831794ae07c

github.com/tahoe-lafs/zfec - e49c42fcc352ab514ad0f0010866fdc3de86d04c authored over 17 years ago by zooko <[email protected]>
zfec: don't use vsnprintf (because it is named _vsnprintf and has slightly different semantics in the Microsoft C library) -- vsprintf is good enough for this purpose

darcs-hash:5119f21d54da904a47f1a664c7d67eeeca0823b6

github.com/tahoe-lafs/zfec - 043d3bc72689e464929e2b8da7efa97e08c9d853 authored over 17 years ago by zooko <[email protected]>
zfec: remove some unused error-handling code from fec.c

darcs-hash:7c10df4835790fd41f870f589f752fd57c82bb59

github.com/tahoe-lafs/zfec - 6333c1482489997b7067c6c3d1416806e0c41a80 authored over 17 years ago by zooko <[email protected]>
zfec: formatting of error messages

darcs-hash:e53d637d7de42d05f59a40d093e4e9f8dc77113b

github.com/tahoe-lafs/zfec - 6c7df179954995427462a327ec14c185d59573ff authored over 17 years ago by zooko <[email protected]>
zfec: make invocation of darcsver in setup.py more portable

darcs-hash:edbe56d523b3812d589e0482af648f73b702fb7e

github.com/tahoe-lafs/zfec - 262508a044c0f0b863a7be41a2dedeaf643c8e4b authored over 17 years ago by zooko <[email protected]>
prepare for release

github.com/tahoe-lafs/pycryptopp - 8d45d2c95aca79420d19bfb1b2b624414bc22926 authored over 17 years ago by weidai <weidai>
fix missing CRYPTOPP_API

github.com/tahoe-lafs/pycryptopp - 5cb3c671f2359bfcd14a70f723efb2b000efb1fe authored over 17 years ago by weidai <weidai>
don't use _rotl64 with ICC

github.com/tahoe-lafs/pycryptopp - 6e2dd717f114a1b0110e8366896855019abd3ef6 authored over 17 years ago by weidai <weidai>
fix compile with ICC 10

github.com/tahoe-lafs/pycryptopp - b8d201b5e226069acfb5c4f5c776b3391da764d4 authored over 17 years ago by weidai <weidai>
fix compile with ICC 9.1 on x64

github.com/tahoe-lafs/pycryptopp - d9f442e6c37b18b76f26d44f63c61550ff95f592 authored over 17 years ago by weidai <weidai>
fix compile for ICC 10

github.com/tahoe-lafs/pycryptopp - d4079d5c97cce4cb52c69defe1ba504d797f50d7 authored over 17 years ago by weidai <weidai>
remove -msse2 since we don't use SSE2 intrinsics anymore

github.com/tahoe-lafs/pycryptopp - 4e16a839691049c80a2fd3331614f622dc965836 authored over 17 years ago by weidai <weidai>
remove -msse2 since we don't use SSE2 intrinsics anymore

github.com/tahoe-lafs/pycryptopp - fcfb1a4338e9bb2bafd5bd618b6bb9264102f8b0 authored over 17 years ago by weidai <weidai>
update CheckMOVCondition() according to http://eprint.iacr.org/2007/343

github.com/tahoe-lafs/pycryptopp - f65ddac18709935c70efdd1984d815d2939d2bdf authored over 17 years ago by weidai <weidai>
remove -msse2 since we don't use SSE2 intrinsics anymore

github.com/tahoe-lafs/pycryptopp - ebac948838efd9a822aadc12297c85696e0fd791 authored over 17 years ago by weidai <weidai>
fix compile with GAS 2.15

github.com/tahoe-lafs/pycryptopp - 15414b8e42f959dbde4ce7b0a73545db021035ed authored over 17 years ago by weidai <weidai>
remove <locale> (should save code size?)

github.com/tahoe-lafs/pycryptopp - 078ceabaa75e151058707a05b4621c47641c45c6 authored over 17 years ago by weidai <weidai>
- port x64 assembly code to MASM

- improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly

github.com/tahoe-lafs/pycryptopp - 98f28cc05617db0b2af9cc4a626f321805527675 authored over 17 years ago by weidai <weidai>
remove branch in assert

github.com/tahoe-lafs/pycryptopp - b52a923066e0f9fdc797cd42a75c09319dc25183 authored over 17 years ago by weidai <weidai>
- port x64 assembly code to MASM

- improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly

github.com/tahoe-lafs/pycryptopp - eab683422348c730181fb8ae3f7368b0d71d7140 authored over 17 years ago by weidai <weidai>
fix extraneous SSE2 compiler option

github.com/tahoe-lafs/pycryptopp - daa23c43671ec65c8a8a3d06eb242b40cbaa38e0 authored over 17 years ago by weidai <weidai>
zfec: silence warning about darcsver not being present at setup.py time

darcs-hash:dc60fa38e69f52617be7bf09f9335a54ab4a5b68

github.com/tahoe-lafs/zfec - fb2ae283c11503747c3c53298ddd300092fd0b99 authored over 17 years ago by zooko <[email protected]>
fix compile with fix compile for for STLport 5.1.3 and MSVC 2005

github.com/tahoe-lafs/pycryptopp - a2afdfbecc908e13997c167db8968533a130a68d authored over 17 years ago by weidai <weidai>
zfec: install unzipped by default (can be overridden by easy_install's --zip-ok option)

darcs-hash:e1ae764768a909b1774637c4d13b07b3bca1dcb6

github.com/tahoe-lafs/zfec - ba3d0b45f95f95109a37a83db99bdadc82f91cab authored over 17 years ago by zooko <[email protected]>
zfec: quiet warning message if darcsver fails

darcs-hash:cde749a51022a274d85d7c02f0ab1301956117b7

github.com/tahoe-lafs/zfec - 80ce6229853a62df08696d70480ff9a5b4f5b9ad authored over 17 years ago by zooko <[email protected]>
zfec: update licensing text

darcs-hash:6b28627f806294dc5223e468125fb7a051887a43

github.com/tahoe-lafs/zfec - 2635732be6547cc5005f2191be1051492fbe4a55 authored over 17 years ago by zooko <[email protected]>
zfec: attempt to invoke "darcsver" when setup.py is invoked

darcs-hash:8067a1578cc0650b37f1d1cca64deb091f6d858a

github.com/tahoe-lafs/zfec - 0224fcdf8ebabe0ba7a06ecc7cec87e447276d81 authored over 17 years ago by zooko <[email protected]>
zfec: make zfec.h and ez_setup.py be included in source distributions

darcs-hash:c4c9d95a4ca46ce99e6091e919e588fb8e211daa

github.com/tahoe-lafs/zfec - 3e3c3f6e4bc500f62451a16d96d63d4ae9d43a29 authored over 17 years ago by zooko <[email protected]>
zfec: make ez_setup.py download setuptools v0.6c7 by default

darcs-hash:04d6939bf063df6d29c122bc0ba576c64cd36924

github.com/tahoe-lafs/zfec - db7653c220f1aa4caf04a9041ceb1d9542d69a79 authored over 17 years ago by zooko <[email protected]>
fix compile for for STLport 5.1.3 and MSVC 6 SP5

github.com/tahoe-lafs/pycryptopp - f91fc94e8615e2425ac73f682e531a0e49a82cf4 authored over 17 years ago by weidai <weidai>
zfec: attempt to configure setuptools to include *.h and ez_setup.py in the resulting package

But, as far as I can tell this doesn't work. I suppose I've misunderstood the docs.

darcs-hash...

github.com/tahoe-lafs/zfec - dfd606f07732fb2a2d558ca5c49219ce451d6c02 authored over 17 years ago by zooko <[email protected]>
zfec: add md5sums for setuptools-0.6c6 and remove other versions

darcs-hash:f5c8d12789d2645b44a9bc082222e470f07b9715

github.com/tahoe-lafs/zfec - 997afed0bf49f0cc2cf1d5de45e92ce3468d60ea authored over 17 years ago by zooko <[email protected]>
zfec: copy the new version of pyutil's version_class.py into zfec/util/ and remove the dependency on the separate pyutil library

darcs-hash:9c09937490f98b3f36a22ad6da9cf5bf2b870fd9

github.com/tahoe-lafs/zfec - 5309cdbfe1f929641095511b62ba1c47f99c0bd6 authored over 17 years ago by zooko <[email protected]>
zfec: edit text of error message

darcs-hash:6ba6918ddfe2a6ebd60d68a6194e665174ce9e4d

github.com/tahoe-lafs/zfec - c3e38f38edcb9aeaba03fad3a7527a16e6cc4694 authored over 17 years ago by zooko <[email protected]>
fix compile with Borland C++Builder 2007

github.com/tahoe-lafs/pycryptopp - 1fd7f4e36fd47347753199d90a26004330573528 authored over 17 years ago by weidai <weidai>
fix warning on MSVC Orcas Beta 2

github.com/tahoe-lafs/pycryptopp - 7b83af05cfb15578d4dbceaa2a9cd26a92422dac authored over 17 years ago by weidai <weidai>
fix compile for QNX

github.com/tahoe-lafs/pycryptopp - 4b61fdbfb302cf6d544be27916642ffe5d104a92 authored over 17 years ago by weidai <weidai>
fix gcc compile errors and warnings

github.com/tahoe-lafs/pycryptopp - cfd604882d88ffd19f80acf76645c5f8f73d7203 authored over 17 years ago by weidai <weidai>
fix valgrind issues reported by Chris Morgan

github.com/tahoe-lafs/pycryptopp - 2f4cffb1c56e705fdbd54097feebfb768790d08e authored over 17 years ago by weidai <weidai>
update version number to 5.5.2

github.com/tahoe-lafs/pycryptopp - 770b67b6835c2a5f741413ec1ccdb662ca8bc619 authored over 17 years ago by weidai <weidai>
fixed Whirlpool crash on Pentium 2 machines

github.com/tahoe-lafs/pycryptopp - 434723aa5a142dfb87655a4f8366592070a8c359 authored over 17 years ago by weidai <weidai>
fix bug reported by Jeffrey Walton

github.com/tahoe-lafs/pycryptopp - e94d005976c0812f0c952b4d1048cc25f24fa637 authored over 17 years ago by weidai <weidai>
fixed Salsa20 initialization crash on non-SSE2 machines

github.com/tahoe-lafs/pycryptopp - 91fe185bd0227378b9b889785ea436b7506384cb authored over 17 years ago by weidai <weidai>
fix possible branch prediction analysis (BPA) vulnerability

github.com/tahoe-lafs/pycryptopp - f85d8cabea92ca9b100b865712347d738edaa9c5 authored over 17 years ago by weidai <weidai>
patch from Jody Hagins to fix gcc 3.2 compile

github.com/tahoe-lafs/pycryptopp - 63c5a62360cde2e8f1a0a5330008b25ff8952e71 authored over 17 years ago by weidai <weidai>
patch from Andrew Pitonyak to return factory names

github.com/tahoe-lafs/pycryptopp - 8e09aa75665f8627f6d3962cdc8348106a21b3e8 authored over 17 years ago by weidai <weidai>
merge duplicate patches to shebang /usr/bin/python

one patch from the tahoe darcs repo and one patch from the zfec darcs repo

darcs-hash:e734a2a75...

github.com/tahoe-lafs/zfec - 3e7aceefccd2fbf35e142af79b13b30dba81b7a2 authored over 17 years ago by zooko <[email protected]>
zfec: fix bug in argparse

darcs-hash:040e8b77c16154bf61afbda8d1cc72a9aec9fba8

github.com/tahoe-lafs/zfec - 1f7010be78a69136eda263d2a7a350816f207b68 authored over 17 years ago by zooko <[email protected]>
zfec: required version of setuptools is 0.6c6 on cygwin, 0.6a9 on other platforms

darcs-hash:63f407d975f03deb20d636ac6a8b76bbc491d097

github.com/tahoe-lafs/zfec - d7e740982f0d5863cd1daea1ca08af0d4d7558e6 authored over 17 years ago by zooko <[email protected]>
zfec: default setuptools version is now 0.6c6

darcs-hash:55f699809b458537ae8fda5a4204bfa2a23b0df8

github.com/tahoe-lafs/zfec - 672df0691ba8a824acad6eac1aad7d8560eb4c93 authored over 17 years ago by zooko <[email protected]>
zfec: add benchmark utility

darcs-hash:8b6138c421d51a120cda97674c16333abf2448b4

github.com/tahoe-lafs/zfec - f5c93da2e4d19ebf8079b763d37243e3e70dcf37 authored over 17 years ago by zooko <[email protected]>
shebang /usr/bin/env python in ez_setup.py

This makes it so that "./ez_setup.py" works on more platforms.

darcs-hash:009f66d9c8314c7c47578...

github.com/tahoe-lafs/zfec - 24235a1bc48d62ce4419c3ad1ef301eafe6ba4ae authored over 17 years ago by zooko <[email protected]>
fix linker error when compiling with MSVC 2003 and using DLL form of runtime library

github.com/tahoe-lafs/pycryptopp - 312c35d3dc36448ca1eba13e699a1bd701afb42e authored over 17 years ago by weidai <weidai>
fix crash in SSE2_Add on P4 when compiled with MSVC 6.0 with Processor Pack

github.com/tahoe-lafs/pycryptopp - faf47f33679c7b9e2533c574374966a29b2ec13e authored over 17 years ago by weidai <weidai>
zfec: add to README.txt how to run the unit tests

darcs-hash:7ebe225252c8c2b47112b0299b1e9de5c0facf8b

github.com/tahoe-lafs/zfec - cd0b0d7882cdb6e5520aa8a82b443a07883029c7 authored over 17 years ago by zooko <[email protected]>
zfec: fix link to zfec-dev mailing list

darcs-hash:53c8fbff3f990349b230eee0f4bc3a221e5a5088

github.com/tahoe-lafs/zfec - 2226aa21b0c85414d5bf1364acf9e774a6dcc9df authored over 17 years ago by zooko <[email protected]>
zfec: fix README.txt to explain how to use setuptools with GNU stow better

Also remove requirement of setuptools >= v0.6c3. I *think* that using setuptools in the modern ...

github.com/tahoe-lafs/zfec - cf25abfeb997b7aee1da2181f0df9d47313927c1 authored over 17 years ago by zooko <[email protected]>
zfec: clarify licensing requirements (transitive grace period)

darcs-hash:040bbdce524148b6eaffce10eb6d5beed825b69a

github.com/tahoe-lafs/zfec - 27ad1ecc0f8861586ed653b8b2cfb2104ebd1e4f authored over 17 years ago by zooko <[email protected]>
change the 'ez_setup.py' script to have distinct desired & minimum required versions of setuptools

and change zfec/setup.py's invocation of ez_setup to require 0.6a9 (which happens to be the defa...

github.com/tahoe-lafs/zfec - 8ebc84ac7605350ac5459eaedf402b38a932ea42 authored over 17 years ago by robk-org <[email protected]>
zfec: autogenerate version numbers from darcs history

darcs-hash:ad97ae58fdd48086d85300ee61d15c81ff2ededf

github.com/tahoe-lafs/zfec - b4b7e315f1c6a2d3c009c98b5cc18ecb8fcb7a8f authored over 17 years ago by Zooko O'Whielacronx [email protected] <[email protected]>
zfec: shebang usr bin env python in ez_setup.py

darcs-hash:b54fccedd89161b7851940802d614c80f58c2eb3

github.com/tahoe-lafs/zfec - 4d71cd0b3ee3199f46cd806f7c926e03d6f7b91f authored over 17 years ago by Zooko O'Whielacronx [email protected] <[email protected]>
zfec: update doc strings in fileutil

darcs-hash:458b9a2206a8f02106db5d6bdd2b9ab62b225e7b

github.com/tahoe-lafs/zfec - 4d2c2ac7f8ba77294a29e37c30f01734e6d3a848 authored over 17 years ago by Zooko O'Whielacronx [email protected] <[email protected]>
add missing virtual destructors

github.com/tahoe-lafs/pycryptopp - 2261bb6a66808dd99752cf9d0646902a69082a31 authored over 17 years ago by weidai <weidai>
fix compile for VC6 without processor pack, and GCC 4 on MINGW

github.com/tahoe-lafs/pycryptopp - b6ba38e4009807ca0a09c782a3376c9bd9828718 authored over 17 years ago by weidai <weidai>
prepare for release

github.com/tahoe-lafs/pycryptopp - 2e0953be15d614dbad09e777311bfa798ca87626 authored over 17 years ago by weidai <weidai>
fix bug on 32-bit big-endian machines

github.com/tahoe-lafs/pycryptopp - 27efb935586f405cc78f5a70f3b0ed40f5a829d4 authored over 17 years ago by weidai <weidai>