History log of /curl/ (Results 31676 – 31700 of 33762)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2182e37407-Jan-2002 Daniel Stenberg

the bool typedef is now made unsigned, to make sure it stays that on all
platforms, unrelated to what they might prefer by default

1de82b2207-Jan-2002 Daniel Stenberg

removed silly check for >=0 of a supposedly unsigned value!

bd87875607-Jan-2002 Sterling Hughes

Probably not necessary, but good practice.

8d7f402e07-Jan-2002 Sterling Hughes

Make cach'ing work with threads now, there are now three cases:

- Use a global dns cache (via setting the tentatively named,
CURLOPT_DNS_USE_GLOBAL_CACHE option to true)

Make cach'ing work with threads now, there are now three cases:

- Use a global dns cache (via setting the tentatively named,
CURLOPT_DNS_USE_GLOBAL_CACHE option to true)
- Use a per-handle dns cache, by default
- Use a pooled dns cache when in the "multi" interface

show more ...

d3299bee07-Jan-2002 Daniel Stenberg

Modified to use non-blocking sockets all the time.

f9192db307-Jan-2002 Daniel Stenberg

VC++ makefile, HTTP 204, cookie fix, non-blocking socket for better SSL
connection timeout

c69c0c0407-Jan-2002 Daniel Stenberg

added proper breaks in the switch()

deb2911c07-Jan-2002 Daniel Stenberg

Added David Bentham's notes about QNX and FD_SETSIZE

e31a306a07-Jan-2002 Daniel Stenberg

HTTP response 204 should be treated similar to 304, that is we must not
expect (nor read) any response-body

d9a7773007-Jan-2002 Daniel Stenberg

added precautions to not go insane when two matching cookies end up in the
cookie list, even though they're not supposed to do that...

2b14916804-Jan-2002 sm

Add hash and llist to VC dsp file

1d1530e104-Jan-2002 sm

Add hash and llist to VC makefile

b4fdc02504-Jan-2002 Daniel Stenberg

-l lists all tests

f1c14fe004-Jan-2002 Daniel Stenberg

The former -c is "-C -" these days

38306cda04-Jan-2002 Daniel Stenberg

dns cache, ftp response read, 64bit fixes, printf replaces, inet_ntoa_r
corrections

5a0f002304-Jan-2002 Daniel Stenberg

replaced printf() => Curl_sendf()

6dcdb8b804-Jan-2002 Daniel Stenberg

removed a commented line

781f52a204-Jan-2002 Daniel Stenberg

fixed an inet_ntoa() occurance to use inet_ntoa_r() if it is available.
I also replaced all printf() calls with calls to Curl_failf()

f75ff58b04-Jan-2002 Daniel Stenberg

an unconditional occurance of inet_ntoa() now uses inet_ntoa_r() on all
platforms that have such a function.
This affects multi-thread running libcurls on IPv4 systems that have VERBOSE
s

an unconditional occurance of inet_ntoa() now uses inet_ntoa_r() on all
platforms that have such a function.
This affects multi-thread running libcurls on IPv4 systems that have VERBOSE
switched on. The previous version was risking that another thread overwrote
the data before it was read out in this thread. There could possibly also
be a slight risk that the data isn't zero terminated for a short while and
thus could cause the thread to crash...

show more ...

ae9bf16d04-Jan-2002 Daniel Stenberg

#include the local "inet_ntoa_r.h" file if no proto was found in the global
header directory but the function *is* present!

17a8bf2104-Jan-2002 Daniel Stenberg

The buffer in ftp_pasv_verbose(), used for gethostbyaddr_r(), is now defined
to become properly 8-byte aligned on 64-bit archs. Philip Gladstone reported.

4fc76afe04-Jan-2002 Daniel Stenberg

The FTP response lines are now passed to the function callback registered for
headers.

a31155a703-Jan-2002 Daniel Stenberg

multi stuff from the multi-dev branch

75601f7903-Jan-2002 Daniel Stenberg

multi interface example/test sources from the multi-dev branch

8b6314cc03-Jan-2002 Daniel Stenberg

merged the multi-dev branch back into MAIN again

1...<<1261126212631264126512661267126812691270>>...1351