aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Merge branch 'bug7011'Nick Mathewson2012-10-10
|\
| * Use fmt_addrport where appropriate.David Fifield2012-10-10
* | Make reachabiity test in dirserv.c use channel_tAndrea Shepard2012-10-08
|/
* Remove the testing_since* fieldsNick Mathewson2012-09-21
* Merge remote-tracking branch 'linus/bug6880'Nick Mathewson2012-09-17
|\
| * Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.Linus Nordberg2012-09-17
* | Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson2012-09-13
|/
* Merge branch 'remove_old_ver_checks'Nick Mathewson2012-09-10
|\
| * Remove one more check for an insanely old versionNick Mathewson2012-09-07
* | Merge remote-tracking branch 'public/ticket6789'Nick Mathewson2012-09-10
|\ \
| * | Dirservers no longer accept tors released before December 2011.Nick Mathewson2012-09-07
| |/
* / Don't follow the NULL pointer.Linus Nordberg2012-09-10
|/
* fix punctuation in logsRoger Dingledine2012-09-06
* Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.Linus Nordberg2012-09-05
* Allocate vote_microdesc_hash_t using tor_malloc_zero().Linus Nordberg2012-09-04
* Whitespace.Linus Nordberg2012-09-04
* Generate microdescriptors with "a" lines.Linus Nordberg2012-09-04
* Have directory authorities vote on IPv6 OR ports according to the specLinus Nordberg2012-09-04
* Merge remote-tracking branch 'linus/bug6621'Nick Mathewson2012-08-21
|\
| * Make authorities not set Running unless all advertised OR ports are reachable.Linus Nordberg2012-08-17
* | Merge remote-tracking branch 'public/bug5124'Nick Mathewson2012-08-17
|\ \
| * | Never emit the "opt" prefix in any directory stuffNick Mathewson2012-06-28
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-17
|\ \ \ | |_|/ |/| |
| * | Don't infer we have a FooPort from the presence of a FooPort lineNick Mathewson2012-08-09
* | | Add config option AuthDirPublishIPv6.Linus Nordberg2012-07-19
* | | Don't shadow 'buf'.Linus Nordberg2012-07-19
* | | Add configure option AuthDirHasIPv6Connectivity.Linus Nordberg2012-07-19
* | | Rename routers_have_same_or_addr() to reflect the fact that it now checks bot...Linus Nordberg2012-07-19
* | | Include IPv6 OR ports in status documents only if we're a bridge authority.Linus Nordberg2012-07-19
* | | Don't put unreachable IPv6 OR port in routerstatus.Linus Nordberg2012-07-19
* | | Add "a" line to status document.Linus Nordberg2012-07-19
* | | Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg2012-07-19
* | | Don't assume that a node has routerinfo.Linus Nordberg2012-07-19
* | | Move last_reachable and testing_since from routerinfo_t to node_t.Linus Nordberg2012-07-19
|/ /
* / 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
* Merge remote-tracking branch 'arma/bug3886'Nick Mathewson2012-06-07
|\
| * let private tor networks more reliably handle hidden servicesRoger Dingledine2011-09-01
* | Merge remote-tracking branch 'public/format_doubles'Nick Mathewson2012-06-05
|\ \
| * | Use %f, not %lf when formatting doublesNick Mathewson2012-05-16
* | | 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
* | | Merge remote-tracking branch 'public/bug2297'Nick Mathewson2012-05-16
|\ \ \
| * | | Exits don't need to fetch certs for unknown authoritiesNick Mathewson2012-03-30
* | | | peel off some unnecessary parensRoger Dingledine2012-04-24
* | | | Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelaysNick Mathewson2012-04-11
|/ / /
* | | Move router lookup to _after_ we assert that its argument is setNick Mathewson2012-03-30
* | | checking "same addr/port but with nonmatching keys" is obsoleteRoger Dingledine2012-03-29
* | | simplify furtherRoger Dingledine2012-03-29
* | | Refactor dirserv_orconn_tls_done().Linus Nordberg2012-03-29