d052e545 | 18-Mar-2007 |
Daniel Stenberg |
detect if built with the OpenSSL API "emulated" by yassl |
da2b75a0 | 18-Mar-2007 |
Yang Tse |
Fix compiler warning/error: ISO C90 forbids mixed declarations and code |
0e2d3b7b | 18-Mar-2007 |
Yang Tse |
Code refactoring, extracting a new function wait_ms() from Curl_select and Curl_poll() which is called whenever not a single valid file descriptor is passed to these functions. Impro
Code refactoring, extracting a new function wait_ms() from Curl_select and Curl_poll() which is called whenever not a single valid file descriptor is passed to these functions. Improve readibility using a poll() macro to replace WSApoll().
show more ...
|
46a50aa0 | 17-Mar-2007 |
Gisle Vanem |
Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). |
605a3911 | 17-Mar-2007 |
Gisle Vanem |
Added cvs id. Use TOPDIR variable. Updated CSOURCES. Dependencies are now put in external file depend.dj. |
de6f82d0 | 17-Mar-2007 |
Gisle Vanem |
Added a hack to work around the circular dependency when CURL_DEBUG is defined. |
c1f3edbd | 16-Mar-2007 |
Daniel Stenberg |
openssl/bio.h doesn't exist when we build with yassl so avoid trying |
a20a6f67 | 16-Mar-2007 |
Dan Fandrich |
Fixed the test case to use a truly invalid urlglob range. |
75931492 | 15-Mar-2007 |
Daniel Stenberg |
Sebastien Trottier's issue |
800b55c7 | 15-Mar-2007 |
Daniel Stenberg |
eight fresh issues to keep track of |
a53411c0 | 15-Mar-2007 |
Dan Fandrich |
Various memory leaks plugged and NULL pointer fixes made in the ssh code. |
b169aa29 | 15-Mar-2007 |
Daniel Stenberg |
- Nick made the curl tool accept globbing ranges that only is one number, i.e you can now use [1-1] without curl complaining. |
9189ac11 | 15-Mar-2007 |
Dan Fandrich |
Fixed some memory leaks in various error paths. |
5c7c79bd | 15-Mar-2007 |
Yang Tse |
show better description for AMD64-linux static libraries PIC check |
8605321d | 15-Mar-2007 |
Dan Fandrich |
Fixed a memory leak. |
d3144530 | 14-Mar-2007 |
Daniel Stenberg |
yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for it and avoid it, even if this cripples the CCC command |
9cb69f77 | 14-Mar-2007 |
Dan Fandrich |
Fixed a NULL pointer dereference on sftp initialization failure. Added some more debug logs. |
ee332e0c | 13-Mar-2007 |
Dan Fandrich |
--ftp-ssl-control is now honoured on ftps:// URLs |
0188493d | 13-Mar-2007 |
Gisle Vanem |
Use Curl_inet_pton() instead of inet_pton(). |
ae07fd2b | 12-Mar-2007 |
Dan Fandrich |
libcurl supplies its own crypto hash functions when SSL is disabled, so 'crypto' tests aren't dependent on SSL. Compiling with --disable-crypto-auth will cause test failures, however. |
d76a7340 | 12-Mar-2007 |
Daniel Stenberg |
RECV is for download |
b66def2b | 12-Mar-2007 |
Yang Tse |
Emmanuel Dreyfus fixed not being able to find ber_free() in libldap when available in liblber. |
20b9ab49 | 11-Mar-2007 |
Daniel Stenberg |
can just as well NULLify the pointer in a single spot |
c8cd1333 | 11-Mar-2007 |
Daniel Stenberg |
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html |
40e9e40c | 11-Mar-2007 |
Yang Tse |
fix compiler warning: unused variable |