| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a bug related to connection caching which could cause a crash after | des | 2011-01-17 | 1 | -0/+1 |
* | Move variable declarations into the conditional block where they are | emaste | 2010-10-24 | 1 | -1/+1 |
* | Redo fetch_read() using non-blocking sockets. This is necessary to | des | 2010-07-28 | 1 | -20/+89 |
* | Fix a couple of embarrassing mistakes in the previous commit. | des | 2010-07-28 | 1 | -2/+2 |
* | If the A flag is supplied, http_request() will attempt the request only | des | 2010-07-01 | 1 | -2/+4 |
* | Document HTTP digest authentication support. | des | 2010-01-26 | 1 | -8/+14 |
* | Add missing DPADD and fix whitespace. | des | 2010-01-19 | 1 | -2/+3 |
* | Add HTTP digest authentication. | des | 2010-01-19 | 2 | -67/+819 |
* | Fix a socket leak in ftp_request() after that a connection is established. | attilio | 2009-11-25 | 1 | -3/+9 |
* | PR: 139751 | fabient | 2009-10-21 | 1 | -1/+1 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | 1. Update fetch to consistently return 1 on error, as the man page states, | murray | 2008-12-17 | 1 | -8/+0 |
* | Add support for HTTP 1.1 If-Modified-Since behavior. | murray | 2008-12-15 | 3 | -4/+50 |
* | Don't fail mistakenly with -r when we already have the whole file. | ru | 2008-10-24 | 1 | -0/+1 |
* | Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't | cperciva | 2008-04-15 | 1 | -1/+1 |
* | s/wait/delta/ to avoid namespace collision. | des | 2008-03-20 | 1 | -16/+16 |
* | Use memcpy(3) instead of the BSD-specific bcopy(3). | des | 2008-02-08 | 3 | -6/+6 |
* | s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :) | des | 2008-02-08 | 1 | -1/+1 |
* | Add necessary cast for tolower() argument. | des | 2008-02-06 | 1 | -2/+3 |
* | Fix a regression introduced in rev 1.99: replace fclose(f) with a comment | des | 2008-01-23 | 1 | -1/+5 |
* | Add missing dependencies on Makefile (fixes NO_CLEAN builds). | ru | 2007-12-19 | 1 | -4/+4 |
* | As several people pointed out, I did all the ctype casts the wrong | des | 2007-12-19 | 4 | -28/+36 |
* | Document NO_PROXY / no_proxy. | des | 2007-12-18 | 1 | -1/+17 |
* | Add support for the NO_PROXY / no_proxy environment variable as used by | des | 2007-12-18 | 4 | -8/+63 |
* | Old patch I had lying around: correctly cast the argument to is*(). | des | 2007-12-18 | 3 | -24/+25 |
* | Clean up namespace violations. | des | 2007-12-14 | 7 | -314/+314 |
* | Enable FTP_COMBINE_CWDS. | des | 2007-05-24 | 2 | -10/+2 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | Handle temporary redirects (HTTP status code 307) | des | 2007-05-08 | 1 | -0/+2 |
* | Add back the original behavior of changing the entire directory path at | njl | 2007-04-22 | 2 | -2/+34 |
* | Respect MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -1/+4 |
* | Respect FETCH_BIND_ADDRESS when opening the data connection. | des | 2006-06-13 | 1 | -0/+5 |
* | Fix a bug introduced in rev 1.92, where, when changing from one directory | des | 2006-06-13 | 1 | -0/+2 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | In order to maintain interoperability with certain broken FTP servers, | des | 2006-01-19 | 1 | -2/+18 |
* | Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, from | tmclaugh | 2005-11-30 | 1 | -1/+1 |
* | Ignore HTTP_PROXY if it is defined but empty. This was already handled | des | 2005-08-24 | 1 | -1/+1 |
* | Change directory one level at a time, and use CDUP to back out. This is a | des | 2005-08-12 | 1 | -29/+152 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush | kbyanc | 2005-03-02 | 1 | -2/+15 |
* | Fix a memory leak: when freeing the connection structure, don't forget to | des | 2005-02-16 | 1 | -0/+1 |
* | Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips | kbyanc | 2005-02-16 | 1 | -1/+9 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | Update copyright years. | des | 2004-09-21 | 8 | -8/+9 |
* | Don't forget to allocate space for the terminating NUL when converting to | des | 2004-08-07 | 1 | -1/+1 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Slight tweak to previous commit: don't forget to call _http_seterr() if | des | 2004-02-11 | 1 | -0/+1 |