summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* bump: toward 7.51.0Daniel Stenberg2016-09-071-4/+4
* curl.h: make CURL_NO_OLDIES define CURL_STRICTERDaniel Stenberg2016-08-091-0/+4
* bump: start working toward 7.50.2Daniel Stenberg2016-08-031-3/+3
* include: revert 9adf3c4 and make public types void * againDaniel Stenberg2016-07-312-1/+10
* bump: start working on 7.50.1Daniel Stenberg2016-07-211-3/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* headers: forward declare CURL, CURLM and CURLSH as structsDaniel Stenberg2016-06-222-4/+4
* http: add CURLINFO_HTTP_VERSION and %{http_version}Frank Gevaerts2016-05-301-1/+2
* bump: start the journey toward 7.50.0Daniel Stenberg2016-05-301-4/+4
* bump: Start work on 7.49.1Steve Holme2016-05-181-3/+3
* curlbuild.h.dist: check __LP64__ as well to fix MIPS buildDaniel Stenberg2016-05-181-3/+3
* curl.h: clarify curl_sslbackend for openssl clones and renamesDaniel Stenberg2016-04-251-0/+5
* curl.h: CURLOPT_CONNECT_TO sets a struct slist *, not a stringPatrick Monnerat2016-04-221-1/+1