njl 2007-05-16 07:04:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libfetch fetch.3 ftp.c
Log:
MFC: the new FTP_COMBINE_CWDS define allows libfetch to attempt to change
directories all at once, saving latency.
Tested by: des
Dag-Erling Smørgrav wrote:
> Nate Lawson <[EMAIL PROTECTED]> writes:
>> Could it be possible to check the values from the URL used to derive
>> TYPE for RETR and then if it's the same as the value for MDTM, don't
>> reissue it? Same for MODE.
>
> I suggest you look at the code. We *do* derive th
Nate Lawson <[EMAIL PROTECTED]> writes:
> Could it be possible to check the values from the URL used to derive
> TYPE for RETR and then if it's the same as the value for MDTM, don't
> reissue it? Same for MODE.
I suggest you look at the code. We *do* derive the TYPE value from
the URL. We do *n
Dag-Erling Smørgrav wrote:
> Nate Lawson <[EMAIL PROTECTED]> writes:
>> BTW, is there any reason to redo the "MODE S" and "TYPE I" commands
>> after MDTM?
>
> MODE and TYPE commands are always issued before an MDTM (fetchStat*())
> or RETR (fetchGet*()), because the code assumes that they can vary
Nate Lawson <[EMAIL PROTECTED]> writes:
> BTW, is there any reason to redo the "MODE S" and "TYPE I" commands
> after MDTM?
MODE and TYPE commands are always issued before an MDTM (fetchStat*())
or RETR (fetchGet*()), because the code assumes that they can vary
from one call to another. This is t
Dag-Erling Smørgrav wrote:
> [EMAIL PROTECTED] (Dag-Erling Smørgrav) writes:
>> Still on-going. I forgot to add BATCH=YES to the make command line
>> and had to start over. I expect it will take several more days to run
>> to completion.
>
> Here are the results. I haven't had time to look thro
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes:
> Still on-going. I forgot to add BATCH=YES to the make command line
> and had to start over. I expect it will take several more days to run
> to completion.
Here are the results. I haven't had time to look through them yet,
but judging from the p
Nate Lawson <[EMAIL PROTECTED]> writes:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > I'm going to set up a ports fetch run with FTP_COMBINE_CWDS enabled to
> > see how it works out in the ugly, real world. If it works out well, I
> > might replace the #ifdef with a command-line option or
Dag-Erling Smørgrav wrote:
> Nate Lawson <[EMAIL PROTECTED]> writes:
>> Log:
>> Add back the original behavior of changing the entire directory path at
>> once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall back to the
>> default
>> method of a single CWD per directory element. Sinc
Nate Lawson <[EMAIL PROTECTED]> writes:
> Log:
> Add back the original behavior of changing the entire directory path at
> once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall back to the
> default
> method of a single CWD per directory element. Since this is technically
> a violat
Nate Lawson wrote:
> njl 2007-04-22 22:33:29 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libfetch fetch.3 ftp.c
> Log:
> Add back the original behavior of changing the entire directory path at
> once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall
njl 2007-04-22 22:33:29 UTC
FreeBSD src repository
Modified files:
lib/libfetch fetch.3 ftp.c
Log:
Add back the original behavior of changing the entire directory path at
once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall back to the default
method of a sin
12 matches
Mail list logo