summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* no more dllinit.o usageDaniel Stenberg2002-11-151-2/+4
* dllinit.c is removedDaniel Stenberg2002-11-131-1/+1
* not used and we don't have permission to distribute this!Daniel Stenberg2002-11-131-99/+0
* removed dllinit.c as MSVC doesn't need itDaniel Stenberg2002-11-121-4/+0
* moved the bools in the connectdata struct into the substruct namedDaniel Stenberg2002-11-116-18/+19
* The test for DNS cache entries left locked is now only built ifDaniel Stenberg2002-11-112-2/+2
* unlock dns cache entries with a function call instead of a variable fiddleDaniel Stenberg2002-11-114-6/+18
* Dave Halbakken added curl_version_infoDaniel Stenberg2002-11-111-1/+2
* Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where theDaniel Stenberg2002-11-114-4/+71
* Bug report #634625 identified how curl returned timeout immediately whenDaniel Stenberg2002-11-071-0/+4
* Lehel Bernadt's fix to prevent debug message to get sent on errors whenDaniel Stenberg2002-11-051-2/+3
* ipv4-fixes for the new Curl_dns_entry struct and Curl_resolv() protoDaniel Stenberg2002-11-053-10/+10
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-0510-113/+162
* Disable the DNS cache (by setting the timeout to 0) made libcurl leakDaniel Stenberg2002-10-311-0/+2
* when using checkprefix(), the first argument must be the prefix!Daniel Stenberg2002-10-281-2/+2
* Transfer-Encoding: needs 17 bytes passed, not 18Daniel Stenberg2002-10-281-1/+1
* kromJx@crosswinds.net's fix that now uses checkprefix() instead ofDaniel Stenberg2002-10-285-28/+31
* the malloc debug system assumes single threadDaniel Stenberg2002-10-281-0/+7
* Kevin Roth's fixes that use $(RM) instead of @erase and modified SSL versionDaniel Stenberg2002-10-281-6/+7
* prevent compiler warningDaniel Stenberg2002-10-281-1/+1
* prevent compiler warningsDaniel Stenberg2002-10-284-7/+8
* bad headers can come in two kinds, we either treat everything as one bigDaniel Stenberg2002-10-232-7/+30
* glibc 2.2.93 gethostbyname_r() no longer returns ERANGE if the given bufferDaniel Stenberg2002-10-211-8/+19
* Nikita Schmidt's fix to debian bug report #165382. This is verified withDaniel Stenberg2002-10-211-1/+1
* check for cygwin and if built on that, enable the no-undefined option forDaniel Stenberg2002-10-211-5/+11
* make very sure that we return 'done' properly when a transfer is done, asDaniel Stenberg2002-10-181-0/+3
* return call_multi when we follow a locationDaniel Stenberg2002-10-181-1/+3
* if we found no string on the Location: line, don't try to follow itDaniel Stenberg2002-10-181-3/+5
* Make the COOKIESESSION work better by creating a list of cookie files filesDaniel Stenberg2002-10-173-2/+25
* my first take at a memory leak detection documentDaniel Stenberg2002-10-132-1/+50
* return error properly when a non-blocking connect fails using the multiDaniel Stenberg2002-10-121-0/+2
* When we receive a "bad header" we must sure not to write down the data partDaniel Stenberg2002-10-111-6/+7
* Jeff Lawson fixed a few problems with connection re-use that remained whenDaniel Stenberg2002-10-102-4/+6
* Junk data could get inserted when saving/getting HTTP headers, as discoveredDaniel Stenberg2002-10-091-7/+3
* failf() now sends the text to the debug function callbackDaniel Stenberg2002-10-081-0/+3
* Added timeout support for the non-windows version.Daniel Stenberg2002-10-081-2/+17
* Following locations properly, if told to do so.Daniel Stenberg2002-10-071-6/+32
* Move the URL concat code to Curl_follow(), and added a proto for thatDaniel Stenberg2002-10-072-231/+237
* Kevin Roth pointed out that 'make install' failed if built outside theDaniel Stenberg2002-10-071-1/+1
* The -no-undefined flag is CRUCIAL for this to build fine on Cygwin. If weDaniel Stenberg2002-10-041-1/+6
* as Ralph Mitchell pointed out, the Location: following code needs someDaniel Stenberg2002-10-041-4/+43
* get an argument and add a 'age' field to the structDaniel Stenberg2002-09-301-11/+13
* Cris Bailiff found this flaw, gethostbyname_r() on linux returns 0 evenDaniel Stenberg2002-09-301-0/+2
* Allow a "" proxy explicitly set dont-use-proxy, i.e don't even check theDaniel Stenberg2002-09-271-4/+12
* enhanced curl_version_infoDaniel Stenberg2002-09-261-2/+9
* extended curl_version_info() with more info on related sub-librariesDaniel Stenberg2002-09-251-10/+49
* make sure we free rangeline before we re-assign it to a new allocatedDaniel Stenberg2002-09-251-0/+3
* Walter J. Mack added curl_freeDaniel Stenberg2002-09-252-0/+6
* Andrés García found out that Curl_protocol_connect() could return anDaniel Stenberg2002-09-251-1/+1
* Wez Furlong's curl_version_info() function added, still needs someDaniel Stenberg2002-09-252-0/+50