Fix some errors in the new twisted HTTP client's connectionLost() methods.
[quix0rs-apt-p2p.git] / test.py
2008-04-24 Cameron DaleFix a typo in commit 80399176ed66d.
2008-04-24 Cameron DaleFixed an error in downloading source packages from...
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-21 Cameron DaleFix an HTTP download bug that caused HEAD requests...
2008-04-19 Cameron DaleAdd a new test and improve the cleaning of apt files.
2008-04-16 Cameron DaleSwitch the user name on startup.
2008-04-16 Cameron DaleBlock favicon.ico and allow remote stats requests ...
2008-04-16 Cameron DaleClean up the DHT config, making K and HASH_LENGTH const...
2008-04-14 Cameron DaleUse the mirror as a peer when there are few peers for...
2008-04-13 Cameron DaleFix some tests and add some TODO items.
2008-04-11 Cameron DaleMultiple peer downloading is mostly working now.
2008-03-31 Cameron DaleMake the upload limit a config option.
2008-03-06 Cameron DaleRename project to apt-p2p.
2008-02-24 Cameron DaleStandardize the number of values retrieved from the...
2008-02-22 Cameron DaleRefresh DHT values just before they are due to expire.
2008-02-22 Cameron DaleMove the key expiring to the checkpoint function.
2008-02-22 Cameron DaleUnload the AptPackages caches after a period of inactivity.
2008-02-21 Cameron DaleReturn a token in find_node responses, use it in store_...
2008-02-20 Cameron DaleAnother new TODO item: better DHT lookups for multiple...
2008-01-16 Cameron DaleChange all print statements to log.msg calls.
2008-01-16 Cameron DaleAdded a test apparatus similar to DebTorrent's.
2007-12-16 Cameron DaleMoved the files to appropriate package directories.
2007-12-10 Cameron DaleFixed a bug in test that called hash instead of khash.
2007-12-09 Cameron DaleClean up all the imports.
2007-12-09 Cameron DaleRemove all the airhook stuff.
2003-02-22 burrisadded license information
2003-02-22 burris*** empty log message ***
2003-01-16 burrisripped out xmlrpc, experimented with xmlrpc but with...
2002-09-15 burrisbug fix in store value
2002-09-06 burrisupdated for new khashmir
2002-09-02 burristhis is the new khashmir, now based on Twisted and...
2002-07-19 burrisInitial revision