Roger Dingledine
|
46af2d26d0
you can't declare variables in the middle of a block
|
20 년 전 |
Peter Palfrader
|
14934dece2
Print address too when we say we cannot bind/listen
|
20 년 전 |
Nick Mathewson
|
4c7113d26a
Strip extra trailing newlines when parsing router descriptors.
|
20 년 전 |
Nick Mathewson
|
a89daaeca9
Once an hour (not just on startup) give OpenSSL some more entropy.
|
20 년 전 |
Nick Mathewson
|
cc35e1720f
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it.
|
20 년 전 |
Roger Dingledine
|
0e5b6a84eb
without braces, what will hold up the code?
|
20 년 전 |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
20 년 전 |
Peter Palfrader
|
e53f1ccbfc
sparc64 doesn't like unaligned access either
|
20 년 전 |
Nick Mathewson
|
780aa94b6a
add a todo: clients should use Stable/Fast flags
|
20 년 전 |
Nick Mathewson
|
5cf758764e
Rate-limit warnings related to unrecognized MyFamily elements.
|
20 년 전 |
Nick Mathewson
|
ba67d14d40
On sighup, if usehelpernodes changed to 1, use new circuits.
|
20 년 전 |
Roger Dingledine
|
f12663a4ce
call circuit_expire_all_dirty_circs() on do_hup().
|
20 년 전 |
Nick Mathewson
|
56be5a9706
I *knew* something was wrong here. Flip some comparison operators and make download-rate-limiting sane again.
|
20 년 전 |
Nick Mathewson
|
039edb3dbb
Downgrade too-frequent "nothing happened" message from info to debug
|
20 년 전 |
Roger Dingledine
|
c3aac3ff6b
infrastructure for the 'change pseudonym' button.
|
20 년 전 |
Nick Mathewson
|
92abf1b653
Make windows platform detection smarter. {Untested.}
|
20 년 전 |
Nick Mathewson
|
1ebbaf5c3a
improve INFO-level logging for directory downloads. This is still too chatty, but it will help us analyze things.
|
20 년 전 |
Roger Dingledine
|
5c11d23ab0
we forgot to forward-port the 0.1.0.15 changelog
|
20 년 전 |
Nick Mathewson
|
370e4abdc9
replace former relaunches of directory downloads with reset of failure count and relaunch of status downloads. Fix memory leak in trusted_dir_server_t. Reset "last download attempted" time when resetting failure counts.
|
20 년 전 |
Roger Dingledine
|
adf04f121e
size_t int printf mucking
|
20 년 전 |
Nick Mathewson
|
96c47c8478
Note the two places where clients will still try to fetch old-style (v1) directory info. These should be fixed, I think.
|
20 년 전 |
Nick Mathewson
|
509de69a7e
reset warning flags on SIGHUP. arma: is this everything?
|
20 년 전 |
Roger Dingledine
|
be478bb56c
stutter therapy lessons
|
20 년 전 |
Nick Mathewson
|
8434595584
Fix verbose compiler warnings, including one in routerlist.c that would have been an actual error. Normalize whitespace. Enforce convention that "address" is a hostname and "addr" is an IPv4 address.
|
20 년 전 |
Nick Mathewson
|
0924094042
resolve some directory-related XXXXs; downgrade naming conflict messages from WARN to INFO for non-authorities; do not repeat naming conflict messages.
|
20 년 전 |
Nick Mathewson
|
1223310b69
Downgrade noisy log messages in preparation for an alpha release.
|
20 년 전 |
Nick Mathewson
|
a608905070
Give a less frequent and more helpful warning on failed serverdesc downloads
|
20 년 전 |
Nick Mathewson
|
42e17182da
When we get an EOF or a timeout on a directory connection, note how many bytes of serverdesc we are dropping. This will help us determine whether it is smart to parse incomplete serverdesc responses.
|
20 년 전 |
Nick Mathewson
|
61ea516885
Check for named servers when looking them up by nickname;
|
20 년 전 |
Nick Mathewson
|
2d203fdcf3
link nicknames to trusted directory servers; log these nicknames when mentioning servers; also, when we get a naming conflict; log which nicknames or keys are supposed to bind.
|
20 년 전 |