aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-07-31Joel Chen reported that we assumed content within quotes a bit too much inDaniel Stenberg
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
2004-07-28Fixes Brian Akins' reported problems with duplicate Host: headers on re-usedDaniel Stenberg
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
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 bu...Gunter Knauf
2004-07-15some more tweaks, fixed zlib suport.Gunter Knauf
2004-07-15made OpenSSL support conditional;Gunter Knauf
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
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
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
2004-07-04make sure the 3rd argument passed to bind() is a socklen_tDaniel Stenberg
2004-07-04SSL_get_verify_result() returns a long, so we receive the result in a longDaniel Stenberg
2004-07-04typecast long => int conversionDaniel Stenberg
2004-07-04explicit typecasts when converting from long to int to avoid warningsDaniel Stenberg
2004-07-04made 'connectindex' a long variable to prevent compiler warnings whenDaniel Stenberg
2004-07-04typecast the conversion from long to int to prevent picky compiler warningsDaniel Stenberg
2004-07-04removed now obsolete ifdef. Shouldnt the other ifdefs be inside the else as t...Gunter Knauf
2004-07-04removed abort() - sync'd with getdate.y 1.26Gunter Knauf
2004-07-04include the Makefile.inc file to get all sources and headersDaniel Stenberg
2004-07-03reverted, older gcc breaks compilation since it doesnt know the switch.Gunter Knauf
2004-07-03killed warning with gcc 3.3.1 and later when using -O2.Gunter Knauf
2004-07-03modified to use new Makefile.inc to build up object list;Gunter Knauf
2004-07-03added Makefile.inc which can be included from other makefiles to reduce maint...Gunter Knauf
2004-07-02explicit typecasts to double to prevent warnings about implicit conversionsDaniel Stenberg
2004-07-02make clean now removes getdate.cDaniel Stenberg
2004-07-02Andrés García found out the share cleanup code crashes when you cleanupDaniel Stenberg
2004-07-01Variable type cleanups to please the picky MIPSPro compiler.Daniel Stenberg
2004-07-01variable type cleanup to fix picky compiler warningsDaniel Stenberg
2004-07-01typecast to prevent picky compiler warningDaniel Stenberg