summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-143-44/+2
| | | | | | | | Rely entirely on curl/system.h now. Introduced in Aug 2008 with commit 14240e9e109f. Now gone. Fixes #1456
* release: 7.54.1curl-7_54_1Daniel Stenberg2017-06-141-0/+24
|
* BINDINGS: update SP-Forth and OCaml urlsygrek2017-06-121-2/+2
|
* RELEASE-PROCEDURE: updated future release datesDaniel Stenberg2017-06-091-4/+5
|
* examples/multi-uv.c: fix deprecated symbolRyuichi KAWAMATA2017-06-081-1/+1
| | | | Closes #1557
* BINDINGS: add Ring bindingMahmoud Samir Fayed2017-06-031-0/+2
| | | | Closes https://github.com/curl/curl/pull/1539
* CONTRIBUTE.md: mention tests done on pull requestsDaniel Stenberg2017-06-041-7/+25
|
* typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg2017-06-012-21/+7
| | | | | | ... and update the certinfo.c example accordingly. Fixes https://github.com/curl/curl/issues/846
* typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg2017-06-011-0/+1
| | | | Fixes #1524
* examples/externalsocket.c: s/closesocket/closecbDaniel Stenberg2017-05-311-2/+2
| | | | | | | | ... since closesocket is a function in WinSock. Reported-by: Marcel Raad Bug: https://github.com/curl/curl/commit/55fcb8485914700132fd1854c9509b66c955efbe#co mmitcomment-22347818
* CURLOPT_SSH_KEY*.3: typosDaniel Stenberg2017-05-312-2/+2
| | | | Reported-by: Gisle Vanem
* CURLOPT_STREAM_DEPENDS.3: typoDaniel Stenberg2017-05-311-1/+1
|
* CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
|
* CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issuesDaniel Stenberg2017-05-311-1/+1
|
* opts: more than 100 more examples for man pages...Daniel Stenberg2017-05-31119-249/+1653
|
* examples/sampleconv.c: indent changes, made callbacks staticDaniel Stenberg2017-05-311-37/+37
|
* example/externalsocket.c: make it use CLOSESOCKETFUNCTION tooDaniel Stenberg2017-05-311-0/+11
|
* CURLOPT_PROXY.3: fix test 1140 breakageDaniel Stenberg2017-05-311-1/+1
|
* opts: more examples added to man pagesDaniel Stenberg2017-05-3019-41/+250
|
* docs: clarify NO_PROXY furtherDaniel Stenberg2017-05-302-3/+10
| | | | Fixes #1208
* CURLOPT_PROXY.3: describe the environment variables moreDaniel Stenberg2017-05-301-4/+12
|
* opts: more examples added in option man pagesDaniel Stenberg2017-05-2713-48/+190
|
* TODO: 6.4 is done, send telnet data in chunksDaniel Stenberg2017-05-251-6/+0
|
* docs/CURLOPT_SSLVERSION.3: Correct define name in examplePhil Crump2017-05-251-1/+1
| | | | Closes #1509
* examples: fix Wimplicit-fallthrough warningsMarcel Raad2017-05-245-0/+5
| | | | This is contained in -Wextra with GCC 7.
* LDAP: documentation update per #878 changes (#1506)Sergei Nikulov2017-05-242-1/+19
|
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-231-3/+3
| | | | | | | | | Test 1261 added to verify. Reported-by: Lloyd Fournier Fixes #1489 Closes #1497
* ghiper.c/hiperfifo.c: add comment about missing timer functionalityDaniel Stenberg2017-05-192-4/+21
| | | | | | | | | It takes someone to read up on the APIs of these libraries to figure out how to do this correctly. Reported-by: Michael Kaufmann Closes #1253
* asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction inputDaniel Stenberg2017-05-192-3/+3
| | | | | | | That means delete the timer. Reported-by: Michael Kaufmann Ref: #1253
* cmdline-opts/write-out.d: s/-L/--locationDaniel Stenberg2017-05-181-2/+3
| | | | | Since the man page generator wants the long option name version to generate the proper output.
* oauth2-bearer.d: mention the <token> argumentDaniel Stenberg2017-05-171-0/+1
|
* docs/cmdline-opts/config.d: edit for languageDaniel Stenberg2017-05-161-7/+8
|
* SecureTransport/DarwinSSL: Implement public key pinningmoparisthebest2017-05-151-1/+5
| | | | Closes #1400
* man pages: fix example syntax errorsDaniel Stenberg2017-05-153-0/+3
| | | | follow-up to 5ddad099b42b50
* docs/libcurl/opts: added more examples in man pagesDaniel Stenberg2017-05-1514-37/+265
|
* CURLOPT_HTTPPROXYTUNNEL: clarify, add exampleDaniel Stenberg2017-05-151-12/+23
|
* url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enoughDan Fandrich2017-05-131-1/+2
| | | | | | Some code (e.g. Curl_fillreadbuffer) assumes that this buffer is not exceedingly tiny and will break if it is. This same check is already done at run time in the CURLOPT_BUFFERSIZE option.
* THANKS: add a few missing namesDaniel Stenberg2017-05-131-0/+10
| | | | ... I found them in the commit logs from the early years
* FAQ: add 7.4 to tocDaniel Stenberg2017-05-121-14/+15
| | | | | | ... and delete trailing whitespace Fixes #1484
* cookie_interface: fix -Wcomma warningMarcel Raad2017-05-111-1/+2
| | | | | clang 5.0 complains: possible misuse of comma operator here [-Wcomma]
* curl: generate the --help outputDaniel Stenberg2017-05-081-2/+4
| | | | | | | | | | ... using the docs/cmdline-opts/gen.pl script, so that we get all the command line option documentation from the same source. The generation of the list has to be done manually and pasted into the source code. Closes #1465
* curl.1: depend the build on the Makefile.inc tooDaniel Stenberg2017-05-081-1/+1
| | | | | ... to also make it update when we remove files, like we did for --environment in commit a8e388dd1095.
* sendrecv: fix MinGW-w64 warningMarcel Raad2017-05-071-1/+1
| | | | | | | The first argument to select is an int, while curl_socket_t is unsigned long long when using WinSock. It's ignored anyway [1]. [1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms740141.aspx
* opts: fix bad example formatting \n => \\nDaniel Stenberg2017-05-0620-22/+22
| | | | ...to render properly nroff.
* opts: examples added to 8 more libcurl option man pagesDaniel Stenberg2017-05-068-16/+164
|
* curl: remove tool_writeenv.[ch]Daniel Stenberg2017-05-062-8/+1
| | | | | | | | | ... and USE_ENVIRONMENT and --environment. It was once added for RISC OS support and its platform specific behavior has been annoying ever since. Added in commit c3c8bbd3b2688da8e, mostly unchanged since then. Most probably not actually used for years. Closes #1463
* docs/opts: 24 more man pages now have examplesDaniel Stenberg2017-05-0524-47/+382
|
* docs/opts: 23 more man pages now have examplesDaniel Stenberg2017-05-0526-52/+445
|
* tests/server: run checksrc by default in debug-buildsDaniel Stenberg2017-05-051-1/+17
|
* curl_slist_append.3: clarify a NULL input creates a new listDaniel Stenberg2017-05-051-14/+14
|