summaryrefslogtreecommitdiff
path: root/summainlib.py
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Put version into summainlib, not summain, so setup.py can actually get it.version_0_4Lars Wirzenius1-0/+3
2011-02-18Implement relative path output.Lars Wirzenius1-5/+10
2011-02-18Add relative_path method, with tests.Lars Wirzenius1-0/+25
2011-02-12Don't report size for directories.Lars Wirzenius1-1/+3
2010-01-01Normalizer inode and device numbers. This is necessary so thatLars Wirzenius1-3/+54
2010-01-01Add FilesystemObject.format method to format all fields inLars Wirzenius1-1/+7
2010-01-01Fix copyright years.Lars Wirzenius1-1/+1
2010-01-01Implement formatting of symlink targets. With unit test.Lars Wirzenius1-1/+5
2010-01-01Fix SHA-1 computation so it is only done for regularLars Wirzenius1-1/+3
2010-01-01Add support for computing SHA-1 of files. Currently assumes it isLars Wirzenius1-2/+17
2010-01-01Implement formatting of st_gid.Lars Wirzenius1-0/+6
2010-01-01Implement lookup of username corresponding to st_uid. With unit test.Lars Wirzenius1-0/+5
2010-01-01Implement st_uid formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_size formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_nlink formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_dev formatting. Add unit test.Lars Wirzenius1-0/+1
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 Wirzenius1-0/+1
2010-01-01Implement formatting of st_mode.Lars Wirzenius1-0/+4
2010-01-01Add explanation of new, optional stat_result argument toLars Wirzenius1-0/+2
2010-01-01Implement mtime handling for FilesystemObject.Lars Wirzenius1-1/+9
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 Wirzenius1-0/+30