Re: [Fwd: Bug#258392: lftp should support encrypted passwords in bookmarks]

2004-08-12 Thread Glenn Maynard
- consuming and causing my password to be displayed in plain view on the screen. -- Glenn Maynard

Re: http:authorization patch (was Re: [Fwd: Bug#258392: lftp should support encrypted passwords in bookmarks])

2004-08-12 Thread Glenn Maynard
On Thu, Aug 12, 2004 at 02:07:14PM +0400, Alexander V. Lukyanov wrote: On Thu, Aug 12, 2004 at 01:28:59PM +0400, Alexander V. Lukyanov wrote: On Thu, Aug 12, 2004 at 05:12:10AM -0400, Glenn Maynard wrote: That's a bit better, but I still have to back up and enter my username. URLs copied

Re: lftp-3.0.4 always tries to issue CPSV command when doing secure FXP with SSCN-enabled server

2004-06-03 Thread Glenn Maynard
fake security-by-obscurity, they make TLS hard to support. That's one piece of software to avoid, I think ... :) -- Glenn Maynard

Re: lftp-pre3.0.0-20040115

2004-01-15 Thread Glenn Maynard
a char**, not const char**. Now I'm getting make: *** No rule to make target `libpty.la', needed by `all-am'. Stop. I don't feel like stepping through libtool (this is why I hate libtool; it's brittle and impossible to diagnose). If config.log or something will help, let me know. -- Glenn Maynard

Re: lftp-pre3.0.0-20040115

2004-01-15 Thread Glenn Maynard
is correct--the desired constness can't be expressed in C++. -- Glenn Maynard

Re: lftp-pre3.0.0-20040115

2004-01-15 Thread Glenn Maynard
*(put_buf); it'll catch unwanted type changes, and doesn't need an autoconf test: it's harmless to do if not needed, since it'll still catch type errors. -- Glenn Maynard

Re: lftp = 2.6.6 problem

2003-08-11 Thread Glenn Maynard
--- LIST -l I'd recommend using cls instead, unless streaming is very important to you. If you want to specify options to put on the LIST command for cls, use ftp:list-options. -- Glenn Maynard

Re: little feature requests for making lftp more usable from scripts

2003-02-22 Thread Glenn Maynard
caused confusion before; it should really be renamed to something like ftp:fxp-allow-direct or ftp:fxp-fallback-to- direct ... -- Glenn Maynard

Re: Ability to schedule execution of shell script

2003-01-16 Thread Glenn Maynard
then do, eg: echo set net:limit-total-rate $speed ! ~/file -- Glenn Maynard

Re: find and links to dirs

2003-01-15 Thread Glenn Maynard
On Wed, Jan 15, 2003 at 02:51:31PM +0300, Alexander V. Lukyanov wrote: On Tue, Jan 07, 2003 at 02:16:17PM -0500, Glenn Maynard wrote: On Tue, Jan 07, 2003 at 03:58:36PM +0100, Piotr Krukowiecki wrote: Even after cd /Anime find won't work :( This is a bug, however. The problem

Re: find and links to dirs

2003-01-15 Thread Glenn Maynard
portion of the argument (here, empty--and blah, respectively), chdir's into it (if not empty), then recurses starting at the filename portion of the argument (here, blah and cwd, respectively). The initial implicit chdir isn't actually a recursion. -- Glenn Maynard

Re: find and links to dirs

2003-01-15 Thread Glenn Maynard
, then--but it's not worth trying to make this happen in lftp. -- Glenn Maynard

Re: find and links to dirs

2003-01-07 Thread Glenn Maynard
is that it's checking the first path (. in /Anime) like any other argument, seeing it's a symlink, and not recursing (it only recurses on directories). I think the solution is the same as the above, except only on top-level stack entries. -- Glenn Maynard

Re: feature request lftp should respond to Ctrl-Z

2002-10-14 Thread Glenn Maynard
the point of doing that ;-) If you have an ftp session opened but aren't actually downloading, it might be useful (just as it is with any other program). Type suspend. It *will* stop running tasks, though. lftp isn't multithreaded. -- Glenn Maynard

Re: feature request pget option should support resume

2002-10-14 Thread Glenn Maynard
. Probably not something I'll try to tackle, at least. -- Glenn Maynard

Re: bug: wrong percent calculation with files larger than 2gb

2002-09-26 Thread Glenn Maynard
lftp zewt.org:/ exit First cls on load works, second doesn't, but only under a subdir. -- Glenn Maynard

Re: Trouble building 2.6.1 with HP C++ compiler

2002-09-25 Thread Glenn Maynard
*' with 'char *' in: void FileAccess::SetSuggestedFileName(const char *fn) No, try the attached. -- Glenn Maynard Index: FileAccess.cc === RCS file: /home/lav/cvsroot/lftp/src/FileAccess.cc,v retrieving revision 1.103 diff -u -r1.103

Re: bug: wrong percent calculation with files larger than 2gb

2002-09-22 Thread Glenn Maynard
On Sat, Sep 21, 2002 at 07:28:11PM -0400, Glenn Maynard wrote: lftp 0:/ hostls -l -rw-r--r-- 1 1000 users3147825152 Sep 21 23:17 blah Er, just upgraded; apparently the new package is broken: lftp 0:/ hostls -l blah -rw-r--r-- 1 1000 users3147825152 Sep 22 21:53 blah lftp 0

Re: bug: wrong percent calculation with files larger than 2gb

2002-09-21 Thread Glenn Maynard
, not CVS.) Eduard or Noel, could you include actual debugging information? What you're reporting could be the result of the server returning an incorrect size. -- Glenn Maynard

Re: [noel@koethe.net: lftp Debian package]

2002-09-17 Thread Glenn Maynard
and then code.) Is it possible to get something like this added to the COPYRIGHT (not the license)? Not sure what this means. Since it's in all caps I assume he's referring to a filename, but we have no such file ... -- Glenn Maynard

Re: [noel@koethe.net: lftp Debian package] (OT)

2002-09-17 Thread Glenn Maynard
not going there. :) (IANAL.) I only mention all this in response to or with the following addition; it doesn't affect the OpenSSL issue at all (hence the OT). -- Glenn Maynard

Re: multi-host queues and turning timezones off

2002-09-02 Thread Glenn Maynard
it will be very useful. Well, two different people have requested it, anyway. -- Glenn Maynard

Re: 'Ignore date on mirror' patch for 2.6.1

2002-08-31 Thread Glenn Maynard
this.) -- Glenn Maynard

Re: lftp: ls -ltr does not work on RaidenFTPD

2002-08-25 Thread Glenn Maynard
On Sun, Aug 25, 2002 at 10:48:08AM -0400, Justin Piszcz wrote: ncftp / ls -ltr lftp doesn't parse these arguments. debug 9 output would help; you likely have something in cmd:ls-default ... -- Glenn Maynard

Re: wishlist

2002-08-16 Thread Glenn Maynard
. Debug output will prefix the host if the debug output isn't a TTY, I think. Maybe this could be made an option; eg, debug 3 --always-prefix. -- Glenn Maynard

Re: wishlist

2002-08-15 Thread Glenn Maynard
stdout and stderr. Debug output to a file has the host attached. If you want to do something on success, you can use ... -- Glenn Maynard

Re: wishlist

2002-08-15 Thread Glenn Maynard
On Thu, Aug 15, 2002 at 09:28:21PM -0400, Glenn Maynard wrote: mirror -x '/$' Oops. This excludes *all* directories. Could you just do 'find -type d -depth -print0 | xargs -0 rmdir -- 2 /dev/null' after the job, or do you need this for remote mirrors too? -- Glenn Maynard

Re: extra server response

2002-08-14 Thread Glenn Maynard
, it *is* an extra server response; it should only send one 226. What's the problem? -- Glenn Maynard

Re: lftp and scripts

2002-08-14 Thread Glenn Maynard
. There's no 'for' construct in lftp. You could do this explicitely, with a script that takes WORDS as stdin, has a hardcoded NAME and outputs an unrolled loop on stdout. (Or takes NAME as argv[1].) 'source' the result. Not very clean, though. -- Glenn Maynard

password hiding.

2002-08-13 Thread Glenn Maynard
told to. pgetJob.cc: use dispname for display. Maybe this could be used for bookmark hiding, instead of the special case parser; I didn't investigate this. -- Glenn Maynard Index: doc/lftp.1 === RCS file: /home/lav/cvsroot/lftp/doc

Re: multi-host queues and turning timezones off

2002-08-09 Thread Glenn Maynard
) is for server-client. -- Glenn Maynard

Re: url cruft

2002-08-02 Thread Glenn Maynard
they weren't even defined). -- Glenn Maynard

Re: Nasty ext2fs bug!

2002-08-01 Thread Glenn Maynard
a comparison: FTPing the file normally to this host and copying it out, to show that it's actually substantially faster when you don't use pget. -- Glenn Maynard

url cruft

2002-08-01 Thread Glenn Maynard
Patch removes old stuff from class url. (Looks copied-and-pasted from ParsedURL, or maybe vice versa.) -- Glenn Maynard Index: url.h === RCS file: /home/lav/cvsroot/lftp/src/url.h,v retrieving revision 1.13 diff -u -r1.13 url.h

Re: lftp-pre2.6.0-20020731

2002-07-31 Thread Glenn Maynard
*. -- Glenn Maynard

Re: prompt redrawing

2002-07-24 Thread Glenn Maynard
On Tue, Jul 23, 2002 at 07:39:40PM -0400, Glenn Maynard wrote: I think this is a readline bug, but I thought I'd toss that here before I start wading through readline. Definitely a readline bug; reported this. -- Glenn Maynard

Re: terminfo checks, title clearing, tsl/fsl

2002-07-24 Thread Glenn Maynard
), but the best I could do was get him to add a screen-s terminal entry. As for xterm/rxvt, I'm not sure; I havn't tried getting it added yet. -- Glenn Maynard

prompt redrawing

2002-07-23 Thread Glenn Maynard
(\[\]) characters. I think this is a readline bug, but I thought I'd toss that here before I start wading through readline. -- Glenn Maynard

configure.in?

2002-07-21 Thread Glenn Maynard
configure.in just fell off CVS. -- Glenn Maynard

Re: shelving misc patches

2002-07-18 Thread Glenn Maynard
On Thu, Jul 18, 2002 at 11:01:33AM +0400, Alexander V. Lukyanov wrote: I think you are right. Here is another patch. This fixes the repeat 0 foo problem, but repeat 0 !echo hi still has problems. I'm not sure why. I'll try to track it down. (I'm not sure where the signal's going.) -- Glenn

Re: shelving misc patches

2002-07-17 Thread Glenn Maynard
, but tends to require me to hold down ^C to stop it (for the above, ^C fails about 50% of the time; here it fails about 95% of the time.) I don't know if this is the same problem. -- Glenn Maynard

chdir : problem

2002-07-12 Thread Glenn Maynard
failed: 550 Me: My Stuff: No such file or directory lftp 0:/t pwd ftp://0/t lftp 0:/t cd /t cd ok, cwd=/t lftp 0:/t cd Me:\ My\ Stuff/ cd ok, cwd=Me: My Stuff lftp 0:Me: My Stuff cd .. cd: Access failed: 550 Me:: No such file or directory -- Glenn Maynard

Re: shelving misc patches

2002-07-12 Thread Glenn Maynard
, by the way; it also happens when any filters are used (ie. repeat 0s zcat file). Attached: FAQ: add an entry for ^Z in Cygwin. -- Glenn Maynard Index: FAQ === RCS file: /home/lav/cvsroot/lftp/FAQ,v retrieving revision 1.7 diff -u -r1.7 FAQ

status % fix

2002-07-11 Thread Glenn Maynard
CopyJob.cc: fix format string error. -- Glenn Maynard Index: CopyJob.cc === RCS file: /home/lav/cvsroot/lftp/src/CopyJob.cc,v retrieving revision 1.26 diff -u -r1.26 CopyJob.cc --- CopyJob.cc 2002/07/10 08:48:51 1.26

Re: lftp 2.5.4 core dump

2002-07-11 Thread Glenn Maynard
On Thu, Jul 11, 2002 at 01:37:52PM -0400, Glenn Maynard wrote: Try the attached. Applicable to lftp-2-4, too. -- Glenn Maynard

Re: lftp -n

2002-07-08 Thread Glenn Maynard
to ftp(1), either. That's what wget or any of the native ftp modules in Perl are for.) -- Glenn Maynard

shelving misc patches

2002-07-08 Thread Glenn Maynard
it.) Attached patches to get them archived; all source files correspond to OutputJob. -- Glenn Maynard /* lftp and utils * * Copyright (c) 2002 by Alexander V. Lukyanov ([EMAIL PROTECTED]) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU

Re: lftp = 2.5.4 remote queue bug?

2002-07-06 Thread Glenn Maynard
in pre_DONE, where this bit of code was copied. The attached patch adds a FINISHING state to close up children, then adds the extra job when that finishes. I've only given this patch a quick test, but it does fix the above problem. -- Glenn Maynard Index: MirrorJob.cc

Re: lftp = 2.5.4 remote queue bug?

2002-07-06 Thread Glenn Maynard
being simpler, it'd do the per-file maintenance immediately after transferring the file, instead of grouping all of the commands together, which is a little nicer. It'd also make the script generation more complete. -- Glenn Maynard

Re: Dont delete this letter, because this is solution for your business!

2002-06-30 Thread Glenn Maynard
posters would even become involved in the community. Eh. People who want to be involved will be; don't use subscription policies as a lever for this. -- Glenn Maynard

Re: lftp mirror timestamp problems

2002-06-09 Thread Glenn Maynard
, and the timezone used in parsing LISTs can be configured; ftp:timezone. (Though, I think FTP servers sending time in local time is completely senseless; I'd suggest reconfiguring your servers to use UTC. cls will translate it to local time.) Could you post a debug 9 output? -- Glenn Maynard

da.

2002-06-02 Thread Glenn Maynard
Gremlins stole my patch. -- Glenn Maynard Index: configure.in === RCS file: /home/lav/cvsroot/lftp/configure.in,v retrieving revision 1.124 diff -u -r1.124 configure.in --- configure.in2002/05/17 07:52:45 1.124

Re: building

2002-06-02 Thread Glenn Maynard
On Sun, Jun 02, 2002 at 03:18:35PM -0400, Glenn Maynard wrote: First, Automake 1.6 plays with all _LDFLAGS, _SOURCES, etc. variable names, and complains about SSL_LDFLAGS and LFTP_SSL_LDFLAGS. (It probably thinks it should be associated with programs, when it's not.) I consider this a bug

Re: A bug in lftp 2.5.1

2002-05-19 Thread Glenn Maynard
and filed it with Debian to get it applied to Woody. -- Glenn Maynard

Re: lftp-2.5.2 problems

2002-05-18 Thread Glenn Maynard
to be operating correctly (giving up and moving on to the next file.) -- Glenn Maynard

minor patch, bugs

2002-04-17 Thread Glenn Maynard
. If the sleep commands were in the queue, and *did* try to make a connection, they wouldn't need to; they'd have come up in the queue and have the connection from the last job. Sounds like he did something wrong.) -- Glenn Maynard Index: Job.cc

Re: OutputJob

2002-04-14 Thread Glenn Maynard
current OutputJob, so you can see where it's at now. -- Glenn Maynard /* lftp and utils * * Copyright (c) 2002 by Alexander V. Lukyanov ([EMAIL PROTECTED]) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published

Re: Satellite [NetGain 2000] [Corruption]

2002-04-09 Thread Glenn Maynard
of such proxy failures, and that's not applicable to your case. It's not a server problem. -- Glenn Maynard

Re: Satellite [NetGain 2000] [Corruption]

2002-04-02 Thread Glenn Maynard
with multiple programs and servers. -- Glenn Maynard

Re: Satellite [NetGain 2000] [Corruption]

2002-04-02 Thread Glenn Maynard
On Tue, Apr 02, 2002 at 10:48:25AM -0500, Justin Piszcz wrote: Downloader for X does, etc, but I need a console tool thats as reliable as wget/lftp. He was suggesting to try them to see if rollback helps, not to use them as a permanent replacement. -- Glenn Maynard

Re: no current job

2002-03-27 Thread Glenn Maynard
there is a limitation: a job can be awaited by a single other job. When you do fg, you make the main CmdExec parent of the selected job, which is not possible when some other job is already parent of the job. That's what I meant: fg the queue. -- Glenn Maynard

no current job

2002-03-24 Thread Glenn Maynard
select the mirror job by number. -- Glenn Maynard

FA crash

2002-03-12 Thread Glenn Maynard
0x080890bf in FileAccess::Chdir (this=0x8113c88, path=0x8108880 ., verify=true) at FileAccess.cc:690 690char *newcwd=(char*)alloca(strlen(cwd)+strlen(path)+2); (gdb) print cwd $1 = 0x0 -- Glenn Maynard

Re: [Michal Margula alchemyx@uznam.net.pl] Fw: Feature request

2002-03-05 Thread Glenn Maynard
be (Alex could answer that) (Note that this isn't necessary to allow hostnames in IP's for that setting; it would just be a restriction) -- Glenn Maynard

Re: [Michal Margula alchemyx@uznam.net.pl] Fw: Feature request

2002-03-04 Thread Glenn Maynard
or things may not work right is reasonable, IMO -- Glenn Maynard

Re: [alchemyx@uznam.net.pl: Re: [Micha?? Margula alchemyx@uznam.net.pl] Fw: Feature request]

2002-03-03 Thread Glenn Maynard
On Sun, Mar 03, 2002 at 09:06:13PM +0300, Alexander V Lukyanov wrote: It is orbZ, not orbs Any opinions on making lftp-devel SPAMFRIEND? (I have an allergy to final Zs) Don't know what that is; looks like a sendmail thing, and I never touch sendmail -- Glenn Maynard

[alchemyx@uznam.net.pl: Re: [Micha?? Margula alchemyx@uznam.net.pl] Fw: Feature request]

2002-02-28 Thread Glenn Maynard
. -- Glenn Maynard ---BeginMessage--- On Thu, 28 Feb 2002 13:26:15 -0500 Glenn Maynard [EMAIL PROTECTED] wrote: I think binding to an address is important; if the last is implemented (interface name) I'd strongly suggest it be secondary to IP. (I don't think interfaces names could be portable

Re: OutputJob

2002-02-20 Thread Glenn Maynard
to fix it up, but I probably won't get to it soon. -- Glenn Maynard

CharReader fix

2002-02-11 Thread Glenn Maynard
On Tue, Jan 22, 2002 at 12:21:26AM -0500, Glenn Maynard wrote: On Mon, Jan 21, 2002 at 11:05:33PM -0500, Glenn Maynard wrote: And I just hit the weird lftp quitting spontaneously thing again. (Actually, I think I've found a way to reproduce it.) Readline is exiting with errno == EINTR--so

Re: [lftp-2.4.9] Compilation errors on Solaris 8

2002-02-02 Thread Glenn Maynard
, and this would mean I'd have to change habits for these function calls.) -- Glenn Maynard

Re: OutputJob

2002-01-24 Thread Glenn Maynard
with it. Being rid of the entire reattach child processes deal would be a lot simpler. -- Glenn Maynard

Re: OutputJob

2002-01-23 Thread Glenn Maynard
thinking of something like an OutputFilter derivation to do just for_each handling. Anyway, I'd like to make another major release before integrating that. I agree, there have been a lot of small fixes. -- Glenn Maynard

Re: recent lftp doesn't work with WinGates - how to turn off AUTH TLS?

2002-01-22 Thread Glenn Maynard
): (Actually, the above is perfectly correct behavior from lftp; wingate is broken.) Use set ftp:ssl-allow no. -- Glenn Maynard

Re: segfaults when resolving host names (?)

2002-01-21 Thread Glenn Maynard
On Mon, Jan 21, 2002 at 11:02:35AM +0100, Piotr Krukowiecki wrote: Next segfault, the same lftp version (20020113) Can you reproduce this? -- Glenn Maynard

Re: OutputJob

2002-01-21 Thread Glenn Maynard
do things like command | pipe ftp://url;. (Adding URL redirection but saying ... but you can't combine it with pipes wouldn't be very good.) -- Glenn Maynard

Re: lftp cpu utilization

2002-01-21 Thread Glenn Maynard
. (Actually, I think I've found a way to reproduce it.) Readline is exiting with errno == EINTR--so the readline package is compiled wrong. (That's what I've been suspecting.) I'll bring this up with them. -- Glenn Maynard

OutputJob

2002-01-15 Thread Glenn Maynard
somewhere if you want to try it. (The intention is to call that from the parser.) -- Glenn Maynard Index: ChmodJob.cc === RCS file: /home/lav/cvsroot/lftp/src/ChmodJob.cc,v retrieving revision 1.5 diff -u -r1.5 ChmodJob.cc

signals being lost

2002-01-09 Thread Glenn Maynard
a solution (it'd end up killing the fg process, not the one running the filter ...) -- Glenn Maynard

Re: queue wait bug

2002-01-05 Thread Glenn Maynard
, could you also include a email reply? i've not subscribed to the mailing list. Tip: when you want this, add a header Mail-Copies-To: Lethal Weapon [EMAIL PROTECTED] to your post; it'll hint most decent MUA's to do just that. -- Glenn Maynard

Re: OutputFilter

2002-01-04 Thread Glenn Maynard
On Fri, Jan 04, 2002 at 06:50:02PM +0300, Alexander V. Lukyanov wrote: Thanks, I have fixed it by checking delete_second. zcat for multiple files works too now. My version of CatJob (using OutputJob) started working, too. -- Glenn Maynard

Re: lftp-2.4.8 doesn't support persistent connections

2002-01-02 Thread Glenn Maynard
confuse the referer with something else after all? I've definitely seen these pages giving not allowed type stuff for images. Recently, people have been circumventing this by renaming images to *.txt (abusing an IE bug), so they probably just dropped it. -- Glenn Maynard

OutputFilter

2002-01-02 Thread Glenn Maynard
things like close up FDs. This leads to some hard-to-debug problems, because this is a rather obscure side effect.) -- Glenn Maynard

Re: lftp-2.4.8 doesn't support persistent connections

2002-01-01 Thread Glenn Maynard
files linked from someweher else protection, however, this also makes bookmarks a bit useless and doesn't work over many proxies (privacy), so these servers are fortunately a dying thing. Unfortunately, they seem as prevelent as ever. Geocities does this for all images ... -- Glenn Maynard

Re: weird bug in lftp (patch)

2001-12-24 Thread Glenn Maynard
pathESC[... A better fix might be to 1: find the first and last quotes; 2: scan-copy them, doing - ; if we ever hit a not followed by a , then 3: redo 2, not doing - . -- Glenn Maynard Index: ftpclass.cc === RCS file: /home/lav

Re: nlist errors

2001-12-24 Thread Glenn Maynard
by the session with highest priority. While I don't agree with the logic, this doesn't particularly matter right now. The only possible use I could ever see for this is for an antiidle task, and that would want to wait, too (for a different reason), so I don't want this removed anyway. -- Glenn

Re: weird bug in lftp

2001-12-24 Thread Glenn Maynard
... Yes I know it's a bit crazy :) That's fine (though I would argue it's a useless goal); the problem is that the output isn't matching what should be happening. -- Glenn Maynard

Re: mirror http://, find wishlist

2001-12-23 Thread Glenn Maynard
, it was lftp sending this header, my mistake. Yep. Client sends it to indicate support; server responds to OK it, I believe. -- Glenn Maynard

Re: weird bug in lftp

2001-12-23 Thread Glenn Maynard
in them. queue get sth1 queue get sth2 won't notify you when sth1 is downloaded. Well, maybe we should have a report-transfer-completion {yes,no,fg}, the latter being the current behavior (which I would prefer to be the default.) -- Glenn Maynard

Re: weird bug in lftp

2001-12-23 Thread Glenn Maynard
just cosmetic. -- Glenn Maynard

Re: weird bug in lftp

2001-12-23 Thread Glenn Maynard
On Sun, Dec 23, 2001 at 10:57:16PM -0500, Glenn Maynard wrote: Mind repeating each of these, doing a QUOTE PWD after each? I want to know if the paths output are *actually* where it's ending up, or if that's just cosmetic. Oh, and exactly what server version is this happening with? New CVS

Re: Debian Bug report - #122005

2001-12-23 Thread Glenn Maynard
, then LC_CTYPE will have effect. Ah. He should be using LANG, not LC_ALL. -- Glenn Maynard

nlist errors

2001-12-19 Thread Glenn Maynard
going to try to get them to change LIST to return errors sanely ... but we're always stuck with legacy servers, of course.) -- Glenn Maynard Index: FileAccess.cc === RCS file: /home/lav/cvsroot/lftp/src/FileAccess.cc,v retrieving

Re: can_seek

2001-12-18 Thread Glenn Maynard
any clever logic, so they should be much more straightforward. :) (But they can wait until this is stabilized.) -- Glenn Maynard

Re: can_seek

2001-12-18 Thread Glenn Maynard
prematurely. Also, printf(%i %i\n, j-Done(), j-Done()); was doing 1 0. One would close and return IN_PROGRESS, the next would return OK. -- Glenn Maynard

Re: can_seek

2001-12-18 Thread Glenn Maynard
On Tue, Dec 18, 2001 at 04:01:12AM -0500, Glenn Maynard wrote: I've added a number of cases at the top of the file, and tested each case individually. Currently, all of them work reasonably; one is pulling the error message form the wrong command. Once I fix that and redo the tests, I'll

Re: can_seek

2001-12-17 Thread Glenn Maynard
edits fixed this. I'll update the top comment with this change, too. -- Glenn Maynard

Re: can_seek

2001-12-16 Thread Glenn Maynard
On Sat, Dec 15, 2001 at 08:58:12PM -0500, Glenn Maynard wrote: In FileCopyPeerCLS, you set can_seek/can_seek0 to false. Is this needed? It's a buffer, so it should be able to seek if necessary. (It may become useful in the future to have OutputJob seekable, too.) Okay, adding to buffers

list_info-UseCache(FileInfo::SIZE);

2001-12-15 Thread Glenn Maynard
with closure on protocol would be useful.) -- Glenn Maynard

Re: mirror http://, find wishlist

2001-12-14 Thread Glenn Maynard
it always uses -dils. (It'd be easy enough to implement, as long as we force -l, but ls -R is far more useful, I think.) -- Glenn Maynard

Re: mbstate_t oddity on HP-UX 11.00

2001-12-14 Thread Glenn Maynard
On Fri, Dec 14, 2001 at 03:06:04PM -0500, Glenn Maynard wrote: Is there any way to get these particular headers to define mbstate_t properly in C++? It'd be nice to avoid the extra complication of needing to test for mbstate_t differently in C and C++. Er, I guess that could be hidden inside

  1   2   >