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
/
config.c
Age
Commit message (
Expand
)
Author
2006-03-12
Cleanup on time-relaqted constants. New conventions:
Nick Mathewson
2006-03-12
make tor --verify-config closer to working
Roger Dingledine
2006-03-11
fix bug reported by gozu: if we get a linelist or linelist_s
Roger Dingledine
2006-03-05
Add some functions to escape values from the network before sending them to t...
Nick Mathewson
2006-03-05
Allow private:* in routerdescs; not generated yet (because older Tors do not ...
Nick Mathewson
2006-02-20
make the NoPublish option obsolete.
Roger Dingledine
2006-02-20
the other half of fixing bug 257. catch an error in more places.
Roger Dingledine
2006-02-19
try to address bug 257: if rename() fails during saveconf, tell
Roger Dingledine
2006-02-19
New config options to address bug 251:
Roger Dingledine
2006-02-19
clean up the Reachable*Addresses changes
Roger Dingledine
2006-02-18
this is why you're not supposed to cut-and-paste code
Roger Dingledine
2006-02-18
Make it compile with VC7. It does not yet link.
Peter Palfrader
2006-02-13
Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...
Peter Palfrader
2006-02-13
Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses
Peter Palfrader
2006-02-13
more log conversions.
Roger Dingledine
2006-02-13
resolve too-long-lines
Roger Dingledine
2006-02-13
Style on config_addr_policy_intersectes, which looks ok to me.
Nick Mathewson
2006-02-13
Let the users set ControlListenAddress in the torrc.
Roger Dingledine
2006-02-13
Compress exit policies even more. please review
Peter Palfrader
2006-02-12
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...
Nick Mathewson
2006-02-12
Drop redundant exit policy entries, not just identical ones.
Nick Mathewson
2006-02-12
Retain unrecognized options in state file, so that we can be forward-compatible.
Nick Mathewson
2006-02-12
more helpful log message when running servers on obsolete windows.
Roger Dingledine
2006-02-12
bump up the period for forcing a hidden service descriptor upload
Roger Dingledine
2006-02-12
compress exit policies even more -- look for duplicate lines
Roger Dingledine
2006-02-11
bugfix in config_cmp_addr_policies() -- we were treating a pair
Roger Dingledine
2006-02-11
Keep running if we ask for an impossible stdout log; just warn.
Nick Mathewson
2006-02-11
Warn if running obsolete windows as a server.
Nick Mathewson
2006-02-09
Happy new year!
Roger Dingledine
2006-02-06
Fix a const-non-const warning
Nick Mathewson
2006-02-01
Add a new config option ExitPolicyRejectPrivate which defaults to 1.
Roger Dingledine
2006-01-28
bump the default bandwidthrate to 3 MB, and burst to 6 MB
Roger Dingledine
2006-01-17
when you tried to set orport through the controller, it would
Roger Dingledine
2006-01-16
turn crypto hardware acceleration off by default, until we find
Roger Dingledine
2006-01-11
add missing warning
Nick Mathewson
2006-01-11
Fix double-free of torrc_fname
Nick Mathewson
2006-01-11
Fix bug 240: dont dump descriptions when not dumping actual config lines.
Nick Mathewson
2006-01-11
Fix bug 230: add a rollback function to reverse all changes since the last ma...
Nick Mathewson
2006-01-11
Fix another memleak. I love you, valgrind!
Nick Mathewson
2006-01-11
we were leaking 3KB every time the entry guards changed, every time
Roger Dingledine
2006-01-10
we changed the name of AccountingBytesReadInInterval
Roger Dingledine
2006-01-10
entry nodes are now entry guards.
Roger Dingledine
2006-01-10
or_state_validate() needs an extra arg too or it will crash
Roger Dingledine
2006-01-10
hack to address bug 238.
Roger Dingledine
2006-01-10
fix bug 235
Roger Dingledine
2006-01-10
Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.
Nick Mathewson
2006-01-07
helper nodes are dead
Roger Dingledine
2006-01-06
Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...
Nick Mathewson
2006-01-02
prevent auth dir servers from enabling entry nodes.
Roger Dingledine
2006-01-02
bugfix: only try to use the EntryNodes config option if it is set.
Roger Dingledine
[next]