summaryrefslogtreecommitdiff
path: root/fsck.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'refs/heads/t/sha3' into masterAndre Noll2020-10-15
|\
| * Prepare hash_function() for multiple hash algorithms.Andre Noll2020-06-17
| * Store table version in struct osl_table.Andre Noll2020-06-17
* | Activate -Wsign-compare.Andre Noll2020-09-12
|/
* Convert oslfsck to lopsub.Andre Noll2017-04-11
* Silence a gcc warning.Andre Noll2015-02-18
* Update URLs and email addresses.Andre Noll2014-08-19
* The fsck program is called oslfsck rather than osl_fsck.Andre Noll2009-08-02
* fsck.c: Make a couple of functions static.Andre Noll2009-07-22
* Implement --dry-run option for fsck.Andre Noll2009-07-13
* Fix a gcc warning on x86_64.Andre Noll2009-07-13
* Change copyright year to 2009.Andre Noll2009-07-13
* Simplify check_index_ranges().Andre Noll2009-07-12
* fsck: Add some more log messages.Andre Noll2009-07-11
* fsck: Fix a serious bug in prune_mapped_column().Andre Noll2009-07-11
* fsck: Overwrite the backup index file if it exists.Andre Noll2009-07-11
* Fix stale comment.Andre Noll2009-07-10
* Remove remaining references to paraslash.Andre Noll2009-07-06
* Kill error.h.Andre Noll2009-06-11
* Kill all users of is_errno().Andre Noll2009-06-11
* Kill all remaining users of ERRNO_TO_ERROR().Andre Noll2009-06-11
* Get rid of E_INVALID_OBJECT.Andre Noll2008-06-20
* Change type of struct osl_table_description->flags to uint8_t.Andre Noll2008-06-06
* Rename fd.[ch] to util.[ch].Andre Noll2008-06-06
* Move and rename para_opendir().Andre Noll2008-06-06
* Inline para_fchdir(), move it to fsck.c and rename it.Andre Noll2008-06-06
* Rename para_truncate() to truncate_file().Andre Noll2008-06-06
* fsck: Rename para_malloc() and friends.Andre Noll2008-06-06
* fsck: --database-dir is required, no need to set defaults.Andre Noll2008-06-06
* Rename base_dir to database-dir and check in fsck.ggo.Andre Noll2008-06-06
* fsck cleanups.Andre Noll2008-06-06
* Set loglevel and use fsck_cmdline_parser_ext().Andre Noll2008-06-06
* Remove para_log() from fsck.c.Andre Noll2008-06-06
* Fix fsck error codes.Andre Noll2008-06-05
* Add oslfsck.Andre Noll2008-06-05