mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix warnings from lintChanges.py
This commit is contained in:
parent
59f4cae68c
commit
add164aa41
@ -1,9 +1,9 @@
|
|||||||
o Major bugfixes (client performance);
|
o Major bugfixes (client performance):
|
||||||
- Clients now respond to new application stream requests when
|
- Clients now respond to new application stream requests when
|
||||||
they arrive, rather than waiting up to one second before starting
|
they arrive, rather than waiting up to one second before starting
|
||||||
to handle them. Fixes part of bug 19969; bugfix on 0.2.8.1-alpha.
|
to handle them. Fixes part of bug 19969; bugfix on 0.2.8.1-alpha.
|
||||||
|
|
||||||
o Major bugfixes (clients on flaky network connections);
|
o Major bugfixes (clients on flaky network connections):
|
||||||
- When Tor leaves standby because of a new application request, open
|
- When Tor leaves standby because of a new application request, open
|
||||||
circuits as needed to serve that request. Previously, we would
|
circuits as needed to serve that request. Previously, we would
|
||||||
potentially wait a very long time. Fixes part of bug 19969; bugfix
|
potentially wait a very long time. Fixes part of bug 19969; bugfix
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
o Minor bugfixes (circuits):
|
o Minor bugfixes (circuits):
|
||||||
- Remove a BUG warning in circuit_pick_extend_handshake. Instead, assume
|
- Remove a BUG warning in circuit_pick_extend_handshake. Instead, assume
|
||||||
all nodes support EXTEND2. Use ntor whenever a key is available.
|
all nodes support EXTEND2. Use ntor whenever a key is available.
|
||||||
Bugfix on commit 10aa913 from 19163 in 0.2.9.3-alpha. Fixes bug 20472.
|
Fixes bug 20472; bugfix on 0.2.9.3-alpha.
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
o Minor bugfixes (compilation);
|
o Minor bugfixes (compilation):
|
||||||
- Fix implicit conversion warnings under OpenSSL 1.1.
|
- Fix implicit conversion warnings under OpenSSL 1.1.
|
||||||
Fixes bug 20551; bugfix on 0.2.1.1-alpha.
|
Fixes bug 20551; bugfix on 0.2.1.1-alpha.
|
||||||
|
Loading…
Reference in New Issue
Block a user