aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* r16670@catbus: nickm | 2007-11-14 14:56:30 -0500••• Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection. svn:r12496 Nick Mathewson2007-11-14
* r16669@catbus: nickm | 2007-11-14 14:50:03 -0500••• When we complete an OR handshake, set up all the internal fields and mark the connection as open. svn:r12495 Nick Mathewson2007-11-14
* r16665@catbus: nickm | 2007-11-14 13:36:11 -0500••• Fix bug spotted by karsten: when we have no consensus, do not try to continue finding directories for a hidden service. svn:r12493 Nick Mathewson2007-11-14
* r16663@catbus: nickm | 2007-11-13 21:51:28 -0500••• Back out parts of r12376: replace file locations in scripts. svn:r12490 Nick Mathewson2007-11-14
* Make it build on OpenBSD again. Patch from tup.•••svn:r12489 Roger Dingledine2007-11-12
* make r12485 more likely to work on tonga too•••svn:r12486 Roger Dingledine2007-11-12
* r16656@catbus: nickm | 2007-11-12 11:27:00 -0500••• Possibly fix bug 548 by making the fix for bug 543 not get invoked on authorities. See changelog and bug 548 entry for rationale. svn:r12485 Nick Mathewson2007-11-12
* r16654@catbus: nickm | 2007-11-12 10:43:45 -0500••• Add explanatory comment. Does not fix bug 548. svn:r12484 Nick Mathewson2007-11-12
* compiling is good too•••svn:r12480 Roger Dingledine2007-11-11
* Don't reevaluate all the information from our consensus document•••just because we've downloaded a v2 networkstatus that we intend to cache. Fixes bug 545. svn:r12479 Roger Dingledine2007-11-11
* tweak•••svn:r12478 Roger Dingledine2007-11-11
* a potential solution for bug 549•••svn:r12471 Roger Dingledine2007-11-11
* another likelier candidate for mike's leak•••svn:r12470 Roger Dingledine2007-11-11
* a log entry to help us find mike's memory leak•••svn:r12469 Roger Dingledine2007-11-11
* bump to 0.2.0.11-alpha -- maybe this one will actually be•••able to build packages. svn:r12468 Roger Dingledine2007-11-11
* We were including instructions about what to do with the•••src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467 Roger Dingledine2007-11-11
* Allow people to say PreferTunnelledDirConns rather than•••PreferTunneledDirConns, for those alternate-spellers out there. svn:r12466 Roger Dingledine2007-11-11
* make it data_DATA too. debugging by random mutation.•••svn:r12463 Roger Dingledine2007-11-11
* We weren't actually including the src/config/fallback-consensus•••file in the tarball. Reported by phobos. svn:r12462 Roger Dingledine2007-11-10
* Exit policies now reject connections that are addressed to a•••relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459 Roger Dingledine2007-11-10
* prepare for 0.2.0.10-alpha-dev•••svn:r12458 Roger Dingledine2007-11-10
* bump to 0.2.0.10-alpha•••svn:r12455 Roger Dingledine2007-11-10
* r16582@catbus: nickm | 2007-11-08 13:14:16 -0500••• Try to bulletproof the parse logic for router-stability. svn:r12441 Nick Mathewson2007-11-08
* r16573@catbus: nickm | 2007-11-08 11:57:16 -0500••• Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440 Nick Mathewson2007-11-08
* r16570@catbus: nickm | 2007-11-08 11:04:20 -0500••• Keep track, for each OR connection, of the last time we added a non-padding cell to its outbuf. Use this timestamp, not "lastwritten" to tell if it is time to close a circuitless connection. (We can'tuse lastwritten, since lastwritten is updated when ever the connection flushes anything, and by that point we can no longer tell what is a padding cell and what is not.) svn:r12437 Nick Mathewson2007-11-08
* r16569@catbus: nickm | 2007-11-08 10:51:11 -0500••• More log messages about certificate downloads; try to track down bug 546.2 svn:r12436 Nick Mathewson2007-11-08
* make the complaints about missing v2hidserv directories quieter,•••at least until we're *supposed* to have any of them. svn:r12431 Roger Dingledine2007-11-08
* Don't stop fetching descriptors when FetchUselessDescriptors is•••set, even if we stop asking for circuits. Bugfix on 0.1.2.x; reported by tup and ioerror. svn:r12430 Roger Dingledine2007-11-08
* r16550@catbus: nickm | 2007-11-07 16:50:02 -0500••• "And $499 for knowing where to hit it." Fix bug 546. svn:r12425 Nick Mathewson2007-11-07
* Set up ides (run by Mike Perry) as the third v3 directory authority.•••svn:r12423 Roger Dingledine2007-11-07
* start hunting a bug where bridge users don't always put•••their un-keyed connections onto the orconn_identity_map. svn:r12418 Roger Dingledine2007-11-07
* r16533@catbus: nickm | 2007-11-07 12:42:58 -0500••• Fix another "TLS error. breaking connection".~ svn:r12416 Nick Mathewson2007-11-07
* r16531@catbus: nickm | 2007-11-07 12:39:56 -0500••• Initialize re-parsed routerinfos with routerlist_index -1, since they are not yet inserted into the routerlist. Fixes another crash. svn:r12415 Nick Mathewson2007-11-07
* r16529@catbus: nickm | 2007-11-07 12:28:52 -0500••• And make it compile too. svn:r12414 Nick Mathewson2007-11-07
* r16527@catbus: nickm | 2007-11-07 12:27:59 -0500••• Re-set all of the indices immediately after sorting old_routers. Fixes a crash. svn:r12413 Nick Mathewson2007-11-07
* r16525@catbus: nickm | 2007-11-07 12:10:01 -0500••• Clean up log messages from bug 543 fix, and make old_routers also keep track of their indices. This will probably crash some until all the bugs are fixed. svn:r12412 Nick Mathewson2007-11-07
* r16523@catbus: nickm | 2007-11-07 11:35:49 -0500••• Improve "tls error. breaking" message a little. svn:r12411 Nick Mathewson2007-11-07
* a note from steven about how to set up a private test network•••without link encryption. svn:r12410 Roger Dingledine2007-11-07
* Fix typo.•••svn:r12409 Nick Mathewson2007-11-07
* r16518@catbus: nickm | 2007-11-07 10:18:31 -0500••• First attempt at fixing bug 543. Needs testing. Too slow. svn:r12408 Nick Mathewson2007-11-07
* r16471@catbus: nickm | 2007-11-06 15:50:42 -0500••• Detect whether any of the descriptors we want are in old_routers. Possibly useful in tracking down bug 543. svn:r12404 Nick Mathewson2007-11-06
* r16464@catbus: nickm | 2007-11-06 14:53:28 -0500••• Also avoid overflow on or_conn->read_bucket svn:r12401 Nick Mathewson2007-11-06
* r16462@catbus: nickm | 2007-11-06 14:40:58 -0500••• Fix bug 544: do not allow buckets to overflow. Backportable. svn:r12400 Nick Mathewson2007-11-06
* r16459@catbus: nickm | 2007-11-06 13:26:11 -0500••• Fix "0 request for 0 router" message. svn:r12399 Nick Mathewson2007-11-06
* r16456@catbus: nickm | 2007-11-06 12:59:04 -0500••• Fix a dumb bug in networkstatus_free_all() svn:r12397 Nick Mathewson2007-11-06
* r16455@catbus: nickm | 2007-11-06 12:48:00 -0500••• Parse CERT cells and act correctly when we get them. svn:r12396 Nick Mathewson2007-11-06
* r16452@catbus: nickm | 2007-11-06 09:20:08 -0500••• Fix warning about overflow optimization. svn:r12395 Nick Mathewson2007-11-06
* r16450@catbus: nickm | 2007-11-06 09:18:11 -0500••• Fix compile on sparc64 svn:r12394 Nick Mathewson2007-11-06
* r14729@31-33-67: nickm | 2007-11-05 18:54:50 -0500••• Send and Parse CERT cells correctly. Still need to understand the certs inside. svn:r12392 Nick Mathewson2007-11-05
* r14727@31-33-67: nickm | 2007-11-05 18:34:35 -0500••• Make VERSIONS variable-length. svn:r12391 Nick Mathewson2007-11-05