summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-29Update setup.py so it installs the script and manpage.version_0_10Lars Wirzenius1-0/+3
2010-06-29Update debian/control for Python policy conformance.Lars Wirzenius1-0/+2
2010-06-29Update NEWS for version 0.10 release.Lars Wirzenius1-280/+4
2010-06-29Debian packaging fixes.Lars Wirzenius3-5/+7
2010-06-29Add Debian packaging.Lars Wirzenius9-2/+67
2010-06-28Only create the directory for chunks if it does not exist.Lars Wirzenius1-1/+2
2010-06-28Change how directory contents are stored, for higher speed.Lars Wirzenius1-26/+7
2010-06-26Fix Store test to not make assumption about generation ids.Lars Wirzenius1-1/+1
2010-06-20Remove unnecessary variables and imports, suggested by pyflakes.Lars Wirzenius6-12/+1
2010-06-19Do not run seivot report, but do save log file.Lars Wirzenius1-2/+2
2010-06-17Remove largest benchmark size.Lars Wirzenius1-1/+1
2010-06-17Merge changes to put chunks in a hierarchy of directories, rather than a flat...Lars Wirzenius1-4/+11
2010-06-17Merged from trunk.Lars Wirzenius10-181/+258
2010-06-14Fix --quiet option in terminal_status_plugin.py.Lars Wirzenius2-8/+14
2010-06-14Prefix error messages with 'Error: '; blackboxtest assumes it.Lars Wirzenius1-1/+1
2010-06-14Remove spurious call to progress-found-file-hook with None filename.Lars Wirzenius1-2/+0
2010-06-14Use python-ttystatus for terminal progress and status output.Lars Wirzenius1-128/+20
2010-06-11Save profile for each generation.Lars Wirzenius1-6/+12
2010-06-07Do a 10-gig backup benchmark as well.Lars Wirzenius1-1/+1
2010-06-07Merge changes to benchmark script.Lars Wirzenius1-12/+62
2010-06-07Add some bigger sizes.Lars Wirzenius1-1/+1
2010-06-07Use the right branch when getting btree revno.Lars Wirzenius1-1/+1
2010-06-07Run benchmark under profile, generate reports.Lars Wirzenius1-3/+8
2010-06-07Re-do how benchmarks are run.Lars Wirzenius1-12/+57
2010-06-07Add README.Lars Wirzenius1-0/+117
2010-06-05Re-do how checksum trees work.Lars Wirzenius1-32/+8
2010-06-05Add --log-level option and make INFO the default.Lars Wirzenius1-1/+14
2010-06-05Add NodeStoreVfs.mkdir.Lars Wirzenius1-0/+4
2010-06-05Do not make .bak files when overwriting file in store.Lars Wirzenius1-1/+1
2010-06-05Fix overwrite_file to handle make_backup=False and no previous file.Lars Wirzenius2-1/+8
2010-06-05Add make_backup optional argument to VFS.overwrite_file.Lars Wirzenius3-3/+11
2010-06-05Fix cleanup of test-plugins/*.pyc.Lars Wirzenius1-1/+1
2010-06-04Merged from main branch.Lars Wirzenius3-6/+53
2010-06-04Allow setting of adddress on command line. Sort by cumulative time.Lars Wirzenius1-3/+5
2010-06-03Make my personal profiling report also send reports to me via e-mail.Lars Wirzenius1-0/+6
2010-06-03Add script to run benchmarks on my setup.Lars Wirzenius1-0/+36
2010-06-03Allow setting of profile filename via OBNAM_PROFILE.Lars Wirzenius1-2/+5
2010-06-01Use a 64-bit counter for chunks with same checksum, not 16-bit.Lars Wirzenius1-4/+4
2010-05-29Merged from upstream.Lars Wirzenius1-2/+2
2010-05-28Do not create a new tree every time a checksum tree is modified.Lars Wirzenius1-1/+1
2010-05-28Mark obviously correct method as being outside of test coverage.Lars Wirzenius1-1/+1
2010-05-26Store chunks in a directory hierarchy.Lars Wirzenius1-4/+11
2010-05-26Merge change to speed up chunk group storage.Lars Wirzenius1-30/+22
2010-05-26Store chunk group's ids as a blob.Lars Wirzenius1-30/+22
2010-05-23Use random chunk group ids.Lars Wirzenius1-2/+1
2010-05-23Remove benchmark specification.Lars Wirzenius1-69/+0
2010-05-23Clean profiling and benchmarking files.Lars Wirzenius1-1/+2
2010-05-23Make it easier to change which version of seivot is being run.Lars Wirzenius1-3/+3
2010-05-22Allow setting of sort order from command line.Lars Wirzenius1-1/+10
2010-05-22Add script to run a test case under profiling.Lars Wirzenius1-0/+31