aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
AgeCommit message (Expand)Author
2012-04-18Take in account that CURLAUTH_* bitmasks are now 'unsigned long'Yang Tse
2012-04-13nss: unconditionally require PK11_CreateGenericObject()Kamil Dudka
2012-04-05CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URLAndrei Cipu
2012-04-05PolarSSL: add support for asynchronous connectDag Ekengren
2012-03-22CONNECT: fix multi interface regressionDaniel Stenberg
2012-02-14smtp_mail: Added support to MAIL FROM for the optional AUTH parameterSteve Holme
2012-02-14cyassl: update to CyaSSL 2.0.x APItoddouska
2012-02-09CURLOPT_SSL_OPTIONS: addedDaniel Stenberg
2012-02-09add library support for tuning TCP_KEEPALIVEDave Reisner
2012-01-18ssl session caching: fix compiler warningsYang Tse
2011-12-20FTP: move FTP-specific struct field to ftpc_connDaniel Stenberg
2011-12-20non-blocking active FTP: cleanup multi state usageDaniel Stenberg
2011-12-20FTP: perform active connections non-blockingGokhan Sengun
2011-12-05FTP: close callback fixDaniel Stenberg
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-10-17nss: select client certificates by DERKamil Dudka
2011-09-22NTLM_WB: fix disabling of NTLM_WB when NTLM is disabledYang Tse
2011-08-27NTLM_WB: final congruency naming adjustmentsYang Tse
2011-08-18FTP: fix proxy connect race conditionDaniel Stenberg
2011-08-11http NTLM: Tidied up more inconsistent spacing.Steve Holme
2011-08-03curl_gssapi: refine the handling of CURLOPT_GSSAPI_DELEGATIONKamil Dudka
2011-08-03Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-29socketpair() usage tracking to allow fd leak detectionYang Tse
2011-07-18NTLM single-sign on supportedMandy Wu
2011-06-07urldata: use uniform inclusion style for OpenSSL headersYang Tse
2011-05-18CLOSESOCKETFUNCTION: addedDaniel Stenberg
2011-05-05set_userpass: convert from protocol-specific to genericDaniel Stenberg
2011-05-05RTSP: convert protocol-specific checks to genericDaniel Stenberg
2011-05-05remove FILE protocol-specific checksDaniel Stenberg
2011-04-27whitespace cleanup: no space first in conditionalsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-25asynch resolvers: unifiedVsevolod Novikov
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2011-04-18TE: rename struct field content_encodingDaniel Stenberg
2011-04-18HTTP: add support for gzip and deflate Transfer-EncodingDaniel Stenberg
2011-03-25fix: re-use of bound connectionsDaniel Stenberg
2011-03-14protocols: use CURLPROTO_ internallyDaniel Stenberg
2011-03-14protocol handler: added flags fieldDaniel Stenberg
2011-03-13SSH: add protocol lock directionDaniel Stenberg
2011-03-12PROT_CLOSEACTION: added SFTP and SCPDaniel Stenberg
2011-03-08SSL: (part 2) Added CyaSSL to SSL abstraction layerTodd A Ouska
2011-01-27nss: avoid memory leaks and failure of NSS shutdownKamil Dudka
2011-01-19TLS-SRP: support added when using GnuTLSQuinn Slack
2011-01-07HTTP: HTTP Negotiate authentication using SSPIMarcel Roelofs
2010-12-23multi: connect fail => use next IP addressDaniel Stenberg
2010-12-18ares: ask for both IPv4 and IPv6 addressesTommie Gannert