Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-19 | opts: 11 more man pages | Daniel Stenberg | |
2014-06-18 | opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE | Dan Fandrich | |
2014-06-18 | opts: fixed a couple of typos | Dan Fandrich | |
2014-06-18 | opts: 16 more man pages | Daniel Stenberg | |
2014-06-18 | opts: more man pages | Daniel Stenberg | |
2014-06-18 | CURLOPT_READFUNCTION.3: add short desc | Daniel Stenberg | |
2014-06-18 | CURLOPT_LOW_SPEED_LIMIT.3: language | Daniel Stenberg | |
2014-06-18 | opts: 4 more man pages | Daniel Stenberg | |
2014-06-18 | opts: add all existing man pages to the dist | Daniel Stenberg | |
2014-06-18 | libcurl build: use correct dir when cd'ing to opts for pdf building | Daniel Stenberg | |
2014-06-18 | opts: fixed a few typos | Dan Fandrich | |
2014-06-18 | opts: 29 more options as man pages | Daniel Stenberg | |
2014-06-17 | opts: 9 more options as separate man pages | Daniel Stenberg | |
2014-06-17 | opts: 3 more options as man pages | Daniel Stenberg | |
2014-06-17 | opts: 7 more setopt options as individual man pages | Daniel Stenberg | |
2014-06-17 | opts template: provide a filled in error code phrase | Daniel Stenberg | |
2014-06-17 | CURLOPT_SOCKOPTFUNCTION.3: clarify return code | Daniel Stenberg | |
2014-06-17 | CURLOPT_WRITEDATA.3: move version info to AVAILABILITY | Daniel Stenberg | |
2014-06-17 | opts: 4 more options with stand-alone man pages | Daniel Stenberg | |
2014-06-17 | CURLOPT_READFUNCTION.3: see also the seekfunction | Daniel Stenberg | |
2014-06-17 | CURLOPT_IOCTLFUNCTION.3: fill in short desc | Daniel Stenberg | |
2014-06-17 | CURLOPT_READDATA.3: fixed typo | Dan Fandrich | |
2014-06-17 | opts: initial makefile | Daniel Stenberg | |
with a bonus first rough 'mancheck' target to see which man pages that are still missing | |||
2014-06-17 | CURLOPT_IOCTLFUNCTION.3: initial man page | Daniel Stenberg | |
2014-06-17 | CURLOPT_WRITEFUNCTION: changed the order of some sentences | Daniel Stenberg | |
First explain the data then describe what the callback should return. | |||
2014-06-16 | CURLOPT_WRITEFUNCTION.3: improved language | Daniel Stenberg | |
Suggestions-by: Jeff Pohlmeyer | |||
2014-06-16 | opts docs: 3 more options in their own man pages | Daniel Stenberg | |
2014-06-16 | template: a template for adding new option man pages | Daniel Stenberg | |
Inludes all the sections to consider. | |||
2014-06-16 | CURLOPT_WRITEFUNCTION: add RETURN VALUE and DEFAULT sections | Daniel Stenberg | |
2014-06-16 | CURLOPT_WRITEFUNCTION: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_WILDCARDMATCH: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_VERBOSE: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_NOSIGNAL: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_NOPROGRESS: initial man page | Daniel Stenberg | |
2014-06-16 | CURLOPT_HEADER: initial man page | Daniel Stenberg | |
2014-06-04 | KNOWN_BUGS: #83 was addressed with commit c50ce859187ca | Daniel Stenberg | |
2014-06-03 | Curl_ossl_init: call OPENSSL_config for initing engines | Daniel Stenberg | |
Bug: http://curl.haxx.se/mail/lib-2014-06/0003.html Reported-by: Дмитрий Фалько | |||
2014-06-01 | KNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0 | Daniel Stenberg | |
2014-05-26 | curl_version_info.3: returns a pointer to a static struct | Daniel Stenberg | |
And clarify that age 3 means 7.16.1 or later. | |||
2014-05-23 | curl.1: clarify that -u can't specify a user with colon | Daniel Stenberg | |
2014-05-20 | THANKS: 18 new contributors for 7.37.0 | Daniel Stenberg | |
2014-05-19 | INSTALL: Updated MSVC 6 caveats | Steve Holme | |
To use an up to date download link as well as remove duplicate information. | |||
2014-05-19 | INSTALL: Updated for new Visual Studio project files | Steve Holme | |
2014-05-16 | curl_easy_getinfo.3: clarify CURLINFO_SIZE_DOWNLOAD | Daniel Stenberg | |
It counts "body" data only, no meta data, no headers. | |||
2014-05-16 | curl_easy_setopt.3: prefer XFERINFOFUNCTION to PROGRESSFUNCTION | Daniel Stenberg | |
2014-05-09 | CONTRIBUTE: mention our Bug/Reported-by commit style | Daniel Stenberg | |
2014-05-09 | cacertinmem: fix memory leak | Daniel Stenberg | |
While "just" an example it still isn't nice to leak memory. Bug: http://curl.haxx.se/bug/view.cgi?id=1368 Fixed-by: Marko | |||
2014-05-09 | TODO: firefox will soon support SSL (HTTPS) to proxy | Daniel Stenberg | |
2014-05-08 | mk-ca-bundle: added -p | Patrick Watson | |
-p takes a list of Mozilla trust purposes and levels for certificates to include in output. Takes the form of a comma separated list of purposes, a colon, and a comma separated list of levels. | |||
2014-05-08 | FAQ: Added 5.18 Does libcurl use threads? | Daniel Stenberg | |