Age | Commit message (Expand) | Author |
2005-03-11 | Fixed some compiler warnings. | Dan Fandrich |
2005-03-11 | Added HAVE_STRUCT_IN6_ADDR to Netware's config.h | Dan Fandrich |
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich |
2005-03-11 | Add an alert already here if 'make test' is attempted for a cross-compile | Daniel Stenberg |
2005-03-11 | no more rewriting of the setup file | Daniel Stenberg |
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-03-09 | configure, socks, debug, getdate | Daniel Stenberg |
2005-03-09 | As reported by 'nodak sodak' we should check for a NULL pointer before | Daniel Stenberg |
2005-03-09 | Stopped linking to the SSL libs if a full installation isn't found. | Dan Fandrich |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg |
2005-03-08 | remove old printf() debug leftover | Daniel Stenberg |
2005-03-08 | mktime() returns a time_t. time_t is often 32 bits, even on many architectures | Daniel Stenberg |
2005-03-08 | days are english | Daniel Stenberg |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg |
2005-03-08 | Fixed the --with-zlib configure option so that it always adds the specified | Dan Fandrich |
2005-03-07 | fseek() with SEEK_SET is broken on large file capable 32-bit systems, so | Dan Fandrich |
2005-03-07 | test 236: FTP resume upload but denied access to remote file | Daniel Stenberg |
2005-03-07 | valgrind.pm fixed | Daniel Stenberg |
2005-03-06 | added valgrind.pm to the dist | Daniel Stenberg |
2005-03-05 | Better cope with a failed or unavailable ftruncate(). | Dan Fandrich |
2005-03-05 | Samuel Díaz García's correction | Daniel Stenberg |
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg |
2005-03-04 | Reduced the length of data read from the random entropy file. | Dan Fandrich |
2005-03-04 | Don't try to read the whole of the random file because when /dev/urandom is | Dan Fandrich |
2005-03-04 | 7.13.2-CVS | Daniel Stenberg |
2005-03-04 | starting over | Daniel Stenberg |
2005-03-04 | stand clear for release time | Daniel Stenberg |
2005-03-04 | Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate | Daniel Stenberg |
2005-03-04 | killed trailing whitespace | Daniel Stenberg |
2005-03-04 | killed trailing whitespace | Daniel Stenberg |
2005-03-04 | Rene Rebe fixed a -# crash when more data than expected was retrieved. | Daniel Stenberg |
2005-03-03 | new VB binding | Daniel Stenberg |
2005-03-03 | VB binding, updated the .NET info | Daniel Stenberg |
2005-03-03 | mention buffer overflows fixed | Daniel Stenberg |
2005-03-03 | fix the distribution files | Daniel Stenberg |
2005-02-28 | Fix for a base64 decode heap buffer overflow vulnerability. | Dan Fandrich |
2005-02-24 | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ... | Dan Fandrich |
2005-02-22 | Updated as suggested by Samuel Díaz García | Daniel Stenberg |
2005-02-22 | krb4 fixed | Daniel Stenberg |
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg |
2005-02-22 | Thanks for the notification iDEFENCE. We are the "initial vendor" and we sure | Daniel Stenberg |
2005-02-19 | added test case 234 which is like 233 but uses --location-trusted instead so | Daniel Stenberg |
2005-02-18 | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg |
2005-02-18 | socket leak, mingw build | Daniel Stenberg |
2005-02-18 | Based on Mike Dobbs' report, BUILDING_LIBCURL is now defined in here if it | Daniel Stenberg |
2005-02-17 | close the socket properly when returning error due to failing localbind | Daniel Stenberg |
2005-02-17 | mention filename= for the -F | Daniel Stenberg |
2005-02-16 | Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" | Daniel Stenberg |
2005-02-14 | check for ENGINE_load_builtin_engines() as well if engine is around | Daniel Stenberg |