smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib /
2014-05-21 Steve Holmehttp.c: Fixed compilation warning
2014-05-21 Steve Holmebits.close: Fixed compilation warning
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-20 Daniel Stenberghttp2: make connection re-use work
2014-05-20 Fabian FrankALPN: fix typo in http/1.1 identifier
2014-05-18 Steve Holmebuild: Slight rename of new LIB_* makefile file variables
2014-05-17 Dan Fandrichaxtls: Fixed too long source line
2014-05-16 Dan Fandrichaxtls: Add a TODO to a potential blocking call with...
2014-05-15 Daniel StenbergHTTP: CREDSPERREQUEST is for HTTP too
2014-05-15 Daniel StenbergCURLINFO_SSL_VERIFYRESULT: assign at first connect...
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-05-15 Steve Holmedarwinssl: Updated copyright following recent changes
2014-05-14 Nick Zitzmanndarwinssl: fix potential crash when attempting to copy...
2014-05-12 Daniel Stenbergopenssl: unbreak PKCS12 support
2014-05-11 Steve HolmeMakefile.inc: Added resource file to assist Visual...
2014-05-11 Steve Holmesasl: Fixed missing qop in the client's challenge-respo...
2014-05-09 Steve HolmeMakefile.inc: Separated the lib and lib/vtls source...
2014-05-09 Steve HolmeMakefile.b32: Fixed for vtls changes
2014-05-09 Steve Holmegetinfo.c: Fixed compilation warning
2014-05-09 Kamil Dudkahttp: avoid auth failure on a duplicated header
2014-05-08 Patrick Watsonmk-ca-bundle: added -p
2014-05-07 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-05-07 Steve Holmeurl.c: Fixed compilation warning/error
2014-05-06 Daniel Stenbergfix_hostname: strip off a single trailing dot from...
2014-05-05 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE better
2014-05-04 Daniel Stenbergschannel: don't use the connect-timeout during send
2014-05-04 Daniel Stenbergmprintf: allow %.s with data not being zero terminated
2014-05-04 Steve Holmecurl_ntlm_core: Fixed use of long long for VC6 and VC7
2014-05-04 Steve Holmeconfig-win32.h: Fixed HAVE_LONGLONG for Visual Studio...
2014-05-03 Daniel Stenbergopenssl: biomem->data is not zero terminated
2014-05-03 Daniel Stenbergeasy_perform: spelling mistake in error message
2014-04-28 Steve Holmecopyright: Updated following recent edits
2014-04-28 Dan FandrichAdded a few more const where possible
2014-04-27 Tatsuhiro Tsujikawahttp2: Compile with latest nghttp2
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-25 Kamil Dudkanss: propagate blocking direction from NSPR I/O
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-23 Dan Fandrichcyassl: Use error-ssl.h when available
2014-04-22 Daniel Stenberggtls: fix NULL pointer dereference
2014-04-22 Daniel Stenbergcurl_global_init_mem: bump initialized even if already...
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-22 Kamil Dudkanss: split Curl_nss_connect() into 4 functions
2014-04-19 Marc Hoerskenmulti.c: fix possible invalid memory access in case...
2014-04-19 Marc Hoerskennetrc.c: fix multiple possible dereferences of null...
2014-04-19 Marc Hoerskenparsedate.c: check sscanf result before passing it...
2014-04-19 Marc Hoerskentelnet.c: check sscanf results before passing them...
2014-04-19 Marc Hoerskentelnet.c: fix possible use of uninitialized variable
2014-04-19 Marc Hoerskentelnet.c: fix possible use of non-null-terminated strings
2014-04-19 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskenurl.c: fix possible use of non-null-terminated string...
2014-04-18 Marc Hoerskenconnect.c: fix multiple possible dereferences of null...
2014-04-18 Marc Hoerskentftp.c: fix possible dereference of null pointer
2014-04-18 Marc Hoerskensocks_sspi.c: added pointer guards to FreeContextBuffer...
2014-04-18 Marc Hoerskenmd5.c: fix use of uninitialized variable
2014-04-18 Marc Hoerskencurl_schannel.c: added explicit cast of structure pointers
2014-04-18 Marc Hoerskencurl_schannel.c: fix possible dereference of null pointer
2014-04-18 Steve Holmeimap: Extended FETCH support to include PARTIAL URL...
2014-04-18 Steve Holmeurl.c: Fixed typo in comment
2014-04-18 Steve Holmeimap: Expanded mailbox SEARCH support to use URL query...
2014-04-18 Steve Holmeimap: Added support for parsing URL query strings
2014-04-18 Steve Holmeimap: Introduced the SEARCH state
2014-04-18 Steve Holmeimap: Fixed untagged response detection when no data...
2014-04-17 Daniel StenbergREADME.http2: mention some alt-svc thoughts
2014-04-14 Dan Fandrichurl: only use if_nametoindex() if IFNAMSIZ is available
2014-04-08 Steve Holmesas: Added DIGEST-MD5 qop-option validation in native...
2014-04-06 Daniel Stenbergstrerror: fix comment about vxworks' strerror_r buffer...
2014-04-06 Steve Holmesasl: Added forward declaration of structures following...
2014-04-06 Steve Holmesasl: Fixed compilation warning
2014-04-06 Steve Holmesasl: Added curl_memory.h include as per test 1132
2014-04-06 Steve Holmesasl: Fixed compilation warning in SSPI builds
2014-04-06 Steve Holmesasl: Corrected missing free of decoded challenge messa...
2014-04-06 Steve Holmesasl: Corrected add of Curl_sasl_decode_digest_md5_mess...
2014-04-06 Steve Holmesasl: Post DIGEST-MD5 SSPI code tidy up
2014-04-06 Steve Holmesasl: Corrected pre-processor inclusion of SSPI based...
2014-04-06 Steve Holmesasl: Added support for DIGEST-MD5 via Windows SSPI
2014-04-06 Steve Holmehttp_negotiate_sspi: Fixed compilation when USE_HTTP_NE...
2014-04-05 Steve HolmeMakefile.vc6: Added curl_sasl_sspi.c
2014-04-05 Steve Holmentlm: Moved the identity generation into shared SSPI...
2014-04-05 Steve Holmesasl: Renamed SSPI module following short name clash
2014-04-05 Steve Holmesasl: Added initial stub functions for SSPI DIGEST...
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2014-04-05 Tatsuhiro Tsujikawahttp2: Compile with current nghttp2, which supports...
2014-04-04 Daniel StenbergPROXYHEADER: send these headers in "normal" proxy reque...
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-04-04 Daniel StenbergHTTP: don't send Content-Length: 0 _and_ Expect: 100...
2014-04-03 Daniel Stenbergftp: in passive data connect wait for happy eyeballs...
2014-04-03 Daniel Stenberghttp2+openssl: fix compiler warnings in ALPN using...
2014-04-01 Steve Holmesmtp: Fixed login denied with a RFC-821 based server
2014-04-01 Daniel Stenbergurldata: spellfix comment
2014-03-31 Daniel Stenbergipv6: strip off zone identifiers in redirects too
2014-03-31 Daniel Stenberghttp2: let openssl mention the exact protocol negotiated
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-31 Till MaasURL parser: IPv6 zone identifiers are now supported
2014-03-28 Steve Holmesmtp: Fixed login denied when server doesn't support...
2014-03-26 Dan Fandrichhostcheck: added a system include to define struct...
2014-03-25 Daniel StenbergCurl_cert_hostcheck: strip trailing dots in host name...
2014-03-25 Daniel StenbergCurl_cert_hostcheck: reject IP address wildcard matches
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-22 Gisle Vanempolarssl: avoid extra newlines in debug messages
next