aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
* When no descriptors changed, do not send a NEWDESC event.Nick Mathewson2005-10-12
* Make --hash-password not craash on exit.Nick Mathewson2005-10-12
* Avoid warning on end-of-functionNick Mathewson2005-10-12
* authorities do not replace server descriptors where nothing semantically rele...Nick Mathewson2005-10-12
* Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson2005-10-12
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
* Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...Nick Mathewson2005-10-12
* Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson2005-10-12
* add some docs; if warn_if_unnamed is 0, really do not warn.Nick Mathewson2005-10-11
* Insert a newline between all router descriptors when generating (old style) s...Nick Mathewson2005-10-08
* Now that directory admins assure me they have adjested teir configs, it is sa...Nick Mathewson2005-10-08
* do not try to download a routerdesc if we would immediately reject it as obso...Nick Mathewson2005-10-07
* Warn less about intro nodes by nickname; remember our own intro nodes by key.Nick Mathewson2005-10-07
* fix a malformed warning entryRoger Dingledine2005-10-07
* doxygen fixRoger Dingledine2005-10-07
* you can't declare variables in the middle of a blockRoger Dingledine2005-10-07
* Print address too when we say we cannot bind/listenPeter Palfrader2005-10-07
* Strip extra trailing newlines when parsing router descriptors.Nick Mathewson2005-10-07
* Once an hour (not just on startup) give OpenSSL some more entropy.Nick Mathewson2005-10-06
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson2005-10-06
* without braces, what will hold up the code?Roger Dingledine2005-10-06
* Make doxygen marginally happierNick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* On sighup, if usehelpernodes changed to 1, use new circuits.Nick Mathewson2005-10-05
* call circuit_expire_all_dirty_circs() on do_hup().Roger Dingledine2005-10-05
* I *knew* something was wrong here. Flip some comparison operators and make d...Nick Mathewson2005-10-05
* Downgrade too-frequent "nothing happened" message from info to debugNick Mathewson2005-10-05
* infrastructure for the 'change pseudonym' button.Roger Dingledine2005-10-05
* improve INFO-level logging for directory downloads. This is still too chatty...Nick Mathewson2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...Nick Mathewson2005-10-05
* size_t int printf muckingRoger Dingledine2005-10-05
* Note the two places where clients will still try to fetch old-style (v1) dire...Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?Nick Mathewson2005-10-05
* stutter therapy lessonsRoger Dingledine2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...Nick Mathewson2005-10-05
* resolve some directory-related XXXXs; downgrade naming conflict messages from...Nick Mathewson2005-10-05
* Downgrade noisy log messages in preparation for an alpha release.Nick Mathewson2005-10-05
* Give a less frequent and more helpful warning on failed serverdesc downloadsNick Mathewson2005-10-05
* When we get an EOF or a timeout on a directory connection, note how many byte...Nick Mathewson2005-10-04
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson2005-10-04
* cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.Nick Mathewson2005-10-04
* switch semantics of authdirinvalid/rejectNick Mathewson2005-10-04
* comment cleanupsRoger Dingledine2005-10-04
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...Nick Mathewson2005-10-03
* free helper node status info on shutdownNick Mathewson2005-09-30
* remove a never-used smartlist in routerlist.cNick Mathewson2005-09-30
* and another leak.Nick Mathewson2005-09-30
* by convention, addr is a uint32_t and address is a string.Roger Dingledine2005-09-30
* Fix a leak when launching listeners.Nick Mathewson2005-09-30