aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Be a bit more verbose in our AUTHENTICATE error messages in the control ↵Peter Palfrader2005-10-12
| | | | | | protocol so the next guy doesn't blame Nick again svn:r5245
* When no descriptors changed, do not send a NEWDESC event.Nick Mathewson2005-10-12
| | | | svn:r5244
* Make --hash-password not craash on exit.Nick Mathewson2005-10-12
| | | | svn:r5243
* Avoid warning on end-of-functionNick Mathewson2005-10-12
| | | | svn:r5242
* Remove 08_add_newlines_between_serverdescriptors.dpatchPeter Palfrader2005-10-12
| | | | svn:r5241
* authorities do not replace server descriptors where nothing semantically ↵Nick Mathewson2005-10-12
| | | | | | relevant has changed since the last upload. svn:r5240
* Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson2005-10-12
| | | | svn:r5239
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
| | | | svn:r5238
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the ↵Nick Mathewson2005-10-12
| | | | | | 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 svn:r5237
* Do not check whether DirPort is reachable when we are suppressing it because ↵Nick Mathewson2005-10-12
| | | | | | of hibernation. (Backport candidate) svn:r5235
* add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson2005-10-11
| | | | svn:r5234
* Add directory format fix to debian's 0.1.1.8-alpha-1Peter Palfrader2005-10-08
| | | | svn:r5232
* Insert a newline between all router descriptors when generating (old style) ↵Nick Mathewson2005-10-08
| | | | | | signed directories, in case somebody was counting on that. svn:r5231
* Now that directory admins assure me they have adjested teir configs, it is ↵Nick Mathewson2005-10-08
| | | | | | safe to make authorities be non-versioning, non-naming by default. svn:r5230
* Okay, try to use RAND_poll() from OpenSSL where available.Nick Mathewson2005-10-08
| | | | svn:r5229
* Bump version to 0.1.1.8-alpha-cvsNick Mathewson2005-10-08
| | | | svn:r5228
* New upstream releasePeter Palfrader2005-10-07
| | | | svn:r5227
* do not try to download a routerdesc if we would immediately reject it as ↵Nick Mathewson2005-10-07
| | | | | | obsolete. svn:r5225
* Warn less about intro nodes by nickname; remember our own intro nodes by key.Nick Mathewson2005-10-07
| | | | svn:r5224
* the installer screenshot lists no version, so stop being so defensiveRoger Dingledine2005-10-07
| | | | svn:r5223
* bump to 0.1.1.8-alphaRoger Dingledine2005-10-07
| | | | svn:r5222
* a changelog for 0.1.1.8-alphaRoger Dingledine2005-10-07
| | | | svn:r5221
* LOG_ERR is for when we know we're going to exit. use LOG_WARN in otherRoger Dingledine2005-10-07
| | | | | | | cases. svn:r5220
* fix a malformed warning entryRoger Dingledine2005-10-07
| | | | svn:r5219
* Win32 compilation/correctness fixes.Nick Mathewson2005-10-07
| | | | svn:r5218
* doxygen fixRoger Dingledine2005-10-07
| | | | svn:r5217
* disable RAND_poll() for the alpha of the day; at least 24 hours of testing ↵Nick Mathewson2005-10-07
| | | | | | is in order for something like that. svn:r5216
* Add half our entropy from RAND_poll in OpenSSL. These know how to use egd ↵Nick Mathewson2005-10-07
| | | | | | (if present) openbsd weirdness (if present), vms/os2 weirdness (if we ever port there), and more in the future. svn:r5215
* you can't declare variables in the middle of a blockRoger Dingledine2005-10-07
| | | | svn:r5214
* Print address too when we say we cannot bind/listenPeter Palfrader2005-10-07
| | | | svn:r5213
* Strip extra trailing newlines when parsing router descriptors.Nick Mathewson2005-10-07
| | | | svn:r5212
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
| | | | | | | | Add entropy in 512-bit chunks, not 160-bit chunks. (This latter change is voodoo.) svn:r5211
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to ↵Nick Mathewson2005-10-06
| | | | | | happen, and does not really speed us up much when we do it. So stop doing it. svn:r5210
* without braces, what will hold up the code?Roger Dingledine2005-10-06
| | | | svn:r5209
* Make doxygen marginally happierNick Mathewson2005-10-06
| | | | svn:r5208
* sparc64 doesn't like unaligned access eitherPeter Palfrader2005-10-06
| | | | svn:r5206
* add a todo: clients should use Stable/Fast flagsNick Mathewson2005-10-05
| | | | svn:r5205
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
| | | | svn:r5204
* On sighup, if usehelpernodes changed to 1, use new circuits.Nick Mathewson2005-10-05
| | | | svn:r5203
* call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine2005-10-05
| | | | | | | there, now we use it. svn:r5202
* I *knew* something was wrong here. Flip some comparison operators and make ↵Nick Mathewson2005-10-05
| | | | | | download-rate-limiting sane again. svn:r5201
* Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson2005-10-05
| | | | svn:r5200
* infrastructure for the 'change pseudonym' button.Roger Dingledine2005-10-05
| | | | | | | not used yet. svn:r5199
* Make windows platform detection smarter. {Untested.}Nick Mathewson2005-10-05
| | | | svn:r5198
* improve INFO-level logging for directory downloads. This is still too ↵Nick Mathewson2005-10-05
| | | | | | chatty, but it will help us analyze things. svn:r5197
* we forgot to forward-port the 0.1.0.15 changelogRoger Dingledine2005-10-05
| | | | svn:r5196
* replace former relaunches of directory downloads with reset of failure count ↵Nick Mathewson2005-10-05
| | | | | | and relaunch of status downloads. Fix memory leak in trusted_dir_server_t. Reset "last download attempted" time when resetting failure counts. svn:r5195
* size_t int printf muckingRoger Dingledine2005-10-05
| | | | svn:r5194
* Note the two places where clients will still try to fetch old-style (v1) ↵Nick Mathewson2005-10-05
| | | | | | directory info. These should be fixed, I think. svn:r5193
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
| | | | svn:r5192