| Age | Commit message (Expand) | Author |
| 2000-07-18 | minor knf. call setbinary()/setascii() with non-NULL 2nd arg | lukem |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-06-15 | * migrate the SYST parsing from setpeer() into a separate remotesyst(). | lukem |
| 2000-06-05 | - fix ai_unmapped() to be a no-op in the !def INET6 case | lukem |
| 2000-05-31 | Add support for 'ftp -u url file ...', to upload a list of files to given url. | lukem |
| 2000-05-29 | convert IPv4 mapped address (::ffff:10.1.1.1) into real IPv4 address | itojun |
| 2000-05-25 | do not pass scoped IPv6 address notation on Host: directive, since | itojun |
| 2000-05-01 | convert to ANSI KNF | lukem |
| 2000-05-01 | * Add support for `fget localfile', which reads a list of filenames to | lukem |
| 2000-04-13 | fixes from cgd: | lukem |
| 2000-04-13 | s/strtoq/strtoll/ (the latter is standardised) | lukem |
| 2000-03-09 | make debugging output unambiguous on IPv6 numeric addrs (don't use host:port) | itojun |
| 2000-03-09 | http://[::1]:8080/ is legal. | itojun |
| 2000-02-14 | only use getaddrinfo() et al if both NI_NUMERICHOST *and* INET6 are defined... | lukem |
| 2000-01-31 | define private type `sigfunc' as | lukem |
| 2000-01-25 | work around bug in apache 1.3.9 which incorrectly puts a trailing | lukem |
| 1999-12-21 | change references from draft-ietf-ipngwg-url-literal-01.txt to RFC 2732 | lukem |
| 1999-12-11 | Fix chunked support; probably broke after rate limiting was added. | lukem |
| 1999-12-05 | move version into separate file to reduce recompilation after version crank. | lukem |
| 1999-12-05 | * remove unnecessary freeaddrinfo(res), since res0 was changed to be | lukem |
| 1999-12-03 | fix memory leak in fetch_url (no freeaddrinfo was there). | itojun |
| 1999-11-26 | * complete_remote(): use remglob("", ...) instead of remglob(".", ...), | lukem |
| 1999-11-11 | whitespace nits | lukem |
| 1999-11-10 | - implement restarting file:/// non-proxied http:// URLs (with -R). | lukem |
| 1999-11-09 | - split the version string into product and version | lukem |
| 1999-11-09 | when using http/1.1 for unproxied http requests, send the port as a number | lukem |
| 1999-11-03 | support `about:version'. also display the version in the output of `status'. | lukem |
| 1999-10-24 | new features: | lukem |
| 1999-10-12 | a few user interface and cosmetic tweaks: | lukem |
| 1999-10-10 | use sigjmp_buf for sigsetjmp(), instead of jmp_buf. | lukem |
| 1999-10-09 | * use sigsetjmp()/siglongjump() instead of setjmp()/longjmp(); the latter | lukem |
| 1999-10-06 | more propaganda :) | lukem |
| 1999-10-05 | * fetch_url(): specifically set SIGQUIT to psummary before each xfer. | lukem |
| 1999-10-05 | * factor out SIGINFO setting into a handler that is always active (but only | lukem |
| 1999-10-05 | add TNFi copyright to all files i've done more than a minor amount of work to... | lukem |
| 1999-10-05 | enhancments from Marc Horowitz <marc@mit.edu> to improve connection timeouts: | lukem |
| 1999-09-30 | * In the !NI_NUMERICHOST case (i.e, getaddrinfo() challenged systems), portnum | lukem |
| 1999-09-30 | * fix initialisation of home[] | lukem |
| 1999-09-29 | * consistentnly use memset(a,0,c); there were some cases of memset(a,'\0',c) | lukem |
| 1999-09-28 | remove debugging cruft | lukem |
| 1999-09-28 | * add new commands: | lukem |
| 1999-09-27 | * idle(): rename to idlecmd(). certain linux distributions have an incompatible | lukem |
| 1999-09-26 | * replace ifdefs against __SVR4 and __linux__ with DIRENT_MISSING_D_NAMLEN; | lukem |
| 1999-09-24 | * use %lld instead of %qd to print out (long long) vars. | lukem |
| 1999-09-24 | fix a couple of thinkos in my recent work: | lukem |
| 1999-09-22 | * add support for `xferbuf', which sets both `sndbuf' and `rcvbuf' | lukem |
| 1999-09-22 | replace snprintf() with strlcpy(), strlcat(), or direct assignment | lukem |
| 1999-09-21 | * protect more of the AF_INET6 stuff with #ifdef INET6 (for portability) | lukem |
| 1999-09-21 | add trailing . to message | lukem |
| 1999-09-14 | warn()->warnx() in a couple of places. | mycroft |