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
Age
Commit message (
Expand
)
Author
2005-12-09
util.c:1308: error: conflicting types for "is_internal_IP"
Nick Mathewson
2005-12-09
let the user configure a sockslistenaddress on other private IPs
Roger Dingledine
2005-12-09
let is_internal_IP() know whether you're asking about an IP
Roger Dingledine
2005-12-08
Make code to handle "private" alias work when assume_action is set.
Nick Mathewson
2005-12-08
when we're checking reachability, make it clearer in the logs
Roger Dingledine
2005-12-08
remove a redundant memcpy when extending to a new server
Roger Dingledine
2005-12-08
Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.
Nick Mathewson
2005-12-08
Release memory from conn_circid_circuit_map on exit.
Nick Mathewson
2005-12-08
Add private:* as an alias in configuration for policies.
Nick Mathewson
2005-12-08
Warn when binding to a public address for socks. This warning needs to be im...
Nick Mathewson
2005-12-08
Document CREATE_FAST better in the code. Move our key expansion algorithm in...
Nick Mathewson
2005-12-08
Whitespace normalization
Nick Mathewson
2005-12-08
Do not free a constant string.
Nick Mathewson
2005-12-07
Make clients use CREATE_FAST cells. add an option to disable this.
Nick Mathewson
2005-12-07
fix typo noticed by scrimbly
Roger Dingledine
2005-12-07
what the heck is wrong with this little piece of code?
Roger Dingledine
2005-12-06
tell the controller about new .onion streams too.
Roger Dingledine
2005-12-06
get rid of nick's crazy voodoo dh checking.
Roger Dingledine
2005-12-06
the other half of weasel's patch, so old gcc's can build cvs again.
Roger Dingledine
2005-12-06
Old gccs want you to do your variable declarations first
Peter Palfrader
2005-12-06
when we're giving up on a circuit and retrying on a new one,
Roger Dingledine
2005-12-06
Fix bug 212: Directory authorities should not try to download server descript...
Nick Mathewson
2005-12-05
Better fix for last bug: avoids trying to double-mark circuits.
Nick Mathewson
2005-12-05
We were neglecting to unlink marked circuits from soon-to-close OR connections.
Nick Mathewson
2005-12-05
Change how OR conns get removed from the identity map; fix some warnings on s...
Nick Mathewson
2005-12-05
Check magic when removing old connection from map.
Nick Mathewson
2005-12-05
Set chosen_exit_name to something we are not about to zero.
Nick Mathewson
2005-12-05
When parsing foo.exit, if foo is unknown, and we are leaving circuits unattac...
Nick Mathewson
2005-12-05
Remove superfluous strdup
Peter Palfrader
2005-12-05
Also print usernames, not just numeric UIDs when we tell the user that his da...
Peter Palfrader
2005-12-05
give a hint when people are running tor as the wrong user, rather than
Roger Dingledine
2005-12-05
Bugfix for trackhostexits: write down the fingerprint of the chosen exit,
Roger Dingledine
2005-12-04
fix a log message to be mildly more helpful
Roger Dingledine
2005-12-04
Fix another time comparison bug in circuit_stream_is_being_handled().
Roger Dingledine
2005-12-04
ok, i know this one was a bug. we were expiring open general
Roger Dingledine
2005-12-04
take back half of my bugfix. comparing times sucks.
Roger Dingledine
2005-12-04
fix the first bug with our optimization to circuit_expire_building():
Roger Dingledine
2005-12-03
Clean up some comments; remove some dead code
Nick Mathewson
2005-12-03
Use a switch statement and some mild refactoring to try to speed up circuit_e...
Nick Mathewson
2005-12-03
cvs diff -u src/or/circuitlist.c | less almost never does what you want in C.
Nick Mathewson
2005-12-03
Expunge remaining places where we used "tree" to mean "associative array".
Nick Mathewson
2005-12-03
Shave off another 4.7%: remove a linear search when figuring out which circui...
Nick Mathewson
2005-12-03
Remove "tree" references from dns.
Nick Mathewson
2005-12-03
Make more arguments const; do not call hash tables trees.
Nick Mathewson
2005-12-01
Ive spent about 10 hours benchmarking permutations on our counter-mode implem...
Nick Mathewson
2005-12-01
Add a benchmark-aes function to test.c. Off by default.
Nick Mathewson
2005-11-30
assert_buf_ok was showing up in the profile; remove it from critical-path fun...
Nick Mathewson
2005-11-30
and its header
Roger Dingledine
2005-11-30
remove another unused function
Roger Dingledine
2005-11-30
Remove some functions that were around for hupping log files. We handle
Roger Dingledine
[next]