Age | Commit message (Expand) | Author |
2007-10-25 | Don't assume there's a sessionhandle around when a connection is disconnected, | Daniel Stenberg |
2007-10-25 | fix the check | Daniel Stenberg |
2007-10-25 | Fixed a TFTP memory leak. Enabled test 2003 to verify this. | Daniel Stenberg |
2007-10-24 | Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That | Daniel Stenberg |
2007-10-24 | added clarifying comment | Daniel Stenberg |
2007-10-24 | Windows build targets have socklen_t definition in ws2tcpip.h but some | Yang Tse |
2007-10-23 | Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out | Daniel Stenberg |
2007-10-23 | File is not a protocol that can deal with "persistancy" | Yang Tse |
2007-10-23 | Fix compiler warning: subscript has type `char' | Yang Tse |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-10-22 | Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out | Daniel Stenberg |
2007-10-20 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-20 | Fix compiler warning: conversion from "int" to "unsigned short" may lose sign... | Yang Tse |
2007-10-18 | Allow CURLOPT_COPYPOSTFIELDS with explicit data size = 0 | Patrick Monnerat |
2007-10-18 | Avoid a NULL pointer dereference in an OOM condition. | Dan Fandrich |
2007-10-17 | Fix overflow detection, take four. Avoiding zero size malloc. | Yang Tse |
2007-10-17 | Fix overflow detection, thanks to Patrick Monnerat detecting test | Yang Tse |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-17 | Fix compiler warning: signed and unsigned type in conditional expression | Yang Tse |
2007-10-17 | Fix compiler warning: comparison between signed and unsigned | Yang Tse |
2007-10-16 | ANSI C compliant overflow check | Yang Tse |
2007-10-16 | Fixed compiler warning re: unused variable `bigsize' | Dan Fandrich |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-15 | Fix LDAP compile error when LDAP is not available. | Dan Fandrich |
2007-10-13 | Made a few more functions static with the protocol handler table in place. | Dan Fandrich |
2007-10-12 | another Curl_handler fix, the #ifdefs got a bit mixed up... | Daniel Stenberg |
2007-10-12 | Fixed a few compile errors and warnings. | Dan Fandrich |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-09 | lber.h needs to be included since ldap.h might not include it | Yang Tse |
2007-10-09 | added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ... | Gunter Knauf |
2007-10-09 | fix socklen_t for MSVC6 & 7. | Gunter Knauf |
2007-10-09 | added two more module dependencies for LDAPS. | Gunter Knauf |
2007-10-07 | Known bug #47, which confused libcurl if doing NTLM auth over a proxy with | Daniel Stenberg |
2007-10-05 | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg |
2007-10-04 | Kim Rinnewitz reported that --local-port didn't work with TFTP transfers. | Daniel Stenberg |
2007-10-03 | Cleanup no longer used macros | Yang Tse |
2007-10-03 | Fix compiler warning: local variable may be used without having been initialized | Yang Tse |
2007-10-03 | Fix issue related with the use of ares_timeout() result. | Yang Tse |
2007-10-03 | exported symbols must use lowercase "curl_", and I also fixed two compiler | Daniel Stenberg |
2007-10-03 | Alexey Pesternikov introduced CURLOPT_OPENSOCKETFUNCTION and | Daniel Stenberg |
2007-10-03 | I renamed the CURLE_SSL_PEER_CERTIFICATE error code to | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | Fix memory leak under low memory conditions. | Yang Tse |
2007-10-02 | Fix compiler warning | Yang Tse |
2007-10-02 | <winber.h> needed for Windows LDAP client 32 API support | Yang Tse |
2007-10-02 | Linking with wldap32.lib needed for Windows LDAP client 32 API support | Yang Tse |
2007-10-02 | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg |
2007-09-30 | Alex Fishman reported a curl_easy_escape() problem that was made the | Daniel Stenberg |
2007-09-29 | Immanuel Gregoire fixed a problem with persistent transfers over SFTP - the | Daniel Stenberg |
2007-09-28 | Adapted the c-ares code to the API change c-ares 1.5.0 brings in the | Daniel Stenberg |