Daniel Stenberg
59f904d8de
Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could
...
not be used both in one request. Fixed it and added test case 172 to verify.
2004-05-24 07:13:48 +00:00
Daniel Stenberg
755f98e768
While talking to host a.b.c, libcurl did wrongly not accept cookies that were
...
set to the domain .a.b.c (that is with a dot prefix). This is now fixed and
test case 171 verifies it.
2004-05-21 20:40:15 +00:00
Daniel Stenberg
5c882bdfa3
fixed transfer speed math
2004-05-20 20:48:16 +00:00
Daniel Stenberg
0fbcea45d6
cert verify
2004-05-19 11:10:36 +00:00
Daniel Stenberg
3920b4dae8
torture testing and a moved CVS repo
2004-05-17 10:39:44 +00:00
Daniel Stenberg
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
...
memory.h is included everywhere for this.
2004-05-11 11:30:23 +00:00
Daniel Stenberg
9bf1ba2f7e
Added recent events to the log
2004-05-11 08:10:32 +00:00
Daniel Stenberg
fe065dc851
James' and Gisle' reports/fixes
2004-05-07 20:08:38 +00:00
Daniel Stenberg
535046430a
Made the lib/curllib.dsp file get generated automaticly
2004-05-07 09:45:33 +00:00
Daniel Stenberg
d56c03840b
little fixes
2004-05-06 15:11:16 +00:00
Daniel Stenberg
2960d37d71
removed curl_formparse() from the library
2004-05-04 08:24:13 +00:00
Daniel Stenberg
fc6eff13b5
General HTTP authentication cleanup and fixes
2004-05-04 07:52:53 +00:00
Daniel Stenberg
ade89799f5
mucho
2004-04-30 10:55:57 +00:00
Daniel Stenberg
5b65cc55a2
idn stuff in code and configure script
2004-04-27 14:22:58 +00:00
Daniel Stenberg
5ef6904ec3
hugehelp.c fix, without-ssl fix
2004-04-27 11:16:46 +00:00
Daniel Stenberg
cff90cf3f9
"configure summary"
2004-04-26 12:29:30 +00:00
Daniel Stenberg
1cb66f5262
the recent commits explained
2004-04-26 07:26:16 +00:00
Daniel Stenberg
c96f7f13da
7.11.2 coming today
2004-04-26 06:05:49 +00:00
Daniel Stenberg
f94f06825c
moved older changes to the CHANGES.2003 file
2004-04-25 08:33:06 +00:00
Daniel Stenberg
2ddbf8975a
disable-manual
2004-04-25 08:19:55 +00:00
Daniel Stenberg
3755bffcc2
Gisle Vanem found and fixed a memory leak when doing (failing) Windows
...
threaded name resolves.
2004-04-23 14:04:30 +00:00
Daniel Stenberg
8ee470aaeb
--proxy-ntlm fix and test case 163
2004-04-23 08:47:20 +00:00
Daniel Stenberg
6838f74fe0
allow newlines in the contents when doing -F "var=[contents]"
...
Robert Marlow reported.
2004-04-22 20:09:33 +00:00
Daniel Stenberg
2ff30d067c
- David Byron found and fixed a small bug with the --fail and authentication
...
stuff added a few weeks ago. Turns out that if you specify --proxy-ntlm and
communicate with a proxy that requires basic authentication, the proxy
properly returns a 407, but the failure detection code doesn't realize it
should give up, so curl returns with exit code 0. Test case 162 verifies
this.
2004-04-22 20:07:41 +00:00
Daniel Stenberg
43cbbdbea0
If a transfer is found out to be only partial, libcurl will now treat that
...
as a problem serious enough to skip the final QUIT command before closing
the control connection. To avoid the risk that it will "hang" waiting for
the QUIT response. Added test case 161 to verify this.
2004-04-22 13:10:43 +00:00
Daniel Stenberg
3ef3f2b6f0
test case 160 "should work" now
2004-04-21 08:56:02 +00:00
Daniel Stenberg
b7a7600465
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
...
length limit of the hostname part of the URL.
2004-04-20 07:53:24 +00:00
Daniel Stenberg
5dbaced4a2
my test suite edits
2004-04-15 14:53:47 +00:00
Daniel Stenberg
4f84e6d9e2
removed the fixed dir depth limit in the FTP code
2004-04-15 07:52:39 +00:00
Daniel Stenberg
6f08903f07
two ipresolve fixes
2004-04-14 12:13:32 +00:00
Daniel Stenberg
b83d8104cd
several changes
2004-04-14 07:07:30 +00:00
Daniel Stenberg
72b1144b8c
getting only a 100 Continue response and nothing else, when talking HTTP,
...
is now treated as an error by libcurl
2004-04-07 14:27:54 +00:00
Daniel Stenberg
8ed44e8dfb
New authentication code added, particularly noticable when doing POST or PUT
...
with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication
and when done perform the requested POST.
2004-04-06 15:14:10 +00:00
Daniel Stenberg
0ccdf3d0e6
improved --limit-rate functionality, partly by the new use of curlx_tvnow()
2004-04-06 12:06:05 +00:00
Daniel Stenberg
7b929636ee
the last couple of days
2004-04-06 06:24:06 +00:00
Daniel Stenberg
8b4582f111
recent changes
2004-03-31 21:03:55 +00:00
Daniel Stenberg
fd96a2af34
David Byron's patch was appplied to make CURLOPT_FAILONERROR work nicely
...
even with authentcations such as NTLM or Digest enabled. Test cases 150, 151
and 152 were added to verify the functionality.
2004-03-30 06:42:12 +00:00
Daniel Stenberg
97959a00d7
changes changes changes
2004-03-29 13:45:53 +00:00
Daniel Stenberg
6fb0012833
error messages and new test script
2004-03-23 16:12:55 +00:00
Daniel Stenberg
f44b655513
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix
2004-03-23 11:52:08 +00:00
Daniel Stenberg
dd1ba7633e
Enabled 'NT responses' in the NTLM type-3 message.
2004-03-22 13:50:30 +00:00
Daniel Stenberg
ce04b35032
Added the Version 7.11.1 marker
2004-03-19 13:22:48 +00:00
Daniel Stenberg
a5b206f398
irix configure fix and a msvc project file update
2004-03-18 14:20:17 +00:00
Daniel Stenberg
5b55f9ecb3
Gnter Knauf's NetWare changes.
2004-03-17 12:46:42 +00:00
Daniel Stenberg
79ed144b0f
mention yesterday's man page update frenzy
2004-03-16 10:41:14 +00:00
Daniel Stenberg
5d53b544d3
check for m4 version in buildconf
2004-03-15 11:42:48 +00:00
Daniel Stenberg
1ebda8fa0e
Added CURLOPT_POSTFIELDSIZE_LARGE to offer a large file version of the
...
CURLOPT_POSTFIELDSIZE option to allow really big HTTP POSTs.
2004-03-12 08:55:47 +00:00
Daniel Stenberg
467c3e3a1f
fixing
2004-03-10 11:28:45 +00:00
Daniel Stenberg
108434b95c
the largefile for version_info fix
2004-03-08 13:17:53 +00:00
Daniel Stenberg
9c8b2a9958
issue 12 fixed, the final known outstanding issue to be done before 7.11.1
2004-03-05 13:12:58 +00:00
Daniel Stenberg
acc5096eef
clonk
2004-03-05 10:14:46 +00:00
Daniel Stenberg
2479e06848
David Byron's work on making libcurl only require winsock 1.1 on Windows
...
machines.
2004-03-03 13:32:56 +00:00
Daniel Stenberg
f2abe03fcf
three days of changes
2004-03-03 13:30:18 +00:00
Daniel Stenberg
d03fbf5dfb
a fair day's work!
2004-03-01 16:30:59 +00:00
Daniel Stenberg
c5b8e446f6
ispell by Tor Arntsen
2004-02-27 12:27:40 +00:00
Daniel Stenberg
ab44763cb7
updated with recent events
2004-02-27 08:08:08 +00:00
Daniel Stenberg
9b09193cfd
today's work
2004-02-25 15:44:39 +00:00
Daniel Stenberg
8ba042cf88
limit rate and windows timeouts
2004-02-23 13:48:27 +00:00
Daniel Stenberg
4f953b6459
that icc attempt in configure
2004-02-20 16:29:57 +00:00
Daniel Stenberg
bd63a557f3
fixes from the recent days
2004-02-19 10:21:43 +00:00
Daniel Stenberg
d53d33698c
verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix
2004-02-16 13:33:41 +00:00
Daniel Stenberg
901edd32b5
recent fixes
2004-02-15 13:50:04 +00:00
Daniel Stenberg
68e140b2eb
mondays are busy days catching up with the patches from the weekend! ;-)
2004-02-09 16:16:05 +00:00
Daniel Stenberg
3e4cd0b422
mingw configure fix, host: fix, compiler warnings in ldap.c
2004-02-06 14:27:08 +00:00
Daniel Stenberg
e8fb77fac3
numerous things went in today
2004-02-05 21:52:53 +00:00
Daniel Stenberg
1089d91e77
the configure and memdebug fixes of yday
2004-02-03 10:07:26 +00:00
Daniel Stenberg
ca522d4787
more test91 tweaks and some c-ares stuff
2004-02-02 16:29:58 +00:00
Daniel Stenberg
253f5f1a9a
ares resolve timeout and ca bundle include fixes
2004-02-02 12:46:58 +00:00
Daniel Stenberg
5e69ca0ebd
test case 97
2004-02-02 07:21:21 +00:00
Daniel Stenberg
4cba2ea1ad
attempt to fix the notorious test 91 failures
2004-01-30 12:43:49 +00:00
Daniel Stenberg
36a90aeaec
test case 510, mpeix fix
2004-01-30 09:31:23 +00:00
Daniel Stenberg
50c80a49cc
Added --socks
2004-01-30 08:51:24 +00:00
Daniel Stenberg
f50678eda7
don't include config.g in src/hugehelp.c unless HAVE_CONFIG_H is defined
2004-01-29 15:48:27 +00:00
Daniel Stenberg
3ded81188b
ares fix, warnings fixed, mpeix fixes
2004-01-29 15:41:56 +00:00
Daniel Stenberg
cf7817eb38
upload with chunked transfer encoding is now fixed
2004-01-28 21:44:45 +00:00
Daniel Stenberg
dc932f739a
CONNECT response headers are now passed back as "regular" headers
2004-01-27 12:54:22 +00:00
Daniel Stenberg
142f40582f
things continue to happen
2004-01-23 12:51:27 +00:00
Daniel Stenberg
e4c5653035
zlib fix for the help text, stroll usage on mingw/djgpp
2004-01-22 14:35:06 +00:00
Daniel Stenberg
e36914a425
header file fixing
2004-01-22 12:46:55 +00:00
Daniel Stenberg
fadf077502
release time!
2004-01-22 09:15:49 +00:00
Daniel Stenberg
6ddec1f169
old timecond defines removed
2004-01-21 08:44:58 +00:00
Daniel Stenberg
13dd99842a
David Byron's --trace fix
2004-01-19 22:16:30 +00:00
Daniel Stenberg
f44bc85545
two minor build quirks
2004-01-19 15:41:50 +00:00
Daniel Stenberg
f94502ecba
automake 1.8 adjustment
2004-01-15 12:49:23 +00:00
Daniel Stenberg
7561cbda0a
clarified the recent fix, added cred
2004-01-14 09:16:47 +00:00
Daniel Stenberg
3a70d686ee
Curl_resolv fix
2004-01-14 09:07:24 +00:00
Daniel Stenberg
9e80356dd5
Luck Call made win32 password prompting support backspace
2004-01-13 16:07:40 +00:00
Daniel Stenberg
16c747da76
zlib patch, amigaos patch
2004-01-13 08:50:21 +00:00
Daniel Stenberg
1cb3cd1463
three changes done this morning
2004-01-13 08:05:54 +00:00
Daniel Stenberg
3a61c98b65
Peter Sylvester brought code that now allows a callback to modified the URL
...
even when the multi interface is used, and then libcurl will simulate a
"follow location" to that new URL. Test 509 was added to test this feature.
2004-01-12 15:26:32 +00:00
Daniel Stenberg
5173bab0bb
better test script
2004-01-12 14:41:06 +00:00
Daniel Stenberg
c8ac7a0d95
Dominick Meglio pointed out FTPS should use default port 990 according to
...
IANA.
2004-01-11 22:56:36 +00:00
Daniel Stenberg
8a16e48a6c
configure spnego fix of yday
2004-01-09 09:06:26 +00:00
Daniel Stenberg
7bf11297fe
Dan Fandrich fixed our zlib usage
2004-01-05 22:55:51 +00:00
Daniel Stenberg
2d01740e1a
David J Meyer's large file work was added.
2004-01-05 22:35:43 +00:00
Daniel Stenberg
55e4d79111
fixing
2003-12-19 08:11:02 +00:00
Daniel Stenberg
cd9dea3091
test506 fix
2003-12-16 09:51:51 +00:00
Daniel Stenberg
d262d0a62a
changed the dns cache pruning
2003-12-15 17:42:46 +00:00
Daniel Stenberg
50e7545118
Giuseppe Attardi fixed a really tricky bug
2003-12-15 14:48:37 +00:00
Daniel Stenberg
77a5e7c646
dict and a man page fixes
2003-12-10 15:30:34 +00:00
Daniel Stenberg
1e012c5259
Diego Casorran tapping on Amiga support
2003-12-10 14:02:36 +00:00
Daniel Stenberg
fb927939e2
ares configure and build fix
2003-12-10 13:40:09 +00:00
Daniel Stenberg
a61dc1e9c5
-lz fix
2003-12-08 13:38:20 +00:00
Daniel Stenberg
dfd1a636b4
updated
2003-12-08 13:11:04 +00:00
Daniel Stenberg
437afe0767
curl-config now shows asyncdns if built with ares enabled
2003-12-08 10:00:21 +00:00
Daniel Stenberg
02bf6660bf
VMS
2003-12-03 08:41:39 +00:00
Daniel Stenberg
06c38330ba
Steve Green fixed Curl_resolv()
2003-12-03 07:55:51 +00:00
Daniel Stenberg
0f4d042d3e
Ignore content-length when chunked transfer-encoding is transfered.
2003-12-03 07:52:00 +00:00
Daniel Stenberg
e64e9d7fed
--ftp-pasv
2003-12-02 18:03:38 +00:00
Daniel Stenberg
41688a1642
MSG_NOSIGNAL
2003-12-02 10:13:55 +00:00
Daniel Stenberg
3eeea48839
FTPS now works pretty good
2003-12-01 10:25:10 +00:00
Daniel Stenberg
012c4ee1fa
James Clancy updated the Borland makefiles
2003-11-27 12:24:22 +00:00
Daniel Stenberg
426954ff95
Markus Moeller and SPNEGO
2003-11-27 09:53:48 +00:00
Daniel Stenberg
e80bdd66f9
filed is not fixed ;-)
2003-11-25 09:12:56 +00:00
Daniel Stenberg
d083fac1fc
a committed bugfix described
2003-11-25 09:11:18 +00:00
Daniel Stenberg
efc9410796
clarified Maciej W. Rozycki's fix
2003-11-25 08:42:16 +00:00
Daniel Stenberg
dadc1026f1
proper ftps:// support added
2003-11-24 11:51:12 +00:00
Daniel Stenberg
1c700b5a5c
fixes
2003-11-24 07:11:28 +00:00
Daniel Stenberg
ed2b831afe
three more fixes
2003-11-20 14:15:10 +00:00
Daniel Stenberg
e1d01045e2
Maciej W. Rozycki's configure patch
2003-11-17 05:23:32 +00:00
Daniel Stenberg
bfc7d6c11b
two
2003-11-15 10:15:36 +00:00
Daniel Stenberg
43bb20461f
Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.
...
I guess it seldomly happens on linux and that's why it wasn't found before.
He used Solaris to notice it.
I took the opportunity to rewrite the Curl_connecthost() slightly to feature
less duplicate code in the two different versions (ipv4/ipv6).
2003-11-13 13:28:40 +00:00
Daniel Stenberg
ad77f760cf
Added CURLOPT_NETRC_FILE.
2003-11-11 14:30:43 +00:00
Daniel Stenberg
451d34ce21
things happen even during slow days! ;-)
2003-11-07 17:22:30 +00:00
Daniel Stenberg
80d2be541d
new defines for version info
2003-11-06 11:37:54 +00:00
Daniel Stenberg
4ec4e91de0
things
2003-11-06 08:35:01 +00:00
Daniel Stenberg
a3279d4baf
three changes went in
2003-11-04 07:24:56 +00:00
Daniel Stenberg
d1b94a5f3f
7.10.8!
2003-11-01 11:22:48 +00:00
Daniel Stenberg
a07f43d202
ftp goes UTC
2003-10-31 22:17:13 +00:00
Daniel Stenberg
bd383f0c60
numerical options check
2003-10-31 09:27:15 +00:00
Daniel Stenberg
fb26b2bd98
curl --head now reports info "headers" on file:// URLs as well
2003-10-30 09:08:16 +00:00
Daniel Stenberg
e9c835ad06
David Hull made the file: URL parser also accept the somewhat sloppy file
...
syntax: file:/path. I added test case 203 to verify this.
2003-10-29 09:53:21 +00:00
Daniel Stenberg
25613503cb
Another glibc resolve name fix
2003-10-28 13:06:15 +00:00
Daniel Stenberg
54c6f2c7c0
James Bursa found an ERRORBUFFFER overflow
2003-10-26 15:42:21 +00:00
Daniel Stenberg
3dd26b7932
HTTP resume fix
2003-10-24 21:58:11 +00:00
Daniel Stenberg
5c96266d45
solaris build improvement
2003-10-24 21:27:22 +00:00
Daniel Stenberg
ce4b8420d1
runtests -t introduced
2003-10-24 13:12:58 +00:00
Daniel Stenberg
4799d39be6
disable-eprt, fixed CA cert verfication
2003-10-24 06:12:39 +00:00
Daniel Stenberg
64731b0056
we continue to improve things
2003-10-22 12:05:21 +00:00
Daniel Stenberg
640d6a5564
updated for mingw32
2003-10-21 14:14:25 +00:00
Daniel Stenberg
d9f961ed2d
better error output on SSL errors when receiving data - Georg Horn patch
2003-10-19 17:38:51 +00:00
Daniel Stenberg
f7f7cd6cce
7.10.8-pre4
2003-10-18 12:04:38 +00:00
Daniel Stenberg
ce5db9a86e
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
2003-10-17 13:11:00 +00:00
Daniel Stenberg
a77d931cd0
verbose auth info
2003-10-17 07:07:06 +00:00
Daniel Stenberg
fe09079778
subjectAltName and passwd changes
2003-10-16 14:15:34 +00:00
Daniel Stenberg
622984de64
now libcurl runs better multi-threaded on windows
2003-10-15 11:44:34 +00:00
Daniel Stenberg
171229e122
duphandle fix
2003-10-14 13:13:50 +00:00
Daniel Stenberg
1c604b7ba9
Gisle Vanem brought IPv6-support to curl on Windows
2003-10-14 12:03:06 +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
e85881d7ec
debian bug report #212086
2003-10-13 00:14:16 +00:00
Daniel Stenberg
6d6de53eb9
Dirk modifide the share-locking for DNS lookups
2003-10-12 13:58:16 +00:00
Daniel Stenberg
4935853eb9
resume fix
2003-10-09 20:12:16 +00:00
Daniel Stenberg
8996a7346e
sws fix, inet_pton fix
2003-10-09 19:49:08 +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
9f002b1289
Neil Dunbar and subjectAltNames
2003-10-07 21:59:35 +00:00
Daniel Stenberg
0b615afac9
http post fix
2003-10-07 14:42:02 +00:00
Daniel Stenberg
9d5c22d5ae
builds better on BeOS
2003-10-05 15:16:18 +00:00
Daniel Stenberg
1b0af1c53a
curlx.c example added
2003-10-04 15:52:32 +00:00
Daniel Stenberg
23f8692058
- Vincent Bronner pointed out that if you set CURLOPT_COOKIE for a transfer
...
and then set it to NULL in a subsequent one, the previous cookie was still
sent off!
2003-10-04 15:51:16 +00:00
Daniel Stenberg
8297ac4a28
Jon Turner fix
2003-10-04 15:28:23 +00:00
Daniel Stenberg
a191fe028c
fixed ares-resolves and ip-only names
2003-10-04 14:53:19 +00:00
Daniel Stenberg
ba1ff79b3f
proto fix
2003-10-03 13:19:52 +00:00
Daniel Stenberg
d1b17779a3
James MacMillan's patch makes curl build on QNC 6.2.x.
2003-10-02 19:04:32 +00:00
Daniel Stenberg
0edab55dd2
ip version selector, SPNEGO feature added to -V output
2003-09-22 22:36:33 +00:00
Daniel Stenberg
48c1943824
7.10.8-pre2
2003-09-21 23:22:39 +00:00
Daniel Stenberg
9ef76fecef
another segfault with multi+ares+non-existing hostname
2003-09-21 23:14:22 +00:00
Daniel Stenberg
2297eca103
Added CURLOPT_IPRESOLVE support
2003-09-19 15:16:47 +00:00
Daniel Stenberg
09ccfcdcd4
Markus Moeller's SPNEGO patch applied, with my edits, additions and minor
...
cleanups.
2003-09-19 12:56:22 +00:00
Daniel Stenberg
b560428492
language
2003-09-15 22:59:10 +00:00
Daniel Stenberg
d19134e644
bug fixes
2003-09-15 22:55:12 +00:00
Daniel Stenberg
e7160459ab
Jeff Pohlmeyer is our hero of the week!
2003-09-14 22:06:35 +00:00
Daniel Stenberg
50dacab379
multi handle DNS cache, "Negotiate" authentication, zero-length proxy with
...
ftp and an uninitialized pointer
2003-09-12 18:27:33 +00:00
Daniel Stenberg
7c2930611b
clear the proxy env
2003-09-12 15:44:30 +00:00
Daniel Stenberg
d4ab68cd51
7.10.8-pre1 commit
2003-09-07 23:31:59 +00:00
Daniel Stenberg
0ef3e6fe8a
yesterday and today in words
2003-09-05 14:34:07 +00:00
Daniel Stenberg
f2d422235b
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.
2003-09-03 22:02:40 +00:00
Daniel Stenberg
6a678f6d64
recent fixes
2003-09-03 21:52:01 +00:00
Daniel Stenberg
840c0af014
stuff I had added in my copy at home, now at last I'm online from here
...
again
2003-09-03 20:42:42 +00:00
Daniel Stenberg
cfe80449e2
two patches applied
2003-09-01 08:57:50 +00:00
Daniel Stenberg
cb48c6a3d8
recent action
2003-08-19 23:42:47 +00:00
Daniel Stenberg
5c2df3e1a4
7.10.7
2003-08-15 07:08:02 +00:00
Daniel Stenberg
6550d271f0
7.10.7-pre4 commit
2003-08-12 12:48:40 +00:00
Daniel Stenberg
644990a835
mention the pre3 release
2003-08-11 22:48:26 +00:00
Daniel Stenberg
1d1276cc3a
ftp create dirs work done
2003-08-08 11:05:18 +00:00
Daniel Stenberg
f9f1f0e316
Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied
2003-08-08 09:13:19 +00:00
Daniel Stenberg
296046510b
serios info leakage!
2003-08-03 21:33:25 +00:00
Daniel Stenberg
8bedd43b28
recent action
2003-08-01 12:33:19 +00:00
Daniel Stenberg
bdb5e5a250
7.10.6
2003-07-28 12:13:48 +00:00
Daniel Stenberg
cc4ff62681
Split out the changes from the year 2002 into a separate file, named
...
CHANGES.2002.
2003-07-23 11:59:20 +00:00
Daniel Stenberg
f2882cb88c
pre4
2003-07-21 08:25:21 +00:00
Daniel Stenberg
152f1fee40
the CWD-null bug fix
2003-07-21 07:54:20 +00:00
Daniel Stenberg
a2a63c27f4
explains my fixes just committed
2003-07-19 23:58:21 +00:00
Daniel Stenberg
0529b349d5
recent changes
2003-07-16 00:04:45 +00:00
Daniel Stenberg
6dd4c13bc0
the latest changes
2003-07-04 18:18:17 +00:00
Daniel Stenberg
497c6d516d
up to date with the actual situation
2003-06-25 23:40:48 +00:00
Daniel Stenberg
d0cc92a01a
Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan
...
to add more method in the future.
2003-06-10 12:49:16 +00:00
Daniel Stenberg
e56ae1426c
Daniel Kouril's patch that adds HTTP negotiation support to libcurl was
...
added.
2003-06-10 12:22:19 +00:00
Daniel Stenberg
696843c020
we fix more
2003-06-10 12:07:10 +00:00
Daniel Stenberg
c896ebcf12
makefile fiddle
...
changed how http requests are sent - now in one chunk more often
HPUX include fix in the external headers
better SSL work-arounds for bad SSL servers
modified error message when CURLE_HTTP_RETURNED_ERROR is returned
2003-06-02 13:31:25 +00:00
Daniel Stenberg
0f4feda382
include file flaw and yet another socks5-fix
2003-05-27 06:41:06 +00:00
Daniel Stenberg
4ed28be75a
even more
2003-05-23 11:24:39 +00:00
Daniel Stenberg
420744d048
more more more
2003-05-22 22:47:48 +00:00
Daniel Stenberg
d5043133e6
Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 08:08:48 +00:00
Daniel Stenberg
8ee1177206
support user name and password in proxy environment variables
2003-05-19 13:14:26 +00:00
Daniel Stenberg
95a4b8db68
7.10.5 commit
2003-05-19 11:45:10 +00:00
Daniel Stenberg
1747a8d3d9
1. George Comninos' progress meter fix
...
2. I also added the pre-releases and dates to the log
2003-05-15 08:13:19 +00:00
Daniel Stenberg
4a5139e3f4
fixes from the last week+
2003-05-12 12:49:22 +00:00
Daniel Stenberg
fb012b48e9
recent action
2003-04-30 20:01:22 +00:00
Daniel Stenberg
7f0a6e7203
last 10 days or so
2003-04-22 23:30:04 +00:00
Daniel Stenberg
0aa8b82871
FTP CWD response fixed
...
gzip content-encoding added
chunked content-encoding fixed
2003-04-14 07:13:08 +00:00
Daniel Stenberg
2324c10d43
another week has passed
2003-04-10 11:36:56 +00:00
Daniel Stenberg
735a4714f4
Version 7.10.4
2003-04-02 07:42:39 +00:00
Daniel Stenberg
fd33923496
7.10.4-pre6 commit
2003-03-31 14:02:43 +00:00
Daniel Stenberg
e6eb49e7e0
10 days of fixes
2003-03-31 04:05:03 +00:00
Daniel Stenberg
f8b3c47f99
all those changes
2003-03-24 10:47:06 +00:00
Daniel Stenberg
2616bdc4cd
it just never ends
2003-03-16 18:41:00 +00:00
Daniel Stenberg
2d2034703f
Things are moving along...
2003-03-12 14:29:47 +00:00
Daniel Stenberg
ebea6b487b
another week of changes, especially libtool gave us an adventure to remember
2003-03-11 19:22:10 +00:00
Daniel Stenberg
eb0cc34951
Removed define, risc os build, POST-GET bug fixed, AIX 4.3 problems solved
...
and two makefiles fixed.
2003-03-04 06:41:50 +00:00
Daniel Stenberg
7e049fca61
recent stuff
2003-02-28 08:40:57 +00:00
Daniel Stenberg
065b87e949
7.10.4-pre2 commit
2003-02-24 18:14:48 +00:00
Daniel Stenberg
6417e696df
fixes during the last couple of days
2003-02-04 12:33:13 +00:00
Daniel Stenberg
872eeb7339
changes from the last week or so
2003-01-29 13:56:04 +00:00
Daniel Stenberg
8986037fdd
previous changes
2003-01-29 10:17:10 +00:00
Daniel Stenberg
9689e1c548
today's patches and Markus' correction
2003-01-20 14:40:06 +00:00
Daniel Stenberg
c4383f1d99
fixes Marcus brought
2003-01-16 21:07:50 +00:00
Daniel Stenberg
bf9b9ca29d
7.10.3 commit
2003-01-14 12:42:26 +00:00
Daniel Stenberg
64f224bb22
more
2003-01-13 12:08:39 +00:00
Daniel Stenberg
4a2ac166fa
7.10.3-pre4
2003-01-09 10:36:24 +00:00
Daniel Stenberg
24e78b3571
7+8 jan 2003
2003-01-09 09:53:08 +00:00
Daniel Stenberg
7f0f10e498
stuff
2003-01-07 15:40:01 +00:00
Daniel Stenberg
88825a1187
fixes
2002-12-19 16:37:07 +00:00
Daniel Stenberg
5cc50f9b27
the hostip.c commit
2002-12-16 11:40:57 +00:00
Daniel Stenberg
96d84150e1
changes from last week
2002-12-16 10:55:18 +00:00
Daniel Stenberg
0aa031beb9
recent fluff
2002-12-10 13:11:24 +00:00
Daniel Stenberg
7ef749497d
7.10.3-pre2
2002-12-04 09:09:26 +00:00
Daniel Stenberg
a3c14c031e
stuff done since the 7.10.2 release
2002-11-29 08:29:21 +00:00
Daniel Stenberg
d2174da641
7.10.2
2002-11-18 22:10:06 +00:00
Daniel Stenberg
80fe50590f
recent fixes
2002-11-15 14:11:45 +00:00
Daniel Stenberg
a23c92596e
recent changes
2002-11-06 08:30:08 +00:00
Daniel Stenberg
744d8c1006
fixes
2002-10-28 19:17:49 +00:00
Daniel Stenberg
13ee2901f4
another week, 7 fixes
2002-10-21 14:04:26 +00:00
Daniel Stenberg
ee600ace37
three silly bugs
2002-10-12 12:35:30 +00:00
Daniel Stenberg
e2d8e2c4ae
more
2002-10-10 08:04:26 +00:00
Daniel Stenberg
91168c005c
fixes since 7.10
2002-10-04 14:27:31 +00:00
Daniel Stenberg
b9b6a6566a
three more changes
2002-10-01 08:38:54 +00:00
Daniel Stenberg
9247daf953
enhanced curl_version_info
2002-09-26 13:03:22 +00:00
Daniel Stenberg
a5874a5393
four fixes of yday and today
2002-09-25 15:11:06 +00:00
Daniel Stenberg
b03f4919fb
5 changes since pre3
2002-09-23 15:01:03 +00:00
Daniel Stenberg
010cde0a4a
recent fixes
2002-09-11 11:47:05 +00:00
Daniel Stenberg
ba4e69bebc
updated source code boilerplate/header
2002-09-03 11:52:59 +00:00
Daniel Stenberg
93eadfb10f
added some curl-config details
2002-09-02 22:55:22 +00:00
Daniel Stenberg
64bbe9dfaf
James Gallagher's Content-Encoding work
2002-09-02 22:31:18 +00:00
Daniel Stenberg
751e49fb0a
moo
2002-08-30 12:09:46 +00:00
Daniel Stenberg
0e0caf7c06
CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we
...
proceed fine with the already existing options, just having a different
internal library default for capath.
2002-08-30 11:09:49 +00:00
Daniel Stenberg
bd3bb70ee8
recent fixes
2002-08-30 09:20:49 +00:00
Daniel Stenberg
8095b776fe
since 7.9.9-pre1
2002-08-22 19:55:18 +00:00
Daniel Stenberg
0009e4dfb9
7.9.9-pre1
2002-08-12 22:36:37 +00:00
Daniel Stenberg
c1f29a8e08
multi asynch work committed
2002-08-12 09:45:59 +00:00
Daniel Stenberg
423a1cf486
CURLOPT_NOSIGNAL added
2002-08-12 09:02:24 +00:00
Daniel Stenberg
b98308b524
curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-
...
addresses
2002-08-05 16:54:08 +00:00
Daniel Stenberg
c1cfdd6323
passwords and cookies
2002-07-29 22:59:36 +00:00
Daniel Stenberg
9f3856e646
HAVE_SETVBUF fixed
2002-07-29 22:14:56 +00:00
Daniel Stenberg
a9c0302454
Glen Nakamura's patch applied
2002-06-26 08:42:29 +00:00
Daniel Stenberg
e203ecebee
since 7.9.8
2002-06-26 07:16:11 +00:00
Daniel Stenberg
67273eed9b
7.9.8 commit
2002-06-13 14:37:15 +00:00
Daniel Stenberg
dafd644fe7
fixing builds, patching bugs, adding curl_formadd() options
2002-06-12 21:40:30 +00:00
Daniel Stenberg
be35b3ad03
7.9.8-pre3 commit
2002-06-11 15:28:50 +00:00
Daniel Stenberg
ac48b38842
more stuff since pre1
2002-06-04 11:53:31 +00:00
Daniel Stenberg
b40dc5d742
since 7.9.7
2002-05-22 11:08:19 +00:00
Daniel Stenberg
edb1756050
7.9.7 commit
2002-05-13 09:40:16 +00:00
Daniel Stenberg
b44a4da5df
Friday's fixes
2002-05-12 16:10:12 +00:00
Daniel Stenberg
bbe10cb0cb
7.9.7-pre2
2002-05-07 21:52:38 +00:00
Daniel Stenberg
cacd756efd
recent fiddling
2002-05-06 13:44:00 +00:00
Daniel Stenberg
a9e0885be0
another week of changes
2002-05-03 12:21:07 +00:00
Daniel Stenberg
f144f77ba7
updated some docs
2002-04-27 20:19:55 +00:00
Daniel Stenberg
e410860e0e
fixes on rainy saturday in the end of April, 2002
2002-04-27 13:26:32 +00:00
Daniel Stenberg
e1c2e3f5e9
test suite portability fix
2002-04-26 12:57:49 +00:00
Daniel Stenberg
9aa22399a8
another week of changes
2002-04-26 07:45:39 +00:00
Daniel Stenberg
62d205a2ec
Dirk Manske brought the patch that introduces two new CURLINFO_* values:
...
CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT.
2002-04-16 07:59:20 +00:00
Daniel Stenberg
9549cfde02
7.9.6 commit
2002-04-15 06:58:04 +00:00
Daniel Stenberg
a00918116d
7.9.6-pre5
2002-04-12 11:39:27 +00:00
Daniel Stenberg
38e518c710
Jean-Philippe Barrette-LaPierre's patch applied
2002-04-12 07:23:57 +00:00
Daniel Stenberg
ca35b39900
more more more
2002-04-10 18:09:24 +00:00
Daniel Stenberg
2a72641a0b
7.9.6-pre4 commit
2002-04-08 22:53:22 +00:00
Daniel Stenberg
fd915609cd
lots
2002-04-04 12:24:32 +00:00
Daniel Stenberg
4cec22fa19
yaketiyak
2002-03-19 07:48:54 +00:00
Daniel Stenberg
eb78400b53
4 things since 7.9.5
2002-03-11 15:37:08 +00:00
Daniel Stenberg
c2d4fd876c
7.9.5 commit
2002-03-07 08:50:18 +00:00
Daniel Stenberg
49c0d62dda
two items since pre6
2002-03-06 15:05:00 +00:00
Daniel Stenberg
d8a35d745e
cut off 2001 and put those changes in a separate file
2002-03-04 10:34:58 +00:00
Daniel Stenberg
e4addb3975
several little things since pre4
2002-03-01 10:48:08 +00:00
Daniel Stenberg
5896d35e72
a never ending stream of things to do...
2002-02-25 14:09:31 +00:00
Daniel Stenberg
cbca19d6c2
lib/config.h.in added to dist
2002-02-22 07:51:23 +00:00
Daniel Stenberg
758eae49ab
four more bugfixes, one VMS adjustment
2002-02-20 13:47:36 +00:00
Daniel Stenberg
cc161b96ac
4 fixes
2002-02-18 10:51:50 +00:00
Daniel Stenberg
0b57fa9c51
http server added to CVS, config*h files moved
2002-02-07 15:13:11 +00:00
Daniel Stenberg
4748b40ad9
changes since 7.9.4
2002-02-07 09:34:43 +00:00
Daniel Stenberg
5370d7a6eb
7.9.4
2002-02-05 11:43:29 +00:00