aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
Commit message (Expand)AuthorAge
* defense in depth•••svn:r6939 Roger Dingledine2006-07-30
* r6909@Kushana: nickm | 2006-07-26 13:05:58 -0400••• Clean up wide lines from last patch. svn:r6907 Nick Mathewson2006-07-26
* r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400••• Refactor connection_t into edge, or, dir, control, and base subtypes. This might save some RAM on busy exit servers, but really matters most in terms of correctness. svn:r6906 Nick Mathewson2006-07-26
* Don't tell anybody, but we're going OO here. This patch splits•••circuit_t into origin_circuit_t and or_circuit_t. I fixed some segaults; there may be more. We still need to move more rendezvous stuff into subtypes. This is a trial run for splitting up connection_t; if the approach is insane, please say so soon so we can do something smarter. Also, this discards the old HALF_OPEN code, which nobody seems to want. svn:r6817 Nick Mathewson2006-07-23
* an entry guard that is "unlisted", as well as not known to be "down", is•••not therefore "up". svn:r6798 Roger Dingledine2006-07-21
* tweak•••svn:r6796 Roger Dingledine2006-07-20
* fix some more places where we shouldn't crash if we can't build•••our own descriptor yet. svn:r6775 Roger Dingledine2006-07-17
* actually, that excludenodes fix was redundant. take it out.•••svn:r6727 Roger Dingledine2006-07-05
* oops, we were ignoring options->ExcludeNodes when picking entry guards.•••it is still the case that we ignore it with respect to entry guards that we've already picked. svn:r6726 Roger Dingledine2006-07-04
* minor fixes•••svn:r6709 Roger Dingledine2006-07-04
* also remove word 'middleman' from a log notice•••svn:r6704 Roger Dingledine2006-06-29
* correct a function comment in compute_preferred_testing_list()•••svn:r6660 Roger Dingledine2006-06-18
* lower the number of seconds before we yell about clock jump.•••and make the yelling only happen if you're a server. svn:r6625 Roger Dingledine2006-06-15
* upgrade the severity of the 'clock jump' warn, and ask people•••to report if it occurs. svn:r6623 Roger Dingledine2006-06-14
* bugfix: discourage picking directory authorities as our TestVia•••hops, even if they're running the right versions, since we probably already have a connection established to them. svn:r6622 Roger Dingledine2006-06-14
* back off and add the $ at the beginning of the preferrednodes list•••we generate. svn:r6620 Roger Dingledine2006-06-13
* first cut at a workaround for the reachability bug: explicitly find a•••server running the right version, if we can, and ask for that one. svn:r6616 Roger Dingledine2006-06-13
* Defense in depth: fix the reachability bug a second way too.•••Now if we establish a connection with the right digest, regardless of what the addr/port is, and we have pending create cells, use it. svn:r6614 Roger Dingledine2006-06-13
* Add a new config option TestVia, that lets you specify preferred middle•••hops to use for testing circuits. Perhaps this will let me debug the reachability problem better. svn:r6581 Roger Dingledine2006-06-10
* actually, don't fix it that far. we should still do some•••error checking. svn:r6576 Roger Dingledine2006-06-09
* when only one router is labelled as a guard, and we've•••already picked him, we would cycle endlessly picking him again, being unhappy about it, and so forth. now we specifically exclude guards when picking a new guard. svn:r6575 Roger Dingledine2006-06-09
* make connection_or_nonopen_was_started_here() based on something less•••voodooey. it turns out we already do keep a flag like that around. svn:r6560 Roger Dingledine2006-06-07
* fix the bug where we sometimes would fail to send some create cells•••once we'd connected to a(nother) tor server. svn:r6552 Roger Dingledine2006-06-06
* scream louder if you've got a pending circuit for a given•••addr/port but the intended n_conn digest is wrong. svn:r6544 Roger Dingledine2006-06-05
* bugfix: if we are making our first ever connection to any entry•••guard, then don't mark it down at first. we had this implemented but it was disabled due to a bug. svn:r6541 Roger Dingledine2006-06-05
* Note a bug that causes servers to sometimes never send the pending•••create cell. Nick, is this a bug? If so, is my fix right? svn:r6538 Roger Dingledine2006-06-05
* Add a new warning to our "warn a lot" list: unused parameters. This means we...•••svn:r6532 Nick Mathewson2006-06-04
* END_CIRC_REASON_OR_IDENTITY apparently means that we were told to•••connect to a different OR than lives on the addr:port we connected to. we don't actually remember whether that was the case, currently. so call it END_CIRC_REASON_OR_CONN_CLOSED as a compromise. svn:r6515 Roger Dingledine2006-05-30
* simplify a log message•••svn:r6512 Roger Dingledine2006-05-30
* put one of the XXX's back in•••svn:r6422 Roger Dingledine2006-04-25
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.•••svn:r6396 Nick Mathewson2006-04-18
* If I could forget that I had enabled StrictExitNodes, others will too.•••svn:r6295 Nick Mathewson2006-04-02
* Refactor and consolidate addr/exit policies into a new policies.c.•••Fix some minor bugs and memory leaks along the way. svn:r6246 Roger Dingledine2006-03-27
* When the controller's *setconf commands fail, collect an error message•••in a string and hand it back. This starts to resolve bug 275. svn:r6241 Roger Dingledine2006-03-26
* Finish the transition from the word 'verified' to the words•••'named' and 'valid'. svn:r6188 Roger Dingledine2006-03-19
* auth dir servers were only modifying a server's is_running field•••when they created a network status. so if nobody asked for a network status, they would never discover that any servers are is_running, so they could never build a circuit. svn:r6183 Roger Dingledine2006-03-18
* let an authdir that's not a naming authdir start even•••if it doesn't have an approved-routers file. if it does, read it and parse it as usual. svn:r6182 Roger Dingledine2006-03-18
* but i made the line too long•••svn:r6176 Roger Dingledine2006-03-17
* stop tricking server operators into thinking they got their•••torrc perfect, just because tor could build a circuit. svn:r6175 Roger Dingledine2006-03-17
* quiet another entry guard log message•••svn:r6169 Roger Dingledine2006-03-15
* change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LEN•••add a comment in a few places where we add weird numbers to buffer lengths svn:r6161 Peter Palfrader2006-03-14
* make entry guard logs even quieter•••svn:r6116 Roger Dingledine2006-03-10
* don't abandon entry guards until they've been dead a whole month.•••make entry guard log messages quieter. svn:r6106 Roger Dingledine2006-03-09
* clean up a log message•••svn:r6074 Roger Dingledine2006-02-21
* Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses•••svn:r6009 Peter Palfrader2006-02-13
* convert some more source files to the new log convention•••svn:r6002 Roger Dingledine2006-02-13
* Clients now honor the "guard" flag in the router status when•••picking entry guards, rather than looking at is_fast or is_stable. Now dirservers can change how they define it and clients will automatically use their new definition. svn:r5979 Roger Dingledine2006-02-12
* Happy new year!•••svn:r5949 Roger Dingledine2006-02-09
* tweak comment•••svn:r5930 Roger Dingledine2006-02-09
* avoid a minor confusing log message•••svn:r5887 Roger Dingledine2006-02-01