summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hostcheck: only build for the actual usersDaniel Stenberg2012-11-082-3/+7
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-089-89/+270
* libcurl: VERSIONINFO updateDaniel Stenberg2012-11-081-2/+2
* Added .def file to output.Guenter Knauf2012-11-081-3/+4
* Added deps for static metalink-aware MinGW builds.Guenter Knauf2012-11-081-0/+16
* Fix compilation of lib1501Fabian Keil2012-11-081-1/+1
* Curl_readwrite: remove debug outputDaniel Stenberg2012-11-081-6/+0
* RELEASE-NOTES: synced with 487538e87a3d5eDaniel Stenberg2012-11-071-2/+15
* http_perhapsrewind: consider NTLM over proxy tooDaniel Stenberg2012-11-071-2/+3
* Curl_connecthost: friendlier "couldn't connect" messageLars Buitinck2012-11-071-1/+3
* test1413: verify redirects to URLs with fragmentsDaniel Stenberg2012-11-062-1/+74
* URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg2012-11-062-2/+10
* OpenSSL/servercert: use correct buffer size, not size of pointerDaniel Stenberg2012-11-061-3/+3
* curl: set CURLOPT_SSL_VERIFYHOST to 0 to disableDaniel Stenberg2012-11-061-1/+1
* test 2027/2030: take duplicate Digest requests into accountDaniel Stenberg2012-11-062-10/+46
* Curl_pretransfer: clear out unwanted auth methodsDaniel Stenberg2012-11-061-0/+6
* test1412: verify Digest with repeated URLsDaniel Stenberg2012-11-062-1/+118
* Revert "Zero out auth structs before transfer"Daniel Stenberg2012-11-061-4/+0
* CURLOPT_SSL_VERIFYHOST: stop supporting the 1 valueDaniel Stenberg2012-11-068-30/+31
* gnutls: fix compiler warningsDaniel Stenberg2012-11-061-2/+2
* gnutls: print alerts during handshakeAlessandro Ghedini2012-11-061-2/+22
* gnutls: fix the error_is_fatal logicAlessandro Ghedini2012-11-061-6/+6
* RELEASE-NOTES: synced with fa6d78829fd30adDaniel Stenberg2012-11-061-4/+24
* httpcustomheader.c: free the headers after useDaniel Stenberg2012-11-061-1/+4
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-066-66/+63
* libauthretry.c: shorten lines to fit within 80 colsDaniel Stenberg2012-11-061-6/+10
* ftp_readresp: fix build without krb4 supportDaniel Stenberg2012-11-051-2/+2
* test/README: mention the 1500 test number rangeDaniel Stenberg2012-11-041-1/+3
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-049-22/+234
* winbuild: Use machine type of development environmentMarc Hoersken2012-11-011-3/+7
* winbuild: Additional clean upMarc Hoersken2012-11-013-7/+3
* Even more winbuild refactoringSapien22012-11-011-4/+8
* Minor winbuild refactoringSapien22012-11-012-2/+1
* Architecture selection for winbuild and minor makefiles refactoringSapien22012-11-014-18/+17
* BUGS: fix the bug tracker URLDaniel Stenberg2012-11-011-2/+4
* evhiperfifo: fix the pointer passed to WRITEDATADaniel Stenberg2012-11-011-2/+2
* Fixed MSVC libssh2 static build.Guenter Knauf2012-11-011-1/+1
* tlsauthtype: deal with the string case insensitivelyDaniel Stenberg2012-10-231-1/+1
* asyn-ares: restore working with c-ares < 1.6.1Daniel Stenberg2012-10-231-1/+3
* metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann2012-10-222-4/+15
* href_extractor.c: fix the URLDaniel Stenberg2012-10-181-1/+1
* href_extractor: example code extracting href elementsMichaƂ Kowalczyk2012-10-182-1/+87
* darwinssl: un-broke iOS build, fix error on server disconnectNick Zitzmann2012-10-161-11/+81
* gnutls: put reset code into else blockAlessandro Ghedini2012-10-161-4/+5
* Fix now broken libmetalink-aware OpenSSL build.Guenter Knauf2012-10-131-1/+1
* Revert c44e674; add OpenSSL includes/defines.Guenter Knauf2012-10-131-3/+15
* version-bump: towards 7.28.1!Daniel Stenberg2012-10-102-79/+10
* THANKS: 14 new contributors from 7.28.0Daniel Stenberg2012-10-101-0/+14
* RELEASE-NOTES: synced with 8373ca3641curl-7_28_0Daniel Stenberg2012-10-101-1/+2
* curl_multi_wait: no wait if no descriptors to wait forDaniel Stenberg2012-10-092-3/+10