Daniel Stenberg
|
e0a6d20e20
|
Jörn's win32-fix to make it work better
|
2001-03-15 12:34:40 +00:00 |
|
Daniel Stenberg
|
3bb979b897
|
corrected it, did I mention IPv6 with HTTP proxy?
|
2001-03-15 09:14:43 +00:00 |
|
Daniel Stenberg
|
010daec776
|
Put more concentrated unix install help already at the top, with a note that
you might need to be root to use 'make install'.
|
2001-03-15 08:38:15 +00:00 |
|
Daniel Stenberg
|
e2b0ad8429
|
added some text for -d that says it "emulates filling in HTML forms" as that
is what most people will use -d for
|
2001-03-14 19:48:29 +00:00 |
|
Daniel Stenberg
|
6eed95103a
|
ipv6 adjustments
|
2001-03-14 18:26:54 +00:00 |
|
Daniel Stenberg
|
4eb2a165e8
|
removed a bunch of warnings for IPv6-compiles
|
2001-03-14 18:24:07 +00:00 |
|
Daniel Stenberg
|
b7fc1e45b5
|
now works with IPv6 and HTTP proxy
|
2001-03-14 18:18:02 +00:00 |
|
Daniel Stenberg
|
3395a2fa9e
|
netrc fix
|
2001-03-14 16:59:49 +00:00 |
|
Daniel Stenberg
|
a564a54e21
|
hm, don't free the home dir and append the .netrc part properly
|
2001-03-14 16:12:47 +00:00 |
|
Daniel Stenberg
|
92186dc3d3
|
checks for a few functions and include files more for the new getpwuid()
stuff in lib/netrc.c
|
2001-03-14 16:05:31 +00:00 |
|
Daniel Stenberg
|
7bd6507eec
|
uses getpwuid() to find user's home dir
|
2001-03-14 16:05:00 +00:00 |
|
Daniel Stenberg
|
d4cc810de3
|
added a missing \
|
2001-03-14 14:35:35 +00:00 |
|
Daniel Stenberg
|
bea7bbee1b
|
always append the incoming request to the server.input file, it allows
the mainscript to verify a whole series of requests
|
2001-03-14 14:26:56 +00:00 |
|
Daniel Stenberg
|
fe64570d5d
|
updated to work with the modified http server
|
2001-03-14 14:26:16 +00:00 |
|
Daniel Stenberg
|
df6ad8d8d6
|
Added test case 38
|
2001-03-14 14:25:57 +00:00 |
|
Daniel Stenberg
|
f8e1fc32de
|
Edin Kadribaic's bug report #408488 forced a rearrange of two struct fields
from urldata to connectdata, quite correctly.
|
2001-03-14 14:11:11 +00:00 |
|
Daniel Stenberg
|
8c6d56f1f9
|
Added the --egd-file and --random-file options
|
2001-03-14 11:47:55 +00:00 |
|
Daniel Stenberg
|
1841c8ee6a
|
curl 7.7 beta 3
|
2001-03-14 11:25:44 +00:00 |
|
Daniel Stenberg
|
70793595fe
|
removed the two unnecessary include files
|
2001-03-14 10:27:13 +00:00 |
|
Daniel Stenberg
|
28a8e1602d
|
ssluse fixed, various win32 fixes
|
2001-03-14 10:21:52 +00:00 |
|
Daniel Stenberg
|
cce05b9138
|
Björn Stenberg corrected the silly '(void)data' usage when SSL is not
used
|
2001-03-14 10:15:42 +00:00 |
|
Daniel Stenberg
|
72a7fd4dc7
|
Jörn's updated file
|
2001-03-14 10:06:23 +00:00 |
|
Daniel Stenberg
|
9a6a476cf5
|
the URL escape/unescape functions are also public but undocumented
|
2001-03-14 08:59:34 +00:00 |
|
Daniel Stenberg
|
5d0efedd2d
|
First Jörn's updates were applied, then
my take at removing the private functions from the list, then I renamed
the *str(n)equal functions...
|
2001-03-14 08:58:36 +00:00 |
|
Daniel Stenberg
|
a426818a78
|
no longer includes the curl/types.h and curl/easy.h include files
explicitly, as they're taken care of indirectly by curl/curl.h these
days.
|
2001-03-14 08:55:17 +00:00 |
|
Daniel Stenberg
|
bfe413d8bd
|
increased the 'current' number for the interface
|
2001-03-14 08:54:18 +00:00 |
|
Daniel Stenberg
|
dbbd20646f
|
Curl_str(n)equal renamed to curl_str(n)equal
|
2001-03-14 08:53:31 +00:00 |
|
Daniel Stenberg
|
b8fe4deb13
|
documented the undocumented public functions in libcurl
|
2001-03-14 08:51:04 +00:00 |
|
Daniel Stenberg
|
332a016e3c
|
chunked bugfix, Jörn's fixes, the interface number increase
|
2001-03-14 08:49:11 +00:00 |
|
Daniel Stenberg
|
3738e4bdc0
|
The Curl_* prefixes are now changed for curl_* ones, as these two functions
are used externally and thus are public symbols.
|
2001-03-14 08:47:56 +00:00 |
|
Daniel Stenberg
|
3201d2dafa
|
Jörn added "#define socklen_t int"
|
2001-03-14 08:28:54 +00:00 |
|
Daniel Stenberg
|
0a1e002ca4
|
Jörn fixed it to compile on win32 again
|
2001-03-14 08:28:19 +00:00 |
|
Daniel Stenberg
|
9195bb64d4
|
Jörn Hartroth added a set of files
|
2001-03-14 08:23:51 +00:00 |
|
Daniel Stenberg
|
11ee547a0e
|
Jörn Hartroth fixed a bad #endif placement
|
2001-03-14 08:20:41 +00:00 |
|
Daniel Stenberg
|
147de35d41
|
re-added the default switch for weird states
|
2001-03-13 23:29:53 +00:00 |
|
Daniel Stenberg
|
e16e9b91ae
|
removed the random seeding and persistant stuff, as both are already in
this version!
|
2001-03-13 22:31:56 +00:00 |
|
Daniel Stenberg
|
f9cde0646f
|
Added a failf() error message when the chunked read returns failure
|
2001-03-13 22:20:14 +00:00 |
|
Daniel Stenberg
|
195233ed5c
|
updated the chunked state-machine to deal with the trailing CRLF that comes
after the data part
|
2001-03-13 22:16:42 +00:00 |
|
Daniel Stenberg
|
048e654514
|
made 'X to Y' sequences not include X twice
|
2001-03-13 22:14:53 +00:00 |
|
Daniel Stenberg
|
dfbd45142d
|
corrected the chunked format
|
2001-03-13 22:13:06 +00:00 |
|
Daniel Stenberg
|
ff681f7bfd
|
7.7 beta 2 fixes
|
2001-03-13 15:44:31 +00:00 |
|
Daniel Stenberg
|
60bbb64a81
|
EXTRA_DIST got too long, I shortened it now but we have to do something
else as it will grow a lot more...
|
2001-03-13 13:31:14 +00:00 |
|
Daniel Stenberg
|
c622f2bb4e
|
failf() now respects the mute flag
|
2001-03-13 13:22:58 +00:00 |
|
Daniel Stenberg
|
cd59f13da6
|
Guenole Bescon's bug found on march 8 is added
|
2001-03-13 13:14:21 +00:00 |
|
Daniel Stenberg
|
11d718bf52
|
exchanged I and me to we and us in a lot of places
updated for persistant connections and 7.7
|
2001-03-13 11:47:30 +00:00 |
|
Daniel Stenberg
|
8e8846d876
|
Added test case 37, HTTP GET with name+password in the URL
|
2001-03-13 09:44:09 +00:00 |
|
Daniel Stenberg
|
7d562bb685
|
a whole new section on persitant connections and how they're treated
internally
|
2001-03-13 08:16:54 +00:00 |
|
Daniel Stenberg
|
20ddd35669
|
we speak HTTP 1.1 now
more braging about the portability
|
2001-03-13 08:16:25 +00:00 |
|
Daniel Stenberg
|
063f88cd14
|
close policies
|
2001-03-13 07:59:19 +00:00 |
|
Daniel Stenberg
|
87b0b7cab9
|
initial close policy support
|
2001-03-13 07:54:18 +00:00 |
|