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
/
src
/
or
/
policies.c
Age
Commit message (
Expand
)
Author
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
Add about 60 more DOCDOC comments to 0.2.3
Nick Mathewson
2012-02-29
whitespace fix
Roger Dingledine
2012-02-17
document a cool attack that we evaluated
Roger Dingledine
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2012-01-16
fix crash bug in original feature4207 branch
Roger Dingledine
2012-01-16
Convert instances of tor_malloc+tor_snprintf into tor_asprintf
Nick Mathewson
2012-01-16
Comment fixups on 4207 suggested by arma
Nick Mathewson
2012-01-13
Allow authorities to baddir/badexit/invalid/reject nodes by cc
Nick Mathewson
2011-07-15
Remove compare_addr_to_node_policy
Nick Mathewson
2011-07-15
Treat null address as "unknown", not "rejected" in md policy
Nick Mathewson
2011-07-15
Remove compare_addr_to_addr_policy
Nick Mathewson
2011-07-08
Remove a redundant condition in compare_addr_to_node_policy
Nick Mathewson
2011-07-01
Don't shadow parameters with local variables
Nick Mathewson
2011-06-14
Make the get_options() return const
Nick Mathewson
2011-06-14
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-06-08
Don't use signed 1-bit bitfields
Sebastian Hahn
2011-03-06
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-06
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-03-06
exit_policy_is_general_exit is IPv4 only; it should admit it.
Nick Mathewson
2011-02-22
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-02-22
Don't let bad DNS make exit policy and declared exit policy get out of sync
Nick Mathewson
2011-01-20
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-20
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-20
Fix bounds-checking in policy_summarize
Robert Ransom
2011-01-06
Use autoconf's FLEXIBLE_ARRAY_MEMBER for unspecified-length arrays
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-10-15
Remove "is this too slow?" XXXX comments for code not appearing in profiles
Nick Mathewson
2010-10-14
Make check-spaces happy
Sebastian Hahn
2010-10-13
Implement node_set_exit_policy_to_reject_all with a flag
Nick Mathewson
2010-10-07
Add some missing documentation for things added in nodes branch
Nick Mathewson
2010-10-01
Implement policies for nodes (and for microdescriptors too)
Nick Mathewson
2010-10-01
Initial conversion to use node_t throughout our codebase.
Nick Mathewson
2010-10-01
Try to make most routerinfo_t interfaces const
Nick Mathewson
2010-08-16
Fix misplaced labels
Sebastian Hahn
2010-07-27
Create routerparse.h
Sebastian Hahn
2010-07-27
Create policies.h
Sebastian Hahn
2010-07-27
Create dirserv.h
Sebastian Hahn
2010-07-27
Create config.h
Sebastian Hahn
2010-07-18
Make the controller act more usefully when GETINFO fails
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2010-02-09
Speed up the execution of exit_policy_is_general_exit_helper()
Sebastian Hahn
2010-02-08
0/8 doesn't count as a /8 subnet towards an Exit flag
Sebastian Hahn
2010-02-03
Trivial doc fix for exit_policy_is_general_exit_helper
Nick Mathewson
2010-02-03
Don't assign Exit flag incorrectly
Sebastian Hahn
2010-01-15
remove redundant validate_addr_policies() checks
Roger Dingledine
2009-12-12
*_free functions now accept NULL
Sebastian Hahn
[next]