Daniel Stenberg
8823679e70
made the password prompt nicer
2003-10-17 07:04:56 +00:00
Daniel Stenberg
722ece4055
define HAVE_SYS_SOCKET_H if that file is present. This is needed when we
...
#include "../lib/memdebug.h" for memory debug builds.
2003-10-17 06:59:48 +00:00
Daniel Stenberg
cc09e31acf
turned this into a list of documents/standards curl adheres to
2003-10-16 15:04:06 +00:00
Daniel Stenberg
fe09079778
subjectAltName and passwd changes
2003-10-16 14:15:34 +00:00
Daniel Stenberg
8f5b80c715
removed the passwd options that are no longer supported
2003-10-16 14:14:45 +00:00
Daniel Stenberg
460979496e
password prompting gone from libcurl, fixed for ntlm
2003-10-16 14:13:08 +00:00
Daniel Stenberg
cadcc12169
Added support for password prompting if only used name is given on the
...
command line.
2003-10-16 14:09:39 +00:00
Daniel Stenberg
22adcb9cd1
password promting support removed from libcurl
2003-10-16 14:08:59 +00:00
Daniel Stenberg
597c1fe6bc
rewritten alternative name check
2003-10-16 13:44:34 +00:00
Daniel Stenberg
7201a5a290
the previous fix left this compiler error
2003-10-15 20:37:00 +00:00
Daniel Stenberg
c6a0bb99af
bad license situation for the altname patch
2003-10-15 14:42:11 +00:00
Daniel Stenberg
622984de64
now libcurl runs better multi-threaded on windows
2003-10-15 11:44:34 +00:00
Daniel Stenberg
a9af971c59
Avoid doing getsockopt() on Windows to verify connects. It seems that this
...
hogs Windows machines when libcurl is being used multi-threaded (with > ~50
threads). Andrew Fuller helped us verify and test this.
According to a MSDN web page on connect(), it returns 0 when the connect
is done and thus we don't need the getsockopt() call anyway on Windows.
2003-10-15 11:42:57 +00:00
Daniel Stenberg
171229e122
duphandle fix
2003-10-14 13:13:50 +00:00
Daniel Stenberg
b71ca15598
Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set
2003-10-14 13:10:05 +00:00
Daniel Stenberg
1c604b7ba9
Gisle Vanem brought IPv6-support to curl on Windows
2003-10-14 12:03:06 +00:00
Daniel Stenberg
749f5387c1
Gisle Vanem's IPv6-on-Windows patch applied!
2003-10-14 12:00:45 +00:00
Daniel Stenberg
7553341bad
improved the libtool check to disqualify "1.4c" when 1.4.2 is required
2003-10-14 11:27:30 +00:00
Daniel Stenberg
c6f11b053d
Added Domenico Andreoli for his patches
2003-10-14 08:19:52 +00:00
Daniel Stenberg
7d6e2a3adb
added more mirrored versions of the ares 1.1.1 package
2003-10-13 13:10:05 +00:00
Daniel Stenberg
43cc844d3f
Updated build instruction since I now offer a complete ares-package with all
...
the patches already applied. No need to apply any patches manually anymore.
ares 1.1.1 is still compatible.
2003-10-13 13:07:50 +00:00
Daniel Stenberg
941dfc502a
Giuseppe Attardi's ares+multi problem of 12-oct-2003
2003-10-13 12:24:11 +00:00
Daniel Stenberg
8341e8e502
Clear the connection pointer after the async resolve has failed.
...
This cures the problem reported by Giuseppe Attardi on October 12, 2003.
2003-10-13 12:21:56 +00:00
Daniel Stenberg
e85881d7ec
debian bug report #212086
2003-10-13 00:14:16 +00:00
Daniel Stenberg
c9d154ca7f
Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086
...
(http://bugs.debian.org/212086 ). Patch by Domenico Andreoli.
2003-10-13 00:12:06 +00:00
Daniel Stenberg
5911485f38
use $(NROFF), not gnroff (patch by Domenico Andreoli)
2003-10-13 00:10:45 +00:00
Daniel Stenberg
6d6de53eb9
Dirk modifide the share-locking for DNS lookups
2003-10-12 13:58:16 +00:00
Daniel Stenberg
022996e5c7
Dirk Manske made the share-locking around DNS lookups a bit "looser" so that
...
multiple DNS lookups can run simultaneously faster. The downside is that
resolving the same host name now can be made at once from multiple threads,
but the upside is that threads now don't alwys have to wait for the others'
resolves. Test case 506 updated accordingly.
2003-10-12 13:57:41 +00:00
Daniel Stenberg
4935853eb9
resume fix
2003-10-09 20:12:16 +00:00
Daniel Stenberg
d1a3c9944e
Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform
...
an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download still
has a Range header with a garbage value." bug report #820502
2003-10-09 20:04:47 +00:00
Daniel Stenberg
8996a7346e
sws fix, inet_pton fix
2003-10-09 19:49:08 +00:00
Daniel Stenberg
e4adbf4017
Dominick Meglio fixed this to build fine on MSVC
2003-10-09 08:19:01 +00:00
Daniel Stenberg
c29740f0d8
portability fix by using setup.h from the lib directory
2003-10-09 08:12:43 +00:00
Daniel Stenberg
1a4fddb9ba
removed creation of tests/server/config.h
2003-10-09 08:09:07 +00:00
Daniel Stenberg
af19ff51e6
not used anymore
2003-10-09 08:08:48 +00:00
Daniel Stenberg
5438ced6b3
name it pre1
2003-10-08 20:26:44 +00:00
Daniel Stenberg
2eb3ad7678
clarify why this package exists
2003-10-08 20:26:05 +00:00
Daniel Stenberg
b86ad6438e
run autoconf if needed
2003-10-08 20:25:37 +00:00
Daniel Stenberg
81f250be59
ignore these files
2003-10-08 20:20:52 +00:00
Daniel Stenberg
9db5dfc15d
added for completeness
2003-10-08 20:18:15 +00:00
Daniel Stenberg
377ce6a2c2
clarified the reason for this package
2003-10-08 20:18:01 +00:00
Daniel Stenberg
867c189ef7
bail out hard if ipv6 and ares are both enabled at the same time
2003-10-08 19:56:44 +00:00
Daniel Stenberg
33525ac165
7.10.8-pre3 commit
2003-10-08 13:54:36 +00:00
Daniel Stenberg
5c52cacc98
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
...
addresses, if one of them fails (ipv4-code).
2003-10-08 13:32:43 +00:00
Daniel Stenberg
e612f73374
include file fixes
2003-10-08 13:07:08 +00:00
Daniel Stenberg
ff5b6ff528
fixed to build fine without ssl
2003-10-08 13:06:50 +00:00
Daniel Stenberg
c86768d856
check for inet_pton()
2003-10-07 22:00:02 +00:00
Daniel Stenberg
9f002b1289
Neil Dunbar and subjectAltNames
2003-10-07 21:59:35 +00:00
Daniel Stenberg
0436fbe226
ares 1.1.1 with collected applied patches
2003-10-07 21:54:04 +00:00
Daniel Stenberg
6494889e3b
Neil Dunbar provided a patch that now makes libcurl check SSL
...
subjectAltNames when matching certs. This is apparently detailed in RFC2818
as the right thing to do. I had to add configure checks for inet_pton() and
our own (strictly speaking, code from BIND written by Paul Vixie) provided
code for the function for platforms that miss it.
2003-10-07 21:46:47 +00:00