aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-23Updated Symbian notesDan Fandrich
2010-03-23chunked-encoding with Content-Length: header problemDaniel Stenberg
2010-03-23delayed easy handle kill caused double Curl_close() callDaniel Stenberg
2010-03-23ignore more files generated when tests run in the source treeDaniel Stenberg
2010-03-22Thomas Lopatic fixed the alarm()-based DNS timeoutDaniel Stenberg
2010-03-22fix the alarm()-based DNS timeoutThomas Lopatic
2010-03-22Fix warnings for clangDaniel Johnson
2010-03-22Merge branch 'master' of github.com:bagder/curlDaniel Stenberg
2010-03-22Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand
2010-03-22we never used this file anywayDaniel Stenberg
2010-03-22s/CVS/gitDaniel Stenberg
2010-03-22various changes of CVS to gitDaniel Stenberg
2010-03-22remove references to CVS in the code and use DEV insteadDaniel Stenberg
2010-03-21Ben Greear's two fixes explainedDaniel Stenberg
2010-03-21Fix tftp return codes and tsize upload handlingBen Greear
2010-03-21more files to ignoreDaniel Stenberg
2010-03-20provide an initial set of .gitignore filesDaniel Stenberg
2010-03-19- Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka
2010-03-18fix warning about conversions between curl_off_t and longDaniel Stenberg
2010-03-18another shot at the ftp_init() icc 9.1 optimizer issueYang Tse
2010-03-17replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse
2010-03-17update outdated serial numberYang Tse
2010-03-16Factored out some code into a few independent functionsDan Fandrich
2010-03-15- Constantine Sapuntzakis brought a patch:Daniel Stenberg
2010-03-11fix compiler warningYang Tse
2010-03-11SSL should now be working out-of-the-box on Symbian S60.Dan Fandrich
2010-03-11Enable Symbian zlib support by default.Dan Fandrich
2010-03-11Allow compilation even when OpenSSL has been configured without MD4 support.Dan Fandrich
2010-03-10A few Symbian build changesDan Fandrich
2010-03-09watt32 compilation fixYang Tse
2010-03-06- Ben Greear brought a patch that fixed the rate limiting logic for TFTP whenDaniel Stenberg
2010-03-06indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg
2010-03-06Added another VS10 version stringYang Tse
2010-03-06fix line breakYang Tse
2010-03-06removed usage of 's6_addr', fixing compilation issue triggered with noYang Tse
2010-03-05Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg
2010-03-05Added IPv6 name servers supportYang Tse
2010-03-05Ops!. Readded ares_nowarn.h.Gisle Vanem
2010-03-05Added ares_nowarn.c.Gisle Vanem
2010-03-05Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse
2010-03-05Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration fileYang Tse
2010-03-04Julien Chaffraix clarified CURLOPT_HEADERFUNCTION and madeDaniel Stenberg
2010-03-02- [Daniel Johnson] I've been trying to build libcurl with clang on Darwin andDaniel Stenberg
2010-03-02- Based on patch provided by Jacob Moshenko, the transfer logic now properlyDaniel Stenberg
2010-03-02update the generic copyright year range to include 2010Daniel Stenberg
2010-03-02- Andrei Benea filed bug report #2956698 and pointed out that theDaniel Stenberg
2010-03-02- Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg
2010-03-02- Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg
2010-03-02remove assignment never usedDaniel Stenberg
2010-03-01- Ben Greear provided an update for TFTP that fixes upload.Daniel Stenberg