summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* SSL: Pinned public key hash supportmoparisthebest2015-07-012-8/+22
|
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-0118-29/+89
|
* symbols-in-versions: Add new http2 push symbolsJay Satiro2015-06-301-0/+4
| | | | Prior to this change test 1119 failed due to the missing symbols.
* SSL-PROBLEMS: mention WinSSL problems in WinXPDaniel Stenberg2015-06-291-2/+8
|
* CODE_OF_CONDUCT.md: addedDaniel Stenberg2015-06-292-1/+33
| | | | | | Just to underscore how we treat each other in this project. Nothing new really, but could be useful for newcomers and outsiders to see our values.
* CURLOPT_FAILONERROR.3: mention that it closes the connectionDaniel Stenberg2015-06-241-1/+4
| | | | | Reported-by: bemoody Bug: https://github.com/bagder/curl/issues/325
* curl_multi_setopt.3: alpha sort the optionsDaniel Stenberg2015-06-241-18/+18
|
* curl_multi_setopt.3: add the new push optionsDaniel Stenberg2015-06-241-1/+5
|
* CURLMOPT_PUSHFUNCTION.3: Remove unused variableTatsuhiro Tsujikawa2015-06-241-1/+0
|
* CURLMOPT_PUSHFUNCTION.3: added exampleDaniel Stenberg2015-06-241-1/+32
|
* http2: curl_pushheader_byname now takes a const char *Daniel Stenberg2015-06-241-7/+8
|
* http2-serverpush.c: example codeDaniel Stenberg2015-06-242-1/+314
|
* http2: fixed the header accessor functions for the push callbackDaniel Stenberg2015-06-241-14/+7
|
* http2: initial implementation of the push callbackDaniel Stenberg2015-06-241-1/+1
|
* http2: initial HTTP/2 server push types/docsDaniel Stenberg2015-06-243-3/+162
|
* INSTALL: Advise use of non-native SSL for Windows <= XPJay Satiro2015-06-201-0/+9
| | | | | | | | | Advise that WinSSL in versions <= XP will not be able to connect to servers that no longer support the legacy handshakes and algorithms used by those versions, and to use an alternate backend like OpenSSL instead. Bug: https://github.com/bagder/curl/issues/253 Reported-by: zenden2k <zenden2k@gmail.com>
* curl_easy_setopt.3: restore contents removed by mistakeKamil Dudka2015-06-191-0/+232
| | | | ... in commit curl-7_43_0-18-g570076e
* curl_easy_setopt.3: mention CURLOPT_PIPEWAITDaniel Stenberg2015-06-191-232/+2
|
* TODO: Support IDNA2008Daniel Stenberg2015-06-181-0/+7
|
* examples: more descriptionsDaniel Stenberg2015-06-1819-72/+90
|
* examples: add descriptions with <DESC>Daniel Stenberg2015-06-188-25/+40
| | | | | Using this fixed format for example descriptions, we can generate a better list on the web site.
* libcurl-errors.3: fix typoDaniel Stenberg2015-06-181-2/+2
|
* curl_easy_setopt.3: option order doesn't matterDaniel Stenberg2015-06-181-0/+2
|
* CURLOPT_ERRORBUFFER.3: Fix example, escape backslashesJay Satiro2015-06-171-6/+7
|
* CURLOPT_ERRORBUFFER.3: Improve exampleJay Satiro2015-06-171-4/+21
|
* THANKS: updated with 7.43.0 namesDaniel Stenberg2015-06-172-0/+24
|
* Fix typo in docsPaul Oliver2015-06-161-1/+1
| | | | s/curret/current/
* docs: update URLsViktor Szakats2015-06-1612-57/+55
|
* HTTP2.md: use SSL/TLS IETF URLsViktor Szakats2015-06-151-2/+2
|
* LICENSE-MIXING: update URLsViktor Szakats2015-06-151-10/+10
| | | | | * use SSL/TLS where available * follow permanent redirects
* LICENSE-MIXING: refreshedDaniel Stenberg2015-06-151-6/+22
|
* curl_easy_duphandle: see also *resetDaniel Stenberg2015-06-151-2/+4
|
* curl.1: netrc is in man section 5Daniel Stenberg2015-06-151-1/+1
|
* curl.1: small format fixDaniel Stenberg2015-06-151-9/+5
| | | | use \fI-style instead of .BR for references
* curl_multi_info_read.3: fix example formattingJay Satiro2015-06-131-1/+2
|
* BINDINGS: there's a new R binding in town!Daniel Stenberg2015-06-131-2/+1
|
* BINDINGS: added the Xojo bindingDaniel Stenberg2015-06-111-0/+5
|
* curl_easy_cleanup.3: provide more SEE ALSODaniel Stenberg2015-06-111-3/+4
|
* VERSIONS: now using markdownDaniel Stenberg2015-06-101-12/+8
|
* RELEASE-PROCEDURE: remove ascii logo at the top of fileDaniel Stenberg2015-06-101-6/+0
|
* INTERNALS: absorbed docs/LIBCURL-STRUCTSDaniel Stenberg2015-06-103-250/+234
|
* INTERNALS: cat lib/README* >> INTERNALSDaniel Stenberg2015-06-091-149/+528
| | | | | | | | and a conversion to markdown. Removed the lib/README.* files. The idea being to move toward having INTERNALS as the one and only "book" of internals documentation. Added a TOC to top of the document.
* fopen.c: fix a few compiler warningsDaniel Stenberg2015-06-081-4/+4
|
* docs: Spelling fixesVille Skyttä2015-06-0821-25/+25
|
* docs: man page indentation and syntax fixesVille Skyttä2015-06-082-5/+6
|
* BINDINGS: update several URLsDaniel Stenberg2015-06-051-8/+7
| | | | | | Stop linking to the curl.haxx.se anchor pages, they are usually only themselves pointers to the real page so better point there directly instead.
* BINDINGS: the curl-rust bindingDaniel Stenberg2015-06-051-0/+5
|
* curl.h: add CURL_HTTP_VERSION_2Daniel Stenberg2015-06-051-0/+1
| | | | | The protocol is named "HTTP/2" after all. It is an alias for the existing CURL_HTTP_VERSION_2_0 enum.
* LIBCURL-STRUCTS: clarify for multiplexingDaniel Stenberg2015-06-041-1/+4
|
* cookie: Stop exporting any-domain cookiesJay Satiro2015-06-032-1/+9
| | | | | | | Prior to this change any-domain cookies (cookies without a domain that are sent to any domain) were exported with domain name "unknown". Bug: https://github.com/bagder/curl/issues/292