]> git.proxmox.com Git - mirror_ovs.git/history - utilities/checkpatch.py
checkpatch: Fix handling of line endings.
[mirror_ovs.git] / utilities / checkpatch.py
2019-04-15 Ilya Maximetscheckpatch: Fix handling of line endings.
2019-04-03 Alin Gabriel Serdeancheckpatch: Normalize exit code for Windows
2019-02-25 Alin Gabriel SerdeanMerge pull request #276 from petrutlucian94/py_requirements
2019-02-22 Ilya Maximetscheckpatch: Escape range operators inside regex.
2019-01-18 Ilya Maximetscheckpatch: Check for C99 style comments.
2019-01-15 Ilya Maximetscheckpatch: Check style of FOREACH loops.
2019-01-11 Ben Pfaffpython: Fix invalid escape sequences.
2018-11-05 Bala Sankarancheckpatch: fix typographical error
2018-11-02 Ben Pfaffcheckpatch: Speed up checking when spell checking not...
2018-11-02 Ben Pfaffcheckpatch: Add explicit test for mailing list as author.
2018-08-16 Bala Sankarancheckpatch: support macro continuation
2018-08-13 Ben Pfaffcheckpatch: Improve accuracy and specificity of sign...
2018-08-06 Bala Sankarancheckpatch: warn on possible bare return
2018-07-03 Aaron Conolecheckpatch: fix patch separator line regex
2018-06-25 Aaron Conolecheckpatch: Only consider certain signoffs
2018-06-25 Aaron Conolecheckpatch: add quiet option
2018-05-16 Ben Pfaffcheckpatch: Be more specific about line length, misspel...
2018-05-10 Ben Pfaffcheckpatch: Fix filename matching.
2018-04-30 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-04-25 Ben Pfaffcheckpatch: Don't do line length or whitespace checks...
2018-04-17 Flavio Leitnercheckpatch: add checks for new rst docs
2018-04-03 Ben Pfaffcheckpatch: Fix mis-flagging of division operators...
2018-04-01 Aaron Conolecheckpatch: add a comment spell-checker
2018-04-01 Aaron Conolecheckpatch: filter comment contents
2018-04-01 Aaron Conolecheckpatch: introduce constants for the parse states
2018-03-31 Ben Pfaffcheckpatch: Avoid warnings for /* or */.
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