Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Be a bit more verbose in our AUTHENTICATE error messages in the control ↵ | Peter Palfrader | 2005-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 Mathewson | 2005-10-12 |
| | | | | svn:r5244 | ||
* | Make --hash-password not craash on exit. | Nick Mathewson | 2005-10-12 |
| | | | | svn:r5243 | ||
* | Avoid warning on end-of-function | Nick Mathewson | 2005-10-12 |
| | | | | svn:r5242 | ||
* | Remove 08_add_newlines_between_serverdescriptors.dpatch | Peter Palfrader | 2005-10-12 |
| | | | | svn:r5241 | ||
* | authorities do not replace server descriptors where nothing semantically ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-10-12 |
| | | | | svn:r5239 | ||
* | More work towards a sane digest-based liveness testing. | Nick Mathewson | 2005-10-12 |
| | | | | svn:r5238 | ||
* | Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-10-12 |
| | | | | | | of hibernation. (Backport candidate) svn:r5235 | ||
* | add some docs; if warn_if_unnamed is 0, really do not warn. | Nick Mathewson | 2005-10-11 |
| | | | | svn:r5234 | ||
* | Add directory format fix to debian's 0.1.1.8-alpha-1 | Peter Palfrader | 2005-10-08 |
| | | | | svn:r5232 | ||
* | Insert a newline between all router descriptors when generating (old style) ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-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 Mathewson | 2005-10-08 |
| | | | | svn:r5229 | ||
* | Bump version to 0.1.1.8-alpha-cvs | Nick Mathewson | 2005-10-08 |
| | | | | svn:r5228 | ||
* | New upstream release | Peter Palfrader | 2005-10-07 |
| | | | | svn:r5227 | ||
* | do not try to download a routerdesc if we would immediately reject it as ↵ | Nick Mathewson | 2005-10-07 |
| | | | | | | obsolete. svn:r5225 | ||
* | Warn less about intro nodes by nickname; remember our own intro nodes by key. | Nick Mathewson | 2005-10-07 |
| | | | | svn:r5224 | ||
* | the installer screenshot lists no version, so stop being so defensive | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5223 | ||
* | bump to 0.1.1.8-alpha | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5222 | ||
* | a changelog for 0.1.1.8-alpha | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5221 | ||
* | LOG_ERR is for when we know we're going to exit. use LOG_WARN in other | Roger Dingledine | 2005-10-07 |
| | | | | | | | cases. svn:r5220 | ||
* | fix a malformed warning entry | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5219 | ||
* | Win32 compilation/correctness fixes. | Nick Mathewson | 2005-10-07 |
| | | | | svn:r5218 | ||
* | doxygen fix | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5217 | ||
* | disable RAND_poll() for the alpha of the day; at least 24 hours of testing ↵ | Nick Mathewson | 2005-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 Mathewson | 2005-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 block | Roger Dingledine | 2005-10-07 |
| | | | | svn:r5214 | ||
* | Print address too when we say we cannot bind/listen | Peter Palfrader | 2005-10-07 |
| | | | | svn:r5213 | ||
* | Strip extra trailing newlines when parsing router descriptors. | Nick Mathewson | 2005-10-07 |
| | | | | svn:r5212 | ||
* | Once an hour (not just on startup) give OpenSSL some more entropy. | Nick Mathewson | 2005-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 Mathewson | 2005-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 Dingledine | 2005-10-06 |
| | | | | svn:r5209 | ||
* | Make doxygen marginally happier | Nick Mathewson | 2005-10-06 |
| | | | | svn:r5208 | ||
* | sparc64 doesn't like unaligned access either | Peter Palfrader | 2005-10-06 |
| | | | | svn:r5206 | ||
* | add a todo: clients should use Stable/Fast flags | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5205 | ||
* | Rate-limit warnings related to unrecognized MyFamily elements. | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5204 | ||
* | On sighup, if usehelpernodes changed to 1, use new circuits. | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5203 | ||
* | call circuit_expire_all_dirty_circs() on do_hup(). | Roger Dingledine | 2005-10-05 |
| | | | | | | | there, now we use it. svn:r5202 | ||
* | I *knew* something was wrong here. Flip some comparison operators and make ↵ | Nick Mathewson | 2005-10-05 |
| | | | | | | download-rate-limiting sane again. svn:r5201 | ||
* | Downgrade too-frequent "nothing happened" message from info to debug | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5200 | ||
* | infrastructure for the 'change pseudonym' button. | Roger Dingledine | 2005-10-05 |
| | | | | | | | not used yet. svn:r5199 | ||
* | Make windows platform detection smarter. {Untested.} | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5198 | ||
* | improve INFO-level logging for directory downloads. This is still too ↵ | Nick Mathewson | 2005-10-05 |
| | | | | | | chatty, but it will help us analyze things. svn:r5197 | ||
* | we forgot to forward-port the 0.1.0.15 changelog | Roger Dingledine | 2005-10-05 |
| | | | | svn:r5196 | ||
* | replace former relaunches of directory downloads with reset of failure count ↵ | Nick Mathewson | 2005-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 mucking | Roger Dingledine | 2005-10-05 |
| | | | | svn:r5194 | ||
* | Note the two places where clients will still try to fetch old-style (v1) ↵ | Nick Mathewson | 2005-10-05 |
| | | | | | | directory info. These should be fixed, I think. svn:r5193 | ||
* | reset warning flags on SIGHUP. arma: is this everything? | Nick Mathewson | 2005-10-05 |
| | | | | svn:r5192 |