aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
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
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-04-09Fix a few crash bugs related to malormed descriptors. Lark found one; fuzzin...Nick Mathewson
2009-02-09uh, and commit the patch too.Roger Dingledine
2009-01-31Fix a possible cause of bug 915 when parsing multiple votes one of which was ...Nick Mathewson
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Downgrade the last xxx021 in routerparse. The duplicate code stands for now.Nick Mathewson
2008-12-29Extact parse-the-token-arguments to its own function, and change it to a sing...Nick Mathewson
2008-12-29Remove a call to find_whitespace_eos that didn't actually do anything.Nick Mathewson
2008-12-29Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson