IIsmael LucenoUpdate manpage with -p/--progress
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Rename gettime to axel_gettime and fix prototype The reason for a rename is that, while not standard, gettime conflicts with public APIs for PC *DOS and Atari. Conflicts with at least following implementations: - Atari XBIOS API - Borland/Embarcadero's libc - DJGPP's libc - Lattice-C's libc Open Watcom and Microsoft provide a _dos_gettime. Signed-off-by: Ismael Luceno <ismael@iodev.co.uk> | 7 年前 | |
doc: Fix release date for man-pages on BSD Process the date at the configure script to handle portability considerations and simplify the implementation. The release date is provided in a prettified form to txt2man for inclusion into the manual pages. This processing is done using the date command in a non-portable way; BSD and GNU implementations of date are slightly incompatible. The GNU implementation of the date command can take an arbitrary date with the -d option, and the format is automatically detected, but on BSD implementations it must be invoked like for setting the date but using the -j option to avoid that step, and the input format must be provided with the -f option. Since the -j option isn't supported by GNU, let's exploit it to detect which variant the system uses. | 6 年前 | |
Fix typos | 4 年前 | |
Update release instructions Signed-off-by: Ismael Luceno <ismael@iodev.co.uk> | 4 年前 | |
Update manpage with -p/--progress Closes: https://github.com/axel-download-accelerator/axel/issues/373 Signed-off-by: Ismael Luceno <ismael@iodev.co.uk> | 1 年前 | |
Add --no-clobber option Like wget, when the --no-clobber option is specified, skip download if a file with the same name already exists in the current directory. This patch was inspired by the work done in PR#94 by @denji and @emiraga Closes: https://github.com/axel-download-accelerator/axel/issues/37 Signed-off-by: Antonio Quartulli <a@unstable.cc> | 8 年前 |