瀏覽代碼

Merge branch 'maint-0.2.2'

Roger Dingledine 15 年之前
父節點
當前提交
d96c9cd00e
共有 4 個文件被更改,包括 384 次插入122 次删除
  1. 3 0
      changes/geoip-nov2010
  2. 0 3
      changes/geoip-oct2010
  3. 380 119
      src/config/geoip
  4. 1 0
      src/or/config.c

+ 3 - 0
changes/geoip-nov2010

@@ -0,0 +1,3 @@
+  o Minor features:
+    - Update to the November 1 2010 Maxmind GeoLite Country database.
+

+ 0 - 3
changes/geoip-oct2010

@@ -1,3 +0,0 @@
-  o Minor features:
-    - Update to the October 1 2010 Maxmind GeoLite Country database.
-

文件差異過大導致無法顯示
+ 380 - 119
src/config/geoip


+ 1 - 0
src/or/config.c

@@ -416,6 +416,7 @@ static config_var_t testing_tor_network_defaults[] = {
   V(TestingV3AuthInitialDistDelay, INTERVAL, "20 seconds"),
   V(TestingAuthDirTimeToLearnReachability, INTERVAL, "0 minutes"),
   V(TestingEstimatedDescriptorPropagationTime, INTERVAL, "0 minutes"),
+  V(MinUptimeHidServDirectoryV2, INTERVAL, "0 minutes"),
   { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL }
 };
 #undef VAR

部分文件因文件數量過多而無法顯示