| Commit message (Expand) | Author | Age | Files | Lines |
* | no more dllinit.o usage | Daniel Stenberg | 2002-11-15 | 1 | -2/+4 |
* | dllinit.c is removed | Daniel Stenberg | 2002-11-13 | 1 | -1/+1 |
* | not used and we don't have permission to distribute this! | Daniel Stenberg | 2002-11-13 | 1 | -99/+0 |
* | removed dllinit.c as MSVC doesn't need it | Daniel Stenberg | 2002-11-12 | 1 | -4/+0 |
* | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg | 2002-11-11 | 6 | -18/+19 |
* | The test for DNS cache entries left locked is now only built if | Daniel Stenberg | 2002-11-11 | 2 | -2/+2 |
* | unlock dns cache entries with a function call instead of a variable fiddle | Daniel Stenberg | 2002-11-11 | 4 | -6/+18 |
* | Dave Halbakken added curl_version_info | Daniel Stenberg | 2002-11-11 | 1 | -1/+2 |
* | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg | 2002-11-11 | 4 | -4/+71 |
* | Bug report #634625 identified how curl returned timeout immediately when | Daniel Stenberg | 2002-11-07 | 1 | -0/+4 |
* | Lehel Bernadt's fix to prevent debug message to get sent on errors when | Daniel Stenberg | 2002-11-05 | 1 | -2/+3 |
* | ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() proto | Daniel Stenberg | 2002-11-05 | 3 | -10/+10 |
* | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg | 2002-11-05 | 10 | -113/+162 |
* | Disable the DNS cache (by setting the timeout to 0) made libcurl leak | Daniel Stenberg | 2002-10-31 | 1 | -0/+2 |
* | when using checkprefix(), the first argument must be the prefix! | Daniel Stenberg | 2002-10-28 | 1 | -2/+2 |
* | Transfer-Encoding: needs 17 bytes passed, not 18 | Daniel Stenberg | 2002-10-28 | 1 | -1/+1 |
* | kromJx@crosswinds.net's fix that now uses checkprefix() instead of | Daniel Stenberg | 2002-10-28 | 5 | -28/+31 |
* | the malloc debug system assumes single thread | Daniel Stenberg | 2002-10-28 | 1 | -0/+7 |
* | Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL version | Daniel Stenberg | 2002-10-28 | 1 | -6/+7 |
* | prevent compiler warning | Daniel Stenberg | 2002-10-28 | 1 | -1/+1 |
* | prevent compiler warnings | Daniel Stenberg | 2002-10-28 | 4 | -7/+8 |
* | bad headers can come in two kinds, we either treat everything as one big | Daniel Stenberg | 2002-10-23 | 2 | -7/+30 |
* | glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer | Daniel Stenberg | 2002-10-21 | 1 | -8/+19 |
* | Nikita Schmidt's fix to debian bug report #165382. This is verified with | Daniel Stenberg | 2002-10-21 | 1 | -1/+1 |
* | check for cygwin and if built on that, enable the no-undefined option for | Daniel Stenberg | 2002-10-21 | 1 | -5/+11 |
* | make very sure that we return 'done' properly when a transfer is done, as | Daniel Stenberg | 2002-10-18 | 1 | -0/+3 |
* | return call_multi when we follow a location | Daniel Stenberg | 2002-10-18 | 1 | -1/+3 |
* | if we found no string on the Location: line, don't try to follow it | Daniel Stenberg | 2002-10-18 | 1 | -3/+5 |
* | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg | 2002-10-17 | 3 | -2/+25 |
* | my first take at a memory leak detection document | Daniel Stenberg | 2002-10-13 | 2 | -1/+50 |
* | return error properly when a non-blocking connect fails using the multi | Daniel Stenberg | 2002-10-12 | 1 | -0/+2 |
* | When we receive a "bad header" we must sure not to write down the data part | Daniel Stenberg | 2002-10-11 | 1 | -6/+7 |
* | Jeff Lawson fixed a few problems with connection re-use that remained when | Daniel Stenberg | 2002-10-10 | 2 | -4/+6 |
* | Junk data could get inserted when saving/getting HTTP headers, as discovered | Daniel Stenberg | 2002-10-09 | 1 | -7/+3 |
* | failf() now sends the text to the debug function callback | Daniel Stenberg | 2002-10-08 | 1 | -0/+3 |
* | Added timeout support for the non-windows version. | Daniel Stenberg | 2002-10-08 | 1 | -2/+17 |
* | Following locations properly, if told to do so. | Daniel Stenberg | 2002-10-07 | 1 | -6/+32 |
* | Move the URL concat code to Curl_follow(), and added a proto for that | Daniel Stenberg | 2002-10-07 | 2 | -231/+237 |
* | Kevin Roth pointed out that 'make install' failed if built outside the | Daniel Stenberg | 2002-10-07 | 1 | -1/+1 |
* | The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If we | Daniel Stenberg | 2002-10-04 | 1 | -1/+6 |
* | as Ralph Mitchell pointed out, the Location: following code needs some | Daniel Stenberg | 2002-10-04 | 1 | -4/+43 |
* | get an argument and add a 'age' field to the struct | Daniel Stenberg | 2002-09-30 | 1 | -11/+13 |
* | Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even | Daniel Stenberg | 2002-09-30 | 1 | -0/+2 |
* | Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the | Daniel Stenberg | 2002-09-27 | 1 | -4/+12 |
* | enhanced curl_version_info | Daniel Stenberg | 2002-09-26 | 1 | -2/+9 |
* | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg | 2002-09-25 | 1 | -10/+49 |
* | make sure we free rangeline before we re-assign it to a new allocated | Daniel Stenberg | 2002-09-25 | 1 | -0/+3 |
* | Walter J. Mack added curl_free | Daniel Stenberg | 2002-09-25 | 2 | -0/+6 |
* | Andrés García found out that Curl_protocol_connect() could return an | Daniel Stenberg | 2002-09-25 | 1 | -1/+1 |
* | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg | 2002-09-25 | 2 | -0/+50 |