Age | Commit message (Expand) | Author |
2007-03-27 | New Internal wrapper function Curl_select() around select (2), it | Yang Tse |
2007-03-27 | don't retry select() call upon unrecoverable error EBADF | Yang Tse |
2007-03-27 | Platforms that lack autotools support should define HAVE_VARIADIC_MACROS_C99 | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-26 | changed link lib order to make nlmconv happy. | Gunter Knauf |
2007-03-26 | added CVS Id tag. | Gunter Knauf |
2007-03-26 | fixed build to use compiler-default lib extension. | Gunter Knauf |
2007-03-25 | - Daniel Johnson fixed multi code to traverse the easy handle list properly. | Daniel Stenberg |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-24 | Fixed a couple of compile problems. | Dan Fandrich |
2007-03-24 | Fixed a memory leak when specifying a proxy with a file: URL and added | Dan Fandrich |
2007-03-23 | add missing state name for the debug state switch output | Daniel Stenberg |
2007-03-23 | fix debug message | Daniel Stenberg |
2007-03-23 | Added --pubkey option to curl and made --key also work for SCP/SFTP, | Dan Fandrich |
2007-03-23 | fix yet another leftover in previous commit | Yang Tse |
2007-03-23 | fix leftover in previous commit | Yang Tse |
2007-03-23 | fix compiler warning: empty body in an if/else-statement | Yang Tse |
2007-03-23 | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse |
2007-03-23 | Don't shut down sftp in an error if it was never started. | Dan Fandrich |
2007-03-22 | Fixed unused variable compiler warning. | Dan Fandrich |
2007-03-22 | Use C99-style variadic macros when available. | Dan Fandrich |
2007-03-22 | Add a couple of local macros to improve code readability. | Yang Tse |
2007-03-21 | reverted back to previous version => http://curl.haxx.se/mail/lib-2007-03/025... | Yang Tse |
2007-03-21 | avoid the use of variadic macros for greater portability | Yang Tse |
2007-03-21 | fix compiler warning: implicit conversion from "long" to "int" | Yang Tse |
2007-03-20 | Fixed: When a signal was caught awaiting for an event using Curl_select() | Yang Tse |
2007-03-20 | Remove unneeded 'HAVE_*' defines. | Gisle Vanem |
2007-03-19 | Bryan Henderson fixed the progress function so that it can get called | Yang Tse |
2007-03-18 | Fix compiler warning/error: ISO C90 forbids mixed declarations and code | Yang Tse |
2007-03-18 | Code refactoring, extracting a new function wait_ms() from Curl_select and | Yang Tse |
2007-03-17 | Remove unneeded 'HAVE_*' defines. Detect i386 OS-target (gcc). | Gisle Vanem |
2007-03-15 | Fixed some memory leaks in various error paths. | Dan Fandrich |
2007-03-15 | Fixed a memory leak. | Dan Fandrich |
2007-03-14 | yassl doesn't have SSL_get_shutdown() in its OpenSSL() layer so we check for | Daniel Stenberg |
2007-03-14 | Fixed a NULL pointer dereference on sftp initialization failure. | Dan Fandrich |
2007-03-13 | Use Curl_inet_pton() instead of inet_pton(). | Gisle Vanem |
2007-03-12 | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse |
2007-03-11 | can just as well NULLify the pointer in a single spot | Daniel Stenberg |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-11 | fix compiler warning: unused variable | Yang Tse |
2007-03-10 | Eygene Ryabinkin fixed a use-after-free issue with HTTP transfers with the | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | Daniel Stenberg |
2007-03-09 | - Robert Iakobashvili fixed CURLOPT_INTERFACE for IPv6. | Daniel Stenberg |
2007-03-09 | - Robert A. Monat improved the maketgz and VC6/8 generating to set the correct | Daniel Stenberg |
2007-03-07 | Honour --ftp-ssl-control on ftps:// URLs to allow encrypted control and | Dan Fandrich |
2007-03-01 | Do not remove CURLM_STATE_WAITPROXYCONNECT from the CURLMstate enum | Yang Tse |
2007-02-28 | proper symbol definition check for Novell NetWare | Yang Tse |
2007-02-28 | proper symbol definition check for all AmigaOS flavours | Yang Tse |