summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* urldata.h: Fixed compilation warnings from commit 3ec253532eSteve Holme2014-08-141-1/+1
* urldata: Introduced a GSSAPI (Kerberos V5) data structureSteve Holme2014-08-141-0/+17
* http_negotiate_sspi: Use a dynamic buffer for SPN generationSteve Holme2014-08-091-1/+1
* ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme2014-08-081-0/+2
* http_negotiate_sspi: Fixed specific username and password not workingSteve Holme2014-08-061-0/+2
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-231-1/+1
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-231-2/+2
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-231-4/+2