summaryrefslogtreecommitdiff
path: root/docs/libcurl
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_COOKIELIST.3: Explain Set-Cookie without a domainJay Satiro2015-05-251-0/+7
* CURLOPT_COOKIE.3: Explain that the cookies won't be modifiedJay Satiro2015-05-241-0/+9
* CURLOPT_COOKIELIST.3: Add exampleJay Satiro2015-05-241-1/+40
* CURLOPT_HTTPPROXYTUNNEL.3: only works with a HTTP proxy!Daniel Stenberg2015-05-211-2/+5
* curl_easy_unescape.3: update RFC referenceDaniel Stenberg2015-05-201-2/+2
* CURLOPT_POSTFIELDS.3: Mention curl_easy_escapeJay Satiro2015-05-202-3/+6
* symbols-in-versions: add CURLOPT_PIPEWAITDaniel Stenberg2015-05-181-0/+1
* CURLOPT_PIPEWAIT: addedDaniel Stenberg2015-05-182-3/+68
* http2: separate multiplex/pipelining + cleanup memory leaksDaniel Stenberg2015-05-181-0/+3
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-8/+19
* CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port numberDaniel Stenberg2015-05-121-3/+7
* opts: improved the TCP keepalive examplesEgon Eckert2015-05-083-3/+3
* curl_multi_info_read.3: fix typoDaniel Stenberg2015-05-041-3/+3
* docs/libcurl: gitignore libcurl-symbols.3Jay Satiro2015-04-291-0/+1
* CURLOPT_HEADEROPT: default to separateDaniel Stenberg2015-04-281-6/+6
* docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentationLinus Nielsen2015-04-281-2/+1
* dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAMEhttp2-mutiplexDaniel Stenberg2015-04-281-11/+13
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-284-0/+98
* curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSIONDaniel Stenberg2015-04-271-1/+21
* cyassl: Implement public key pinningJay Satiro2015-04-221-4/+15
* docs: distribute the CURLOPT_PINNEDPUBLICKEY(3) man page, tooKamil Dudka2015-04-221-3/+6
* nss: implement public key pinning for NSS backendKamil Dudka2015-04-221-1/+1
* CURLOPT_HEADERFUNCTION.3: match parameter name in synopsis and descDaniel Stenberg2015-04-201-1/+1
* CURLMOPT_TIMERFUNCTION.3: Clarify, add an exampleMichael Stapelberg2015-04-191-9/+47
* curl_version_info.3: fixed the 'protocols' variable typeDaniel Stenberg2015-04-181-2/+2
* CURLOPT_HTTP200ALIASES.3: Mainly SHOUTcast servers use "ICY 200"Thomas Ruecker2015-03-311-3/+5
* cyassl: CTX callback cosmetic changes and doc fixJay Satiro2015-03-282-16/+18
* cyassl: add SSL context callback support for CyaSSLKyle L. Huff2015-03-272-4/+4
* symbols-in-versions: added CURLOPT_PATH_AS_ISDan Fandrich2015-03-241-0/+1
* curl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_IS descriptionJay Satiro2015-03-241-1/+1
* CURLOPT_HTTPHEADER.3: fix typo in recent commitViktor Szakáts2015-03-241-1/+1
* CURLOPT_PATH_AS_IS.3: add type 'long' to prototypeViktor Szakáts2015-03-241-1/+1
* curl_easy_setopt.3: Add CURLOPT_PATH_AS_ISDaniel Stenberg2015-03-241-0/+2
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-242-13/+76
* curl_easy_recv/send: make them work with the multi interfaceYamada Yasuharu2015-03-232-6/+8
* darwinsssl: add support for TLS False StartNick Zitzmann2015-03-211-2/+2
* url: add CURLOPT_SSL_FALSESTART optionAlessandro Ghedini2015-03-204-5/+57
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-201-7/+6
* CURLOPT_URL.3: spelling!Daniel Stenberg2015-03-201-1/+1
* CURLOPT_URL.3: Added "SECURITY CONCERNS"Daniel Stenberg2015-03-201-1/+24
* CURLOPT_HTTPHEADER.3: add a "SECURITY CONCERNS" sectionDaniel Stenberg2015-03-201-1/+10
* docs/libcurl: clean up libcurl-symbols.3Dan Fandrich2015-03-181-1/+1
* docs/libcurl: check that all options with man pages are referencedDan Fandrich2015-03-181-1/+15
* curl_easy_setopt.3: added a few missing optionsDan Fandrich2015-03-181-0/+4
* docs/libcurl: make portability fixChristian Weisgerber2015-03-181-1/+1
* CURLOPT_*.3: more examples and editsDaniel Stenberg2015-03-175-15/+70
* CURLOPT_*.3: added lots of small example sectionsDaniel Stenberg2015-03-1711-22/+157
* CURLOPT_PRIVATE.3: provide an exampleDaniel Stenberg2015-03-161-2/+17
* CURLOPT_*TIMEOUT.3: provide examplesDaniel Stenberg2015-03-164-8/+48
* CURLOPT_USERAGENT.3: added an exampleDaniel Stenberg2015-03-161-2/+11