aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2004-08-17Kjetil Jacobsen reported an open file leak in file:// transfers of emptyDaniel Stenberg
files.
2004-08-16allow a custom "Accept-Encoding:" header override the internally set oneDaniel Stenberg
that gets set with CURLOPT_ENCODING
2004-08-16strip trailing whitespaceDaniel Stenberg
2004-08-16syncronized with libcurl.def.Gunter Knauf
2004-08-16cosmetic fix.Gunter Knauf
2004-08-16Roland Krikava's cookies over proxy fix.Daniel Stenberg
2004-08-14fixed linkage dll targets. (submitted by Casey O'Donnell)Gunter Knauf
2004-08-11include the server response in the error message when an FTP server givesDaniel Stenberg
back a 530 after the password is provided, as it isn't necessary because of a bad user name or password.
2004-08-10Ok, setting CURLOPT_POST to 0 will now convert the request to a GET (thisDaniel Stenberg
remains undocumented as this is not the way we recommend)
2004-08-10ignore curllib.dspDaniel Stenberg
2004-08-10In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input isDaniel Stenberg
already UTF-8 encoded. We check for this case and copy the raw string manually to avoid the problem. This code can be made conditional in the future when OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.
2004-08-10more typecasts to please picky compilersDaniel Stenberg
2004-08-09typecast the assigment of an unsigned variable to a signed one to preventDaniel Stenberg
picky warnings
2004-08-09->fread() should get a size_t variable passed inDaniel Stenberg
2004-08-09made telrcv() take a ssize_t argument instead of int to better match otherDaniel Stenberg
functions (and prevent warnings)
2004-08-05Enrico Scholz fixed the service name to be uppercase as reported in bugDaniel Stenberg
report #1004105
2004-08-04Fixed multiple IP connects with the multi interface. This fix is influencedDaniel Stenberg
by Gisle Vanem's patch, only modified by me.
2004-08-04Dylan Salisbury's fix to prevent us from accepting cookies from TLD onlyDaniel Stenberg
2004-07-31Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg
the digest code. This fixes it.
2004-07-29prevent all the sig and alarm stuff when using aresDaniel Stenberg
2004-07-29fix a mingw32 build warningDaniel Stenberg
2004-07-29added typecast in an attempt to fix a mingw32 warningDaniel Stenberg
2004-07-29additional typecasts to please MIPSPro on 64bit IRIXDaniel Stenberg
2004-07-28curl_easy_reset was addedDaniel Stenberg
2004-07-28Bertrand Demiddelaer fixed the host name to get setup properly even whenDaniel Stenberg
a connection is re-used, when a proxy is in use.
2004-07-28Fixes Brian Akins' reported problems with duplicate Host: headers on re-usedDaniel Stenberg
connections.
2004-07-26Bertrand Demiddelaer fixed two missing newlinesDaniel Stenberg
2004-07-24curl_easy_reset() added. Need testing and docs. I also think we should makeDaniel Stenberg
the initial setting up the struct should use this single function to avoid having the initialisation code at two places.
2004-07-16deal with negative Content-Length: headers by ignoring the infoDaniel Stenberg
2004-07-16removed Makefile.b32.resp from repository.Gunter Knauf
2004-07-16removed Makefile.b32.resp from the list.Gunter Knauf
2004-07-16changed to use a temporary response file with tlib to give W9x a chance to ↵Gunter Knauf
build; looks ugly but works fine.
2004-07-15some more tweaks, fixed zlib suport.Gunter Knauf
2004-07-15made OpenSSL support conditional;Gunter Knauf
removed ugly dependence on Makefile.b32.resp.
2004-07-15Gisle's fix to support Borland builds again.Gunter Knauf
2004-07-14removed the config-netware.h from the release archivesDaniel Stenberg
2004-07-13updated for current cvs sources; looking for getting rid of this file....Gunter Knauf
2004-07-13changed to use Makefile.inc.Gunter Knauf
2004-07-11changed to use Makefile.inc since Gisle agreed.Gunter Knauf
2004-07-11changed paths to external libs to recent versions.Gunter Knauf
2004-07-11removed obsolete NetWare config files;Gunter Knauf
we generate now config.h dynamically from Makefile.
2004-07-10ifdef keep_sigact since its only used when SIGALRM is defined.Gunter Knauf
2004-07-07fixed ares linking.Gunter Knauf
2004-07-06Andres Garcia pointed out that we searched for a slash badly since it isDaniel Stenberg
converted and thus we must search for backslash on windows
2004-07-05changed to use Makefile.inc; made paths overwritable.Gunter Knauf
2004-07-05added comment.Gunter Knauf
2004-07-05try to relax linux build host detection.Gunter Knauf
2004-07-04explicit typecasts to prevent warningsDaniel Stenberg
2004-07-04typecast the conversion to uInt when assigning z->avail_in to preventDaniel Stenberg
warnings from picky compilers
2004-07-04make sure the 3rd argument passed to bind() is a socklen_tDaniel Stenberg