Age | Commit message (Expand) | Author |
2002-10-28 | the malloc debug system assumes single thread | Daniel Stenberg |
2002-10-28 | Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL version | Daniel Stenberg |
2002-10-28 | prevent compiler warning | Daniel Stenberg |
2002-10-28 | prevent compiler warnings | Daniel Stenberg |
2002-10-23 | bad headers can come in two kinds, we either treat everything as one big | Daniel Stenberg |
2002-10-21 | glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given buffer | Daniel Stenberg |
2002-10-21 | Nikita Schmidt's fix to debian bug report #165382. This is verified with | Daniel Stenberg |
2002-10-21 | check for cygwin and if built on that, enable the no-undefined option for | Daniel Stenberg |
2002-10-18 | make very sure that we return 'done' properly when a transfer is done, as | Daniel Stenberg |
2002-10-18 | return call_multi when we follow a location | Daniel Stenberg |
2002-10-18 | if we found no string on the Location: line, don't try to follow it | Daniel Stenberg |
2002-10-17 | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg |
2002-10-13 | my first take at a memory leak detection document | Daniel Stenberg |
2002-10-12 | return error properly when a non-blocking connect fails using the multi | Daniel Stenberg |
2002-10-11 | When we receive a "bad header" we must sure not to write down the data part | Daniel Stenberg |
2002-10-10 | Jeff Lawson fixed a few problems with connection re-use that remained when | Daniel Stenberg |
2002-10-09 | Junk data could get inserted when saving/getting HTTP headers, as discovered | Daniel Stenberg |
2002-10-08 | failf() now sends the text to the debug function callback | Daniel Stenberg |
2002-10-08 | Added timeout support for the non-windows version. | Daniel Stenberg |
2002-10-07 | Following locations properly, if told to do so. | Daniel Stenberg |
2002-10-07 | Move the URL concat code to Curl_follow(), and added a proto for that | Daniel Stenberg |
2002-10-07 | Kevin Roth pointed out that 'make install' failed if built outside the | Daniel Stenberg |
2002-10-04 | The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If we | Daniel Stenberg |
2002-10-04 | as Ralph Mitchell pointed out, the Location: following code needs some | Daniel Stenberg |
2002-09-30 | get an argument and add a 'age' field to the struct | Daniel Stenberg |
2002-09-30 | Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 even | Daniel Stenberg |
2002-09-27 | Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check the | Daniel Stenberg |
2002-09-26 | enhanced curl_version_info | Daniel Stenberg |
2002-09-25 | extended curl_version_info() with more info on related sub-libraries | Daniel Stenberg |
2002-09-25 | make sure we free rangeline before we re-assign it to a new allocated | Daniel Stenberg |
2002-09-25 | Walter J. Mack added curl_free | Daniel Stenberg |
2002-09-25 | Andrés García found out that Curl_protocol_connect() could return an | Daniel Stenberg |
2002-09-25 | Wez Furlong's curl_version_info() function added, still needs some | Daniel Stenberg |
2002-09-23 | spell fix comment | Daniel Stenberg |
2002-09-23 | removed use of extra unneeded variable | Daniel Stenberg |
2002-09-23 | Dolbneff A.V and Spiridonoff A.V made the file:// code work with resumes | Daniel Stenberg |
2002-09-23 | properly disconnect failed connections | Daniel Stenberg |
2002-09-20 | Craig Markwardt made the "struct hostent_data" get cleared too, as is | Daniel Stenberg |
2002-09-16 | a follow-up fix to the previous fix for HTTP servers that don't reply *any* | Daniel Stenberg |
2002-09-13 | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg |
2002-09-11 | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg |
2002-09-09 | minor indent change | Daniel Stenberg |
2002-09-09 | remove redundant comment | Daniel Stenberg |
2002-09-06 | Added content_encoding files. | Joern Hartroth |
2002-09-04 | Added multi.c to curllib.dsp to fix win32 build | sm |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-09-03 | fixed the dist-hook and added the missing header file | Daniel Stenberg |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg |
2002-09-02 | ca bundle to use | Daniel Stenberg |
2002-09-02 | adjusted to more HTTP-strict version strings and to offer LIBZ info | Daniel Stenberg |