manned/indexer/src
Yorhel 8235fb28b8 indexer: Fix link resolution and hardlink handling for rpm
Unlike tar, cpio does not have a separate entry for each directory, so
the link resolution can't assume that directory entries exist for each
path component.

I also mistakenly assumed that cpio handled hardlinks similarly to tar,
but that's clearly not the case. libarchive does help a bit, but these
differences still suck.
2017-01-18 13:07:42 +01:00
..
archive.rs indexer: Fix link resolution and hardlink handling for rpm 2017-01-18 13:07:42 +01:00
archread.rs indexer: Fix link resolution and hardlink handling for rpm 2017-01-18 13:07:42 +01:00
main.rs indexer: Add support for indexing RPM repositories 2017-01-17 17:05:03 +01:00
man.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
open.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
pkg.rs indexer: Fix link resolution and hardlink handling for rpm 2017-01-18 13:07:42 +01:00
sys_arch.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
sys_deb.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
sys_freebsd1.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
sys_freebsd2.rs indexer: Rust crate updates 2017-01-17 11:01:11 +01:00
sys_rpm.rs indexer: Add support for indexing RPM repositories 2017-01-17 17:05:03 +01:00
sys_rpmdir.rs indexer: Add bare RPM directory indexing 2017-01-17 12:50:25 +01:00