summaryrefslogtreecommitdiff
path: root/src/or/nodelist.c
AgeCommit message (Expand)Author
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