History log of /curl/ (Results 31851 – 31875 of 33761)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2a0cde3007-Nov-2001 Daniel Stenberg

adjusted after Ramana Mokkapati's comments

3552775b07-Nov-2001 Daniel Stenberg

moo

818a632e07-Nov-2001 Daniel Stenberg

Added VERSIONS that explains about the (lib)curl version numbers

00afb0f606-Nov-2001 Daniel Stenberg

bug report #478780 fixed, cygwin stripped on install, some more details on
the changes of yesterday

2e32d41506-Nov-2001 Daniel Stenberg

myalarm() is history, we now use HAVE_ALARM and we now do our very best to
1 - restore the previous sigaction struct as soon as we are about to shut
off our timeout
2 - restore the previo

myalarm() is history, we now use HAVE_ALARM and we now do our very best to
1 - restore the previous sigaction struct as soon as we are about to shut
off our timeout
2 - restore the previous alarm() timeout, in case an application or similar
had it running before we "borrowed" it for a while.

No, this does not fix the multi-thread problem you get with alarm(). This
patch should correct bug report #478780:
//sourceforge.net/tracker/?func=detail&atid=100976&aid=478780&group_id=976

If not, please post details!

show more ...

3dfc509d06-Nov-2001 Daniel Stenberg

Kevin's patch to install the binary stripped

4379142a05-Nov-2001 Daniel Stenberg

Ramana Mokkapati's, John Lask's and Detlef Schmier's reports/changes

8a6dc57205-Nov-2001 Daniel Stenberg

John Lask's fix that adds "-1/--TLSv1" support

af636c5305-Nov-2001 Daniel Stenberg

Added an CURL_SSLVERSION_* enum for SSL protocol versions

2f77b0a405-Nov-2001 Daniel Stenberg

we can now tell ssl to use TLSv1 protocol, and we now use defines instead
of real integers for versions, the defines are added to curl.h

08ad385e05-Nov-2001 Daniel Stenberg

Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfers
should work a lot better!

5623e0bb05-Nov-2001 Daniel Stenberg

corrected the Curl_tvnow prototype (-Wstrict-prototypes found it)

3d438d8d05-Nov-2001 Daniel Stenberg

Curl_ftpsendf() had wrong return type

d89c495705-Nov-2001 Daniel Stenberg

added john lask

f5ba174f05-Nov-2001 Daniel Stenberg

John Lask's new makefile

329bcf3a04-Nov-2001 Daniel Stenberg

7.9.1 cleanup commit

0cb12d7e04-Nov-2001 Daniel Stenberg

added test 30, it checks that we return error on no content returned from a
HTTP server

3bfa06c902-Nov-2001 Daniel Stenberg

improved functionality for new timeout tests

f34573c802-Nov-2001 Daniel Stenberg

new tests

4163b86c02-Nov-2001 Daniel Stenberg

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final e

failf() now only overwrites the error buffer the first time it gets called
for each *_perform(). It makes things a lot easier, as the first one that
detects the error get to write the final error reason...

show more ...

5b94851202-Nov-2001 Daniel Stenberg

Replaced read() and write() with recv() and send()

2297a7a702-Nov-2001 Daniel Stenberg

more accurate

dc82f9e602-Nov-2001 Daniel Stenberg

Replaced read() and write() with recv() and send() for socket operations
even under normal unixes.

e60e741402-Nov-2001 Daniel Stenberg

re-ordered, cleaned up

c6caa9fd02-Nov-2001 Daniel Stenberg

Added connect.c. I really need someone to better maintain this makefile...

1...<<1271127212731274127512761277127812791280>>...1351