aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
Commit message (Expand)AuthorAge
...
* | | Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\ \ \ | | |/ | |/|
| * | Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
| |/ |/|
* | Merge remote-tracking branch 'public/bug6853'Nick Mathewson2012-09-17
|\ \
| * | Parse votes with >31 flags correctlyNick Mathewson2012-09-17
| |/
* | document why we only allow 64 flags in votesNick Mathewson2012-09-14
* | Reject votes (not consensuses) with >64 known-flagsNick Mathewson2012-09-13
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-13
|\|
| * Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom2012-09-13
* | Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* | Merge branch 'bug5535_only_rebased'Nick Mathewson2012-09-04
|\ \
| * | Add IPv6 OR port to microdesc_t and populate it.Linus Nordberg2012-09-04
| |/
* / Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
|/
* Merge remote-tracking branch 'public/bug6404' into maint-0.2.3Nick Mathewson2012-08-21
|\
| * Warn at parse time for routerstatus entry missing a microdesc consensusNick Mathewson2012-07-31
* | Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson2012-08-09
* | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-08-03
|\ \ | |/ |/|
| * Avoid possible segfault when handling networkstatus vote with bad flavorNick Mathewson2012-08-03
* | Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson2012-07-17
* | Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* | Resolve about 24 DOCDOCsNick Mathewson2012-06-05
* | Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* | Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* | Resolve all currently pending DOCDOC items in masterNick Mathewson2012-06-04
* | Fix O(n^2) performance when parsing a big pile of extrainfosNick Mathewson2012-05-10
* | Check more thoroughly for dups when parsing networkstatus parametersNick Mathewson2012-05-07
* | Make base64_decode in rend_parse_client_keys more foolproofNick Mathewson2012-04-19
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-04-19
|\|
| * Fix a log-uninitialized-buffer bug.Nick Mathewson2012-04-18
* | Fix comment typoRobert Ransom2012-03-30
* | Refactor the API for setting up a block cipher.Nick Mathewson2012-03-27
* | Fix a check-spaces complaintSebastian Hahn2012-02-12
* | Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine2012-01-25
* | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | Initial support for simplest use of prop186 or-address linesNick Mathewson2011-11-30
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-07
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-11-07
| |\
| | * Fix remotely triggerable assert during ip decryptionDan Rosenberg2011-11-06
* | | Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn2011-10-27
|\| |
| * | Make tor_version_same_series non-staticRobert Ransom2011-10-26
* | | Stop using addr_port_lookup as an address splitting functionNick Mathewson2011-10-11
* | | Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-09
|\| |
| * | Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* | | Only use optimistic data with exits that support itNick Mathewson2011-07-18
* | | Don't shadow parameters with local variablesNick Mathewson2011-07-01
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-14
|\| |
| * | Remove a few dead assignments during router parsingSebastian Hahn2011-06-08