quix0rs-apt-p2p.git
2008-08-16 Cameron DaleAdded the new paper targetting INFOCOM to the docs.
2008-08-12 Cameron DaleFinalize poster?
2008-07-15 Cameron DaleSecond submission of debaday article.
2008-07-15 Cameron DaleFirst submission of debaday article.
2008-06-30 Cameron DaleFinal version of abstract.
2008-06-24 Cameron DaleUpdated the abstract to the ACM class.
2008-06-23 Cameron DaleMore WIP on the poster.
2008-06-23 Cameron DaleWork in progress before changing to landscape.
2008-06-23 Cameron DaleAdded work on poster for SIGCOMM '08.
2008-06-22 Cameron DaleMake sure bad nodes don't get added to the routing...
2008-06-22 Cameron DaleNew changelog entry and version update for relase.
2008-06-22 Cameron DaleAdd a logrotate file that should work with the twistd...
2008-06-21 Cameron DalePrevent BitTorrent nodes from infiltrating the DHT.
2008-06-21 Cameron DaleConsume ping errors so they aren't printed in the log.
2008-06-16 Cameron DaleFinal version of SigCom travel grant application.
2008-06-16 Cameron DaleNew changelog entry and version update for release.
2008-06-15 Cameron DaleUse the version number in the Khashmir node ID.
2008-06-14 Cameron DaleAllow the setting of khashmir ID's suffix.
2008-06-14 Cameron DaleAdd $remote_fs dependency in init.d LSB header (Closes...
2008-05-20 Cameron DaleAdd the travel grant submission.
2008-05-10 Cameron DaleRemove the unneeded misc depends variable.
2008-05-10 Cameron DaleAlways return the result at the end of a callback function.
2008-05-10 Cameron DaleNew changelog entry and versions for next release.
2008-05-10 Cameron DaleSchedule a re-ping message after adding a new node.
2008-05-10 Cameron DaleMake nodes hashable so they can be used in dictionaries.
2008-05-10 Cameron DaleAdd a NEWS entry for port forwarding.
2008-05-10 Cameron DaleRevert "Add debconf to inform the user of the necessity...
2008-05-10 Cameron DaleFix a typo bug in the Krpc error messages.
2008-05-10 Cameron DaleRevert "Fix a postrm bug due to debconf generating...
2008-05-10 Cameron DaleWhen a node fails, schedule a future ping to check...
2008-05-09 Cameron DaleOnly touch a bucket if a find request targets it.
2008-05-09 Cameron DaleIncrease the stored value redundancy to 6.
2008-05-09 Cameron DaleIncrease the concurrency of DHT requests to 8.
2008-05-09 Cameron DaleSet a new peer's ranking values so they don't get an...
2008-05-09 Cameron DaleTests for some more HTTP connection errors.
2008-05-09 Cameron DaleSet the HTTP connection timeout to 10s, and add a test...
2008-05-09 Cameron DaleBetter error logging for store_value token errors.
2008-05-09 Cameron DaleNew TODO for better total number of nodes calculation.
2008-05-09 Cameron DaleTolerate a limited number of errors from peers before...
2008-05-09 Cameron DalePeerManager keeps a list of site names, peers are kept...
2008-05-08 Cameron DaleSpeed up the recursive DHT actions when timeouts occur.
2008-05-08 Cameron DaleMove the bucket manipulation into the KBucket class.
2008-05-07 Cameron DaleFix a traceback generating bug in the refreshing of...
2008-05-05 Cameron DaleNew TODO item for rotating DNS entries.
2008-05-05 Cameron DaleUpdate versions and changelog for new release.
2008-05-04 Cameron DaleFixed a bug in the HTTP downloader that caused errors...
2008-05-03 Cameron DaleMake sure full timeouts occur even if a resend timeout...
2008-05-03 Cameron DaleUpdate the version numbers and changelog for new release.
2008-05-03 Cameron DaleLower the timeout to 9 sec to reduce delays.
2008-05-02 Cameron DaleFinal abstract for submission.
2008-05-01 Cameron DaleFix the broken local IP regexes.
2008-05-01 Cameron DaleMassive update to most of the abstract.
2008-04-29 Cameron DaleDon't log KRPC errors for receiving an invalid store_va...
2008-04-29 Cameron DaleCreate the Kile project for the SIGCOMM poster abstract.
2008-04-29 Cameron DaleOnly add nodes to the routing table that have responded...
2008-04-29 Cameron DaleDon't try and add ourself to the routing table during...
2008-04-28 Cameron DaleDon't add local IP addresses to the routing table ...
2008-04-28 Cameron DaleNew TODO for hashing files with detached GPG signatures.
2008-04-26 Cameron DaleFix: no files were added to the DHT due to missing...
2008-04-26 Cameron DaleFix a postrm bug due to debconf generating errors if...
2008-04-26 Cameron DaleClean up the copyrights mentioned in the code.
2008-04-26 Cameron DaleRemove the changelog parsing from setup.py and just...
2008-04-26 Cameron DaleFix some documentation errors.
2008-04-26 Cameron DaleUpdate the version number and changelog for the initial...
2008-04-26 Cameron DaleClean up the language in the description and man pages.
2008-04-26 Cameron DaleUpdate the config file for the change in default key...
2008-04-25 Cameron DaleAdd an optimization to the HTTP client protocol so...
2008-04-25 Cameron DaleDon't use the fallback mirror retry download.
2008-04-25 Cameron DaleMore fixes for the broken twisted HTTP client.
2008-04-25 Cameron DaleMove all streams to new Streams module and replace...
2008-04-24 Cameron DaleAdd a final retry of all errback mirror downloads.
2008-04-24 Cameron DaleFix some errors in the new twisted HTTP client's connec...
2008-04-24 Cameron DaleAdd debconf to inform the user of the necessity of...
2008-04-24 Cameron DaleMove the DHT stuff out of the main program and into...
2008-04-24 Cameron DaleBetter handling and logging for intermittent HTTP clien...
2008-04-24 Cameron DaleDon't add attributes to HTTP requests, store them separ...
2008-04-24 Cameron DaleHTTP client no longer keeps a response queue of requests.
2008-04-24 Cameron DaleFix a typo in commit 80399176ed66d.
2008-04-24 Cameron DaleFixed an error in downloading source packages from...
2008-04-24 Cameron DaleFix a typo in commit e82e704e27.
2008-04-23 Cameron DaleSet the Last-Modified header when downloading from...
2008-04-23 Cameron DaleRemove temporary files from the peer's download cache.
2008-04-23 Cameron DaleRefresh expired DHT hashes concurrently instead of...
2008-04-23 Cameron DaleDon't check file when listing expired hashes, instead...
2008-04-23 Cameron DaleTrap KRPC errors in writing to the transport and wait...
2008-04-23 Cameron DaleDisconnect the insertNode calls from the callers so...
2008-04-21 Cameron DaleRemove some unnecessary calls to log.err and just print...
2008-04-21 Cameron DaleFix a bug in loading the new KRPC timeout config params.
2008-04-21 Cameron DaleMake the DHT timeouts configuration parameters.
2008-04-21 Cameron DaleConf time parser works with floats, and lengthened...
2008-04-21 Cameron DaleFix an error in the actions that allowed for the result...
2008-04-21 Cameron DaleSome more TODO items.
2008-04-21 Cameron DaleApt packages cache now saves an unload request received...
2008-04-21 Cameron DaleSync the AptPackages db after modification, and close...
2008-04-21 Cameron DaleAdd all files to the DB with their hashes.
2008-04-21 Cameron DaleFix an HTTP download bug that caused HEAD requests...
2008-04-19 Cameron DaleReorder the main application to find cached hashes...
2008-04-19 Cameron DaleAdd a new test and improve the cleaning of apt files.
2008-04-18 Cameron DaleDHT stats now include completed actions and various...
2008-04-18 Cameron DaleReturn 404's for hashes that aren't found.
next