aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-23
|\
| * naked constants are uglyRoger Dingledine2011-05-21
| * finish a comment nickm started in 8ebceeb3Roger Dingledine2011-05-21
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-05-21
|\|
| * remove some (confusing) dead codeRoger Dingledine2011-05-21
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-05-20
|\|
| * log the reason for publishing a new relay descriptorRoger Dingledine2011-05-19
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-13
|\|
| * Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson2011-05-13
* | Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson2011-05-11
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\|
| * Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
| | * Merge remote-tracking branch 'public/bug2402_again' into maint-0.2.1Nick Mathewson2011-04-06
| | |\
| | | * Backport: Generate version tags using Git, not (broken) svn revisions.Nick Mathewson2011-03-11
* | | | Code to make clients fetch and use microdescriptors for circuit buildingNick Mathewson2011-05-05
* | | | Replace _AUTHORITY enum values with _DIRINFO values (automted)Nick Mathewson2011-05-05
* | | | Automated rename from authority_type_t to dirinfo_type_tNick Mathewson2011-05-05
* | | | Add a new configuration type, "AUTOBOOL", to handle 1/0/auto typesNick Mathewson2011-05-05
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-28
|\| | |
| * | | Avoid false positives from proxy_mode()Nick Mathewson2011-04-28
* | | | Merge maint-0.2.2 for the bug1090-part1-squashed branchNick Mathewson2011-04-27
|\| | |
| * | | Fix a log msgSebastian Hahn2011-04-26
| * | | If we're excluded, and StrictNodes is set, do not do self-tests.Nick Mathewson2011-04-26
| * | | three more cases where maybe we want to excludeRoger Dingledine2011-04-26
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-14
|\| | |
| * | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-03-14
| |\| |
| | * | we're not reachable if we don't have a routerinfo yetRoger Dingledine2011-03-13
| | |/
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\| |
| * | Don't let bad DNS make exit policy and declared exit policy get out of syncNick Mathewson2011-02-22
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\| |
| * | Don't crash a bridge authority on SIGHUP if it's not in the consensusRobert Ransom2011-02-16
* | | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\| |
| * | Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\|
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
| | * finally get rid of "clique mode"Roger Dingledine2010-04-23
* | | Make connection direction statistics compile again.Karsten Loesing2010-12-03
* | | Write bidirectional connection stats in single line.Karsten Loesing2010-12-03
* | | Call the new config option ConnDirectionStatistics.Karsten Loesing2010-12-03
* | | Add metric on uni/bidirectional connection usage.Karsten Loesing2010-12-03
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-24
|\| |
| * | Avoid dereferencing NULL if a bridge fails to build an ei descriptor.Robert Ransom2010-11-24
* | | found this whitespace fix in a sandboxRoger Dingledine2010-11-21
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-19
|\| |
| | \
| | \
| *-. \ Merge branch 'fix2183', remote branch 'rransom/fix2195-v2' into maint-0.2.2Nick Mathewson2010-11-19
| |\ \ \
| | | * | Fix logic error in router_dump_router_to_string.Robert Ransom2010-11-19
| | | * | Generate a router descriptor even if generating an extra-info descriptor fails.Robert Ransom2010-11-17