summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-24434-434/+0
* The 'ares' subtree has been removed from the source repositoryDaniel Stenberg2010-03-242-1/+8
* s/CVS/gitDaniel Stenberg2010-03-243-5/+5
* update to current stateDaniel Stenberg2010-03-244-12/+15
* remove the ares subtreeDaniel Stenberg2010-03-24153-30263/+0
* mark connection as connectedDaniel Stenberg2010-03-233-1/+10
* enabled valgrindDaniel Stenberg2010-03-231-3/+1
* Updated Symbian notesDan Fandrich2010-03-231-2/+7
* chunked-encoding with Content-Length: header problemDaniel Stenberg2010-03-233-3/+9
* delayed easy handle kill caused double Curl_close() callDaniel Stenberg2010-03-233-3/+25
* ignore more files generated when tests run in the source treeDaniel Stenberg2010-03-233-0/+18
* Thomas Lopatic fixed the alarm()-based DNS timeoutDaniel Stenberg2010-03-222-1/+15
* fix the alarm()-based DNS timeoutThomas Lopatic2010-03-221-9/+15
* Fix warnings for clangDaniel Johnson2010-03-222-4/+14
* Merge branch 'master' of github.com:bagder/curlDaniel Stenberg2010-03-223-0/+15
|\
| * Fix insufficient initialization in Curl_clone_ssl_config()douglas steinwand2010-03-223-0/+15
* | we never used this file anywayDaniel Stenberg2010-03-221-39/+0
* | s/CVS/gitDaniel Stenberg2010-03-221-5/+5
|/
* various changes of CVS to gitDaniel Stenberg2010-03-228-33/+34
* remove references to CVS in the code and use DEV insteadDaniel Stenberg2010-03-221-3/+3
* Ben Greear's two fixes explainedDaniel Stenberg2010-03-212-0/+6
* Fix tftp return codes and tsize upload handlingBen Greear2010-03-211-7/+15
* more files to ignoreDaniel Stenberg2010-03-212-1/+4
* provide an initial set of .gitignore filesDaniel Stenberg2010-03-2010-0/+72
* - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv().Kamil Dudka2010-03-193-7/+12
* fix warning about conversions between curl_off_t and longDaniel Stenberg2010-03-181-4/+7
* another shot at the ftp_init() icc 9.1 optimizer issueYang Tse2010-03-181-4/+8
* replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse2010-03-172-6/+6
* update outdated serial numberYang Tse2010-03-174-4/+4
* Factored out some code into a few independent functionsDan Fandrich2010-03-161-75/+105
* - Constantine Sapuntzakis brought a patch:Daniel Stenberg2010-03-153-68/+83
* fix compiler warningYang Tse2010-03-114-12/+10
* SSL should now be working out-of-the-box on Symbian S60.Dan Fandrich2010-03-111-5/+3
* Enable Symbian zlib support by default.Dan Fandrich2010-03-111-1/+1
* Allow compilation even when OpenSSL has been configured without MD4 support.Dan Fandrich2010-03-111-5/+16
* A few Symbian build changesDan Fandrich2010-03-103-13/+13
* watt32 compilation fixYang Tse2010-03-091-1/+1
* - Ben Greear brought a patch that fixed the rate limiting logic for TFTP whenDaniel Stenberg2010-03-063-17/+114
* indent fix by Ben Greear, I removed some braces for single-line conditionalDaniel Stenberg2010-03-061-6/+5
* Added another VS10 version stringYang Tse2010-03-061-1/+3
* fix line breakYang Tse2010-03-062-0/+2
* removed usage of 's6_addr', fixing compilation issue triggered with noYang Tse2010-03-063-6/+4
* Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg2010-03-056-3/+159
* Added IPv6 name servers supportYang Tse2010-03-0527-196/+781
* Ops!. Readded ares_nowarn.h.Gisle Vanem2010-03-051-0/+1
* Added ares_nowarn.c.Gisle Vanem2010-03-051-1/+0
* Constantine Sapuntzakis detected and fixed a double free in builds doneYang Tse2010-03-053-4/+9
* Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration fileYang Tse2010-03-051-2/+8
* Julien Chaffraix clarified CURLOPT_HEADERFUNCTION and madeDaniel Stenberg2010-03-041-4/+4
* - [Daniel Johnson] I've been trying to build libcurl with clang on Darwin andDaniel Stenberg2010-03-023-15/+34