Age | Commit message (Expand) | Author |
2012-09-11 | wincrypt: Fixed cross-compilation issues caused by include name | Marc Hoersken |
2012-09-11 | md5.c: Added support for Microsoft Windows CryptoAPI | Marc Hoersken |
2012-09-11 | Makefile.m32: Updated to build against libmetalink 0.1.2 | Marc Hoersken |
2012-09-11 | tool_metalink.c: Added support for Microsoft Windows CryptoAPI | Marc Hoersken |
2012-09-11 | libntlmconnect.c: Fixed typo and conversion | Marc Hoersken |
2012-09-11 | libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointer | Marc Hoersken |
2012-09-11 | sws.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-09-11 | libntlmconnect.c: Fixed warning: comparison of signed/unsigned integer | Marc Hoersken |
2012-09-11 | nss.c: Fixed warning: 'err' may be used uninitialized in this function | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed error: 'O_BINARY' undeclared | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed validation of binary files containing EOF | Marc Hoersken |
2012-09-10 | winbuild: Added support for building with SPNEGO enabled | Marc Hoersken |
2012-09-10 | winbuild: Adjusted order of options to generated config name | Marc Hoersken |
2012-09-09 | MANUAL: clarified user+password in HTTP URLs | Anthony Bryan |
2012-09-09 | RELEASE-NOTES: synced with 6c6f1f64c2 | Daniel Stenberg |
2012-09-09 | TODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait() are done | Daniel Stenberg |
2012-09-09 | curl_schannel.c: Reference count the credential/session handle | Marc Hoersken |
2012-09-08 | darwinssl: fixed for older Mac OS X versions | Nick Zitzmann |
2012-09-06 | tool_easysrc.c: Test pointers against NULL | David Blaikie |
2012-09-06 | SOCKS: truly disable it if CURL_DISABLE_PROXY is defined | Daniel Stenberg |
2012-09-04 | mk-ca-bundle: detect start of trust section better | Daniel Stenberg |
2012-09-04 | gnutls: do not fail on non-fatal handshake errors | Alessandro Ghedini |
2012-09-04 | FILEFORMAT: the FTP commands work for more protocols | Daniel Stenberg |
2012-09-04 | test1411: verify SMTP without SIZE support | Daniel Stenberg |
2012-09-04 | SMTP: only send SIZE if supported | František Kučera |
2012-09-04 | ftpserver: respond with a 250 to SMTP EHLO | Daniel Stenberg |
2012-09-03 | RELEASE-NOTES: synced with abb0da919300e | Daniel Stenberg |
2012-09-03 | Updated Symbian build files | Dan Fandrich |
2012-09-03 | Updated build docs w.r.t. Android and binary sizes | Dan Fandrich |
2012-09-01 | symbols-in-versions: new CURL_WAIT_* symbols | Daniel Stenberg |
2012-09-01 | Unit test for curl_multi_wait() | Sara Golemon |
2012-09-01 | Manpage for curl_multi_wait(). | Sara Golemon |
2012-09-01 | multi: add curl_multi_wait() | Sara Golemon |
2012-09-01 | darwinssl: Bugfix for previous commit for older cats | Nick Zitzmann |
2012-09-01 | Use MAX_EASY_HANDLES instead of hardcoding the number of handles twice | Joe Mason |
2012-08-31 | test2032: bail out after last transfer | Daniel Stenberg |
2012-08-31 | NTLM: re-use existing connection better | Joe Mason |
2012-08-31 | NTLM: verify multiple connections work | Joe Mason |
2012-08-28 | curl.1: list the -w variables sorted alphabetically | Daniel Stenberg |
2012-08-27 | libcurl-share.3: remove wrong info of what can be shared | Daniel Stenberg |
2012-08-27 | examples: use do/while loop for multi examples | Dave Reisner |
2012-08-27 | curl.h: fix comment to refer to current names | Daniel Stenberg |
2012-08-27 | ftpsget: simple example showing a FTPS fetch | Daniel Stenberg |
2012-08-27 | sftpget: SFTP is not "SSH FTP" | Daniel Stenberg |
2012-08-27 | sftpget: example showing a simple SFTP download | Armel Asselin |
2012-08-27 | curl_multi_perform.3: extended/clarified | Daniel Stenberg |
2012-08-23 | INSTALL.cmake: clarify some flaws/limits in the cmake build | Daniel Stenberg |
2012-08-21 | https.c example: spell check used define | Daniel Stenberg |
2012-08-19 | configure: update the copyright years for the output | Daniel Stenberg |
2012-08-18 | darwinssl: add TLS 1.1 and 1.2 support, replace deprecated functions | Nick Zitzmann |