summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* HTTPS: update a bunch of URLs from HTTP to HTTPSDaniel Stenberg2016-02-0218-89/+89
|
* curl.1: Explain remote-name behavior if file already existsJay Satiro2016-01-291-5/+17
| | | | .. also warn about letting the server pick the filename.
* getredirect.c: fix variable nameDaniel Stenberg2016-01-271-1/+1
| | | | Reported-by: Bernard Spil
* examples/Makefile.inc: specify programs without .c!curl-7_47_0Daniel Stenberg2016-01-271-1/+1
|
* THANKS: 6 new contributors from 7.47.0 release notesDaniel Stenberg2016-01-261-0/+6
|
* FAQ: language fix in 4.19Daniel Stenberg2016-01-251-1/+1
|
* FAQ: Update to point to GitHubpaulehoffman2016-01-241-4/+7
| | | | | | Current FAQ didn't make it clear where the main repo is. Closes #612
* curl_multi_socket_action.3: line wrapDaniel Stenberg2016-01-241-2/+3
|
* TODO: "Create remote directories" for SMBSteve Holme2016-01-211-0/+6
|
* CURLINFO_RESPONSE_CODE.3: add exampleDaniel Schauenberg2016-01-161-1/+13
|
* ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka2016-01-151-4/+4
| | | | | | | | | | | | The CURLOPT_SSH_PUBLIC_KEYFILE option has been documented to handle empty strings specially since curl-7_25_0-31-g05a443a but the behavior was unintentionally removed in curl-7_38_0-47-gfa7d04f. This commit restores the original behavior and clarifies it in the documentation that NULL and "" have both the same meaning when passed to CURLOPT_SSH_PUBLIC_KEYFILE. Bug: http://curl.haxx.se/mail/lib-2016-01/0072.html
* CURLOPT_RESOLVE.3: minor language polishDaniel Stenberg2016-01-131-8/+7
|
* TODO: "Try to URL encode given URL"Daniel Stenberg2016-01-121-0/+9
| | | | Closes #514
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-101-2/+3
|
* curl_global_init.3: Add Windows-specific info for init via DLLJay Satiro2016-01-042-0/+7
| | | | | | | | | - Add to both curl_global_init.3 and libcurl.3 the caveat for Windows that initializing libcurl via a DLL's DllMain or static initializer could cause a deadlock. Bug: https://github.com/bagder/curl/issues/586 Reported-by: marc-groundctl@users.noreply.github.com
* FAQ: clarify who to mail about ECCN clarificationsDaniel Stenberg2016-01-041-4/+6
|
* progressfunc.c: spellfix descriptionDaniel Stenberg2016-01-041-1/+1
|
* docs/examples/multi-app.c: fix bad desc formattingDaniel Stenberg2016-01-041-2/+2
|
* examples: added descriptionsDaniel Stenberg2016-01-0419-29/+111
|
* example/simple.c: add descriptionDaniel Stenberg2016-01-041-1/+5
|
* getredirect.c: a new exampleDaniel Stenberg2016-01-042-2/+72
|
* CURLOPT_RANGE: for HTTP servers, range support is optionalDaniel Stenberg2015-12-241-4/+8
|
* curl --expect100-timeout: addedDaniel Stenberg2015-12-151-0/+7
| | | | | This is the new command line option to set the value for the existing libcurl option CURLOPT_EXPECT_100_TIMEOUT_MS
* ROADMAP: implemented HTTP2 for HTTPS-onlyDaniel Stenberg2015-12-141-7/+0
|
* HTTP2.md: spell fix and remove TODO now implementedDaniel Stenberg2015-12-141-4/+1
|
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-132-1/+9
| | | | | ... and stick to 1.1 for HTTP. This is in line with what browsers do and should have very little risk.
* version: Add flag CURL_VERSION_PSL for libpslGisle Vanem2015-12-072-3/+8
|
* THANKS: new contributors from the 7.46.0 releaseDaniel Stenberg2015-12-011-1/+19
|
* THANKS-filter: single Tim Rühsen spellingDaniel Stenberg2015-12-011-0/+1
|
* docs/examples: gitignore some more built examplesDaniel Stenberg2015-12-011-0/+4
|
* examples/README: cut out the incomplete listDaniel Stenberg2015-11-251-48/+4
| | | | | ... and add a generic explanation for them instead. Each example file should contain its own description these days.
* CURLOPT_HEADERFUNCTION.3: fix typoDaniel Stenberg2015-11-231-1/+1
| | | | | | Refer to _HEADERDATA not _WRITEDATA. Reported-by: Michał Piechowski
* TODO: TCP Fast OpenDaniel Stenberg2015-11-231-0/+7
|
* examples: Added website parse-able descriptions to the e-mail examplesSteve Holme2015-11-2230-30/+206
|
* TODO: Added another 'multi-interface' ideaSteve Holme2015-11-211-0/+6
|
* examples: Fixed compilation warningsSteve Holme2015-11-215-2/+7
| | | | | | | | pop3-multi.c:96:5: warning: implicit declaration of function 'memset' imap-multi.c:96:5: warning: implicit declaration of function 'memset' http2-download.c:226:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset' http2-upload.c:290:5: warning: implicit declaration of function 'memset'
* TODO: remove duplicated titleDaniel Stenberg2015-11-201-1/+0
|
* TODO: added two more libcurl ideasDaniel Stenberg2015-11-201-29/+54
| | | | | | Moved some ideas from "next major" to just ordinary ideas since we can always add new things while keeping the old without doing a "next major".
* build: Fix theoretical infinite loopsDaniel Shahaf2015-11-202-4/+4
| | | | | | | Add error-checking to 'cd' in a few cases where omitting the checks might result in an infinite loop. Closes #535
* FAQ: Grammar changesMaxGiting2015-11-181-4/+8
| | | | Closes https://github.com/bagder/curl/pull/533
* CURLMOPT_PUSHFUNCTION.3: *_byname() returns only the first headerDaniel Stenberg2015-11-161-1/+2
| | | | ... if there are more than one using the same name
* symbols-in-versions: Added new CURLOPTTYPE_STRINGPOINT aliasSteve Holme2015-11-131-0/+1
| | | | ...following commit aba281e762 to fix test 1119.
* ROADMAP: remove two items already doneDaniel Stenberg2015-11-091-15/+1
|
* opts: Corrected TLS protocols list to include POP3S rather than POP3Steve Holme2015-11-0719-33/+33
|
* curl.1: remove the overlap --range exampleDaniel Stenberg2015-11-061-5/+2
| | | | ... it is just weird to include by default even if it still works.
* symbols-in-version: add all CURL_HTTPPOST_* symbolsDaniel Stenberg2015-11-021-0/+7
|
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-022-0/+13
| | | | Closes #425
* curl.1: -E: s/private certificate/client certificateDaniel Stenberg2015-10-281-4/+4
| | | | | | ... as the certificate is strictly speaking not private. Reported-by: John Levon
* DISTRO-DILEMMA: removedDaniel Stenberg2015-10-262-182/+6
| | | | | Out of date and not kept accurate. It was sort of a problem of the past anyway.
* curl.1: --ignore-content-length now works for FTP tooDaniel Stenberg2015-10-231-4/+6
|