summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-281-0/+5
* curl/system.h: add check for XTENSA for 32bit gccDaniel Stenberg2017-06-241-1/+2
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-211-2/+2
* typecheck-gcc: add support for CURLINFO_OFF_TMarcel Raad2017-06-211-3/+12
* http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel Stenberg2017-06-191-0/+3
* getinfo: return sizes as curl_off_tDaniel Stenberg2017-06-191-0/+7
* curl/curlver.h: start working on 7.55.0Daniel Stenberg2017-06-151-4/+4
* system.h: fix MinGW buildMarcel Raad2017-06-141-2/+2
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-149-1570/+347
* typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg2017-06-051-2/+3
* typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg2017-06-011-0/+9
* typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg2017-06-011-0/+10
* typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg2017-06-012-6/+7
* curl: show the libcurl release date in --version outputDaniel Stenberg2017-05-141-3/+3
* typecheck-gcc: add support for CURLINFO_SOCKETMarcel Raad2017-05-031-0/+9
* typecheck-gcc: add missing string optionsMarcel Raad2017-05-031-0/+14
* typecheck-gcc: fix _curl_is_slist_infoMarcel Raad2017-04-251-1/+1
* typecheck-gcc: handle function pointers properlyMarcel Raad2017-04-211-53/+54
* bump: start working on next releaseDaniel Stenberg2017-04-191-3/+3
* system.h: fix mingw sectionDaniel Stenberg2017-04-111-1/+14
* system.h: add section for tccDaniel Stenberg2017-04-071-0/+13
* system.h: set sizeof long to 4 on "default 32 bit" systemsDaniel Stenberg2017-04-061-0/+1
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-034-26/+461
* spelling fixesklemens2017-03-262-3/+3
* url: add option CURLOPT_SUPPRESS_CONNECT_HEADERSDesmond O. Chang2017-03-121-0/+3
* bump: next release will be known as 7.54.0Daniel Stenberg2017-03-081-4/+4
* vtls: add options to specify range of enabled TLS versionsJozef Kralik2017-03-081-0/+12
* bump: work on the next releaseDaniel Stenberg2017-02-241-3/+3
* bump: 7.53.1 coming upDaniel Stenberg2017-02-231-3/+3
* CURLOPT_BUFFERSIZE: support enlarging receive bufferRichy Kim2017-01-191-0/+5
* bump: next release will be 7.53.0Daniel Stenberg2017-01-162-8/+8
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-132-1/+5
* curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in useDaniel Stenberg2016-12-291-1/+1
* bump: toward next releaseDaniel Stenberg2016-12-231-3/+3
* bump: toward next releaseDaniel Stenberg2016-12-211-3/+3
* preproxy: renamed what was added as SOCKS_PROXYDaniel Stenberg2016-12-161-2/+2
* CURLOPT_SOCKS_PROXYTYPE: removedDaniel Stenberg2016-12-161-5/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-133-6/+9
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-1/+2
* HTTPS Proxy: Implement CURLOPT_PROXY_PINNEDPUBLICKEYThomas Glanzmann2016-11-251-0/+4
* add CURLINFO_SCHEME, CURLINFO_PROTOCOL, and %{scheme}Frank Gevaerts2016-11-251-1/+3
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-18/+18
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-243-11/+12
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-2/+69
* bump: next version will be 7.52.0Daniel Stenberg2016-11-091-4/+4
* vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka2016-11-071-0/+1
* s/cURL/curlDaniel Stenberg2016-11-071-1/+1
* bump: start working on 7.51.1Daniel Stenberg2016-11-031-3/+3
* New libcurl option to keep sending on errorMichael Kaufmann2016-09-221-0/+4
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+2