index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
coccinelle
Age
Commit message (
Expand
)
Author
2019-12-20
Makefile/git scripts: Add comments to keep owned file lists in sync
teor
2019-12-05
cocci: Require spatch >= 1.0.4 to run checks
teor
2019-10-28
scripts: Change to the top source directory as needed
teor
2019-10-24
scripts/cocci: Check owned src in check_cocci_parse.sh by default
teor
2019-10-24
scripts/cocci: Add check_cocci_parse.sh and default exceptions
teor
2019-10-24
scripts/cocci: Remove unused arguments from try_parse.sh spatch
teor
2019-10-24
scripts/cocci: Add an exceptions file to try_parse.sh
teor
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
confmacros.h: fix coccinelle parsing.
Nick Mathewson
2019-10-22
tor-coccinelle.h: add a definition for EXTERN
Nick Mathewson
2019-10-22
tor-coccinelle.h: add HANDLE_{DECL,IMPL}
Nick Mathewson
2019-10-22
tor-coccinelle.h: add EAT_SEMICOLON
Nick Mathewson
2019-10-22
tor-coccinelle.h: add CHECK_SCANF
Nick Mathewson
2019-10-22
tor-coccinelle.h: add MOCK_DECL
Nick Mathewson
2019-10-22
tor-coccinelle.h: handle SLIST and LIST.
Nick Mathewson
2019-10-22
Add a "COCCI" macro that we tell coccinelle is always defined.
Nick Mathewson
2019-10-22
tor-coccinelle.h: handle NS and NS_DECL.
Nick Mathewson
2019-10-22
tor-coccinelle: handle SIMPLEQ and TAILQ better.
Nick Mathewson
2019-10-22
tor-coccinelle.h: Add {EN,DIS}ABLE_GCC_WARNING.
Nick Mathewson
2019-10-22
tor-coccinelle: expect parentheses after HT_INITIALIZER
Nick Mathewson
2019-10-22
try_parse.sh: add a verbose mode and a meaningful exit code.
Nick Mathewson
2019-10-22
document test-operator-cleanup
Nick Mathewson
2019-10-09
Document tor-coccinelle.h
Nick Mathewson
2019-09-18
Add a coccinelle script to look for {inc,dec}rements in log_debug
Nick Mathewson
2019-09-11
Add some more of our trickier macros to tor-coccinelle.h
Nick Mathewson
2019-09-11
Add a script to tell whether a file can be perfectly parsed by spatch
Nick Mathewson
2019-09-11
Add a script to run spatch with appropriate arguments
Nick Mathewson
2019-04-30
Coccinelle scripts for control.c refactor
Taylor Yu
2017-08-24
Add Coccinelle patch for replacing NULL/non-NULL tt_assert().
Alexander Færøy
2017-08-24
Add Coccinelle patch for replacing tt_assert() usage on integer types.
Alexander Færøy
2017-08-24
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
Alexander Færøy
2017-08-24
Add Coccinelle patch for detecing places where CEIL_DIV should be used.
Alexander Færøy
2017-08-24
Add script for cleaning op operator usage in test files.
Alexander Færøy
2014-11-02
Add a rule to the calloc semantic patch for argument ordering.
Mansour Moufid
2014-11-02
The second argument to tor_calloc should be a constant.
Mansour Moufid
2014-11-02
Refactor the calloc semantic patch.
Mansour Moufid
2014-09-16
Add coccinelle script to remove pointless callocs
Nick Mathewson
2014-09-16
Add script to detect and remove unCish malloc-then-cast pattern
Nick Mathewson
2014-08-13
Add a simple coccinelle script to replace malloc->calloc
Nick Mathewson