aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug6026' into maint-0.2.4Nick Mathewson2013-04-24
|\
| * Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners()Nick Mathewson2013-03-11
* | Merge branch 'less_charbuf_rebased' into maint-0.2.4Nick Mathewson2013-04-18
|\ \
| * | Use chunks, not buffers, for router descriptorsNick Mathewson2013-04-18
| |/
* / Remove some totally unused functionsNick Mathewson2013-02-23
|/
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Massive refactoring of the various handshake typesNick Mathewson2013-01-03
* Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* Change signature of router_compare_to_my_exit_policy so dns can use itNick Mathewson2012-11-14
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Fix make check-spaces in circuitbuild.c and router.hAndrea Shepard2012-10-08
* Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* Add last_reachable and testing_since for IPv6 OR port.Linus Nordberg2012-07-19
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Introduce and use router_get_active_listener_port_by_type().George Kadianakis2012-03-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* 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
* Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\
| * Simply initialize TLS context if DynamicDHGroups change.George Kadianakis2011-11-25
| * Finishing touches.George 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
| * Implement dynamic prime reading and storing to disk.George Kadianakis2011-11-24
* | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
|/
* Report reason for generating descriptor in an HTTP headerNick Mathewson2011-09-07
* Upload descriptors more often when recent desc is unlistedNick Mathewson2011-09-07
* Make the get_options() return constNick Mathewson2011-06-14
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-02
|\
| * Fix unit test failure in dir/formatsSebastian Hahn2011-06-02
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-30
|\|
| * Merge branch 'bug3045' into maint-0.2.2Nick Mathewson2011-05-30
| |\
| | * Improve comments and defensive programming for 3045Nick Mathewson2011-05-30
| | * Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* | | 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
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-19
|\|
| * Try harder not to exceed the 50 KB extra-info descriptor limit.Karsten Loesing2010-11-15
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-21
|\|
| * Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2010-10-21
| * Maintain separate server and client identity keys when appropriate.Robert Ransom2010-10-04
| * Add public_server_mode function.Robert Ransom2010-10-04
* | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
|/
* First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
* Fix typos, make all \brief's conformant, end sentences with a period.Linus Nordberg2010-07-28