Nick Mathewson
|
972b7512c7
authorities do not replace server descriptors where nothing semantically relevant has changed since the last upload.
|
21 gadi atpakaļ |
Nick Mathewson
|
fd9bfef13b
Funny. I could have sworn it compiled this morning when I checked it in.
|
21 gadi atpakaļ |
Nick Mathewson
|
a7ca56b537
More work towards a sane digest-based liveness testing.
|
21 gadi atpakaļ |
Nick Mathewson
|
2b3a7b818f
Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules
|
21 gadi atpakaļ |
Nick Mathewson
|
bf9ff1c1e7
Do not check whether DirPort is reachable when we are suppressing it because of hibernation. (Backport candidate)
|
21 gadi atpakaļ |
Nick Mathewson
|
08e4f132a8
add some docs; if warn_if_unnamed is 0, really do not warn.
|
21 gadi atpakaļ |
Peter Palfrader
|
e459f6ee0f
Add directory format fix to debian's 0.1.1.8-alpha-1
|
21 gadi atpakaļ |
Nick Mathewson
|
c48ccf9db4
Insert a newline between all router descriptors when generating (old style) signed directories, in case somebody was counting on that.
|
21 gadi atpakaļ |
Nick Mathewson
|
2f49e058d0
Now that directory admins assure me they have adjested teir configs, it is safe to make authorities be non-versioning, non-naming by default.
|
21 gadi atpakaļ |
Nick Mathewson
|
9bc2467626
Okay, try to use RAND_poll() from OpenSSL where available.
|
21 gadi atpakaļ |
Nick Mathewson
|
48caf912a6
Bump version to 0.1.1.8-alpha-cvs
|
21 gadi atpakaļ |
Peter Palfrader
|
06da1d4cba
New upstream release
|
21 gadi atpakaļ |
Nick Mathewson
|
d7b04a8788
do not try to download a routerdesc if we would immediately reject it as obsolete.
|
21 gadi atpakaļ |
Nick Mathewson
|
2572db2472
Warn less about intro nodes by nickname; remember our own intro nodes by key.
|
21 gadi atpakaļ |
Roger Dingledine
|
5569e49a6c
the installer screenshot lists no version, so stop being so defensive
|
21 gadi atpakaļ |
Roger Dingledine
|
2b3e8ab901
bump to 0.1.1.8-alpha
|
21 gadi atpakaļ |
Roger Dingledine
|
69003566c0
a changelog for 0.1.1.8-alpha
|
21 gadi atpakaļ |
Roger Dingledine
|
c4757e0705
LOG_ERR is for when we know we're going to exit. use LOG_WARN in other
|
21 gadi atpakaļ |
Roger Dingledine
|
78edd804ff
fix a malformed warning entry
|
21 gadi atpakaļ |
Nick Mathewson
|
010bcfa9df
Win32 compilation/correctness fixes.
|
21 gadi atpakaļ |
Roger Dingledine
|
83e119154b
doxygen fix
|
21 gadi atpakaļ |
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.
|
21 gadi atpakaļ |
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.
|
21 gadi atpakaļ |
Roger Dingledine
|
46af2d26d0
you can't declare variables in the middle of a block
|
21 gadi atpakaļ |
Peter Palfrader
|
14934dece2
Print address too when we say we cannot bind/listen
|
21 gadi atpakaļ |
Nick Mathewson
|
4c7113d26a
Strip extra trailing newlines when parsing router descriptors.
|
21 gadi atpakaļ |
Nick Mathewson
|
a89daaeca9
Once an hour (not just on startup) give OpenSSL some more entropy.
|
21 gadi atpakaļ |
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.
|
21 gadi atpakaļ |
Roger Dingledine
|
0e5b6a84eb
without braces, what will hold up the code?
|
21 gadi atpakaļ |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
21 gadi atpakaļ |