History log of /curl/ (Results 25576 – 25600 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1bcbe89805-Nov-2006 Yang Tse

Prevent multiple initialization of memdebug configuration variables.

This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG
and CARES_MEMDEBUG environment variables wer

Prevent multiple initialization of memdebug configuration variables.

This was possible on debug c-ares enabled builds when both CURL_MEMDEBUG
and CARES_MEMDEBUG environment variables were set. Leading to a file handle
leak even when both variables had the same value, and wierd test suite
results when different.

show more ...

bf57e9bb03-Nov-2006 Gisle Vanem

Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).

318a758403-Nov-2006 Yang Tse

add a couple more of debugging messages

961ec22803-Nov-2006 Daniel Stenberg

SCP support added

a777eb3d03-Nov-2006 Daniel Stenberg

Olaf Stueben provided a patch that I edited slightly. It fixes the notorious
KNOWN_BUGS #25, which happens when a proxy closes the connection when
libcurl has sent CONNECT, as part of an auth

Olaf Stueben provided a patch that I edited slightly. It fixes the notorious
KNOWN_BUGS #25, which happens when a proxy closes the connection when
libcurl has sent CONNECT, as part of an authentication negotiation. Starting
now, libcurl will re-connect accordingly and continue the authentication as
it should.

show more ...

7f79b52d03-Nov-2006 Daniel Stenberg

initial SCP support is now added

db680edc03-Nov-2006 Daniel Stenberg

Update the information about what c-ares version that's required. 1.3.1 had
a fatal bug so we must require 1.3.2 to get flawless functionality with c-ares.

e6ce804503-Nov-2006 Daniel Stenberg

stand clear for release 1.3.2

cdcb123a03-Nov-2006 Daniel Stenberg

Andreas Rieke added missing file and changed line endings

78081a1603-Nov-2006 Yang Tse

reduce max size of dinamically allocated arrays to minimize the nasty
behaviour some versions of IRIX exhibit of committing suicide on big
mallocs instead of just returning a friendly null po

reduce max size of dinamically allocated arrays to minimize the nasty
behaviour some versions of IRIX exhibit of committing suicide on big
mallocs instead of just returning a friendly null pointer

show more ...

7408976b03-Nov-2006 Yang Tse

fix missing '$' for var OPT_LIBSSH2

763bb73c03-Nov-2006 Yang Tse

update copyright year

1dee2cd503-Nov-2006 Yang Tse

fix comments and renumber rlimit return codes
fix closing of fd's when limit is reached

426ecfd103-Nov-2006 Yang Tse

fix comments and renumber rlimit return codes

4913baed02-Nov-2006 Daniel Stenberg

update the counter

675f6a8902-Nov-2006 Daniel Stenberg

mention the new options

2147284c02-Nov-2006 Daniel Stenberg

James Housley brought support for SCP transfers

7f1870da02-Nov-2006 Yang Tse

remove leftover comment

2149a09502-Nov-2006 Yang Tse

update and split test cases 518 and 537 into its own source code file

e8d21adb02-Nov-2006 Yang Tse

code cleanup

fa28531302-Nov-2006 Yang Tse

use our internal string functions and replace sprintf with snprintf

deef85ca02-Nov-2006 Yang Tse

Update protocol verification end of lines

4f4427ff02-Nov-2006 Yang Tse

check symbol HAVE_UNISTD_H instead of UNISTD_H to include unistd.h

0ed285e802-Nov-2006 Yang Tse

prototype for gethostname is in unistd.h

905ca77c01-Nov-2006 Yang Tse

test 518 is all about testing libcurl functionality
when more than FD_SETSIZE file descriptors are open.
This means that if for any reason we are not able to
open more than FD_SETSIZE fil

test 518 is all about testing libcurl functionality
when more than FD_SETSIZE file descriptors are open.
This means that if for any reason we are not able to
open more than FD_SETSIZE file descriptors then test
518 should not be run.

test 537 is all about testing libcurl functionality
when the system has nearly exhausted the number of
free file descriptors. Test 537 will try to run with
very few free file descriptors.

show more ...

1...<<1021102210231024102510261027102810291030>>...1351