]> git.proxmox.com Git - mirror_ovs.git/history - utilities/checkpatch.py
checkpatch.py: Fix Python style.
[mirror_ovs.git] / utilities / checkpatch.py
2018-01-26 Ben Pfaffcheckpatch.py: Fix Python style.
2018-01-25 Justin Pettitcheckpatch.py: Add check for "xxx" in comments.
2017-10-10 Ilya Maximetscheckpatch: Reset line counter.
2017-08-21 Joe Stringercheckpatch: Enforce bracing around conditionals.
2017-08-09 Joe Stringercheckpatch: Check for trailing operators.
2017-08-09 Joe Stringercheckpatch: Fix matching on C filenames.
2017-08-09 Joe Stringercheckpatch: Check for infix operator whitespace.
2017-07-26 Ilya Maximetscheckpatch: Print commit hashes and names.
2017-07-26 Ilya Maximetscheckpatch: Allow checking more than one file.
2017-07-26 Ilya Maximetscheckpatch: Print results while checking HEAD and stdin.
2017-07-26 Ilya Maximetscheckpatch: Don't allow Gerrit Change-Ids.
2017-07-12 Bhanuprakash Bodireddycheckpatch: Suggest ovs_assert() to author.
2017-07-06 Joe Stringercheckpatch: Use default encoding from email library.
2017-06-16 Ilya Maximetscheckpatch: Fix skipping of the most recent commit.
2017-06-14 Ben Pfaffcheckpatch: Support checking recent commits in the...
2017-06-08 Ben Pfaffcheckpatch: Also allow .at files to have leading tabs.
2017-06-01 Ben Pfaffcheckpatch: Also exempt Makefile.am from leading whites...
2017-06-01 Ben Pfaffcheckpatch: Fix typo for use as filter.
2017-06-01 Ben Pfaffcheckpatch: Omit some checks on comment lines.
2017-05-31 Ben Pfaffcheckpatch: Implement -f option more usefully.
2017-05-31 Ben Pfaffcheckpatch: Also check switch, HMAP_FOR_EACH, etc.
2017-05-31 Joe Stringercheckpatch: Skip checking Linux headers.
2017-05-30 Ben Pfaffcheckpatch: Be more careful about checking function...
2017-05-25 Joe Stringercheckpatch: Check for stdlib usage.
2017-05-08 Ben Pfaffcheckpatch: Fix inconsistencies skipping datapath files.
2017-05-01 Aaron Conolecheckpatch: fix pointer declaration
2017-05-01 Aaron Conolecheckpatch: filename from hunks fix
2017-05-01 Aaron Conolecheckpatch: print conformance
2017-05-01 Aaron Conolecheckpatch: correct a parsing issue
2017-05-01 Aaron Conolecheckpatch: move the checks to the framework
2017-05-01 Aaron Conolecheckpatch: common print_line
2017-05-01 Aaron Conolecheckpatch: introduce a flexible framework
2017-03-16 Eric Garvercheckpatch.py: Fix false positive on if/when/for
2017-03-09 Joe Stringercheckpatch: Fix running under python3.
2017-03-09 Joe Stringercheckpatch: Check for pointer whitespace.
2016-12-02 Daniele Di Proiettopython: Add double newline after fuction or class ...
2016-11-29 Aaron Conolecheckpatch: Add file-parsing mode
2016-11-29 Aaron Conolecheckpatch: fix the if and whitespace checks
2016-11-29 Aaron Conolecheckpatch: Fix signoff error
2016-11-29 Aaron Conolecheckpatch: Print file line numbers
2016-11-29 Aaron Conolecheckpatch: convert some of the warnings
2016-11-29 Aaron Conolecheckpatch: Print the line in question distinctly
2016-11-29 Aaron Conolecheckpatch: Announce the file where errors occur
2016-05-20 Aaron Conoleutilities/checkpatch.py: Check for appropriate bracing
2016-04-18 Daniele Di Proiettocheckpatch: Accept form feeds.
2016-04-09 Joe Stringercheckpatch: Don't enforce char limit on tests.
2016-03-31 Ben Pfaffcheckpatch: Fix Python style violation.
2016-03-31 Aaron Conolecheckpatch.py: A simple script for finding patch issues