summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2011-04-18Add an XXXRobert Ransom
2011-04-18Correct the warning emitted when rejecting an oversized HS descRobert Ransom
2011-03-06Oops, here's the *REAL* fix for the ipv6 issueNick Mathewson
2011-03-06Revert "Disallow reject6 and accept6 lines in descriptors"Nick Mathewson
2011-03-06Disallow reject6 and accept6 lines in descriptorsSebastian Hahn
2011-01-19Oops; actually add the code to the last patch. :/Nick Mathewson
2011-01-15Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson
2011-01-15Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson
2011-01-15catch another overlong malloc possibility. found by cypherpunksNick Mathewson
2011-01-10Impose maximum sizes on parsed objectsNick Mathewson
2011-01-10Add logic in routerparse to not read overlong private keysNick Mathewson
2011-01-03fix whitespace issuesNick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-10Enforce multiplicity rules when parsing annotations.Nick Mathewson
2010-11-10Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-27Properly handle non-terminated stringsSebastian Hahn
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-14Fix a memory leak when parsing a nsSebastian Hahn
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
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
2008-12-17Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson
2008-12-12Add cross-certification to authority key certificates. Partial implementatio...Nick Mathewson
2008-12-11Now that tor_assert is no longer using a broken force-to-boolean formulation,...Nick Mathewson
2008-12-11Refactor find_first_by_keyword into one variant that can return NULL and one ...Nick Mathewson
2008-12-05Add a couple of sanity-checks for return values that coverity thinks we ought...Nick Mathewson
2008-12-03fix bug 880: find the end of an authority cert by looking for the first ----E...Nick Mathewson
2008-11-05The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson
2008-11-03Fix unit test failure related to intro point parsing.Nick Mathewson
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-25Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson
2008-08-20make r16598 compile on 64-bit tooRoger Dingledine
2008-08-19Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson
2008-08-14Do not split stored exit policy summary into type(accept/reject) and portlist...Peter Palfrader
2008-08-14Rename a field so weasel likes it betterPeter Palfrader
2008-08-14Add bw to consensusPeter Palfrader