Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Importing LZ4 code from version 1.9.3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
process_exit::description()
|
|
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
|
|
|
|
Also add IPv6 verification to host constructor.
|
|
Also fix the similar potential assertion failure in fdstream.
|
|
This, for example, can be used to make paths with forward slashes on Windows.
|
|
|
|
Also stop stripping `none-` prefix from the system component.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 seconds from 1
Also do the same for mventry(), and try_rmfile().
|
|
|
|
|
|
|
|
|
|
Also add support for different opening and closing substitution characters.
|
|
In particular, this can be used to recombine a path during iteration:
dir_path r;
for (auto i (d.begin ()); i != d.end (); ++i)
r.combine (*i, i.separator ());
|
|
|
|
|
|
It has the seconds precision even if the time is unspecified.
|
|
For example, this happens on NetBSD.
|
|
|
|
|
|
|
|
|
|
|