aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
* Add an XXXRobert Ransom2011-04-18
* Correct the warning emitted when rejecting an oversized HS descRobert Ransom2011-04-18
* Oops, here's the *REAL* fix for the ipv6 issueNick Mathewson2011-03-06
* Revert "Disallow reject6 and accept6 lines in descriptors"Nick Mathewson2011-03-06
* Disallow reject6 and accept6 lines in descriptorsSebastian Hahn2011-03-06
* Oops; actually add the code to the last patch. :/Nick Mathewson2011-01-19
* Merge branch 'bug2352_obsize' into maint-0.2.1Nick Mathewson2011-01-15
|\
| * catch another overlong malloc possibility. found by cypherpunksNick Mathewson2011-01-15
| * Impose maximum sizes on parsed objectsNick Mathewson2011-01-10
| * Add logic in routerparse to not read overlong private keysNick Mathewson2011-01-10
* | Fix a heap overflow found by debuger, and make it harder to make that mistake...Nick Mathewson2011-01-15
|/
* fix whitespace issuesNick Mathewson2011-01-03
* Bump copyright statements to 2011Nick Mathewson2011-01-03
* Enforce multiplicity rules when parsing annotations.Nick Mathewson2010-11-10
* Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson2010-11-10
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Properly handle non-terminated stringsSebastian Hahn2010-02-27
* Code to parse and access network parameters.Nick Mathewson2009-10-14
* Fix a memory leak when parsing a nsSebastian Hahn2009-09-14
* Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* Spell-check Tor.Nick Mathewson2009-05-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Fix a few crash bugs related to malormed descriptors. Lark found one; fuzzin...Nick Mathewson2009-04-09
* uh, and commit the patch too.Roger Dingledine2009-02-09
* Fix a possible cause of bug 915 when parsing multiple votes one of which was ...Nick Mathewson2009-01-31
* Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson2009-01-13
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Downgrade the last xxx021 in routerparse. The duplicate code stands for now.Nick Mathewson2008-12-29
* Extact parse-the-token-arguments to its own function, and change it to a sing...Nick Mathewson2008-12-29
* Remove a call to find_whitespace_eos that didn't actually do anything.Nick Mathewson2008-12-29
* Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson2008-12-29
* Document most undocumented variables.Nick Mathewson2008-12-23
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson2008-12-17
* Add cross-certification to authority key certificates. Partial implementatio...Nick Mathewson2008-12-12
* Now that tor_assert is no longer using a broken force-to-boolean formulation,...Nick Mathewson2008-12-11
* Refactor find_first_by_keyword into one variant that can return NULL and one ...Nick Mathewson2008-12-11
* Add a couple of sanity-checks for return values that coverity thinks we ought...Nick Mathewson2008-12-05
* fix bug 880: find the end of an authority cert by looking for the first ----E...Nick Mathewson2008-12-03
* The chunk_size field in memarea_t was never actually set. Remove the whole t...Nick Mathewson2008-11-05
* Fix unit test failure related to intro point parsing.Nick Mathewson2008-11-03
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson2008-09-25
* make r16598 compile on 64-bit tooRoger Dingledine2008-08-20
* Apply proposal 121 patch 3, with minor tweaks and a few comments.Nick Mathewson2008-08-19
* Do not split stored exit policy summary into type(accept/reject) and portlist...Peter Palfrader2008-08-14
* Rename a field so weasel likes it betterPeter Palfrader2008-08-14
* Add bw to consensusPeter Palfrader2008-08-14