aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Bump version to 0.1.1.8-alpha-cvs•••svn:r5228 Nick Mathewson2005-10-08
* do not try to download a routerdesc if we would immediately reject it as obso...•••svn:r5225 Nick Mathewson2005-10-07
* Warn less about intro nodes by nickname; remember our own intro nodes by key.•••svn:r5224 Nick Mathewson2005-10-07
* bump to 0.1.1.8-alpha•••svn:r5222 Roger Dingledine2005-10-07
* LOG_ERR is for when we know we're going to exit. use LOG_WARN in other•••cases. svn:r5220 Roger Dingledine2005-10-07
* fix a malformed warning entry•••svn:r5219 Roger Dingledine2005-10-07
* Win32 compilation/correctness fixes.•••svn:r5218 Nick Mathewson2005-10-07
* doxygen fix•••svn:r5217 Roger Dingledine2005-10-07
* disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...•••svn:r5216 Nick Mathewson2005-10-07
* Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...•••svn:r5215 Nick Mathewson2005-10-07
* you can't declare variables in the middle of a block•••svn:r5214 Roger Dingledine2005-10-07
* Print address too when we say we cannot bind/listen•••svn:r5213 Peter Palfrader2005-10-07
* Strip extra trailing newlines when parsing router descriptors.•••svn:r5212 Nick Mathewson2005-10-07
* Once an hour (not just on startup) give OpenSSL some more entropy.•••Add entropy in 512-bit chunks, not 160-bit chunks. (This latter change is voodoo.) svn:r5211 Nick Mathewson2005-10-06
* Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...•••svn:r5210 Nick Mathewson2005-10-06
* without braces, what will hold up the code?•••svn:r5209 Roger Dingledine2005-10-06
* Make doxygen marginally happier•••svn:r5208 Nick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.•••svn:r5204 Nick Mathewson2005-10-05
* On sighup, if usehelpernodes changed to 1, use new circuits.•••svn:r5203 Nick Mathewson2005-10-05
* call circuit_expire_all_dirty_circs() on do_hup().•••there, now we use it. svn:r5202 Roger Dingledine2005-10-05
* I *knew* something was wrong here. Flip some comparison operators and make d...•••svn:r5201 Nick Mathewson2005-10-05
* Downgrade too-frequent "nothing happened" message from info to debug•••svn:r5200 Nick Mathewson2005-10-05
* infrastructure for the 'change pseudonym' button.•••not used yet. svn:r5199 Roger Dingledine2005-10-05
* Make windows platform detection smarter. {Untested.}•••svn:r5198 Nick Mathewson2005-10-05
* improve INFO-level logging for directory downloads. This is still too chatty...•••svn:r5197 Nick Mathewson2005-10-05
* replace former relaunches of directory downloads with reset of failure count ...•••svn:r5195 Nick Mathewson2005-10-05
* size_t int printf mucking•••svn:r5194 Roger Dingledine2005-10-05
* Note the two places where clients will still try to fetch old-style (v1) dire...•••svn:r5193 Nick Mathewson2005-10-05
* reset warning flags on SIGHUP. arma: is this everything?•••svn:r5192 Nick Mathewson2005-10-05
* stutter therapy lessons•••svn:r5191 Roger Dingledine2005-10-05
* Fix verbose compiler warnings, including one in routerlist.c that would have ...•••svn:r5190 Nick Mathewson2005-10-05
* resolve some directory-related XXXXs; downgrade naming conflict messages from...•••svn:r5189 Nick Mathewson2005-10-05
* Downgrade noisy log messages in preparation for an alpha release.•••svn:r5188 Nick Mathewson2005-10-05
* Give a less frequent and more helpful warning on failed serverdesc downloads•••svn:r5187 Nick Mathewson2005-10-05
* When we get an EOF or a timeout on a directory connection, note how many byte...•••svn:r5186 Nick Mathewson2005-10-04
* Check for named servers when looking them up by nickname;•••warn when we'recalling a non-named server by its nickname; don't warn twice about the same name. Fix a bug in routers_update_status_from_networkstatus that made nearly all clients never update routerinfo_t.is_named. Try to list MyFamily elements by key, not by nickname. Only warn about names that we generated ourself, or got from the local user. On TLS handshake, only check the other router's nickname against its expected nickname if is_named is set. svn:r5185 Nick Mathewson2005-10-04
* link nicknames to trusted directory servers; log these nicknames when mention...•••svn:r5184 Nick Mathewson2005-10-04
* cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.•••svn:r5183 Nick Mathewson2005-10-04
* switch semantics of authdirinvalid/reject•••svn:r5182 Nick Mathewson2005-10-04
* comment cleanups•••svn:r5181 Roger Dingledine2005-10-04
* free EVP cipher information on shutdown to remove some spurious dmalloc compl...•••svn:r5180 Nick Mathewson2005-10-03
* Stop leaking storage for EVP keys. (This would be a critical bug if it had ev...•••svn:r5179 Nick Mathewson2005-10-03
* Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...•••svn:r5178 Nick Mathewson2005-10-03
* free helper node status info on shutdown•••svn:r5177 Nick Mathewson2005-09-30
* remove a never-used smartlist in routerlist.c•••svn:r5176 Nick Mathewson2005-09-30
* and another leak.•••svn:r5175 Nick Mathewson2005-09-30
* by convention, addr is a uint32_t and address is a string.•••that's why we hadn't caught that leak. svn:r5174 Roger Dingledine2005-09-30
* Fix a leak when launching listeners.•••svn:r5173 Nick Mathewson2005-09-30
* Try to hunt down a few more leaks•••svn:r5172 Nick Mathewson2005-09-30
* Stop leaking or_state_t on shutdown.•••svn:r5171 Nick Mathewson2005-09-30