summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2012-04-24Merge branch 'bug4438-v2'Nick Mathewson
2012-04-24Tweak the bug4438 fix a little: different check, better logNick Mathewson
2012-04-02Suppress "decided to publish new descriptor" message when not a serverNick Mathewson
2012-03-29Merge remote-tracking branch 'linus/bug4875_2'Nick Mathewson
2012-03-28Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg
2012-03-19Move the logging of 'My line' to debug level (#5151).Linus Nordberg
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16whitespace fixesNick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2012-01-10Advertise dirport if accountingmax is large enoughSebastian Hahn
2011-11-30Whitespace changes.Linus Nordberg
2011-11-30Make the router_get_*_orport interface consistent with node_*.Linus Nordberg
2011-11-30Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *.Linus Nordberg
2011-11-30First chunk of support for bridges on IPv6Linus Nordberg
2011-11-30Bridges can advertise a single IPv6 address with orportNick Mathewson
2011-11-30Initial support for simplest use of prop186 or-address linesNick Mathewson
2011-11-30Initial hacking for proposal 186.Nick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-26Write dynamic DH parameters to a file.George Kadianakis
2011-11-25Simply initialize TLS context if DynamicDHGroups change.George Kadianakis
2011-11-25Do dynamic DH modulus storing in crypto.c.George Kadianakis
2011-11-25Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis
2011-11-25s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis
2011-11-24Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis
2011-11-24Move store_dynamic_prime() to crypto.c.George Kadianakis
2011-11-24Tone down the logging.George Kadianakis
2011-11-24Implement dynamic prime reading and storing to disk.George Kadianakis
2011-11-24Introduce the DynamicPrimes configuration option.George Kadianakis
2011-11-16fix trivial typoRoger Dingledine
2011-11-08Don't exit on dirauths for some config transitionsSebastian Hahn
2011-09-13Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-13Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-09-13Generate our ssl session certs with a plausible lifetimeRoger Dingledine
2011-09-07fix a const warningNick Mathewson
2011-09-07Report reason for generating descriptor in an HTTP headerNick Mathewson
2011-09-07Upload descriptors more often when recent desc is unlistedNick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-07Merge branch 'bug3263'Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-02Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Fix unit test failure in dir/formatsSebastian Hahn
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3216_v2' into maint-0.2.2Nick Mathewson
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-30Improve comments and defensive programming for 3045Nick Mathewson