Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-10 | edited wording | Daniel Stenberg | |
2005-01-10 | Pavel Orehov reported memory problems with the multi interface in bug report | Daniel Stenberg | |
#1098843. In short, a shared DNS cache was setup for a multi handle and when the shared cache was deleted before the individual easy handles, the latter cleanups caused read/writes to already freed memory. | |||
2005-01-10 | Hzhijun reported a memory leak in the SSL certificate code, that leaked the | Daniel Stenberg | |
remote certificate name when it didn't match the used host name. | |||
2005-01-08 | Note about the static lib requirement; -DCURL_STATICLIB. | Gisle Vanem | |
2005-01-08 | Watcom additions. | Gisle Vanem | |
2005-01-08 | Added Watcom targets. | Gisle Vanem | |
2005-01-08 | New file. | Gisle Vanem | |
2005-01-08 | Added Makefile.Watcom to EXTRA_DIST. | Gisle Vanem | |
2005-01-07 | three recent bug fixes | Daniel Stenberg | |
2005-01-07 | disable the valgrind log checking | Daniel Stenberg | |
2005-01-07 | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg | |
test, see test 509 | |||
2005-01-07 | added test 199 | Daniel Stenberg | |
2005-01-06 | prevent a single byte read outside the string in test case 39 | Daniel Stenberg | |
2005-01-06 | fixed #1097019, multiple GET posts (-G) error | Daniel Stenberg | |
2005-01-05 | recent events | Daniel Stenberg | |
2005-01-04 | Changed curl.dll to libcurl.dll. | Gisle Vanem | |
2005-01-04 | Minor comment fix. | Gisle Vanem | |
2005-01-04 | just narrowed some text to fit within 80 cols | Daniel Stenberg | |
2005-01-04 | Removed _WIN32_WINNT to support IPv6 under Win-2K. | Gisle Vanem | |
2005-01-03 | Marty Kuhrt's VMS update | Daniel Stenberg | |
2005-01-02 | reverted the bad naming of the implib names | Daniel Stenberg | |
2005-01-02 | Alex Neblett's minor update | Daniel Stenberg | |
2004-12-26 | nah, don't use the system's getpass() function since it too often is limited | Daniel Stenberg | |
to 8(!) or similar lengths passwords | |||
2004-12-25 | issue 54 - this takes sweat | Daniel Stenberg | |
2004-12-25 | Test case 241 fails on all systems that support IPv6 but that don't have the | Daniel Stenberg | |
host name 'ip6-localhost' in /etc/hosts (or similar) since the test case uses that host name to test the IPv6 name to address resolver. | |||
2004-12-25 | --protocols, license, src/config.h.in | Daniel Stenberg | |
2004-12-25 | ./src/config.h.in is now removed from CVS. It is copied from the | Daniel Stenberg | |
lib/config.h.in file by buildconf | |||
2004-12-25 | My reimplementation and cleanup of the getpass source code. We officially no | Daniel Stenberg | |
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under. | |||
2004-12-24 | mention the new --protocols | Daniel Stenberg | |
2004-12-24 | David Shaw added --protocols, and thus the --feature no longer mentions what | Daniel Stenberg | |
protocols that are disabled. | |||
2004-12-23 | Added LDAP library issue. | Dan Fandrich | |
2004-12-23 | recent changes | Daniel Stenberg | |
and Merry Christmas! | |||
2004-12-23 | David Shaw fixed the disable variables so that curl-config --feature works | Daniel Stenberg | |
correctly! | |||
2004-12-22 | issue 47 in next release? | Daniel Stenberg | |
2004-12-22 | Rune Kleveland fixed a minor memory leak for received cookies with the (rare) | Daniel Stenberg | |
version attribute set. | |||
2004-12-22 | Marcin Konicki provided two configure fixes and a source fix to make curl | Daniel Stenberg | |
build out-of-the-box on BeOS. | |||
2004-12-22 | C ensures that static variables are initialized to 0 | Dan Fandrich | |
2004-12-22 | added CURLINFO_HTTP_CONNECTCODE | Daniel Stenberg | |
2004-12-22 | uh, fixed! | Daniel Stenberg | |
2004-12-22 | Added: 4 protocols we _could_ support and the CONNECT HTTP/1.0 detail we might | Daniel Stenberg | |
fix one day. | |||
2004-12-21 | more about error codes | Daniel Stenberg | |
2004-12-21 | test enforced chunked encoding with PUT on a local file | Daniel Stenberg | |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg | |
-w option support 'http_connect' to make it easier to verify! | |||
2004-12-21 | oops, variables first then code | Daniel Stenberg | |
2004-12-21 | Prevent failf() from using the va_list variable more than once. | Daniel Stenberg | |
See bug report #1088962 and Single Unix Specification: http://www.opengroup.org/onlinepubs/007908799/xsh/vfprintf.html | |||
2004-12-21 | mention how the FTP code should be fixed one day | Daniel Stenberg | |
2004-12-21 | include sys/types.h before sys/select.h | Daniel Stenberg | |
2004-12-21 | set debug curl too when -c is used | Daniel Stenberg | |
2004-12-21 | How do I list the root dir of an FTP server? | Daniel Stenberg | |
2004-12-20 | Fixed a compile warning introduced by making the protocol table const. This | Dan Fandrich | |
involves a binary-compatible change to the API struct curl_version_info_data |