This commit is contained in:
Daniel Stenberg 2002-08-12 09:02:24 +00:00
Родитель 7aeb63c817
Коммит 423a1cf486
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,13 @@
Changelog Changelog
Daniel (9 Aug 2002)
- Applied Markus F.X.J. Oberhumer's patch that introduces CURLOPT_NOSIGNAL,
which effectively prevents libcurl from doing anything that may cause
signals to get sent. This is basicly for multi-threaded applications that
now can use timeouts properly, without risking any signals to burst in and
ruin the party.
Daniel (5 Aug 2002) Daniel (5 Aug 2002)
- Lukasz Czekierda reported that RFC2732-style literal IPv6 addresses didn't - Lukasz Czekierda reported that RFC2732-style literal IPv6 addresses didn't
work. When did that code vanish? Anyway, it's back again now and seems to work. When did that code vanish? Anyway, it's back again now and seems to