Age | Commit message (Expand) | Author |
2014-07-12 | gnutls: fixed a couple of uninitialized variable references | Dan Fandrich |
2014-07-12 | gnutls: fixed compilation against versions < 2.12.0 | Dan Fandrich |
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich |
2014-07-11 | tests: adjust for capitalization differences in newer gnutls-serv | Dan Fandrich |
2014-07-11 | test320/1/2/4: fix the port number substitution variables | Dan Fandrich |
2014-07-11 | tests: document more test identifiers and variables | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-07-10 | CURLOPT_UPLOAD: Corrected argument type | Steve Holme |
2014-07-09 | FAQ: expand the thread-safe section | Daniel Stenberg |
2014-07-09 | url.c: Fixed memory leak on OOM | Dan Fandrich |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-07-04 | nss: make the list of CRL items global | Kamil Dudka |
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka |
2014-07-04 | nss: make crl_der allocated on heap | Kamil Dudka |
2014-07-04 | nss: let nss_{cache,load}_crl return CURLcode | Kamil Dudka |
2014-07-03 | tool: oops, forgot to include <plarenas.h> | Kamil Dudka |
2014-07-03 | tool: call PL_ArenaFinish() on exit if NSPR is used | Kamil Dudka |
2014-07-03 | example: use correct type (long) for CURLOPT_FOLLOWLOCATION | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_FOLLOWLOCATION. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_ERRORBUFFER. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_COPYPOSTFIELDS. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_ADDRESS_SCOPE. | Dimitrios Siganos |
2014-07-03 | curl.1: minor language fix | Daniel Stenberg |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-07-02 | opts: fixed some CURLOPT references so they get turned into links | Dan Fandrich |
2014-07-02 | tool: call PR_Cleanup() on exit if NSPR is used | Kamil Dudka |
2014-07-02 | nss: make the fallback to SSLv3 work again | Kamil Dudka |
2014-07-02 | nss: do not abort on connection failure | Kamil Dudka |
2014-07-01 | opts: Document the socket callback function parameters | Dan Fandrich |
2014-06-28 | opts: Fixed some typos | Steve Holme |
2014-06-25 | curl_easy_setopt.3: fixed the error code for an unsupported option | Dan Fandrich |
2014-06-24 | opts: added some DEFAULT and RETURN VALUE sections | Dan Fandrich |
2014-06-21 | libcurl docs: man page edits | Daniel Stenberg |
2014-06-21 | curl_easy_setopt.3: fixed some typos | Dan Fandrich |
2014-06-21 | lib man pages: update easy setopt option references | Daniel Stenberg |
2014-06-21 | opts: the CURLOPT_SSL_ENABLE_*PN options are enabled by default | Daniel Stenberg |
2014-06-21 | lib: documentation updates in README.hostip | Colin Hogben |
2014-06-21 | curl_easy_setopt.3: CURLOPT_POSTFIELDS is the exception | Daniel Stenberg |
2014-06-21 | curl_easy_setopt.3: refer to the individual man pages | Daniel Stenberg |
2014-06-21 | opts: fixed mancheck for out-of-tree builds | Dan Fandrich |
2014-06-21 | curl_easy_setopt.3: shorten | Daniel Stenberg |
2014-06-21 | CURLOPT_DNS_LOCAL_IP4.3: better short desc | Daniel Stenberg |
2014-06-20 | opts: document CURLE_OUT_OF_MEMORY among other return values | Dan Fandrich |
2014-06-20 | opts: fixed some typos | Dan Fandrich |
2014-06-20 | opts: various corrections | Daniel Stenberg |
2014-06-20 | opts: add the rest of the options | Daniel Stenberg |
2014-06-20 | opts: the final bunch of options as man pages | Daniel Stenberg |
2014-06-19 | opts: 37 additional man pages | Daniel Stenberg |
2014-06-19 | CURLOPT_URL: move up the text from "Notes" | Daniel Stenberg |