aboutsummaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
2011-06-08Fix a memleak in nodelist_assert_ok()Sebastian Hahn
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.3Nick Mathewson
2011-05-11Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson
2011-01-03Bump copyright statements to 2011 (master)Nick Mathewson
2010-10-21Remove a ??? comment in node_get_by_nicknameNick Mathewson
2010-10-21Add a node_get_by_hex_id().Nick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-04Fix a couple more node_t-related nullpointer bugsNick Mathewson
2010-10-01More debugging code for node_t branchNick Mathewson
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-10-01Implement a few more node-based functionsNick Mathewson
2010-10-01Implement node-based router family codeNick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson