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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-07-05
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-07-05
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-07-03
Remove urras as a default trusted directory authority
Sebastian Hahn
2016-06-13
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-06-13
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-06-13
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-06-12
Update geoip and geoip6 to the June 7 2016 database.
Karsten Loesing
2016-06-02
Use tor_sscanf, not sscanf, in test_util.c.
Nick Mathewson
2016-05-25
Fix a dangling pointer issue in our RSA keygen code
Nick Mathewson
2016-05-12
Merge branch 'bug18977_026_v2' into maint-0.2.7
Nick Mathewson
2016-05-12
Merge branch 'bug18977_024_v2' into bug18977_026_v2
Nick Mathewson
2016-05-12
Have correct_tm set tm_wday as well.
Nick Mathewson
2016-05-11
unbreak the build (when warnings are enabled)
Roger Dingledine
2016-05-11
Fix out-of-bounds write during voting with duplicate ed25519 keys
John Brooks
2016-05-09
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-05-09
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-05-09
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-05-09
Update geoip and geoip6 to the May 4 2016 database.
Karsten Loesing
2016-04-12
Do not link tests against both libor.a and libor-testing.a
Nick Mathewson
2016-04-07
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-04-07
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-04-07
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-04-07
Update geoip and geoip6 to the April 5 2016 database.
Karsten Loesing
2016-03-30
Merge branch 'bug15221_027' into maint-0.2.7
Andrea Shepard
2016-03-29
Merge branch 'bug18570_027' into maint-0.2.7
Andrea Shepard
2016-03-29
Merge branch 'bug16248_027' into maint-0.2.7
Andrea Shepard
2016-03-21
Merge branch 'ed25519_voting_fixes_squashed' into maint-0.2.7
Nick Mathewson
2016-03-21
Use nth consistently in dircollate.h.
Nick Mathewson
2016-03-21
In routers_make_ed_keys_unique, break ties for published_on
Nick Mathewson
2016-03-21
Assert that dircollator is collated when we're reading its output.
Nick Mathewson
2016-03-21
After we strip out duplicate entries from 'routers', don't use 'rl'.
Nick Mathewson
2016-03-21
Fix another case of 17668: Add NoEdConsensus
Nick Mathewson
2016-03-21
Document has_ed25519_listing
Nick Mathewson
2016-03-21
Never vote for an ed key twice.
Nick Mathewson
2016-03-21
Fix log message subjects in networkstatus_parse_vote_from_string()
Nick Mathewson
2016-03-21
Document dircollate.c (and remove an unused global)
Nick Mathewson
2016-03-21
Make sure channel_t queues its own copy of incoming cells
Andrea Shepard
2016-03-21
Add new channel/queue_incoming unit tests; modify channel unit tests for new ...
Andrea Shepard
2016-03-14
Permit setrlimit, prlimit, prlimit64 calls.
Nick Mathewson
2016-03-14
Add comments to connection_check_event().
Nick Mathewson
2016-03-11
Change behavior on missing/present event to warn instead of asserting.
Nick Mathewson
2016-03-11
If we start/stop reading on a dnsserv connection, don't assert.
Nick Mathewson
2016-03-09
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-03-09
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
2016-03-09
Merge branch 'maint-0.2.4' into maint-0.2.5
Nick Mathewson
2016-03-04
Update geoip and geoip6 to the March 3 2016 database.
Karsten Loesing
2016-02-23
Make clang asan work with FORTIFIED_SOURCE again.
Nick Mathewson
2016-02-22
Enable ed25519 collator in voting.
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.6' into maint-0.2.7
Nick Mathewson
2016-02-11
Merge branch 'maint-0.2.5' into maint-0.2.6
Nick Mathewson
[prev]
[next]