aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
AgeCommit message (Expand)AuthorFilesLines
2021-06-25checkAPIs: __func__ is now part of C99, allow itJoão Valverde1-5/+0
2021-03-25tools: add g_memdup to prohibited APIs.Dario Lombardo1-0/+3
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-4/+5
2020-11-19checkAPIs: Fix typoJann Horn1-1/+1
2020-09-16Update our issue tracker URL in some places.Gerald Combs1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-18/+22
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-2/+2
2019-04-19checkAPIs: Check for non-UTF-8 instead of non-ASCII.Gerald Combs1-2/+5
2018-10-26checkAPIs.pl: fix false positive in value_string.hPeter Wu1-1/+1
2018-10-21checkAPIs: check ett variable registrations.Jeff Morriss1-62/+30
2018-10-20checkAPIs: use new regex to remove comments.Jeff Morriss1-16/+4
2018-10-10checkAPIs.pl: check for return/goto in TRY/CATCH blocksPeter Wu1-1/+35
2018-09-24checkAPIs.pl: speed up check_value_string_arrays and remove_if0_codePeter Wu1-64/+52
2018-09-20checkAPIs.pl: improve value_string validation in field definitionsPeter Wu1-4/+18
2018-09-20checkAPIs.pl: recognize fields with spaces in displayPeter Wu1-1/+4
2018-09-20checkAPIs.pl: support for new-style dissectors in check_hf_entriesPeter Wu1-1/+13
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-8/+44
2018-05-14Update some comments.Guy Harris1-8/+3
2018-05-14checkAPIs: handle C++ / C99-style '//' commentsPeter Wu1-3/+4
2018-05-08Report the file name in the "#if/#endif mismatch" error.Guy Harris1-2/+4
2018-04-30checkAPIs.pl: fix false positive with C++ method namesPeter Wu1-1/+6
2018-04-21Remove a few obsolete references to gtk from checkapi and faq.pyJoerg Mayer1-1024/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-01-15Qt: change obsolete qVariantFromValue into QVariant::fromValue.Dario Lombardo1-0/+1
2017-10-16checkAPI: error out on empty filelistJoão Valverde1-0/+2
2017-08-08checkAPIs.pl: Don't check prefs.[ch] for duplicate registered variablesAhmad Fatoum1-0/+3
2017-08-07checkAPIs.pl: Detect multiple preferences with same variableAhmad Fatoum1-0/+40
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-2/+2
2017-05-25checkAPIs.pl: Add check to make sure tvb_get_ function isn't used in proto_tr...Michael Mann1-2/+19
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-0/+13
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-31checkAPIs: improve trailing item suggestion for XXX_stringPeter Wu1-4/+25
2017-03-29checkAPIs.pl: check value_string terminationPeter Wu1-12/+10
2016-10-27checkAPI: move atoi from soft-deprecated to prohibited.Dario Lombardo1-7/+2
2016-09-06checkAPI: move atoi from deprecated to soft-deprecated list.Dario Lombardo1-2/+7
2016-09-06Allow a lot more C99 featuresPeter Wu1-11/+0
2016-09-05checkAPI: add deprecated atoi.Dario Lombardo1-0/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-3/+19
2016-04-12checkAPIs: Add links to banned functions.Gerald Combs1-1/+9
2016-03-05Check source files for broken (read: not set to 8) tabstop settings.Jeff Morriss1-0/+15
2016-01-09checkAPIs: remove false positive in shadow checkPeter Wu1-1/+1
2016-01-06checkAPIs: Add "system" to possible shadow variable (on OS X)Alexis La Goutte1-0/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-2/+0
2015-10-29tools/checkAPIs.pl: improve the hf_ error messagesStefan Metzmacher1-6/+6
2015-09-21Remove proto_tree_add_text API.Michael Mann1-64/+0
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-1/+0
2015-08-22Correct logic for finding shadow variables.Michael Mann1-1/+1