aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug4657'Nick Mathewson2012-06-05
|\
| * Warn and ignore the MyFamily setting if BridgeRelay is also setNick Mathewson2012-05-24
* | Fix "make check-spaces" issuesNick Mathewson2012-06-05
* | 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
* | Merge remote-tracking branch 'public/bug5139'Nick Mathewson2012-05-16
|\ \
| * | Bridges should never set the send_unencrypted flag on any of their descsNick Mathewson2012-04-27
* | | Do not publish the "git-XXX" tag in server descriptorsNick Mathewson2012-05-11
* | | Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson2012-05-11
|\ \ \
| * | | Fix issues found by nickm.George Kadianakis2012-04-12
| * | | Introduce and use router_get_active_listener_port_by_type().George Kadianakis2012-03-31
* | | | Fix O(n^2) performance when parsing a big pile of extrainfosNick Mathewson2012-05-10
* | | | Ignore [::] when building descriptors.Linus Nordberg2012-05-03
| |/ / |/| |
* | | Merge branch 'bug4438-v2'Nick Mathewson2012-04-24
|\ \ \
| * | | Tweak the bug4438 fix a little: different check, better logNick Mathewson2012-04-24
| * | | Don't exit on dirauths for some config transitionsSebastian Hahn2011-11-08
* | | | Suppress "decided to publish new descriptor" message when not a serverNick Mathewson2012-04-02
| |/ / |/| |
* | | Merge remote-tracking branch 'linus/bug4875_2'Nick Mathewson2012-03-29
|\ \ \
| * | | Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg2012-03-28
* | | | Move the logging of 'My line' to debug level (#5151).Linus Nordberg2012-03-19
|/ / /
* | | Rename nonconformant identifiers.Nick Mathewson2012-01-18
* | | whitespace fixesNick Mathewson2012-01-16
* | | Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson2012-01-16
* | | Try to use smartlist_add_asprintf consistentlyNick Mathewson2012-01-16
* | | Advertise dirport if accountingmax is large enoughSebastian Hahn2012-01-10
* | | Whitespace changes.Linus Nordberg2011-11-30
* | | Make the router_get_*_orport interface consistent with node_*.Linus Nordberg2011-11-30
* | | Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg2011-11-30
* | | First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
* | | Bridges can advertise a single IPv6 address with orportNick Mathewson2011-11-30
* | | Initial support for simplest use of prop186 or-address linesNick Mathewson2011-11-30
* | | Initial hacking for proposal 186.Nick Mathewson2011-11-30
* | | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \ \
| * | | Write dynamic DH parameters to a file.George Kadianakis2011-11-26
| * | | Simply initialize TLS context if DynamicDHGroups change.George Kadianakis2011-11-25
| * | | Do dynamic DH modulus storing in crypto.c.George Kadianakis2011-11-25
| * | | Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis2011-11-25
| * | | s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis2011-11-25
| * | | Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis2011-11-24
| * | | Move store_dynamic_prime() to crypto.c.George Kadianakis2011-11-24
| * | | Tone down the logging.George Kadianakis2011-11-24
| * | | Implement dynamic prime reading and storing to disk.George Kadianakis2011-11-24
| * | | Introduce the DynamicPrimes configuration option.George Kadianakis2011-11-24
* | | | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
|/ / /
* / / fix trivial typoRoger Dingledine2011-11-16
|/ /
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-13
|\|
| * Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-09-13
| |\
| | * Generate our ssl session certs with a plausible lifetimeRoger Dingledine2011-09-13
* | | fix a const warningNick Mathewson2011-09-07