aboutsummaryrefslogtreecommitdiff
path: root/src/or/geoip.c
AgeCommit message (Expand)Author
2012-07-17Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/ENDNick Mathewson
2012-06-05Merge remote-tracking branch 'public/format_doubles'Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-16Use %f, not %lf when formatting doublesNick Mathewson
2012-02-09Simply geoip_get_country_by_addr based on arma's comment.Karsten Loesing
2012-02-09Add braces around a two-line code block.Karsten Loesing
2012-02-09Count IPv6 connections in bridge and entry stats.Karsten Loesing
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2011-10-21Check for jumping clock in *format_*stats functionsSebastian Hahn
2011-08-04Clean up bridge-stats code.Karsten Loesing
2011-08-04Separate generation of an entry-stats string from writing it to disk.Karsten Loesing
2011-08-04Separate generation of a dirreq-stats string from writing it to disk.Karsten Loesing
2011-08-04Clean up geoip_dirreq_stats_write().Karsten Loesing
2011-08-04Replace files in stats/ rather than appending to them.Karsten Loesing
2011-07-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-07-01Replace 4 more sscanf()s with tor_sscanf()Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson
2011-04-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-04-07Allow controllers a more up-to-date view of bridge usage.Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-18Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-03-18Fix signed/unsigned compare warningNick Mathewson
2011-03-17Futz with the clang patch a bit and tidy some geoip.c stuffNick Mathewson
2011-03-10Fix two compile warnings when using clangSebastian Hahn
2011-01-25Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-25Tell which geoip file we're parsingSebastian Hahn
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-11-20Do cloexec on socketpairs and stdio filesNick Mathewson
2010-11-12Add two fixes to the new geoip-db-digest line.Karsten Loesing
2010-11-09Add GeoIP file digest to extra-info descriptor.Karsten Loesing
2010-09-27Fix a bridge segfaultSebastian Hahn
2010-09-20A start at a patch for bug 1943 (alignment issues)Roger Dingledine
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-13minor formatting / comment fixesRoger Dingledine
2010-08-05Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing
2010-07-31Set up the geoip country table right even if not called normallyNick Mathewson
2010-07-31Move the "nowhereland" logic into geoip.cNick Mathewson
2010-07-31Make "Nowhere" explicitly listable in torrc.Nick Mathewson
2010-07-27Create control.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn