summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: Compile with latest nghttp2Tatsuhiro Tsujikawa2014-04-271-0/+1
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-2613-51/+57
* nss: propagate blocking direction from NSPR I/OKamil Dudka2014-04-252-6/+104
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-2311-26/+35
* cyassl: Use error-ssl.h when availableDan Fandrich2014-04-231-2/+7
* gtls: fix NULL pointer dereferenceDaniel Stenberg2014-04-221-3/+4
* curl_global_init_mem: bump initialized even if already initializedDaniel Stenberg2014-04-221-3/+7
* nss: implement non-blocking SSL handshakeKamil Dudka2014-04-223-9/+50
* nss: split Curl_nss_connect() into 4 functionsKamil Dudka2014-04-221-40/+94
* multi.c: fix possible invalid memory access in case nfds overflowsMarc Hoersken2014-04-191-1/+1
* netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-191-3/+3
* parsedate.c: check sscanf result before passing it to strlenMarc Hoersken2014-04-191-4/+6
* telnet.c: check sscanf results before passing them to snprintfMarc Hoersken2014-04-191-7/+8
* telnet.c: fix possible use of uninitialized variableMarc Hoersken2014-04-191-1/+2
* telnet.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* url.c: fix possible use of non-null-terminated string with strlenMarc Hoersken2014-04-191-1/+1
* connect.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-181-8/+10
* tftp.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+3
* socks_sspi.c: added pointer guards to FreeContextBuffer callsMarc Hoersken2014-04-181-17/+36
* md5.c: fix use of uninitialized variableMarc Hoersken2014-04-181-1/+1
* curl_schannel.c: added explicit cast of structure pointersMarc Hoersken2014-04-181-2/+4
* curl_schannel.c: fix possible dereference of null pointerMarc Hoersken2014-04-181-0/+6
* imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme2014-04-182-5/+20
* url.c: Fixed typo in commentSteve Holme2014-04-181-1/+1
* imap: Expanded mailbox SEARCH support to use URL query stringsSteve Holme2014-04-181-1/+67
* imap: Added support for parsing URL query stringsSteve Holme2014-04-182-4/+20
* imap: Introduced the SEARCH stateSteve Holme2014-04-182-1/+3
* imap: Fixed untagged response detection when no data after commandSteve Holme2014-04-181-1/+1
* README.http2: mention some alt-svc thoughtsDaniel Stenberg2014-04-171-0/+10
* url: only use if_nametoindex() if IFNAMSIZ is availableDan Fandrich2014-04-141-6/+3
* sas: Added DIGEST-MD5 qop-option validation in native challange handlingSteve Holme2014-04-081-4/+68
* strerror: fix comment about vxworks' strerror_r buffer sizeDaniel Stenberg2014-04-061-2/+2
* sasl: Added forward declaration of structures following recent changesSteve Holme2014-04-061-1/+5
* sasl: Fixed compilation warningSteve Holme2014-04-061-0/+1
* sasl: Added curl_memory.h include as per test 1132Steve Holme2014-04-061-0/+1
* sasl: Fixed compilation warning in SSPI buildsSteve Holme2014-04-061-1/+1
* sasl: Corrected missing free of decoded challenge message from 607883f13cSteve Holme2014-04-061-2/+12
* sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092Steve Holme2014-04-061-6/+0
* sasl: Post DIGEST-MD5 SSPI code tidy upSteve Holme2014-04-063-37/+43
* sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 codeSteve Holme2014-04-062-4/+2
* sasl: Added support for DIGEST-MD5 via Windows SSPISteve Holme2014-04-061-8/+129
* http_negotiate_sspi: Fixed compilation when USE_HTTP_NEGOTIATE not definedSteve Holme2014-04-061-4/+4
* Makefile.vc6: Added curl_sasl_sspi.cSteve Holme2014-04-061-0/+1
* ntlm: Moved the identity generation into shared SSPI codeSteve Holme2014-04-064-85/+130
* sasl: Renamed SSPI module following short name clashSteve Holme2014-04-062-1/+1
* sasl: Added initial stub functions for SSPI DIGEST-MD supportSteve Holme2014-04-054-2/+84
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-055-91/+73
* http2: Compile with current nghttp2, which supports h2-11Tatsuhiro Tsujikawa2014-04-051-17/+17
* PROXYHEADER: send these headers in "normal" proxy requests tooDaniel Stenberg2014-04-041-54/+94