2005-10-25 |
Nick Mathewson | Add core spec todos from meeting
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | add minor todos from meeting
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | Use LD_BUG as appropriate; convert rend* and router...
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | Fix one possible source of reuse-a-circuit-id bug;...
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | add more domains
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | prefer thread-friendly dmalloc
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | Check for even more windows version flags, and note...
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | When warning about a networkstatus fp, we need to put...
|
commit | commitdiff | tree |
2005-10-24 |
Nick Mathewson | Avoid potential infinite recursion when building a...
|
commit | commitdiff | tree |
2005-10-19 |
Nick Mathewson | Crank down the frequency for replacing unchanged descriptors
|
commit | commitdiff | tree |
2005-10-19 |
Nick Mathewson | Make it compile. appease roger and his thirst for documentation.
|
commit | commitdiff | tree |
2005-10-19 |
Nick Mathewson | We need a routerlist_replace as well. This should do...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Update more files to new log stuff.
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Migrate a few more files to domained logging
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Start dividing log messages into logging domains. ...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Use a digestmap_t to speed up router_get_by_digest...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Use digestmap_t instead of strmap_t where appropriate...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Add a "Map from digest to void*" abstraction, since...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | stupid gcc. stupid nickm.
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Refactor routerlist access slightly: always use router_get_b...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Make smartlist_foreach always use the fast versions.
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Remove assert in sort-of c-itical path
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Actually, use #defines for common case. Nothing to...
|
commit | commitdiff | tree |
2005-10-18 |
Nick Mathewson | Inline key smartlist functions; use fast versions...
|
commit | commitdiff | tree |
2005-10-17 |
Nick Mathewson | Add a missing struct initializer field
|
commit | commitdiff | tree |
2005-10-17 |
Nick Mathewson | Add ability to warn when using abbrev mechanism to...
|
commit | commitdiff | tree |
2005-10-14 |
Nick Mathewson | Enable trivial "download by descriptor digest" functionality.
|
commit | commitdiff | tree |
2005-10-14 |
Nick Mathewson | Try to extract as many descriptors as possible from...
|
commit | commitdiff | tree |
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 |