aboutsummaryrefslogtreecommitdiffstats
path: root/util/http.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-07-20* http.c (send_request): A zero-length proxy is the same as no proxy atDavid Shaw1-1/+1
all. Suggested by J. Scott Berg.
2006-02-19* http.c (send_request): A zero length proxy is the same as no proxy.David Shaw1-1/+1
2005-07-27Converted all m_free to xfree etc.Werner Koch1-21/+21
2005-06-23* http.c (make_radix64_string): Add '=' padding as per standard.David Shaw1-32/+46
(send_request, http_open, http_open_document): Clean up auth code. Can now support different auth for a proxy and the file being requested via that proxy. Unescape auth strings.
2005-06-22* http.c (send_request, http_open, http_open_document): Pass in authDavid Shaw1-7/+14
and proxyauth that can override the in-url auth.
2005-06-22* http.c (send_request): Need == after the radix64-encoded basic authDavid Shaw1-4/+4
string.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-02-03Last changes for W32RC-1-4-1rc1Werner Koch1-1/+1
2005-02-01* http.c (connect_server): Fix fd leak when connecting to a round-robinDavid Shaw1-1/+9
server set that has some down servers. Noted by Phil Pennock.
2005-01-13* http.c (connect_server): Use INADDR_NONE instead of SOCKET_ERROR.David Shaw1-1/+1
Noted by Timo.
2004-12-29Better implementation for the SRV check. We don't need to actually checkDavid Shaw1-0/+1
all the header files individually since the SRV test compile uses them together.
2004-12-03* http.c (send_request): Include the port if non-80 in the Host: header.David Shaw1-6/+14
Noted by Jason Harris.
2004-10-18* http.c (connect_server, send_request): Use the URI scheme as the SRV tagDavid Shaw1-16/+22
rather than hard-coding _hkp.
2004-10-16* http.c (connect_server): [_WIN32] actually fill in the sin_addr so weDavid Shaw1-1/+13
aren't always talking to localhost. Add some general sanity checking of parameters learned from gethostbyname().
2004-09-10* http.c (make_radix64_string, do_parse_uri, send_request): Add basic authDavid Shaw1-16/+78
for proxies and direct requests. Suggested by Florent Thoumie.
2004-09-10* http.c (main): Fix test code for http-test.David Shaw1-2/+2
2004-08-19* http.c (insert_escapes): Fix encoding problem for non-URI-safeDavid Shaw1-2/+2
characters. Noted by Vladimir Novak.
2003-12-28* http.c (send_request, http_open_document, http_open): Pass the httpDavid Shaw1-29/+16
proxy from outside rather than pulling it from the evironment.
2003-12-06* http.c (send_request): Add a Host: header for virtual hosts.David Shaw1-5/+3
2003-11-01* http.c (connect_server): Differentiate between generic "can't connect"David Shaw1-4/+12
errors and the more specific "host not found". Suggested by Samuel Tardieu.
2003-09-212003-09-21 Timo Schulz <[email protected]>Timo Schulz1-2/+1
* http.c [WIN32]: Define MB_CUR_MAX. (connect_server): use unsigned long since W32 does not have in_addr_t.
2003-08-28* dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c,David Shaw1-7/+10
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. * http.c (connect_server): Oops - forgot to freeaddrinfo().
2003-08-25* http.c (connect_server): Try and use getaddrinfo if it is available.David Shaw1-51/+75
Try for IPv6 via getaddrinfo() or a IPv6-ized gethostbyname(). Suggested by Jun-ichiro itojun Hagino.
2003-05-24* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,David Shaw1-19/+19
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
2003-03-11* http.c (connect_server): Use DNS SRV to get a server list. Fail over toDavid Shaw1-50/+85
A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-903/+0
'GNUPG-1-9-BRANCH'.
2002-10-17* http.c (connect_server): Try all A records for names with multipleDavid Shaw1-66/+75
addresses until one answers for both MINGW32 and not MINGW32.
2002-10-11* http.c (connect_server): Properly handle a single A record that failsDavid Shaw1-3/+4
connect().
2002-09-24* http.c (connect_server): Try all A records for names with multipleDavid Shaw1-4/+17
addresses until one answers (not MINGW32).
2002-06-29Update head to match stable 1.0David Shaw1-65/+166
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-9/+33
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-18/+20
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-10/+10
1999-05-23See ChangeLog: Sun May 23 14:20:22 CEST 1999 Werner KochWerner Koch1-0/+4
1999-04-18See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner KochWerner Koch1-5/+5
1999-03-20See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner KochWerner Koch1-1/+2
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-16/+16
1999-01-21See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner KochV0-9-2Werner Koch1-2/+3
1999-01-20See ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner KochWerner Koch1-6/+76
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-37/+89
1999-01-16See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner KochWerner Koch1-0/+625