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
/
dirvote.c
Age
Commit message (
Expand
)
Author
2009-12-12
Now that FOO_free(NULL) always works, remove checks before calling it.
Nick Mathewson
2009-12-12
*_free functions now accept NULL
Sebastian Hahn
2009-11-18
Not everybody likes debugging printfs as much as I
Nick Mathewson
2009-11-17
Do not report a partially-successful detached signature add as failed.
Nick Mathewson
2009-11-12
Fix a memory leak on directory authorities during voting
Roger Dingledine
2009-10-26
Fix bug 1066.
Karsten Loesing
2009-10-19
Fix two bugs found by Coverity scan.
Nick Mathewson
2009-10-19
Fix compile with warnings problems on Snow Leopard
Sebastian Hahn
2009-10-18
Document the microdescriptor code better.
Nick Mathewson
2009-10-15
Actually remember all the consensus types when we are done generating them.
Nick Mathewson
2009-10-15
Implement signatures for microdesc consensuses right.
Nick Mathewson
2009-10-15
Generate all the flavors of consensuses when building consensuses.
Nick Mathewson
2009-10-15
Refactor consensus signature storage for multiple digests and flavors.
Nick Mathewson
2009-10-15
Code to generate, store, and parse microdescriptors and consensuses.
Nick Mathewson
2009-10-15
Functions to encode microdescriptors and their lines.
Nick Mathewson
2009-10-15
Make signature-generation code handle different key and digest lengths.
Nick Mathewson
2009-09-15
Fix compile on Snow Leopard
Sebastian Hahn
2009-09-14
Implement proposal 167: Authorities vote on network parameters.
Nick Mathewson
2009-08-20
Make consensus_method_is_supported() be the canonical source for its info.
Nick Mathewson
2009-08-06
Throw the switch on consensus method 6.
Mike Perry
2009-08-06
Implement measured bw parsing + unit tests.
Mike Perry
2009-07-13
fix comments and other typos
Roger Dingledine
2009-05-28
Fixes to spelling fixes. Thanks, Roger!
Nick Mathewson
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-22
Fix all of the doxygen warnings not pertaining to missing documentation.
Nick Mathewson
2008-12-02
Apply rovv's patch for bug 864: avoid null error on detached signature handli...
Nick Mathewson
2008-11-11
Be even _more_ careful when signatures are bogus.
Nick Mathewson
2008-11-11
Only replace the detached signatures object when we actually added or replace...
Nick Mathewson
2008-11-11
Fix from rovv: when adding a detached signature, do not automatically assume ...
Nick Mathewson
2008-11-07
fix up signs in r17208
Nick Mathewson
2008-11-07
patch from karsten to not use or accept expired certs. fixes bug 851.
Nick Mathewson
2008-09-29
v3 authorities write down all the votes they used for the consensus
Roger Dingledine
2008-09-10
Fix some apparent leaks in voting. If authorities suddenly start segfaulting...
Nick Mathewson
2008-09-05
It is probably some kind of misdeed to say for (i=0;i<2;++i) { A=i?x:y; foo(b...
Nick Mathewson
2008-08-17
Two consensus fixes: always reset has_* to 0, and use a buffer of proper len...
Peter Palfrader
2008-08-14
spaceman
Peter Palfrader
2008-08-14
Add exitpolicy summaries to the consensus
Peter Palfrader
2008-08-14
Add bw to consensus
Peter Palfrader
2008-08-14
Do not show policy and bw in v2 statuses
Peter Palfrader
2008-08-05
Document that we break ties in favor of smaller SD digest if there are still ...
Peter Palfrader
2008-07-24
r17337@aud-055: nickm | 2008-07-24 10:17:43 +0200
Nick Mathewson
2008-06-20
Added prefixes to testing-network-only configuration options.
Karsten Loesing
2008-06-18
check-spaces, fix a typo
Roger Dingledine
2008-06-14
Patch from Karsten to implement proposal 135 ("Testing Tor Networks").
Nick Mathewson
2008-06-13
implement proposal 138: removing down routers from consensus
Peter Palfrader
2008-05-12
r19694@catbus: nickm | 2008-05-12 00:21:37 -0400
Nick Mathewson
[next]