mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
win resolve crash, win makefile fix
This commit is contained in:
parent
9b3c2b6ae2
commit
b42bc7329e
6
CHANGES
6
CHANGES
@ -8,6 +8,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Daniel (4 April 2005)
|
Daniel (4 April 2005)
|
||||||
|
- Marcelo Juchem fixed the MSVC makefile for libcurl
|
||||||
|
|
||||||
|
- Gisle Vanem fixed a crash in libcurl, that could happen if the easy handle
|
||||||
|
was killed before the threading resolver (windows only) still hadn't
|
||||||
|
completed.
|
||||||
|
|
||||||
- Hardeep Singh reported a problem doing HTTP POST with Digest. (It was
|
- Hardeep Singh reported a problem doing HTTP POST with Digest. (It was
|
||||||
actually also affecting NTLM and Negotiate.) It turned out that if the
|
actually also affecting NTLM and Negotiate.) It turned out that if the
|
||||||
server responded with 100 Continue before the initial 401 response, libcurl
|
server responded with 100 Continue before the initial 401 response, libcurl
|
||||||
|
@ -18,6 +18,8 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o the MSVC libcurl Makefile was fixed
|
||||||
|
o libcurl on Windows crash if resolver was active when easy handle was killed
|
||||||
o HTTP POST with auth and an initial 100 response before the 401/407
|
o HTTP POST with auth and an initial 100 response before the 401/407
|
||||||
o configure's SSL-detection for msys/mingw
|
o configure's SSL-detection for msys/mingw
|
||||||
o better connection keep-alive when POSTing with HTTP Digest
|
o better connection keep-alive when POSTing with HTTP Digest
|
||||||
@ -50,6 +52,6 @@ advice from friends like these:
|
|||||||
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
||||||
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
||||||
Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen,
|
Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen,
|
||||||
Tom Moers, Andres Garcia, Hardeep Singh
|
Tom Moers, Andres Garcia, Hardeep Singh, Marcelo Juchem
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user