aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2004-01-13Diego Casorran's fixes to allow native AmigaOS buildsDaniel Stenberg
2004-01-13Matt Veenstra updated the Mac OS X framework filesDaniel Stenberg
2004-01-13Brian R Duffy made the makefile work to build SSL-enabled curl with BorlandDaniel Stenberg
C++.
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel Stenberg
even when the multi interface is used, and then libcurl will simulate a "follow location" to that new URL. Test 509 was added to test this feature.
2004-01-11Dominick Meglio pointed out FTPS should use default port 990 according toDaniel Stenberg
IANA.
2004-01-09added one assert and a few comments describing how the auth stuff worksDaniel Stenberg
2004-01-09Dominick Meglio updated the win description since we fixed the gettimeofdayDaniel Stenberg
name issue
2004-01-07updated year in the copyright stringDaniel Stenberg
2004-01-05Dan Fandrich's zlib fixDaniel Stenberg
2004-01-05new files for the large file support number parsingDaniel Stenberg
2004-01-05David J Meyer's large file support.Daniel Stenberg
2004-01-04make our private version of gettimeofday() staticDaniel Stenberg
2004-01-04white space and copyright year changesDaniel Stenberg
2004-01-04Dominick Meglio's description how to build ares for libcurl on win32Daniel Stenberg
2003-12-19Make setopt() support CURLOPT_IPRESOLVE...Daniel Stenberg
2003-12-19djgpp fixes by Gisle VanemDaniel Stenberg
2003-12-19Gisle Vanem's minor fixesDaniel Stenberg
2003-12-18redirect from a bad url such as "www.com?moo=foo" to an absolute path didn'tDaniel Stenberg
work, as reported by John McGowan
2003-12-18David Byron's fix to make libcurl build fine with both .NET and VC6 versionDaniel Stenberg
of MSVC
2003-12-16use the curlassert() instead of custom checksDaniel Stenberg
2003-12-15added a library-wide interface for doing dns cache pruning, and no longerDaniel Stenberg
make the pruning at each name lookup, only in Curl_done().
2003-12-15if Curl_hash_add() returns NULL, we shall not free the addrinfo field as thatDaniel Stenberg
is made in the hash function in the case of failure (using the already setup 'dtor' function).
2003-12-15make sure that hash_add() has no allocated resources left in case itDaniel Stenberg
returns NULL
2003-12-15Giuseppe Attardi fixed a really tricky bugDaniel Stenberg
2003-12-11use the CORRECT file name! ;-)Daniel Stenberg
2003-12-10Use Curl_transfer() properly. Fixes the bug Gisle Vanem found!Daniel Stenberg
2003-12-10assert that we get a good index to Curl_transfer()Daniel Stenberg
2003-12-10we now have a 'curlassert' function to useDaniel Stenberg
2003-12-10updated with the new configure option usageDaniel Stenberg
2003-12-10added the new amiga files to the distDaniel Stenberg
2003-12-10Diego Casorran's amiga makefilesDaniel Stenberg
2003-12-10native AmigaOS support by Diego CasorranDaniel Stenberg
2003-12-10do the ares stuff in the configure fileDaniel Stenberg
2003-12-08better human error message when a FTP response can't be readDaniel Stenberg
2003-12-04based on Gisle's comment, I removed the use of syslog() and fixed theDaniel Stenberg
netdb.h include, then I re-indented some code to use curl-style
2003-12-03my contentlength adjustment broke the ftp download range stuff, this makesDaniel Stenberg
it work again
2003-12-03Steve Green fixed Curl_resolv()Daniel Stenberg
2003-12-03Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg
2003-12-02less complicated code for the MSG_NOSIGNAL detectionDaniel Stenberg
2003-12-02fix compiler warningsDaniel Stenberg
2003-12-02use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg
2003-12-02fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by meDaniel Stenberg
2003-12-02If HAVE_MSG_NOSIGNAL is set, we use MSG_NOSIGNAL when we call send() andDaniel Stenberg
recv() and we no longer attempt to ignore the SIGPIPE signal.
2003-12-02Gisle Vanem fixed the check-order for FTPS and FTP.Daniel Stenberg
2003-12-01FTPS now works with active ftp and uploads too.Daniel Stenberg
2003-11-27James Clancy updated the Borland makefilesDaniel Stenberg
2003-11-27Markus Moeller's change to check for HAVE_SPNEGO instead of the previousDaniel Stenberg
2003-11-25When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg
is always considered done immediately as Basic needs to extra passes. This fix corrects bug report #848371.
2003-11-24allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg
as well as a CRLF
2003-11-24prevent warning for non-SSL buildsDaniel Stenberg