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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
maint
/
checkIncludes.py
Age
Commit message (
Expand
)
Author
2020-02-16
Stop assuming that /usr/bin/python exists
Panagiotis Vasilopoulos
2019-12-12
python: Add __future__ imports for python 3 compatibility
teor
2019-08-05
Update pre-commit hook to find checkIncludes in its new location
Nick Mathewson
2019-08-05
Move checkIncludes inside practracker
Nick Mathewson
2019-08-05
checkIncludes: add a real main function and CLI
Nick Mathewson
2019-08-05
checkIncludes: refactor to use error-iteration style
Nick Mathewson
2019-08-05
checkIncludes: Separate file-handling from rule-handling
Nick Mathewson
2019-08-05
checkIncludes.py: extract topological sort code
Nick Mathewson
2019-08-05
checkIncludes: introduce rules-file caching.
Nick Mathewson
2019-08-05
Move the executable part of checkIncludes.py inside an if block.
Nick Mathewson
2019-03-27
Stop assuming that /usr/bin/python3 exists
teor
2018-11-14
Make the topological-sort output off by default
Nick Mathewson
2018-11-14
Update the check-includes script to enforce some naming and no-circularity rules
Nick Mathewson
2018-08-28
Set the file encoding in checkIncludes.py with Python3
Nick Mathewson
2018-07-09
Add a little documentation to checkIncludes.py.
Nick Mathewson
2018-07-09
Re-wrap the error message emitted by checkIncludes.py
Nick Mathewson
2018-07-09
Make checkIncludes work on python 2.7
Nick Mathewson
2018-07-01
Prune the .may_include files a bit; detect unused lines in them
Nick Mathewson
2018-06-26
Remove some accidentally committed code in checkIncludes.py
Nick Mathewson
2018-06-22
Another windows include
Nick Mathewson
2018-06-21
add license statement to checkincludes, and have it return an error code
Nick Mathewson
2018-06-21
New script to check includes for modularity violations
Nick Mathewson