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
Age
Commit message (
Expand
)
Author
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
switchproxy doesn't work with firefox 1.5, i am told. here is a link
Roger Dingledine
2005-11-30
the stylesheet in cvs/tor/doc/ had relative links to the images,
Roger Dingledine
2005-11-30
Remove some functions that were around for hupping log files. We handle
Roger Dingledine
2005-11-30
Fix some verbose warnings and remove an unneeded include.
Nick Mathewson
2005-11-30
remove some functions that are not used; #if0 out some files that are not lik...
Nick Mathewson
2005-11-30
Move connection_or_remove_from_identity_map() to connection_unlink, but dont ...
Nick Mathewson
2005-11-30
Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...
Nick Mathewson
2005-11-30
Move code to check for zero digests into util.c
Nick Mathewson
2005-11-29
Funny. I could have sworn that it compiled.
Nick Mathewson
2005-11-29
Fix a bug weasel found: when we are an authority and somebody requests "all" ...
Nick Mathewson
2005-11-29
Make arguments to circuit_set_circid_orconn match the connection that is clos...
Nick Mathewson
2005-11-28
Avoid a segfault in routerlist_reset_warnings()
Nick Mathewson
2005-11-28
when returning a list of circuits, don't return a list of the same
Roger Dingledine
2005-11-26
when event_add or event_del fail, tell us why.
Roger Dingledine
2005-11-26
clean up broken comment
Roger Dingledine
2005-11-26
"How about 'never'? Does 'never' work for you?"
Nick Mathewson
2005-11-26
Cut down a common call to circuit_get_by_conn by about half.
Nick Mathewson
2005-11-26
HT_NEXT invalidates the last iterator; fix rmv-related segfault.
Nick Mathewson
2005-11-25
Start the process of treating internal circuits and exit circuits
Roger Dingledine
2005-11-25
when calling connection_get_by_identity_digest, don't do a memcmp
Roger Dingledine
2005-11-25
Bandaid workaround to make cvs not crash tor clients.
Roger Dingledine
2005-11-24
minor cleanup
Roger Dingledine
2005-11-24
Fix a bug found by Lasse Overlier: when we were making internal circuits
Roger Dingledine
2005-11-24
remove some more dead code (found while hunting lasse's bug)
Roger Dingledine
2005-11-24
get rid of some unused variables
Roger Dingledine
2005-11-23
link with -ldl if you need it.
Roger Dingledine
2005-11-23
whitespace and copyright fixes on configure.in
Roger Dingledine
2005-11-23
Add functions to return number of elts in associative containers
Nick Mathewson
2005-11-23
comment that scary-looking function.
Roger Dingledine
2005-11-23
Fix dumb logic error that kept some old descripttors from getting the axe.
Nick Mathewson
2005-11-23
Make dropping very old descriptors faster (remove old correctness check). Tra...
Nick Mathewson
2005-11-23
e more aggressive about calling routerlist_remove_old_routers()
Nick Mathewson
2005-11-23
Dump bytes held to store descriptors.
Nick Mathewson
[prev]
[next]