summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* nss: make the list of CRL items globalKamil Dudka2014-07-041-1/+0
* nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka2014-07-041-0/+1
* gnutls: don't use deprecated type names anymoreAlessandro Ghedini2014-05-281-3/+3
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-0/+1
* timers: fix timer regression involving redirects / reconnectsDaniel Stenberg2014-05-151-0/+1
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-1/+3
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+10
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-221-0/+1
* CURLOPT_HEADEROPT: addedDaniel Stenberg2014-04-041-0/+1
* CURLOPT_PROXYHEADER: set headers for proxy-onlyDaniel Stenberg2014-04-041-0/+1
* urldata: spellfix commentDaniel Stenberg2014-04-011-2/+2
* http2: remove _DRAFT09 from the NPN_HTTP2 enumDaniel Stenberg2014-03-311-1/+1
* url: Fixed connection re-use when using different log-in credentialsSteve Holme2014-03-251-0/+2
* polarssl: break compatibility with version older than 1.3.Gaël PORTAY2014-03-181-5/+0
* polarssl: fix compilationhasufell2014-03-171-2/+2
* remote_port: allow connect to port 0Daniel Stenberg2014-03-051-3/+2
* transfer: make Expect: 100-continue timeout configurable.Tiit Pikma2014-02-131-0/+2
* NPN/ALPN: allow disabling via command lineFabian Frank2014-02-101-0/+3
* openssl: set up hooks with to perform NPNFabian Frank2014-01-301-0/+8
* ntlm: Added support for NTLMv2Prash Dush2014-01-291-1/+3
* http2: handle 101 responses and switch to HTTP2Daniel Stenberg2014-01-291-1/+8
* curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme2013-11-301-2/+2
* curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff2013-11-211-0/+2
* Add "Happy Eyeballs" for IPv4/IPv6.Björn Stenberg2013-10-271-0/+2
* http2: actually init nghttp2 and send HTTP2-Settings properlyDaniel Stenberg2013-09-071-1/+2
* options: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-251-0/+4
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-5/+5
* url: handle arbitrary-length username and password before '@'Jonathan Nieder2013-08-201-1/+0
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-23/+3
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-3/+4
* FTP: when EPSV gets a 229 but fails to connect, retry with PASVDaniel Stenberg2013-08-061-1/+1
* multi: remove data->state.current_conn struct fieldDaniel Stenberg2013-08-031-2/+0
* multi: remove the one_easy struct fieldDaniel Stenberg2013-08-031-6/+0
* multi: rename all Curl_one_easy to SessionHandleDaniel Stenberg2013-08-031-4/+4
* multi: remove the multi_pos struct fieldDaniel Stenberg2013-08-031-3/+0
* multi: remove easy_handle struct fieldDaniel Stenberg2013-08-031-1/+0
* multi: remove 'Curl_one_easy' struct, phase 1Daniel Stenberg2013-08-031-0/+20
* CURLOPT_XFERINFOFUNCTION: introducing a new progress callbackDaniel Stenberg2013-07-181-1/+2
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-0/+9
* axtls: now done non-blockingEric Hu2013-06-121-0/+1
* curl_schannel.c: Fixed invalid memory access during SSL shutdownMarc Hoersken2013-05-051-0/+1
* sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial responseSteve Holme2013-04-271-0/+1