mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
5 lines
260 B
Plaintext
5 lines
260 B
Plaintext
|
o Minor features (performance, windows):
|
||
|
- Use SRWLocks to implement locking on Windows. Replaces the critical
|
||
|
section locking implementation with the faster SRWLocks available
|
||
|
since Windows Vista. Closes ticket 17927. Patch by Daniel Pinto.
|