summaryrefslogtreecommitdiff
path: root/include/curl/typecheck-gcc.h
AgeCommit message (Expand)Author
2017-06-21typecheck-gcc: add support for CURLINFO_OFF_TMarcel Raad
2017-06-05typecheck-gcc: allow CURLOPT_STDERR to be NULL tooDaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_CERTINFODaniel Stenberg
2017-06-01typecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINFO_TLS_SESSIONDaniel Stenberg
2017-06-01typecheck-gcc.h: separate getinfo slist checks from other pointersDaniel Stenberg
2017-05-03typecheck-gcc: add support for CURLINFO_SOCKETMarcel Raad
2017-05-03typecheck-gcc: add missing string optionsMarcel Raad
2017-04-25typecheck-gcc: fix _curl_is_slist_infoMarcel Raad
2017-04-21typecheck-gcc: handle function pointers properlyMarcel Raad
2017-01-13unix_socket: add support for abstract unix domain socketIsaac Boukris
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-13typecheck-gcc.h: add missing slist-using optionsDaniel Stenberg
2015-11-13typecheck-gcc.h: added CURLOPT_CLOSESOCKETDATADaniel Stenberg
2015-11-13typecheck-gcc.h: add some missing string typesDaniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2014-06-17curl.h: reverse the enum/define setup for old symbolsDaniel Stenberg
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-11-12curl_easy_setopt: Added the ability to set the login options separatelySteve Holme
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-08-25options: added basic SASL XOAUTH2 supportKyle L. Huff
2012-04-14headers: surround GCC attribute names with double underscoresJonathan Nieder
2011-10-15typecheck: allow NULL to unset CURLOPT_ERRORBUFFERDave Reisner
2011-09-26Added unsigned char* to _curl_is_debug_cb.Guenter Knauf
2011-05-09include: cleanupDaniel Stenberg
2011-04-18transfer-encoding: added new option and cmdlineDaniel Stenberg
2010-08-12typecheck-gcc: work around gcc upstream bug #32061Kamil Dudka
2010-08-02typecheck-gcc: add checks for recently added optionsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-01-25- Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.Daniel Stenberg
2008-10-17remove some spurious line-endingsYang Tse
2008-10-16- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that thenDaniel Stenberg
2008-10-08- Igor Novoseltsev brought a patch that introduced two new options toDaniel Stenberg
2008-06-09CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string optionsMichal Marek
2008-05-20Adapting last changes to OS400:Patrick Monnerat
2008-03-18- Added curl_easy_getinfo typechecker.Michal Marek
2008-03-17Mark the statement expr with __extension__ so that gcc -pedantic doesn't emitMichal Marek
2008-03-11- Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek