| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
According the manpage readlink(2) does not append a null byte to buf.
So we have to do it ourselves.
|
|
|
|
| |
Otherwise the iso image will have softlinks which is not what we want
|
|
|
|
| |
leftovers from a debug session.
|
|
|
|
|
|
|
|
|
| |
fixes #42
This will also fix a bug that left an empty file in destination dir when
source file did not exist in repository.
There are still issues with paths longer than 255 chars.
|
|
|
|
| |
we should always close the in-stream, not only on failure.
|
| |
|
|
Fixes #24.
|