aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
...
| * | | | Remove some totally unused functionsNick Mathewson2013-02-23
| * | | | Remove a bunch of unused macro definitionsNick Mathewson2013-02-23
* | | | | Remove a few more unused functions.Nick Mathewson2013-03-01
|/ / / /
* | | | get rid of the new caching notion in resolve_my_address()Roger Dingledine2013-02-12
* | | | Teach resolve_my_address() to return a cached answerRoger Dingledine2013-02-11
|/ / /
* | / Refactor resolve_my_address() so logs are more accurate / helpfulRoger Dingledine2013-02-11
| |/ |/|
* | Rename and relocate the bw weight scale param getter.Mike Perry2013-02-01
* | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | Add a function to compute fraction of nodes (by weighted bw) with descriptorsNick Mathewson2013-01-30
* | Split smartlist_choose_node_by_bandwidth_weightsNick Mathewson2013-01-18
* | Rename *_isin to *_containsNick Mathewson2013-01-16
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\ \
| * | Wrangle curve25519 onion keys: generate, store, load, publish, republishNick Mathewson2013-01-02
* | | When there are no dir_server_ts to choose, don't crashNick Mathewson2012-12-18
* | | Avoid a 'may be used uninitialized' warningNick Mathewson2012-12-17
* | | Nuke uses of memcmp outside of unit testsNick Mathewson2012-12-13
* | | Add an option to weight down authorities when choosing a fallbackNick Mathewson2012-12-06
* | | When choosing among dirserver_ts, consider their weightsNick Mathewson2012-12-06
* | | New FallbackDir option to add extra directories for bootstrapingNick Mathewson2012-12-06
* | | Refactor add_trusted_dir_serverNick Mathewson2012-12-06
* | | Rename trusted_dir_server_t to dir_server_t. Automatic renaming.Nick Mathewson2012-12-06
* | | Start refactoring trusted_dir_servers into trusted and fallback listsNick Mathewson2012-12-06
* | | Make output of router_get_trusted_dir_servers constNick Mathewson2012-12-06
|/ /
* | Parse IPv6 policy summaries from router descriptors and microdescsNick Mathewson2012-11-14
* | Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\ \
| * | Change some comments to reflect the multitude of GeoIP databases.Linus Nordberg2012-10-31
* | | Move the circuit build timeout code into its own file.Nick Mathewson2012-10-15
* | | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
|/ /
* | Implement and use crypto_pk_eq_keysRobert Ransom2012-09-17
* | Move functions for seeing if we know enough nodes into nodelistNick Mathewson2012-09-14
* | Remove router_get_by_{nickname,hexdigest} entirelyNick Mathewson2012-09-14
* | Remove the old disabled router_get_by_nickname implementationNick Mathewson2012-09-14
* | Move many of the node_ functions from routerlist to nodelistNick Mathewson2012-09-14
* | Split the routerset code out of routerlist.cNick Mathewson2012-09-14
* | Fix directory self-testing logicNick Mathewson2012-09-12
* | Merge remote-tracking branch 'public/bug6538'Nick Mathewson2012-09-11
|\ \
| * | Use a time-invariant comparison in choose_array_element_by_weightNick Mathewson2012-08-28
| * | In choose-by-bw, scale to better use the range of uint64Nick Mathewson2012-08-27
| * | Refactor the core of choosing by weights into a functionNick Mathewson2012-08-09
| * | Refactor smartlist_choose_node_by_bandwidth to be less horrible.Nick Mathewson2012-08-09
| * | Use a smarter fix for bug 1203.Nick Mathewson2012-08-09
| * | Remove remaining timing-dependency in choosing nodes by bandwidthNick Mathewson2012-08-09
| * | Change smartlist_choose_node_by_bandwidth to avoid doubleNick Mathewson2012-08-09
* | | Merge branch 'remove_old_ver_checks'Nick Mathewson2012-09-10
|\ \ \
| * | | Remove version_supports checks for versions before 0.2.2.Nick Mathewson2012-09-07
* | | | minor logging improvementRoger Dingledine2012-09-09
|/ / /
* | | resolve an XXX by agreeing with nickmRoger Dingledine2012-09-03
* | | make "Launching %d requests for %d routers" message more usefulRoger Dingledine2012-09-03
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-08-17
|\ \ \ | | |/ | |/|