Age | Commit message (Expand) | Author |
2007-03-29 | Send an EOF message before closing a channel, as recommended by RFC4254. | Dan Fandrich |
2007-03-29 | fix compiler warning | Yang Tse |
2007-03-29 | fix error introduced in last commit | Yang Tse |
2007-03-28 | fix compiler warning | Yang Tse |
2007-03-28 | Improve detection of socket events which allow a further recv() call | Yang Tse |
2007-03-28 | djgpp uses gcc which has varadic macros. | Gisle Vanem |
2007-03-28 | Fix compiler warning. | Gisle Vanem |
2007-03-28 | Simplified code around 'tld_errmsg' a bit. | Gisle Vanem |
2007-03-27 | added variadic macro stuff. | Gunter Knauf |
2007-03-27 | Update message | Yang Tse |
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 |