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
/
or
/
routerparse.c
Age
Commit message (
Expand
)
Author
2010-02-27
fix some wide lines in routerparse.c
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
Properly handle non-terminated strings
Sebastian Hahn
2010-02-26
Don't segfault when checking the consensus
Sebastian Hahn
2010-02-26
Don't believe unauthenticated info in a consensus.
Nick Mathewson
2010-02-25
Fix 64-bit printf issues in consensus-bw-weights5-merge.
Nick Mathewson
2010-02-22
Clearly mark directory footer so we parse the new weight line.
Mike Perry
2010-02-22
Add parsing+verification for bw weight values.
Mike Perry
2010-02-22
network-status-version must come first in a vote/consensus
Sebastian Hahn
2009-12-18
Remove duplicate words and a duplicate newline.
Karsten Loesing
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-10-18
Document the microdescriptor code better.
Nick Mathewson
2009-10-15
Parse detached signatures and microdesc networkstatuses correctly.
Nick Mathewson
2009-10-15
Parse detached signature documents with multiple flavors and algorithms.
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
Add ability to parse one or more m line from a vote.
Nick Mathewson
2009-10-15
Allow signed data to include other hashes later.
Nick Mathewson
2009-10-15
Signature-checking code can handle longer digests.
Nick Mathewson
2009-10-15
Make signature-generation code handle different key and digest lengths.
Nick Mathewson
2009-10-14
Code to parse and access network parameters.
Nick Mathewson
2009-09-16
Merge commit 'sebastian/specconformance'
Roger Dingledine
2009-09-15
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-09-14
Implement proposal 167: Authorities vote on network parameters.
Nick Mathewson
2009-09-14
Fix a memory leak when parsing a ns
Sebastian Hahn
2009-09-14
Fix a spec conformance issue when parsing a ns vote
Sebastian Hahn
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-09-01
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-08-26
When Tor fails to parse a descriptor of any kind, dump it to disk.
Karsten Loesing
2009-08-26
Merge commit 'karsten/proposal-166-impl-master'
Nick Mathewson
2009-08-21
Add the first 8 bytes of the git commit digest to our versions.
Nick Mathewson
2009-08-17
Include contents of *-stats files in descriptor.
Karsten Loesing
2009-08-06
Implement measured bw parsing + unit tests.
Mike Perry
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-04-09
Fix a few crash bugs related to malormed descriptors. Lark found one; fuzzin...
Nick Mathewson
2009-02-09
uh, and commit the patch too.
Roger Dingledine
2009-01-31
Fix a possible cause of bug 915 when parsing multiple votes one of which was ...
Nick Mathewson
2009-01-13
Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-29
Downgrade the last xxx021 in routerparse. The duplicate code stands for now.
Nick Mathewson
2008-12-29
Extact parse-the-token-arguments to its own function, and change it to a sing...
Nick Mathewson
2008-12-29
Remove a call to find_whitespace_eos that didn't actually do anything.
Nick Mathewson
2008-12-29
Refactor some exit-policy-related functions that showed up in oprofile.
Nick Mathewson
2008-12-23
Document most undocumented variables.
Nick Mathewson
2008-12-22
Add DOCDOC entries for undocumented static and global variables.
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
[next]