Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-03 | Added files generated by mingw32, eclipse and VC. | Guenter Knauf | |
Posted by Marc Hoersken. | |||
2012-07-03 | cookies: change the URL in the cookie jar file header | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: clarified and modified layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: use the FAQ document layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: added cookie documentation | Daniel Stenberg | |
2012-07-03 | curl_ntlm_msgs.c: include <tchar.h> for prototypes | Yang Tse | |
2012-07-02 | testcurl.pl: fix missing semicolon | Neil Bowers | |
2012-07-02 | unicode NTLM SSPI: heap corruption fixed | Christian Hägele | |
When compiling libcurl with UNICODE defined and using unicode characters in username. | |||
2012-07-02 | testcurl.pl: allow non in-tree c-ares enabled autobuild | Yang Tse | |
2012-07-02 | configure.ac: verify that libmetalink is new enough | Yang Tse | |
Enabling test2017 to test2022. | |||
2012-07-02 | curl: Added runtime version check for libmetalink | Tatsuhiro Tsujikawa | |
2012-07-02 | Include metalink/metalink.h for libmetalink functions | Tatsuhiro Tsujikawa | |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg | |
2012-07-01 | release: cleaned up plans for this and coming release | Daniel Stenberg | |
2012-06-29 | curl-compilers.m4: remove -Wstrict-aliasing=3 from clang | Yang Tse | |
Currently it is unknown if there is any version of clang that actually supports -Wstrict-aliasing. What is known is that there are several that don't support it. | |||
2012-06-29 | test2017 to test2022: more metalink tests | Yang Tse | |
With this commit, checks done in previous test2017 are now done in test2018. Whole range test2017 to test2022 DISABLED until configure is capable of requiring a new-enough metalink library. Don't try these without mentioned check in place! | |||
2012-06-29 | test2005 to test2016: improve failure detection | Yang Tse | |
2012-06-28 | lib582.c: fix conversion warning | Yang Tse | |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse | |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken | |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse | |
2012-06-28 | schannel: provide two additional (dummy) API defines | Daniel Stenberg | |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa | |
Print "parsing (...) OK" only when no warnings are generated. If no file is found in Metalink, treat it FAILED. If no digest is provided, print WARNING in parse_metalink(). Also print validating FAILED after download. These changes make tests 2012 to 2016 pass. | |||
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg | |
2012-06-27 | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse | |
Reported by Tatsuhiro Tsujikawa http://curl.haxx.se/mail/lib-2012-06/0371.html | |||
2012-06-27 | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse | |
2012-06-27 | build: add our standard includes to curl_darwinssl.c and curl_multibyte.c | Yang Tse | |
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse | |
2012-06-27 | tests: add five more Metalink test cases | Yang Tse | |
2012-06-27 | tests: update Metalink message format | Yang Tse | |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa | |
2012-06-27 | DarwinSSL: allow using NTLM authentication | Nick Zitzmann | |
Allow NTLM authentication when building using SecureTransport (Darwin) for SSL. This uses CommonCrypto, a cryptography library that ships with all versions of iOS and Mac OS X. It's like OpenSSL's libcrypto, except that it's missing a few less-common cyphers and doesn't have a big number data structure. | |||
2012-06-27 | curl_darwinssl.h: add newline at end of file | Yang Tse | |
2012-06-26 | ossl_seed: remove leftover RAND_screen check | Daniel Stenberg | |
Before commit 2dded8fedba (dec 2010) there was logic that used RAND_screen() at times and now I remove the leftover #ifdef check for it. The seeding code that uses Curl_FormBoundary() in ossl_seed() is dubious to keep since it hardly increases randomness but I fear I'll break something if I remove it now... | |||
2012-06-26 | DarwinSSL: several adjustments | Nick Zitzmann | |
- Renamed st_ function prefix to darwinssl_ - Renamed Curl_st_ function prefix to Curl_darwinssl_ - Moved the duplicated ssl_connect_done out of the #ifdef in lib/urldata.h - Fixed a teensy little bug that made non-blocking connection attempts block - Made it so that it builds cleanly against the iOS 5.1 SDK | |||
2012-06-26 | curl-compilers.m4: -Wstrict-aliasing=3 for warning enabled gcc and clang builds | Yang Tse | |
2012-06-26 | sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken | |
Fixed warning: dereferencing pointer does break strict-aliasing rules by using a union inside the struct Curl_sockaddr_storage declaration. | |||
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg | |
curl_ntlm_msgs.c would previously use an #ifdef maze and direct SSL-library calls instead of using the SSL layer we have for this purpose. | |||
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann | |
2012-06-25 | RELEASE-NOTES: link to more metalink info | Daniel Stenberg | |
2012-06-25 | RELEASE-NOTES: synced with d025af9bb576 | Daniel Stenberg | |
2012-06-25 | curl_schannel.c: Remove redundant NULL assignments following Curl_safefree() | Yang Tse | |
2012-06-25 | curl_schannel.c: Replace free() with Curl_safefree() | Marc Hoersken | |
2012-06-25 | curl.1: Updated Metalink description in man page | Tatsuhiro Tsujikawa | |
Documented that --include will be ignored if both --metalink and --include are specified. Also documented that a Metalink file in the local file system cannot be used if FILE protocol is disabled. | |||
2012-06-24 | DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol | Steve Holme | |
Bug: http://curl.haxx.se/mail/lib-2012-06/0302.html Reported by: Nagai H | |||
2012-06-24 | smtp: Corrected result code for MAIL, RCPT and DATA commands | Steve Holme | |
Bug: http://curl.haxx.se/mail/lib-2012-06/0094.html Reported by: Dan | |||
2012-06-24 | test: Added test HTTP receive cookies over IPv6 | Ghennadi Procopciuc | |
2012-06-22 | tests: add another Metalink test case | Yang Tse | |
2012-06-22 | tests: Enable test2010 and fixed hash value | Tatsuhiro Tsujikawa | |
2012-06-22 | Metalink: ignore --include if --metalink is used. | Tatsuhiro Tsujikawa | |
Including headers in response body will break Metalink XML parser. If it is included in the file described in Metalink XML, hash check will fail. Therefore, --include should be ignored if --metalink is used. |