Age | Commit message (Expand) | Author |
2014-05-20 | http2: make connection re-use work | Daniel Stenberg |
2014-05-20 | ALPN: fix typo in http/1.1 identifier | Fabian Frank |
2014-05-18 | build: Slight rename of new LIB_* makefile file variables | Steve Holme |
2014-05-17 | axtls: Fixed too long source line | Dan Fandrich |
2014-05-16 | axtls: Add a TODO to a potential blocking call with no timeout | Dan Fandrich |
2014-05-15 | HTTP: CREDSPERREQUEST is for HTTP too | Daniel Stenberg |
2014-05-15 | CURLINFO_SSL_VERIFYRESULT: assign at first connect call | Daniel Stenberg |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2014-05-15 | darwinssl: Updated copyright following recent changes | Steve Holme |
2014-05-14 | darwinssl: fix potential crash when attempting to copy an identity | Nick Zitzmann |
2014-05-12 | openssl: unbreak PKCS12 support | Daniel Stenberg |
2014-05-11 | Makefile.inc: Added resource file to assist Visual Studio project generation | Steve Holme |
2014-05-11 | sasl: Fixed missing qop in the client's challenge-response message | Steve Holme |
2014-05-09 | Makefile.inc: Separated the lib and lib/vtls source file variables | Steve Holme |
2014-05-09 | Makefile.b32: Fixed for vtls changes | Steve Holme |
2014-05-09 | getinfo.c: Fixed compilation warning | Steve Holme |
2014-05-09 | http: avoid auth failure on a duplicated header | Kamil Dudka |
2014-05-08 | mk-ca-bundle: added -p | Patrick Watson |
2014-05-07 | http2: Compile with latest nghttp2 | Tatsuhiro Tsujikawa |
2014-05-07 | url.c: Fixed compilation warning/error | Steve Holme |
2014-05-06 | fix_hostname: strip off a single trailing dot from host name | Daniel Stenberg |
2014-05-05 | curl_multi_cleanup: ignore SIGPIPE better | Jeff King |
2014-05-05 | schannel: don't use the connect-timeout during send | Daniel Stenberg |
2014-05-04 | mprintf: allow %.s with data not being zero terminated | Daniel Stenberg |
2014-05-04 | curl_ntlm_core: Fixed use of long long for VC6 and VC7 | Steve Holme |
2014-05-04 | config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and up | Steve Holme |
2014-05-04 | openssl: biomem->data is not zero terminated | Daniel Stenberg |
2014-05-03 | easy_perform: spelling mistake in error message | Daniel Stenberg |
2014-04-28 | copyright: Updated following recent edits | Steve Holme |
2014-04-29 | Added a few more const where possible | Dan Fandrich |
2014-04-27 | http2: Compile with latest nghttp2 | Tatsuhiro Tsujikawa |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-25 | nss: propagate blocking direction from NSPR I/O | Kamil Dudka |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-23 | cyassl: Use error-ssl.h when available | Dan Fandrich |
2014-04-22 | gtls: fix NULL pointer dereference | Daniel Stenberg |
2014-04-22 | curl_global_init_mem: bump initialized even if already initialized | Daniel Stenberg |
2014-04-22 | nss: implement non-blocking SSL handshake | Kamil Dudka |
2014-04-22 | nss: split Curl_nss_connect() into 4 functions | Kamil Dudka |
2014-04-19 | multi.c: fix possible invalid memory access in case nfds overflows | Marc Hoersken |
2014-04-19 | netrc.c: fix multiple possible dereferences of null pointers | Marc Hoersken |
2014-04-19 | parsedate.c: check sscanf result before passing it to strlen | Marc Hoersken |
2014-04-19 | telnet.c: check sscanf results before passing them to snprintf | Marc Hoersken |
2014-04-19 | telnet.c: fix possible use of uninitialized variable | Marc Hoersken |
2014-04-19 | telnet.c: fix possible use of non-null-terminated strings | Marc Hoersken |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-18 | connect.c: fix multiple possible dereferences of null pointers | Marc Hoersken |
2014-04-18 | tftp.c: fix possible dereference of null pointer | Marc Hoersken |
2014-04-18 | socks_sspi.c: added pointer guards to FreeContextBuffer calls | Marc Hoersken |