diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2020-10-31 18:33:33 +0000 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2020-11-01 03:10:25 +0000 |
commit | f3b9be4422a08b6066bdb93874a5023e7c11ce9e (patch) | |
tree | b0d36b44ebcc2f6675a9f8f164b1d6088ca52826 /changes/bug30187 | |
parent | 6e25c49f7615f5e921f4d4ec281c225a720f8289 (diff) | |
download | tor-f3b9be4422a08b6066bdb93874a5023e7c11ce9e.tar.gz tor-f3b9be4422a08b6066bdb93874a5023e7c11ce9e.zip |
Implement WIN32 tor_cond_wait using condition variables #30187
Fix bug where running a relay on Windows would use 100% CPU
after some time. Makes Windows >= Vista the required Windows
version to build and run tor.
Diffstat (limited to 'changes/bug30187')
-rw-r--r-- | changes/bug30187 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug30187 b/changes/bug30187 new file mode 100644 index 0000000000..2a3358d6be --- /dev/null +++ b/changes/bug30187 @@ -0,0 +1,5 @@ + o Major bugfixes (relay, windows): + - Fix bug where running a relay on Windows would use 100% + CPU after some time. Makes Windows >= Vista the required + Windows version to build and run tor. Fixes bug 30187; + bugfix on 0.4.5.1-alpha. Patch by Daniel Pinto. |