2008-01-09 |
Cameron Dale | ProxyFileStream also calculates hash while downloading. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Cameron Dale | Make the MultiDHT test_store work for large number... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Cameron Dale | Improve the creation of nodes and move all to the main... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Cameron Dale | Improve the stopping of the krpc protocol so no timeout... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | Avoid repetition, use a function for updating nodes... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | Switch from the time module to the datetime module. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | Upgrade pysqlite from 1.0 to 2.x (now uses sqlite3). |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | No need to look at the DEFAULT section when parsing... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | Add back the updatedFile method to the MirrorManager. |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Cameron Dale | Move all the khashmir database operations to a separate... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Move the translating of hashes from hex into the Mirror... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | DHT normalizes key lengths by chopping or adding 0. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Decompress needed files while downloading them. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Call the AptPackages file_updated when files complete... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Fix an error that occurred when there were no Sources... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Unhexify the returned hashes from the AptPackages lookup. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Added modification time tracking to the MirrorManager... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Cameron Dale | Added caching of downloaded files to the MirrorManager. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Cameron Dale | Lots of log messages and blocked non-local access to... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Cameron Dale | Made the DHT bootstrapping use IPs instead of DNS names. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Cameron Dale | Move all url parsing into the PeerManager. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Cameron Dale | Fixed some minor bugs. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Cameron Dale | Made the get and storeValue DHT functions work. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Cameron Dale | Updated the DHT join and leave to check if a join is... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Cameron Dale | Made the DHT join method work and added tests for it. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Cameron Dale | Added a shutdown method to the khasmir DHT. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Cameron | Add timeouts to some unittests. |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Cameron | Fixed 2 broken AptPackages unittests. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Cameron Dale | Disable the deprecation warning for the khashmir tests. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Cameron Dale | Change all unittests to use twisted's trial. |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Cameron Dale | Modify khashmir's config system to not use the const... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Cameron Dale | Add more to khashmir's DHT implementation. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Cameron | Add a MirrorError exception. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Cameron | Update all tests to add the deferred as both errback... |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Cameron | Fix the MirrorManager tests to be dist-agnostic too. |
commit | commitdiff | tree | snapshot |
2007-12-19 |
Cameron | Fix some broken AptPackages tests. |
commit | commitdiff | tree | snapshot |
2007-12-18 |
Cameron | Made the AptPackages tests dist-agnostic so it works... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Cameron Dale | Added the new DHT interface and a bare implmentation... |
commit | commitdiff | tree | snapshot |
2007-12-17 |
Cameron Dale | Added the DHT starting to the application. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Removed the old .cvsignore from khashmir. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Add some of the fetching logic. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Fix up the application to work with then new structure. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Moved the files to appropriate package directories. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Make it also work from the command-line. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Added the application control files. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Add proper version numbers to the user-agent string. |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Cameron Dale | Added a manager to the HTTPServer for it to call when... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Cameron Dale | Moved the HTTPDownloader to the new PeerManager. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Cameron Dale | Added a mirror manager frontend for the AptPackages. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Cameron Dale | Clean up the imports again. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Cameron Dale | AptPackages only takes a single cache directory. |
commit | commitdiff | tree | snapshot |
2007-12-15 |
Cameron Dale | Moved the index file tracking inside the AptPackages... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Cleanup AptPackages code. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Implemented cache loading with threads and deferreds. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Add a findHash function to AptPackages that searches... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Add tracking of index file hashes from Release files. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Added support for source package hashes to AptPackages. |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Fix the architecture problem in the AptPackages config... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Added a unittest to make sure AptPackages gets the... |
commit | commitdiff | tree | snapshot |
2007-12-14 |
Cameron Dale | Remove the apt-proxy specific stuff from AptPackages. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Cameron Dale | Switched AptPackages to use twisted's logging facility |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Cameron Dale | Remove some apt-proxy specific stuff. |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Cameron Dale | Added the packages.py file (as AptPackages.py) from... |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Cameron Dale | Added new HTTPServer that serves static files. |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Cameron Dale | Update the downloader to set the headers itself and... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Cameron Dale | Read the response in the unit tests to prevent RST... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Cameron Dale | Add a manager for the client downloads and the tests... |
commit | commitdiff | tree | snapshot |
2007-12-12 |
Cameron Dale | Get it working and add trial unit testing. |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Cameron Dale | Add a unittest to the HTTPDownloader. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Cameron Dale | First attempt (untested) at new HTTP downloader. |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Cameron Dale | Fixed a bug in test that called hash instead of khash. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Fix a callLater bug introduced in commit 6075497a. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Clean up all the imports. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Switch from the entropy definition to using os.urandom. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Fix some errors found by PyLint. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Remove the obsolete whrandom module and use random... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Removed all unused threading. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Ignore the pyc and eclipse project files. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Cameron Dale | Remove all the airhook stuff. |
commit | commitdiff | tree | snapshot |
2004-07-11 |
burris | added a simple tcp over airhook proxy, not fully tested |
commit | commitdiff | tree | snapshot |
2004-07-08 |
burris | broke up khashmir class into base, read, and write... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
burris | now if you provide a list to storeValueForKey it will... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
burris | this is a script for setting up a lot of khashmir nodes... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
burris | only send the ID along in khashmir messages, don't... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
burris | always use the socket's idea of host and port |
commit | commitdiff | tree | snapshot |
2004-06-14 |
burris | major cleanup, updated for twisted |
commit | commitdiff | tree | snapshot |
2003-03-13 |
myers_carpenter | * removing hack to allow threading |
commit | commitdiff | tree | snapshot |
2003-03-09 |
myers_carpenter | * adding setup.py, and __init__.py to make this instal... |
commit | commitdiff | tree | snapshot |
2003-02-23 |
burris | handle late err messages |
commit | commitdiff | tree | snapshot |
2003-02-22 |
burris | added license information |
commit | commitdiff | tree | snapshot |
2003-02-22 |
burris | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-01-30 |
burris | callbacks now return a dict now that has the _krpc_send... |
commit | commitdiff | tree | snapshot |
2003-01-30 |
burris | fix bug where we fail to return any values we have... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
burris | check responses and fail if they don't come from the... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
burris | fixed reset connection handling |
commit | commitdiff | tree | snapshot |
2003-01-16 |
burris | ripped out xmlrpc, experimented with xmlrpc but with... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
burris | twistified airhook, added reactor based tests |
commit | commitdiff | tree | snapshot |
2002-12-23 |
burris | renamed OrderedConnection to StreamConnection |
commit | commitdiff | tree | snapshot |
2002-12-23 |
burris | bug fixes, more tests, looking solid now |
commit | commitdiff | tree | snapshot |
2002-12-22 |
burris | stream connection class |
commit | commitdiff | tree | snapshot |
next |