| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Notes:
svn path=/head/; revision=125977
|
| |
|
|
|
|
|
|
|
|
| |
Use %ju and an (uintmax_t) cast to print size_t values.
Use %jd and an (intmax_t) cast to print off_t values.
Use off_t variables to hold the difference between two off_t values.
Don't bother with unsigned char where char will do nicely.
Notes:
svn path=/head/; revision=125976
|
| |
|
|
|
|
|
|
| |
format. The old code tried to produce the exact same output as the
pre-libfetch implementation, but I no longer see any value in this.
Notes:
svn path=/head/; revision=125965
|
| |
|
|
|
|
|
|
|
| |
These appear to have been inserted in the PR text by gnatsweb.
Noticed by: des (maintainer)
Notes:
svn path=/head/; revision=125154
|
| |
|
|
|
|
|
|
|
| |
read fetch(3) as well.
Requested by: des (maintainer)
Notes:
svn path=/head/; revision=125005
|
| |
|
|
|
|
|
| |
what I intended to do). Really remove my middle name.
Notes:
svn path=/head/; revision=125001
|
| |
|
|
|
|
|
|
| |
man pages (though not from copyright notices). While I'm here, add email
addresses where appropriate.
Notes:
svn path=/head/; revision=124963
|
| |
|
|
|
|
|
|
|
|
| |
taking lazy users on the arduous journey through SEE ALSO to fetch(3).
PR: docs/61759
Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
Notes:
svn path=/head/; revision=124852
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119892
|
| |
|
|
|
|
|
|
|
| |
the "crypto" distribution.
Approved by: des
Notes:
svn path=/head/; revision=117890
|
| |
|
|
|
|
|
| |
Discussed with: des, ru
Notes:
svn path=/head/; revision=116168
|
| |
|
|
|
|
|
| |
Approved by: re (scottl)
Notes:
svn path=/head/; revision=115157
|
| |
|
|
|
|
|
|
|
|
| |
Xref sh(1) as we use environment variables.
PR: 43899
Reviewed by: des
Notes:
svn path=/head/; revision=115099
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114422
|
| |
|
|
|
|
|
| |
during slow transfers of large files.
Notes:
svn path=/head/; revision=112114
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112083
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112082
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111447
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109703
|
| |
|
|
|
|
|
|
|
|
| |
Fix handling of -v option.
Don't treat negative offsets as valid positive ones.
Clean up the ETA and transfer rate code. Show transfer rate along with
ETA if the verbose level is higher than 1.
Notes:
svn path=/head/; revision=109702
|
| |
|
|
|
|
|
|
|
|
|
| |
to the remote document.
PR: 33856
MFC after: 1 week
Approved by: re
Notes:
svn path=/head/; revision=107353
|
| |
|
|
|
|
|
| |
in certain failure scenarii (mostly DNS trouble).
Notes:
svn path=/head/; revision=106857
|
| |
|
|
|
|
|
| |
any data in 30 seconds.
Notes:
svn path=/head/; revision=106796
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106586
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106187
|
| |
|
|
|
|
|
|
|
|
| |
quiet mode.
PR: bin/37079
Submitted by: Nicolas Rachinsky <list@rachinsky.de>
Notes:
svn path=/head/; revision=106051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106043
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106042
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Re-add alarm(2) calls around the calls to fetchStat(3) and fetchXGet(3),
since these calls can still time out on DNS lookups or TCP connect(2).
Remove the alarm(2) calls in the main loop, since all methods properly
handle transfer timeouts (as opposed to connection timeouts).
Set the sigalrm flag if a timeout occurs in the main loop.
Move the signal: label up a little so we still set the atime and mtime
when the transfer times out or is interrupted, so that restarted transfers
will work as expected (as long as the file still exists).
MFC after: 2 weeks
Notes:
svn path=/head/; revision=106041
|
| |
|
|
|
|
|
| |
Spotted by: kris
Notes:
svn path=/head/; revision=102478
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100835
|
| |
|
|
|
|
|
| |
unitialized variable" warning.
Notes:
svn path=/head/; revision=100834
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98144
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97930
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97889
|
| |
|
|
|
|
|
|
| |
libfetch can't depend on lib{crypto,ssl}. Move the dependency to fetch
until we can figure out how to fix this.
Notes:
svn path=/head/; revision=97888
|
| |
|
|
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes:
svn path=/head/; revision=95258
|
| |
|
|
| |
Notes:
svn path=/head/; revision=95083
|
| |
|
|
|
|
|
|
| |
#include <sys/time.h> instead of depending on namespace pollution in
<sys/stat.h> for the declaration of struct timeval.
Notes:
svn path=/head/; revision=93257
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93213
|
| |
|
|
|
|
|
|
|
|
|
|
| |
<sys/stat.h> for the declaration of struct timeval.
Removed unused includes (<time.h> doesn't declare anything of interest;
only <sys/time.h> does).
Sorted includes a bit.
Notes:
svn path=/head/; revision=91225
|
| |
|
|
|
|
|
|
|
|
|
| |
on the file we're replacing.
PR: bin/34992
Submitted by: Shunichiro Ariura <syun1rou@blackshell.org>
MFC after: 1 week
Notes:
svn path=/head/; revision=90729
|
| |
|
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
Notes:
svn path=/head/; revision=90415
|
| |
|
|
|
|
|
|
|
| |
PR: docs/33640
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Approved by: des
Notes:
svn path=/head/; revision=89429
|
| |
|
|
|
|
|
|
| |
PR: bin/32615
MFC after: 1 week
Notes:
svn path=/head/; revision=87563
|
| |
|
|
|
|
|
| |
Reviewed by: des
Notes:
svn path=/head/; revision=86242
|
| |
|
|
| |
Notes:
svn path=/head/; revision=85933
|
| |
|
|
|
|
|
| |
PR: 30764
Notes:
svn path=/head/; revision=83863
|
| |
|
|
|
|
|
| |
Discussed with: des
Notes:
svn path=/head/; revision=83307
|