2005-11-04 |
Nick Mathewson | Fix bugs in routerlist_remove_old_cached_routers_with_id()
|
commit | commitdiff | tree |
2005-11-04 |
Nick Mathewson | prevent duplicat mark-for-close
|
commit | commitdiff | tree |
2005-11-01 |
Nick Mathewson | enable code to remove members of old_routers when it...
|
commit | commitdiff | tree |
2005-11-01 |
Nick Mathewson | fix a signed/unsigned warning
|
commit | commitdiff | tree |
2005-10-29 |
Nick Mathewson | Free the v2 directory networkstatus on exit. (Not a...
|
commit | commitdiff | tree |
2005-10-28 |
Nick Mathewson | aaand another leak. Oops, I guess I lied to weasel...
|
commit | commitdiff | tree |
2005-10-28 |
Nick Mathewson | router_add_to_routerlist() really needs to free not...
|
commit | commitdiff | tree |
2005-10-28 |
Nick Mathewson | Fix bug when parsing list of router descriptors containing...
|
commit | commitdiff | tree |
2005-10-27 |
Nick Mathewson | Fix a fun bug that was probably causing unnecessary...
|
commit | commitdiff | tree |
2005-10-27 |
Nick Mathewson | Fix an annoying rep violation bug
|
commit | commitdiff | tree |
2005-10-27 |
Nick Mathewson | Start making directory caches retain old routerinfo_t...
|
commit | commitdiff | tree |
2005-10-26 |
Nick Mathewson | Call ERR_remove_state() on the main thread on shutdown,too
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Per comments at the bottom of openssl/FAQ, call even...
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | remove some commented-out code that may tempt us to...
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | fix a nasty corruption bug
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | fix minor memory leak in config
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Remove last vestiges of old logging interface.
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Switch remaining files to new log interface.
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Also here.
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | fix another segv, this time in circid fix.
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | fix a segv
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Change more files to new loggin interface. 3 left.
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Efficiency hack: call tor_fix_source_file late, not...
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Convert circuituse, command, config, connection, relay...
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Fix memory leak when retrieving networkstatus or routerdesc...
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Fix possible free(NULL) in control.c
|
commit | commitdiff | tree |
2005-10-25 |
Nick Mathewson | Fix possible minor memory leak when parsing helpernode...
|
commit | commitdiff | tree |
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 |