Roger Dingledine
|
2b3e8ab901
bump to 0.1.1.8-alpha
|
hace 20 años |
Roger Dingledine
|
69003566c0
a changelog for 0.1.1.8-alpha
|
hace 20 años |
Roger Dingledine
|
c4757e0705
LOG_ERR is for when we know we're going to exit. use LOG_WARN in other
|
hace 20 años |
Roger Dingledine
|
78edd804ff
fix a malformed warning entry
|
hace 20 años |
Nick Mathewson
|
010bcfa9df
Win32 compilation/correctness fixes.
|
hace 20 años |
Roger Dingledine
|
83e119154b
doxygen fix
|
hace 20 años |
Nick Mathewson
|
150e5ac098
disable RAND_poll() for the alpha of the day; at least 24 hours of testing is in order for something like that.
|
hace 20 años |
Nick Mathewson
|
a53ecc94f9
Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (if present) openbsd weirdness (if present), vms/os2 weirdness (if we ever port there), and more in the future.
|
hace 20 años |
Roger Dingledine
|
46af2d26d0
you can't declare variables in the middle of a block
|
hace 20 años |
Peter Palfrader
|
14934dece2
Print address too when we say we cannot bind/listen
|
hace 20 años |
Nick Mathewson
|
4c7113d26a
Strip extra trailing newlines when parsing router descriptors.
|
hace 20 años |
Nick Mathewson
|
a89daaeca9
Once an hour (not just on startup) give OpenSSL some more entropy.
|
hace 20 años |
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.
|
hace 20 años |
Roger Dingledine
|
0e5b6a84eb
without braces, what will hold up the code?
|
hace 20 años |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
hace 20 años |
Peter Palfrader
|
e53f1ccbfc
sparc64 doesn't like unaligned access either
|
hace 20 años |
Nick Mathewson
|
780aa94b6a
add a todo: clients should use Stable/Fast flags
|
hace 20 años |
Nick Mathewson
|
5cf758764e
Rate-limit warnings related to unrecognized MyFamily elements.
|
hace 20 años |
Nick Mathewson
|
ba67d14d40
On sighup, if usehelpernodes changed to 1, use new circuits.
|
hace 20 años |
Roger Dingledine
|
f12663a4ce
call circuit_expire_all_dirty_circs() on do_hup().
|
hace 20 años |
Nick Mathewson
|
56be5a9706
I *knew* something was wrong here. Flip some comparison operators and make download-rate-limiting sane again.
|
hace 20 años |
Nick Mathewson
|
039edb3dbb
Downgrade too-frequent "nothing happened" message from info to debug
|
hace 20 años |
Roger Dingledine
|
c3aac3ff6b
infrastructure for the 'change pseudonym' button.
|
hace 20 años |
Nick Mathewson
|
92abf1b653
Make windows platform detection smarter. {Untested.}
|
hace 20 años |
Nick Mathewson
|
1ebbaf5c3a
improve INFO-level logging for directory downloads. This is still too chatty, but it will help us analyze things.
|
hace 20 años |
Roger Dingledine
|
5c11d23ab0
we forgot to forward-port the 0.1.0.15 changelog
|
hace 20 años |
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.
|
hace 20 años |
Roger Dingledine
|
adf04f121e
size_t int printf mucking
|
hace 20 años |
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.
|
hace 20 años |
Nick Mathewson
|
509de69a7e
reset warning flags on SIGHUP. arma: is this everything?
|
hace 20 años |