Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / urldata.h
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-07-04 Kamil Dudkanss: make the list of CRL items global
2014-07-04 Kamil Dudkanss: fix a memory leak when CURLOPT_CRLFILE is used
2014-05-27 Alessandro Ghedinignutls: don't use deprecated type names anymore
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-05-15 Daniel Stenbergtimers: fix timer regression involving redirects /...
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-22 Kamil Dudkanss: implement non-blocking SSL handshake
2014-04-04 Daniel StenbergCURLOPT_HEADEROPT: added
2014-04-04 Daniel StenbergCURLOPT_PROXYHEADER: set headers for proxy-only
2014-04-01 Daniel Stenbergurldata: spellfix comment
2014-03-31 Daniel Stenberghttp2: remove _DRAFT09 from the NPN_HTTP2 enum
2014-03-25 Steve Holmeurl: Fixed connection re-use when using different log...
2014-03-18 Gaël PORTAYpolarssl: break compatibility with version older than...
2014-03-17 hasufellpolarssl: fix compilation
2014-03-05 Daniel Stenbergremote_port: allow connect to port 0
2014-02-13 Tiit Pikmatransfer: make Expect: 100-continue timeout configurable.
2014-02-10 Fabian FrankNPN/ALPN: allow disabling via command line
2014-01-30 Fabian Frankopenssl: set up hooks with to perform NPN
2014-01-29 Prash Dushntlm: Added support for NTLMv2
2014-01-29 Daniel Stenberghttp2: handle 101 responses and switch to HTTP2
2013-11-30 Steve Holmecurl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up
2013-11-21 Christian Grothoffcurl_easy_getinfo: Added CURLINFO_TLS_SESSION for acces...
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-09-07 Daniel Stenberghttp2: actually init nghttp2 and send HTTP2-Settings...
2013-08-25 Kyle L. Huffoptions: added basic SASL XOAUTH2 support
2013-08-25 Daniel StenbergFTP: remove krb4 support
2013-08-20 Jonathan Niederurl: handle arbitrary-length username and password...
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-06 Daniel StenbergFTP: when EPSV gets a 229 but fails to connect, retry...
2013-08-03 Daniel Stenbergmulti: remove data->state.current_conn struct field
2013-08-03 Daniel Stenbergmulti: remove the one_easy struct field
2013-08-03 Daniel Stenbergmulti: rename all Curl_one_easy to SessionHandle
2013-08-03 Daniel Stenbergmulti: remove the multi_pos struct field
2013-08-03 Daniel Stenbergmulti: remove easy_handle struct field
2013-08-03 Daniel Stenbergmulti: remove 'Curl_one_easy' struct, phase 1
2013-07-18 Daniel StenbergCURLOPT_XFERINFOFUNCTION: introducing a new progress...
2013-07-15 Patrick MonneratOS400: new SSL backend GSKit
2013-06-12 Eric Huaxtls: now done non-blocking
2013-05-05 Marc Hoerskencurl_schannel.c: Fixed invalid memory access during...
2013-04-27 Steve Holmesasl-ir: Added CURLOPT_SASL_IR to enable/disable the...
2013-04-21 Steve Holmeurl: Removed unused text length constants
2013-04-20 Steve Holmeurl: Added support for parsing login options from the...
2013-04-13 Steve Holmeurl: Added support for parsing login options from the URL
2013-04-05 Daniel StenbergCurl_open: restore default MAXCONNECTS to 5
2013-03-13 Linus Nielsen FeltzingMultiple pipelines and limiting the number of connections.
2013-02-23 Steve Holmepop3: Introduced a custom SMTP structure for per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-23 Steve Holmeurldata.h: Fixed comment for opt_no_body variable
2013-02-23 Jiri Hruskaimap: Introduced a custom IMAP structure for per-reques...
2013-02-15 Willem SparreboomPolarSSL: changes to entropy/ctr_drbg/HAVEGE_RANDOM
2013-02-12 Nick Zitzmanndarwinssl: Fix send glitchiness with data > 32 or so KB
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-07 Linus Nielsen FeltzingIntroducing a new persistent connection caching system...
2012-11-06 Daniel StenbergCURLOPT_SSL_VERIFYHOST: stop supporting the 1 value
2012-09-09 Marc Hoerskencurl_schannel.c: Reference count the credential/session...
2012-07-25 Nick Zitzmanndarwinssl: fixed freeze involving the multi interface
2012-06-26 Nick ZitzmannDarwinSSL: several adjustments
2012-06-26 Nick Zitzmanndarwinssl: add support for native Mac OS X/iOS SSL
2012-06-13 Gisle Vanemurldata.h: fix cyassl/openssl/ssl.h build clash with...
2012-06-11 Marc Hoerskenschannel: Code cleanup and bug fixes
2012-06-11 Marc Hoerskenschannel: Moved interal struct types to urldata.h
2012-06-11 Marc Hoerskenschannel: Save session credential handles in session...
2012-06-11 Marc Hoerskenschannel: Added SSL/TLS support with Microsoft Windows...
2012-04-18 Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-13 Kamil Dudkanss: unconditionally require PK11_CreateGenericObject()
2012-04-05 Andrei CipuCURLOPT_POSTREDIR: also allow 303 to do POST on the...
2012-04-04 Dag EkengrenPolarSSL: add support for asynchronous connect
2012-03-21 Daniel StenbergCONNECT: fix multi interface regression
2012-02-14 Steve Holmesmtp_mail: Added support to MAIL FROM for the optional...
2012-02-14 toddouskacyassl: update to CyaSSL 2.0.x API
2012-02-09 Daniel StenbergCURLOPT_SSL_OPTIONS: added
2012-02-09 Dave Reisneradd library support for tuning TCP_KEEPALIVE
2012-01-18 Yang Tsessl session caching: fix compiler warnings
2011-12-20 Daniel StenbergFTP: move FTP-specific struct field to ftpc_conn
2011-12-20 Daniel Stenbergnon-blocking active FTP: cleanup multi state usage
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-05 Daniel StenbergFTP: close callback fix
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-03 Daniel Stenbergrename ftp_ssl: the struct field is used for many protocols
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-17 Kamil Dudkanss: select client certificates by DER
2011-09-21 Yang TseNTLM_WB: fix disabling of NTLM_WB when NTLM is disabled
2011-08-27 Yang TseNTLM_WB: final congruency naming adjustments
2011-08-18 Daniel StenbergFTP: fix proxy connect race condition
2011-08-11 Steve Holmehttp NTLM: Tidied up more inconsistent spacing.
2011-08-03 Kamil Dudkacurl_gssapi: refine the handling of CURLOPT_GSSAPI_DELE...
2011-08-03 Adam TkacAdd new CURLOPT_GSSAPI_DELEGATION option.
2011-07-31 Yang TseNTLM single-sign on adjustments (VIII)
2011-07-29 Yang Tsesocketpair() usage tracking to allow fd leak detection
2011-07-18 Mandy WuNTLM single-sign on supported
2011-06-07 Yang Tseurldata: use uniform inclusion style for OpenSSL headers
next