| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set fetchDebug if v_level is 3 or more. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -0/+2 |
| * | Remove an extraneous argument to fprintf that -Wformat noticed. | Ian Dowse | 2001-11-10 | 1 | -1/+1 |
| * | Remove a debugging warnx() that got committed by mistake. | Dag-Erling Smørgrav | 2001-11-03 | 1 | -1/+0 |
| * | Don't print running stats unless we're the foreground process. | Dag-Erling Smørgrav | 2001-09-23 | 1 | -0/+11 |
| * | Add a cast to silence a warning (error because of WARNS=2) on Alpha. | Mike Barcroft | 2001-09-10 | 1 | -1/+1 |
| * | If the local file does not exist, or is a regular file, and we're not trying | Dag-Erling Smørgrav | 2001-09-08 | 1 | -27/+71 |
| * | Remove a blank line that snuck in with the previous commit. | Dag-Erling Smørgrav | 2001-08-18 | 1 | -1/+1 |
| * | Add some comments. | Dag-Erling Smørgrav | 2001-08-17 | 1 | -3/+26 |
| * | Include value of command line argument that causes an error message or | Stefan Eßer | 2001-07-28 | 1 | -6/+9 |
| * | If we're writing to stdout, we don't care about the size. | Dag-Erling Smørgrav | 2001-07-17 | 1 | -1/+1 |
| * | WARNS cleanup + remove an unused macro and an unused function argument. | Dag-Erling Smørgrav | 2001-07-17 | 1 | -627/+632 |
| * | Fix an embarassing if-test-reversal bug that broke scheme guessing. | Dag-Erling Smørgrav | 2001-07-08 | 1 | -2/+2 |
| * | Don't try to print a completion percentage for zero-size files. | Dag-Erling Smørgrav | 2001-06-01 | 1 | -1/+1 |
| * | Damn. Fix typo in previous commit. | Dag-Erling Smørgrav | 2001-05-27 | 1 | -1/+1 |
| * | When running on a tty, install an authentication callback. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -8/+52 |
| * | Bring the usage message in synch with reality. | Dag-Erling Smørgrav | 2001-03-28 | 1 | -3/+2 |
| * | Now that libfetch uses the high port range by default, add a -U option to | Dag-Erling Smørgrav | 2001-03-24 | 1 | -7/+10 |
| * | If SIGINFO is received during the transfer, print a status line similar | Dag-Erling Smørgrav | 2001-03-07 | 1 | -5/+29 |
| * | Warn if the size of the remote file isn't known. | Dag-Erling Smørgrav | 2000-12-22 | 1 | -2/+11 |
| * | If the URL did not specify a scheme, try to guess it from the host name. | Dag-Erling Smørgrav | 2000-12-13 | 1 | -0/+10 |
| * | If the transfer timed out, but we don't know how large the file is supposed | Dag-Erling Smørgrav | 2000-11-30 | 1 | -1/+10 |
| * | Format string auditing | Kris Kennaway | 2000-11-27 | 1 | -2/+2 |
| * | Understand the difference between an empty file and a non-existent file. | Dag-Erling Smørgrav | 2000-10-19 | 1 | -9/+13 |
| * | Don't try to set the mtime of the output file if it's not a regular file. | Dag-Erling Smørgrav | 2000-09-02 | 1 | -1/+2 |
| * | Don't unlink the target file if it's not a regular file. | Dag-Erling Smørgrav | 2000-08-31 | 1 | -1/+2 |
| * | Restore the old semantics of deleting the output file when interrupted. | Dag-Erling Smørgrav | 2000-07-26 | 1 | -2/+4 |
| * | Don't print summary in quiet mode. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -0/+3 |
| * | Don't display a running count in quiet mode. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+7 |
| * | Fix two bugs related to resumed transfers: | Dag-Erling Smørgrav | 2000-07-19 | 1 | -20/+26 |
| * | Braino: don't use passive mode unless the user requests it. | Dag-Erling Smørgrav | 2000-07-19 | 1 | -1/+1 |
| * | While I'm at it, break a line that was too long, remove a pointless diagnostic | Dag-Erling Smørgrav | 2000-07-17 | 1 | -3/+3 |
| * | Rearrange / rewrite large portions of fetch() to take advantage of new | Dag-Erling Smørgrav | 2000-07-17 | 1 | -35/+84 |
| * | Better signal handling. | Dag-Erling Smørgrav | 2000-07-16 | 1 | -11/+18 |
| * | Fix a bug in the stats display that showed up when resuming aborted transfers. | Dag-Erling Smørgrav | 2000-07-13 | 1 | -2/+2 |
| * | Rework the stats code for the nth time. Much cleaner now. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -98/+62 |
| * | Now that the HTTP code supports timeouts, we don't need to use alarm() | Dag-Erling Smørgrav | 2000-07-12 | 1 | -16/+29 |
| * | Rework the stats code to avoid code duplication. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -13/+16 |
| * | Don't segfault if given an invalid URL (doh!) | Dag-Erling Smørgrav | 2000-07-09 | 1 | -1/+2 |
| * | Straighten out the behvaiour of -m and -n (thanks to bde). | Dag-Erling Smørgrav | 2000-07-08 | 1 | -6/+12 |
| * | Implement the -c option | Dag-Erling Smørgrav | 2000-06-29 | 1 | -3/+8 |
| * | Don't forget to delete the output file if the request fails. | Dag-Erling Smørgrav | 2000-06-29 | 1 | -1/+3 |
| * | New libfetch-based fetch. | Dag-Erling Smørgrav | 2000-06-28 | 1 | -0/+644 |