2016-01-23 |
Leif Ryge | wui: improved columns in welcome page server list 229/head |
blob | commitdiff | raw |
2016-01-23 |
Leif Ryge | revert previous commit to fix attribution (vanity) |
blob | commitdiff | raw | diff to current |
2016-01-15 |
Daira Hopwood | wui: improved columns in welcome page server list |
blob | commitdiff | raw |
2016-01-15 |
Leif Ryge | wui: use standard time format (#1077) |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Daira Hopwood | Merge pull request #169 from zooko/2433-dead-code-Named... |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Zooko | remove dead code: NamedTemporaryDirectory 169/head |
blob | commitdiff | raw | diff to current |
2015-05-13 |
Daira Hopwood | On Windows, the user's home directory may be either... |
blob | commitdiff | raw | diff to current |
2015-04-21 |
Daira Hopwood | Fix a test that was dependent on Windows path separators. |
blob | commitdiff | raw | diff to current |
2015-04-21 |
Daira Hopwood | Ensure the 'base' argument to abspath_expanduser_unicod... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Daira Hopwood | Some useful Deferred utilities, originally from the... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Brian Warner | Merge branch 'pr138': fix long paths on windows |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Daira Hopwood | Fix user-path-expansion on Windows for non-ASCII home... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Daira Hopwood | Use "long" paths prefixed with \\?\ on Windows. refs... |
blob | commitdiff | raw | diff to current |
2015-01-29 |
Daira Hopwood | fileutil cleanup: delete the unused open_or_create... |
blob | commitdiff | raw | diff to current |
2014-09-12 |
Brian Warner | test_disk_stats: tolerate used==0 for a Travis worker bug |
blob | commitdiff | raw | diff to current |
2014-05-05 |
Daira Hopwood | Revert [603f5eba32c98d4bfbc354530dcd36dfcd58887a] which... |
blob | commitdiff | raw | diff to current |
2014-05-04 |
Daira Hopwood | Use "long" paths prefixed with \\?\ on Windows. refs... |
blob | commitdiff | raw | diff to current |
2014-02-24 |
Daira Hopwood | Rename 'constant_time_compare' to 'timing_safe_compare... |
blob | commitdiff | raw | diff to current |
2013-05-02 |
Brian Warner | minor changes to hush newer pyflakes |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Brian Warner | Remove the whitespace reported by find-trailing-spaces... |
blob | commitdiff | raw | diff to current |
2012-12-27 |
David-Sarah Hopwood | Make abbreviate_space able to output in exabytes. refs... |
blob | commitdiff | raw | diff to current |
2012-12-27 |
David-Sarah Hopwood | Allow T (terabytes), P (petabytes), and E (exabytes... |
blob | commitdiff | raw | diff to current |
2012-05-16 |
david-sarah | Since we now require Python 2.5, we can use os.SEEK_END. |
blob | commitdiff | raw | diff to current |
2012-05-16 |
Brian Warner | dictutil.DictOfSets: remove .union() method, it was... |
blob | commitdiff | raw | diff to current |
2012-05-14 |
Brian Warner | write node.url and portnum files atomically, to fix... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Zooko O'Whielacronx | fileutil: copy in the get_disk_stats() and get_availabl... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
david-sarah | test_util.py: use SHA-256 from pycryptopp instead of... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
david-sarah | test_util.py: remove use of 'a if p else b' syntax... |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Brian Warner | util/spans.py: __nonzero__ cannot return a long either... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Brian Warner | One fix for bug #1154: webapi GETs with a 'Range' heade... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Brian Warner | copy the rest of David-Sarah's changes to make my tree... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Brian Warner | Add a byte-spans utility class, like perl's Set::IntSpa... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
david-sarah | util.fileutil, test.test_util: add abspath_expanduser_u... |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Brian Warner | test_util.py: improve coverage of util.time_format |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Brian Warner | hush pyflakes-0.4.0 warnings: slightly less-trivial... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Brian Warner | hush pyflakes-0.4.0 warnings: remove trivial unused... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
Brian Warner | Clean up log.err calls, for one of the issues in #889. |
blob | commitdiff | raw | diff to current |
2009-11-24 |
Brian Warner | PipelineError: fix str() on python2.4 . Closes #842. |
blob | commitdiff | raw | diff to current |
2009-10-17 |
Brian Warner | move dirnode.CachingDict to dictutil.AuxValueDict,... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Brian Warner | test_util: add known-answer tests for hashutil tags |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Zooko O'Whielacronx | util: Brian's horrible hack to figure out how much... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Zooko O'Whielacronx | util: oops, time.tzset() doesn't work on Windows -... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Zooko O'Whielacronx | util: fix time_format.iso_utc_time_to_seconds() so... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
Zooko O'Whielacronx | tests: double the timeouts on some tests which time... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
Zooko O'Whielacronx | tests: bump up timeouts so that the tests can finish... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Brian Warner | switch to using RemoteException instead of 'wrapped... |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Brian Warner | util/pipeline.py: new utility class to manage size... |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Zooko O'Whielacronx | trivial: whitespace |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Zooko O'Whielacronx | leases, time_format: modify time stamping in lease... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Brian Warner | hashutil: add constant-time comparison function, to... |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Brian Warner | rrefutil: add check_remote utility function |
blob | commitdiff | raw | diff to current |
2009-02-27 |
Brian Warner | rrefutil: add trap_remote utility and friends |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Brian Warner | stop using RuntimeError in unit tests, for #639 |
blob | commitdiff | raw | diff to current |
2009-02-16 |
Brian Warner | test_util: get almost full test coverage of dictutil... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Brian Warner | util/statistics: add tests, fix mean_repair_cost |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Shawn Willden | Statistics module |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Zooko O'Whielacronx | util: deferredutil: add basic test for deferredutil... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Brian Warner | util/abbreviate: add abbreviated-size parser |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Brian Warner | util/abbreviate: little utility to abbreviate seconds... |
blob | commitdiff | raw | diff to current |
2008-10-30 |
Brian Warner | util/cachedir.py: add a cache-directory manager class... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Brian Warner | move testutil into test/common_util.py, since it doesn... |
blob | commitdiff | raw | diff to current |
2008-10-29 |
Brian Warner | util: move PollMixin to a separate file (pollmixin... |
blob | commitdiff | raw | diff to current |
2008-10-13 |
Brian Warner | util/time_format.py: accept space separator, add unit... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Brian Warner | test_util: improve ConcurrencyLimiter tests |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Brian Warner | add a basic concurrency limiter utility |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Zooko O'Whielacronx | use added secret to protect convergent encryption |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Brian Warner | test_util.py: get 100% test coverage for hashutil.py |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Brian Warner | BIG COMPATIBILITY BREAK: update hash tags, switch to... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Zooko O'Whielacronx | add unit test asserting that allmydata.util.base32... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Zooko O'Whielacronx | merge patch which adds base32 to test_util with patch... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Brian Warner | remove bencode, yay |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Zooko O'Whielacronx | switch from base62 to base32 for storage indices, switc... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Brian Warner | change encryption-key hash to include encoding paramete... |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Brian Warner | hashutil: add tagged_hash_256d and tagged_hasher_256d |
blob | commitdiff | raw | diff to current |
2008-02-06 |
Brian Warner | test_util: add full coverage for allmydata.util.deferre... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
Brian Warner | PollMixin: add timeout= argument, rewrite to avoid... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Brian Warner | remove logpublisher, use the Foolscap version now that... |
blob | commitdiff | raw | diff to current |
2007-12-13 |
Brian Warner | remove tests of logging functionality that's been subsu... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Brian Warner | logging: only test log.err when Twisted is new enough... |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Brian Warner | hierarchical logging: add numbered messages and parent... |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Brian Warner | stabilize on 20-byte nodeids everywhere, printed with... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
nejucomo | Add some passing unit tests for testutil.PollMixin. |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Zooko O'Whielacronx | switch from rfc 3548 base-32 to z-base-32 except for... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
Brian Warner | fileutil: add du() function |
blob | commitdiff | raw | diff to current |
2007-07-03 |
Brian Warner | test_util: improve test coverage of allmydata.util... |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Brian Warner | test_util: add more coverage for assertutil.py |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Brian Warner | test_util: add full coverage for mathutil.py |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Brian Warner | test_util.py: sigh, one last minor python-2.5 issue |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Brian Warner | test_util.py: fix another minor python-2.5 issue |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Brian Warner | test_util.py: fix problems |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Brian Warner | more allmydata.util test coverage, rename the test... |
blob | commitdiff | raw | diff to current |
|