summaryrefslogtreecommitdiff
path: root/include/curl/typecheck-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* defines: avoid underscore-prefixed definesDaniel Stenberg2019-08-231-273/+273
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-08-061-0/+1
* typecheck: add 3 missing strings and a callback data pointerDaniel Stenberg2019-06-221-2/+5
* typecheck: CURLOPT_CONNECT_TO takes an slist tooDaniel Stenberg2019-06-201-0/+1
* Revert all SASL authzid (new feature) commitsJay Satiro2019-05-251-1/+0
* sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZIDSteve Holme2019-05-221-0/+1
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-8/+2
* alt-svc: the libcurl bitsDaniel Stenberg2019-03-031-1/+2
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-0/+1
* setopt: add CURLOPT_DOH_URLDaniel Stenberg2018-09-061-2/+4
* spelling fixesViktor Szakats2018-06-031-1/+1
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-211-0/+13
* mime: new MIME API.Patrick Monnerat2017-09-021-0/+6
* typecheck-gcc: add support for CURLINFO_OFF_TMarcel Raad2017-06-211-3/+12
* 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-011-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
* unix_socket: add support for abstract unix domain socketIsaac Boukris2017-01-131-1/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-2/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-18/+18
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-7/+8
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* typecheck-gcc.h: add missing slist-using optionsDaniel Stenberg2015-11-131-4/+6
* typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATADaniel Stenberg2015-11-131-10/+11
* typecheck-gcc.h: add some missing string typesDaniel Stenberg2015-11-131-42/+49
* Negotiate: custom service names for SPNEGO.Linus Nielsen2015-04-281-0/+2
* curl.h: reverse the enum/define setup for old symbolsDaniel Stenberg2014-06-171-2/+2
* login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg2013-12-141-2/+2
* curl_easy_setopt: Added the ability to set the login options separatelySteve Holme2013-11-121-0/+1
* libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry2013-09-121-0/+4
* options: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-251-0/+1
* headers: surround GCC attribute names with double underscoresJonathan Nieder2012-04-141-3/+4
* typecheck: allow NULL to unset CURLOPT_ERRORBUFFERDave Reisner2011-10-151-1/+2
* Added unsigned char* to _curl_is_debug_cb.Guenter Knauf2011-09-261-1/+13
* include: cleanupDaniel Stenberg2011-05-091-56/+62
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-2/+2
* typecheck-gcc: work around gcc upstream bug #32061Kamil Dudka2010-08-121-56/+79
* typecheck-gcc: add checks for recently added optionsDaniel Stenberg2010-08-021-1/+12
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg2009-01-251-1/+2
* remove some spurious line-endingsYang Tse2008-10-171-3/+3
* - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg2008-10-161-1/+3
* - Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg2008-10-081-0/+2
* CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string optionsMichal Marek2008-06-091-0/+2
* Adapting last changes to OS400:Patrick Monnerat2008-05-201-6/+11