summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Release version 0.3.version_0_3Lars Wirzenius3-2/+13
2011-02-18Implement relative path output.Lars Wirzenius3-6/+39
2011-02-18Add relative_path method, with tests.Lars Wirzenius2-0/+49
2011-02-18Remove now-useless without-tests.Lars Wirzenius2-2/+1
2011-02-13Release version 0.2.version_0_2Lars Wirzenius4-2/+18
2011-02-13* debian/rules: Verify that versions match between debian/changelog andLars Wirzenius4-3/+18
2011-02-12Don't report size for directories.Lars Wirzenius2-3/+12
2011-02-12Add Makefile.Lars Wirzenius2-0/+25
2011-02-12Use cliapp for main program.Lars Wirzenius2-17/+24
2010-05-13Upload to squeeze.version_0_1Lars Wirzenius1-0/+6
2010-01-01Fix debian/changelog date.Lars Wirzenius1-1/+1
2010-01-01Add setup.py for Python distutils, and debian/* forLars Wirzenius7-0/+79
2010-01-01Add a README file.Lars Wirzenius1-0/+35
2010-01-01Wrote a main program.Lars Wirzenius1-0/+38
2010-01-01Normalizer inode and device numbers. This is necessary so thatLars Wirzenius2-6/+108
2010-01-01Add paragraph to explain st_ino and st_dev normlization,Lars Wirzenius1-0/+7
2010-01-01Add FilesystemObject.format method to format all fields inLars Wirzenius1-1/+7
2010-01-01Fix copyright years.Lars Wirzenius2-2/+2
2010-01-01Implement formatting of symlink targets. With unit test.Lars Wirzenius2-2/+27
2010-01-01Fix SHA-1 computation so it is only done for regularLars Wirzenius2-1/+7
2010-01-01Add support for computing SHA-1 of files. Currently assumes it isLars Wirzenius2-3/+47
2010-01-01Implement formatting of st_gid.Lars Wirzenius2-1/+14
2010-01-01Implement lookup of username corresponding to st_uid. With unit test.Lars Wirzenius2-0/+8
2010-01-01Implement st_uid formatting. With unit test.Lars Wirzenius2-1/+6
2010-01-01Implement st_size formatting. With unit test.Lars Wirzenius2-1/+6
2010-01-01Implement st_nlink formatting. With unit test.Lars Wirzenius2-1/+6
2010-01-01Implement st_dev formatting. Add unit test.Lars Wirzenius2-1/+6
2010-01-01Refactor: Removed FilesystemObject.format_mode since it is soLars Wirzenius1-4/+1
2010-01-01Implement formatting of st_ino. Add unit test for it.Lars Wirzenius2-1/+6
2010-01-01Implement formatting of st_mode.Lars Wirzenius2-3/+7
2010-01-01Add unit test for new mode field, for regular files.Lars Wirzenius1-0/+6
2010-01-01Add explanation of new, optional stat_result argument toLars Wirzenius1-0/+2
2010-01-01Implement mtime handling for FilesystemObject.Lars Wirzenius2-2/+20
2010-01-01New test for FilesystemObject to test formatting ofLars Wirzenius1-0/+4
2010-01-01Make FilesystemObject handle names that require URLLars Wirzenius1-0/+9
2010-01-01Make FilesystemObject return name correctly, for simpleLars Wirzenius1-0/+4
2010-01-01Wrote stub of first class, and first tests for it. Tests do not yet pass.Lars Wirzenius2-0/+61
2010-01-01Wrote manual page, first draft.Lars Wirzenius1-0/+34