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
Age
Commit message (
Expand
)
Author
2013-04-08
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2013-04-08
Update to the April 2013 GeoIP database.
Karsten Loesing
2013-03-18
Merge remote-tracking branch 'public/bug8377' into maint-0.2.3
Nick Mathewson
2013-03-11
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2013-03-07
Update to the March 2013 GeoIP database.
Karsten Loesing
2013-03-01
Add unit test for tor_addr_is_loopback
Nick Mathewson
2013-03-01
Make sure that [::1] is recognized as a private address
Nick Mathewson
2013-02-12
oops; add a missing semicolon
Nick Mathewson
2013-02-11
Check whether ei is non-NULL before altering it.
Nick Mathewson
2013-02-08
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2013-02-08
Update to the February 2013 GeoIP database.
Karsten Loesing
2013-01-15
Merge branch 'bug7889_023' into maint-0.2.3
Nick Mathewson
2013-01-14
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2013-01-14
Reject create/begin/etc cells with {circ,stream}ID 0.
Nick Mathewson
2013-01-05
Update to the January 2013 GeoIP database.
Karsten Loesing
2012-12-13
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2012-12-13
Add link explaining how the geoip file was created.
Karsten Loesing
2012-12-13
Update to the December 2012 GeoIP database.
Karsten Loesing
2012-12-13
Update to the November 2012 GeoIP database.
Karsten Loesing
2012-11-12
use a more logical operator
Roger Dingledine
2012-11-08
Turn a memwipe in tor_process_handle_destroy() back to memset
Nick Mathewson
2012-11-08
Merge branch 'bug7352_023_rebased' into maint-0.2.3
Nick Mathewson
2012-11-08
Add and use and unlikely-to-be-eliminated memwipe()
Nick Mathewson
2012-10-23
Fix a remotely triggerable assertion failure (CVE-2012-2250)
Nick Mathewson
2012-10-23
Make unit test for bug7191 work with new smartlist_new() name
Nick Mathewson
2012-10-23
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2012-10-23
Add some unit tests for smartlist_bsearch_idx() on short lists
Andrea Shepard
2012-10-23
Add a changes file for bug 7191.
Nick Mathewson
2012-10-23
Fix binary search on lists of 0 or 1 element.
Nick Mathewson
2012-10-23
Let 0.2.3 clients exit to internal addresses if they want
Roger Dingledine
2012-10-23
Fix parse_short_policy (bug 7192.)
Nick Mathewson
2012-10-22
add a unit test to expose bug 7192
Roger Dingledine
2012-10-19
Merge branch 'block_renegotiate_023' into maint-0.2.3
Nick Mathewson
2012-10-19
Merge branch 'bug7149' into maint-0.2.3
Nick Mathewson
2012-10-19
Don't serve or accept v2 HS descs over a DirPort
Robert Ransom
2012-10-19
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Nick Mathewson
2012-10-19
Disable TLS Session Tickets, which we were apparently getting for free
Nick Mathewson
2012-10-17
Discard extraneous renegotiation attempts in the v3 link protocol
Nick Mathewson
2012-10-09
Merge branch 'bug7014_023_squashed' into maint-0.2.3
Nick Mathewson
2012-10-09
Don't call fmt_addr() twice in a parameter list.
George Kadianakis
2012-10-04
Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3
Nick Mathewson
2012-10-03
Refuse extra create cells with reason "resource limit"
Roger Dingledine
2012-10-03
properly free the return values of rate_limit_log()
Roger Dingledine
2012-09-22
add faravahar as our ninth v3 dir auth
Roger Dingledine
2012-09-19
Clarify that hidden services are TCP only
Nick Mathewson
2012-09-18
Whitespace fixes
Nick Mathewson
2012-09-17
Bug 6866: Convert pathbias asserts into log messages.
Mike Perry
2012-09-14
Use file-size-fixup code on cygwin too.
Nick Mathewson
2012-09-13
Fix man page typo
Robert Ransom
2012-09-13
mention the bug number in the 6827 changes file
Nick Mathewson
[next]