summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-02-28Merge branch 'fix_routerparse_bug'Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Fix a consensus-extension bug found by outofwordsNick Mathewson
2010-02-27fix some wide lines in routerparse.cNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2010-02-26Don't segfault when checking the consensusSebastian Hahn
2010-02-26Don't believe unauthenticated info in a consensus.Nick Mathewson
2010-02-25Fix 64-bit printf issues in consensus-bw-weights5-merge.Nick Mathewson
2010-02-22Clearly mark directory footer so we parse the new weight line.Mike Perry
2010-02-22Add parsing+verification for bw weight values.Mike Perry
2010-02-22network-status-version must come first in a vote/consensusSebastian Hahn
2009-12-18Remove duplicate words and a duplicate newline.Karsten Loesing
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson
2009-10-15Parse detached signature documents with multiple flavors and algorithms.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Add ability to parse one or more m line from a vote.Nick Mathewson
2009-10-15Allow signed data to include other hashes later.Nick Mathewson
2009-10-15Signature-checking code can handle longer digests.Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-16Merge commit 'sebastian/specconformance'Roger Dingledine
2009-09-15Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-09-14Fix a memory leak when parsing a nsSebastian Hahn
2009-09-14Fix a spec conformance issue when parsing a ns voteSebastian Hahn
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-26When Tor fails to parse a descriptor of any kind, dump it to disk.Karsten Loesing
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
2009-08-17Include contents of *-stats files in descriptor.Karsten Loesing
2009-08-06Implement measured bw parsing + unit tests.Mike Perry