aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerset.c
AgeCommit message (Expand)Author
2018-06-22Remove bloom filters, order statistics, and bitarrays from container.hNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15Move extend_info_t into its own header.Nick Mathewson
2018-06-15Extract routerinfo_t into its own header.Nick Mathewson
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-08-22Refactor node lookup APIs to take flagsNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-16Add some needed accessors/inspectors for bridge/guard convergenceNick Mathewson
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-10-02Merge remote-tracking branch 'teor/routerset-parse-IPv6-literals'Nick Mathewson
2015-09-16Ignore accept6/reject6 IPv4, warn about unexpected rule outcomesteor (Tim Wilson-Brown)
2015-09-14Allow IPv6 literal addresses in routersetsteor (Tim Wilson-Brown)
2015-09-02Prohibit the use of one entry node with an HSDavid Goulet
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2013-03-10Fix typos in a few log messagesBenjamin Kerensa
2013-02-11Fix a copy-and-paste issue found by coverityNick Mathewson
2013-02-01Merge remote-tracking branch 'public/feature7706'Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-17When excluding nodes by country, exclude {??} and {A1} tooNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-14Better policy support for IPv6Nick Mathewson
2012-10-31Change some comments to reflect the multitude of GeoIP databases.Linus Nordberg
2012-10-20Separate IPv4 and IPv6 geoip file loading.Linus Nordberg
2012-10-17Two changes lost in rebase resurrected.Linus Nordberg
2012-09-14Split the routerset code out of routerlist.cNick Mathewson