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