sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response
[platform/upstream/curl.git] / lib / urldata.h
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
2011-05-18 Daniel StenbergCLOSESOCKETFUNCTION: added
2011-05-05 Daniel Stenbergset_userpass: convert from protocol-specific to generic
2011-05-05 Daniel StenbergRTSP: convert protocol-specific checks to generic
2011-05-05 Daniel Stenbergremove FILE protocol-specific checks
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-25 Vsevolod Novikovasynch resolvers: unified
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2011-04-18 Daniel Stenbergtransfer-encoding: added new option and cmdline
2011-04-18 Daniel StenbergTE: rename struct field content_encoding
2011-04-18 Daniel StenbergHTTP: add support for gzip and deflate Transfer-Encoding
2011-03-25 Daniel Stenbergfix: re-use of bound connections
2011-03-14 Daniel Stenbergprotocols: use CURLPROTO_ internally
2011-03-14 Daniel Stenbergprotocol handler: added flags field
2011-03-13 Daniel StenbergSSH: add protocol lock direction
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-12 Daniel StenbergPROT_CLOSEACTION: added SFTP and SCP
2011-03-08 Todd A OuskaSSL: (part 2) Added CyaSSL to SSL abstraction layer
2011-01-27 Kamil Dudkanss: avoid memory leaks and failure of NSS shutdown
2011-01-19 Quinn SlackTLS-SRP: support added when using GnuTLS
2011-01-07 Marcel RoelofsHTTP: HTTP Negotiate authentication using SSPI
2010-12-23 Daniel Stenbergmulti: connect fail => use next IP address
2010-12-18 Tommie Gannertares: ask for both IPv4 and IPv6 addresses
2010-12-15 Daniel Stenbergurldate: undef hideous memory defines
2010-12-15 Eric HuPreparing for axTLS. Actual SSL API functions are only...
2010-12-06 Kamil Dudkaurl: provide dead_connection flag in Curl_handler:...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections...
2010-11-30 Yang Tsefix getinfo CURLINFO_LOCAL* for reused connections
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-13 Julien Chaffraixsecurity: tighten enum protection_level usage.
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-11-08 Daniel StenbergCURLOPT_RESOLVE: added
2010-11-05 Daniel StenbergRevert: use Host: name for SNI and cert name checks
2010-11-04 Daniel Stenberghost: get the custom Host: name more genericly
2010-09-22 Julien Chaffraixsecurity.c: Remove out_buffer as it was never written...
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-08-15 Daniel Stenbergmulti: support timeouts
2010-08-09 Daniel Stenbergparse_remote_port: fix ;type= URL suffix over HTTP...
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-05-16 Kamil Dudkaftp wildcard: a new option CURLOPT_FNMATCH_DATA
2010-05-13 Hoi-Ho ChanRemove support for BSD version of PolarSSL
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
next