aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'public/bug12170_024_v2'Nick Mathewson2014-06-02
|\
| * Avoid needless router_dir_info_has_changed from router_set_statusNick Mathewson2014-06-02
* | Fix a misuse of strlcpy() introduced by the #11156 patch.George Kadianakis2014-05-01
* | Uplift status.c unit test coverage with new test cases and macros.dana koch2014-04-15
* | Merge branch 'bug7164_diagnose_harder_v2'Nick Mathewson2014-03-27
|\ \
| * | More logs to try to diagnose bug 7164Nick Mathewson2014-03-27
| |/
* | Merge branch 'bug11156_squashed'Nick Mathewson2014-03-10
|\ \
| * | Don't do directory fetches before all PTs have been configured.George Kadianakis2014-03-10
* | | Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson2014-03-05
|\ \ \ | |/ / |/| |
| * | use router->addr for log messages and controller eventsRoger Dingledine2013-02-09
* | | Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
* | | Merge remote-tracking branch 'houqp/hs_control_fix'Nick Mathewson2014-02-07
|\ \ \
| * | | fix longname returned in HS_DESC control eventsQingping Hou2014-02-06
* | | | Merge remote-tracking branch 'public/bug10543_024_v2'Nick Mathewson2014-02-06
|\ \ \ \ | |/ / / |/| | |
| * | | Make the handling for usable-exit counting handle ExitNodes betterNick Mathewson2014-02-06
| | |/ | |/|
* | | Rip out all of the v2 directory code.Nick Mathewson2014-01-29
* | | Report bootstrapping progress correctly when downloading microdescsRoger Dingledine2013-10-10
|/ /
* | Make PathsNeededToBuildCircuits option work.Karsten Loesing2013-03-28
* | On END_REASON_EXITPOLICY, mark circuit as unusable for that address.Nick Mathewson2013-03-11
|/
* Quick fix on 5956 for authoritiesNick Mathewson2013-02-04
* Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* Use %d, not %02d, for decimal percentagesNick Mathewson2013-01-30
* Parameterize FRAC_USABLE_NEEDED for fraction of circuitsNick Mathewson2013-01-30
* Compute whether we're ready to build circuits based on fraction of pathsNick Mathewson2013-01-30
* Add an optional out-arg to count_usable_descriptorsNick Mathewson2013-01-30
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\
| * Enable the ntor handshake on the client side.Nick Mathewson2013-01-03
* | 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
|/
* fix some typosRoger Dingledine2012-12-03
* when counting available descs, say whether we're counting exitsRoger Dingledine2012-11-16
* Merge remote-tracking branch 'linus/bug5053-bug5055'Nick Mathewson2012-11-04
|\
| * Two changes lost in rebase resurrected.Linus Nordberg2012-10-17
* | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
|/
* Merge remote-tracking branch 'linus/bug6757'Nick Mathewson2012-10-04
|\
| * Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.Linus Nordberg2012-09-19
* | Remove the testing_since* fieldsNick Mathewson2012-09-21
|/
* Move functions for seeing if we know enough nodes into nodelistNick Mathewson2012-09-14
* Move many of the node_ functions from routerlist to nodelistNick Mathewson2012-09-14
* minor typos i found while constructing the changelogRoger Dingledine2012-09-05
* Take microdesc into account when deciding about preferred OR port.Linus Nordberg2012-09-04
* Make node_ipv6_preferred() take microdescs into account.Linus Nordberg2012-09-04
* Take microdesc IPv6 address into account when setting node->ipv6_preferred.Linus Nordberg2012-09-04
* Clients connect to public relays over IPv6.Linus Nordberg2012-09-04
* Clear the ipv6_preferred flag like the others.Linus Nordberg2012-09-04
* Fix a comment.Linus Nordberg2012-09-04
* Fix whitespaceNick Mathewson2012-08-27
* Move ipv6_preferred from routerinfo_t to node_t.Linus Nordberg2012-08-23
* Try to re-approximate the older semantics of nodelist_add_routerinfoNick Mathewson2012-07-19