summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* urldata: moved common variable out of ifdefSergei Nikulov2016-01-281-10/+1
* oauth2: Don't use XOAUTH2 in OAuth 2.0 variablesSteve Holme2015-11-091-1/+1
* oauth2: Use OAuth 2.0 rather than XOAUTH2 in commentsSteve Holme2015-11-091-1/+1
* http2: s/priority/weightDaniel Stenberg2015-10-231-2/+2
* http2: added three stream prio/deps optionsDaniel Stenberg2015-10-231-0/+8
* vtls: added support for mbedTLSJonas Minnberg2015-10-201-1/+23
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-2/+5
* CURLOPT_DEFAULT_PROTOCOL: addedNathaniel Waisbrot2015-08-221-0/+1
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-1/+0
* SSL: Add an option to disable certificate revocation checksJay Satiro2015-07-171-0/+1
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-0/+2
* schannel: schannel_recv overhaulJay Satiro2015-06-171-0/+3
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-6/+2
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-181-0/+2
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-5/+3
* http2: leave WAITPERFORM when conn is multiplexedDaniel Stenberg2015-05-181-0/+1
* http2: force "drainage" of streamsDaniel Stenberg2015-05-181-0/+4
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+2
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-241-1/+1
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-201-0/+1
* axtls: version 1.5.2 now requires that config.h be manually includedDan Fandrich2015-03-191-0/+1
* http2: use CURL_HTTP_VERSION_* symbols instead of NPN_*Daniel Stenberg2015-03-071-7/+1
* urldata: remove unused asked_for_h2 fieldAlessandro Ghedini2015-03-071-3/+0
* urldata: fix gnutls buildDaniel Stenberg2015-03-061-4/+0
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-28/+6
* url: add CURLOPT_SSL_VERIFYSTATUS optionAlessandro Ghedini2015-01-161-0/+1
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-5/+5
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-2/+2
* http2: avoid logging neg "failure" if h2 was not requestedDaniel Stenberg2014-12-091-0/+3
* docs: Fix FAILONERROR typosAnthon Pang2014-12-041-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-1/+3
* sasl_gssapi: Added GSS-API based Kerberos V5 variablesSteve Holme2014-12-031-0/+5
* smb: Added initial SMB functionalityBill Nagel2014-11-301-0/+2
* smb: Added SMB protocol and port definitionsBill Nagel2014-11-291-0/+3
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-2/+2
* urldata: Don't define sec_complete when no GSS-API support presentSteve Holme2014-11-151-1/+1
* docs: Use consistent naming for KerberosMichael Osipov2014-11-151-2/+2
* http_digest: Reworked the SSPI based input token storageSteve Holme2014-11-061-0/+1
* http_digest: Added required SSPI based variables to digest structureSteve Holme2014-11-061-0/+4
* curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg2014-11-051-2/+9
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-2/+2
* transfer: drop the code handling the ssl_connect_retry flagKamil Dudka2014-10-291-2/+0
* sspi: Renamed max token length variablesSteve Holme2014-10-261-3/+3
* ntlm: Only define ntlm data structure when USE_NTLM is definedSteve Holme2014-10-251-1/+5
* ntlm: Changed handles to be dynamic like other SSPI handlesSteve Holme2014-10-251-3/+2
* ntlm: Renamed handle variables to match other SSPI structuresSteve Holme2014-10-251-2/+2
* ntlm: Renamed SSPI based input token variablesSteve Holme2014-10-251-2/+2
* ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 tokenSteve Holme2014-10-161-1/+1
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-7/+0
* SSL: implement public key pinningmoparisthebest2014-10-071-0/+1