2005-10-13 |
Nick Mathewson | Allow tor_gzip_uncompress to extract as much as possible...
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | When no descriptors changed, do not send a NEWDESC...
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | Make --hash-password not craash on exit.
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | Avoid warning on end-of-function
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | authorities do not replace server descriptors where...
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | Funny. I could have sworn it compiled this morning...
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | More work towards a sane digest-based liveness testing.
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | Add an as-yet-unused "EXTENDED" flag to SETEVENTS to...
|
commit | commitdiff | tree |
2005-10-12 |
Nick Mathewson | Do not check whether DirPort is reachable when we are...
|
commit | commitdiff | tree |
2005-10-11 |
Nick Mathewson | add some docs; if warn_if_unnamed is 0, really do not...
|
commit | commitdiff | tree |
2005-10-08 |
Nick Mathewson | Insert a newline between all router descriptors when...
|
commit | commitdiff | tree |
2005-10-08 |
Nick Mathewson | Now that directory admins assure me they have adjested...
|
commit | commitdiff | tree |
2005-10-08 |
Nick Mathewson | Okay, try to use RAND_poll() from OpenSSL where available.
|
commit | commitdiff | tree |
2005-10-08 |
Nick Mathewson | Bump version to 0.1.1.8-alpha-cvs
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | do not try to download a routerdesc if we would immediately...
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | Warn less about intro nodes by nickname; remember our...
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | Win32 compilation/correctness fixes.
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | disable RAND_poll() for the alpha of the day; at least...
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | Add half our entropy from RAND_poll in OpenSSL. These...
|
commit | commitdiff | tree |
2005-10-07 |
Nick Mathewson | Strip extra trailing newlines when parsing router descriptors.
|
commit | commitdiff | tree |
2005-10-06 |
Nick Mathewson | Once an hour (not just on startup) give OpenSSL some...
|
commit | commitdiff | tree |
2005-10-06 |
Nick Mathewson | Using RAND_pseudo_bytes instead of RAND_bytes is an...
|
commit | commitdiff | tree |
2005-10-06 |
Nick Mathewson | Make doxygen marginally happier
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | add a todo: clients should use Stable/Fast flags
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Rate-limit warnings related to unrecognized MyFamily...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | On sighup, if usehelpernodes changed to 1, use new...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | I *knew* something was wrong here. Flip some comparison...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Downgrade too-frequent "nothing happened" message from...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Make windows platform detection smarter. {Untested.}
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | improve INFO-level logging for directory downloads...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | replace former relaunches of directory downloads with...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Note the two places where clients will still try to...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | reset warning flags on SIGHUP. arma: is this everything?
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Fix verbose compiler warnings, including one in routerlist...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | resolve some directory-related XXXXs; downgrade naming...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Downgrade noisy log messages in preparation for an...
|
commit | commitdiff | tree |
2005-10-05 |
Nick Mathewson | Give a less frequent and more helpful warning on failed...
|
commit | commitdiff | tree |
2005-10-04 |
Nick Mathewson | When we get an EOF or a timeout on a directory connection...
|
commit | commitdiff | tree |
2005-10-04 |
Nick Mathewson | Check for named servers when looking them up by nickname;
|
commit | commitdiff | tree |
2005-10-04 |
Nick Mathewson | link nicknames to trusted directory servers; log these...
|
commit | commitdiff | tree |
2005-10-04 |
Nick Mathewson | cosmetic fix: only have one local to hold smartlist_len...
|
commit | commitdiff | tree |
2005-10-04 |
Nick Mathewson | switch semantics of authdirinvalid/reject
|
commit | commitdiff | tree |
2005-10-03 |
Nick Mathewson | free EVP cipher information on shutdown to remove some...
|
commit | commitdiff | tree |
2005-10-03 |
Nick Mathewson | Stop leaking storage for EVP keys. (This would be a...
|
commit | commitdiff | tree |
2005-10-03 |
Nick Mathewson | Reorganize some quick-and-dirty code to find out what...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | free helper node status info on shutdown
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | remove a never-used smartlist in routerlist.c
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | and another leak.
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Fix a leak when launching listeners.
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Try to hunt down a few more leaks
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Stop leaking or_state_t on shutdown.
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | fix a small filename leak
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | fix a memory leak on exit in routerlist.c
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Never call free() on tor_malloc()d memory. This is...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Note a couple more dir-spec TODOs
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Resolve several DOCDOCs. Make non-mirrors only launch...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Hey kids, guess why connection_mark_for_close() started...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | even better function start checks; give dmalloc a chance...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Note that there is incorrect behavior in directory...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Reformat inconsistent function declarations.
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | Make checkSpace.pl enforce our ctags-friendly function...
|
commit | commitdiff | tree |
2005-09-30 |
Nick Mathewson | add extra warnings to our set of disabled warnings
|
commit | commitdiff | tree |
2005-09-29 |
Nick Mathewson | Add a bunch more warnings to out warning suite; resolve...
|
commit | commitdiff | tree |
2005-09-29 |
Nick Mathewson | suppress all our usual compiler warnings, including...
|
commit | commitdiff | tree |
2005-09-27 |
Nick Mathewson | Use EVP_CIPHER_CTX version of AES from openssl, so...
|
commit | commitdiff | tree |
2005-09-27 |
Nick Mathewson | remove historical stuff from dir-spec.txt
|
commit | commitdiff | tree |
2005-09-26 |
Nick Mathewson | Fix crash-on-wakeup bug in networkstatus download.
|
commit | commitdiff | tree |
2005-09-24 |
Nick Mathewson | Point readers of the code to opensslv.h, since everybody...
|
commit | commitdiff | tree |
2005-09-24 |
Nick Mathewson | Possible fix to make aes build on woody
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | But, of course, mirrors should get the most up-to-date...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Log even less verbosely. Also, do not download old...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Provide dire warnings to any users who set DirServer...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Oops. It looks like some old GCCs dislike #if inside...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Use OpenSSL AES when OpenSSL has version 0.9.7 or later.
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Decouple router downloads from old directory downloads...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix logic error (people who ask authorities should...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Re-enable autosplitting, but authorities and mirrors...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix at least one overzealous download bug. (tor_malloc_zero...
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Fix some compiler warnings
|
commit | commitdiff | tree |
2005-09-23 |
Nick Mathewson | Remove extraneous space on read-history lines.
|
commit | commitdiff | tree |
2005-09-22 |
Nick Mathewson | I love the smell of C in the morning. Make router...
|
commit | commitdiff | tree |
2005-09-22 |
Nick Mathewson | Use a separate type for "local view of router status...
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Make write_escaped_data more bulletproof; backport...
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Move items from meeting into dir-spec and TODO.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Only check versions from versioning authdirs.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Implement new version handling code.
|
commit | commitdiff | tree |
2005-09-21 |
Nick Mathewson | Add notes of things that must be done to dir-spec
|
commit | commitdiff | tree |
2005-09-20 |
Nick Mathewson | Add a temporary section to dir-spec reflecting what...
|
commit | commitdiff | tree |
2005-09-19 |
Nick Mathewson | bump version to 0.1.1.7-alpha-cvs
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | remove some debugging garbage
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Make give-up-on-failure actually work: it seems the...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Prevent a "try forever to download an unobtainable...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Refactor new directory code a bit. Keep a big list...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Move to new base64 digest functions. Switch to new...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Helper functions to perform our truncated base64 encoding...
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Make smartlist_add_all more efficient.
|
commit | commitdiff | tree |
2005-09-18 |
Nick Mathewson | Specify exactly what we meant by "the digest of a descriptor...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | add a couple of directory items
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Remove a bunch of #if0d code that I no longer need...
|
commit | commitdiff | tree |
2005-09-16 |
Nick Mathewson | Resolve/expand some XXXXs and improve a log message...
|
commit | commitdiff | tree |