mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
r11702@Kushana: nickm | 2006-12-24 01:31:59 -0500
Patch from Edmanm, slightly modified. Original change list:
- Support running the Tor service with a torrc not in the
same directory as tor.exe (Bug #356) and default to using the torrc
located in the %appdata%\Tor\ of the user who installed the service
- Removed the supposedly misleading error message mentioned in Bug #294
- Fixed some CloseHandle()s that should've been CloseServiceHandle()s
- Fixed some nt_service_foo() return values to be consistent
- Resolved some nt_service_foo() DOCDOCs
- Fixed one trivial typo that I happened to randomly notice
Changes:
- Make more comments into "imperative" house style.
- Remove special handling for "-f"; only use --options.
- Quote all options.
- Clean up whitespace
svn:r9185
This commit is contained in:
@@ -12,6 +12,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
|
||||
clients to tell which servers support BEGIN_DIR and which don't.
|
||||
The implementation is forward-compatible with a proposed future
|
||||
protocol version scheme not tied to Tor versions.
|
||||
- Support running the Tor service with a torrc not in the
|
||||
same directory as tor.exe (Bug #356) and default to using the torrc
|
||||
located in the %appdata%\Tor\ of the user who installed the service.
|
||||
Patch from Matt Edman.
|
||||
|
||||
o Minor features:
|
||||
- Start using the state file to store bandwidth accounting data:
|
||||
@@ -100,6 +104,10 @@ Changes in version 0.1.2.5-xxxx - 200?-??-??
|
||||
- Stop accepting certain malformed ports in configured exit policies.
|
||||
- Don't re-write the fingerprint file every restart, unless it has
|
||||
changed.
|
||||
- Cleaned-up code and documentation in NT services. Patch from Matt
|
||||
Edman.
|
||||
- Removed the supposedly misleading error message mentioned in Bug #294.
|
||||
Patch from Matt Edman.
|
||||
|
||||
o Controller features:
|
||||
- Have GETINFO dir/status/* work on hosts with DirPort disabled.
|
||||
|
||||
Reference in New Issue
Block a user