diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:10:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 16:10:59 -0400 |
commit | bdfb399867e697e1afcbe0927a7aba685a587b1c (patch) | |
tree | 47acc532ecd121187168c11f4e2dc3490022f50f /changes | |
parent | 879b1e10101f4eb5ecfb37c7a51f2882c2ac3ea1 (diff) | |
parent | cc21e56ed4cfc9c83b2cbfef9a8ff088471f7925 (diff) | |
download | tor-bdfb399867e697e1afcbe0927a7aba685a587b1c.tar.gz tor-bdfb399867e697e1afcbe0927a7aba685a587b1c.zip |
Merge remote-tracking branch 'public/xxx023'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/check_correct_flav_sigs | 4 | ||||
-rw-r--r-- | changes/descriptor_limit | 2 | ||||
-rw-r--r-- | changes/log_bad_md_entry | 3 | ||||
-rw-r--r-- | changes/move_cached_gtod | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/changes/check_correct_flav_sigs b/changes/check_correct_flav_sigs new file mode 100644 index 0000000000..db21182dd3 --- /dev/null +++ b/changes/check_correct_flav_sigs @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When checking for requested signatures on the latest consensus before + serving it to a client, make sure to check the right consensus flavor. + Bugfix on 0.2.2.6-alpha. diff --git a/changes/descriptor_limit b/changes/descriptor_limit new file mode 100644 index 0000000000..29be3d981c --- /dev/null +++ b/changes/descriptor_limit @@ -0,0 +1,2 @@ + o Code simplification and refactoring: + - Remove duplicate code for invoking getrlimit() from control.c. diff --git a/changes/log_bad_md_entry b/changes/log_bad_md_entry new file mode 100644 index 0000000000..3c653277c2 --- /dev/null +++ b/changes/log_bad_md_entry @@ -0,0 +1,3 @@ + o Minor features (debugging): + - Log a BUG message at INFO if we have a networkstatus with a missing + entry for some microdescriptor. diff --git a/changes/move_cached_gtod b/changes/move_cached_gtod new file mode 100644 index 0000000000..53d80920f9 --- /dev/null +++ b/changes/move_cached_gtod @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Move tor_gettimeofday_cached() into compat_libevent.c, and use + Libevent's notion of cached time when possible. |