This website requires JavaScript.
Explore
Help
Sign In
torproject
/
tor
Watch
1
Star
0
Fork
0
You've already forked tor
mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced
2024-12-06 19:41:15 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
651bbe8a0d5fbff261a98314b56f57314ea394cd
tor
/
scripts
/
coccinelle
T
History
Taylor Yu
58ec88e806
Coccinelle scripts for control.c refactor
2019-04-30 13:18:46 -05:00
..
calloc.cocci
…
ceil_div.cocci
Add Coccinelle patch for detecing places where CEIL_DIV should be used.
2017-08-24 15:20:11 -04:00
ctrl-reply-cleanup.cocci
Coccinelle scripts for control.c refactor
2019-04-30 13:18:46 -05:00
ctrl-reply.cocci
Coccinelle scripts for control.c refactor
2019-04-30 13:18:46 -05:00
malloc_cast.cocci
…
test_assert_int.cocci
Add Coccinelle patch for replacing tt_assert() usage on integer types.
2017-08-24 15:21:43 -04:00
test_assert_null.cocci
Add Coccinelle patch for replacing NULL/non-NULL tt_assert().
2017-08-24 15:22:20 -04:00
test_assert_zero.cocci
Add Coccinelle patch for replacing tt_assert(0) with tt_abort().
2017-08-24 15:21:07 -04:00
test-operator-cleanup
Add script for cleaning op operator usage in test files.
2017-08-24 15:19:11 -04:00
tor-coccinelle.h
Coccinelle scripts for control.c refactor
2019-04-30 13:18:46 -05:00
uncalloc.cocci
…