summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-14upgrade the severity of the 'clock jump' warn, and ask peopleRoger Dingledine
2006-06-14bugfix: discourage picking directory authorities as our TestViaRoger Dingledine
2006-06-13eventdns: Apply a couple of patches from AGL; start working on windows compat...Nick Mathewson
2006-06-13back off and add the $ at the beginning of the preferrednodes listRoger Dingledine
2006-06-13be more lax about recognizing valid hexdigests.Roger Dingledine
2006-06-13now we can tell dirserv_dump_directory_to_string() whether we wantRoger Dingledine
2006-06-13bugfix in exit_policy_is_general_exit() that weasel found.Roger Dingledine
2006-06-13first cut at a workaround for the reachability bug: explicitly find aRoger Dingledine
2006-06-13export the default exit policy via the control port, so controllersRoger Dingledine
2006-06-13Defense in depth: fix the reachability bug a second way too.Roger Dingledine
2006-06-13harmless typoRoger Dingledine
2006-06-13Fix the bug that was causing servers to not find themselvesRoger Dingledine
2006-06-13reintroduce the logic to exit_policy_is_general_exit() to countRoger Dingledine
2006-06-12Make the Exit tag in status documents actually work in head tooPeter Palfrader
2006-06-12Finally solve the "closing wedged cpuworkers" bug. Woo.Roger Dingledine
2006-06-12allow people to start their tor with runasdaemon set butRoger Dingledine
2006-06-10take out the reachability bandaid in 0.1.2.x as well.Roger Dingledine
2006-06-10Add a new config option TestVia, that lets you specify preferred middleRoger Dingledine
2006-06-09Another escape() fix, for picky sprintfs.Nick Mathewson
2006-06-09Override our notion of printability for esc_for_log. 127 and up are never pr...Nick Mathewson
2006-06-09actually, don't fix it that far. we should still do someRoger Dingledine
2006-06-09when only one router is labelled as a guard, and we'veRoger Dingledine
2006-06-09and forward-port too.Roger Dingledine
2006-06-09Bandaid for a seg fault i just got in 0.1.1.20.Roger Dingledine
2006-06-09fix a bootstrapping check we ignored that prevents us from runningRoger Dingledine
2006-06-09try a better string at the top of torrc's autogenerated torrc.Roger Dingledine
2006-06-08ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work.Roger Dingledine
2006-06-08remove a bit more obsolete codeRoger Dingledine
2006-06-08ah, that explains why we weren't going dormant withRoger Dingledine
2006-06-07re-enable per-connection rate limiting. get rid of the "OP bandwidth"Roger Dingledine
2006-06-07put a bandaid in place so servers will have an easier timeRoger Dingledine
2006-06-07make connection_or_nonopen_was_started_here() based on something lessRoger Dingledine
2006-06-07and now the exciting part: there is now no such thing as doingRoger Dingledine
2006-06-07simplify the tortls api: we only support being a "server", thatRoger Dingledine
2006-06-07looks like we missed a piece of the 0.1.1.9 paranoia code.Roger Dingledine
2006-06-06fix the bug where we sometimes would fail to send some create cellsRoger Dingledine
2006-06-06Also, add a temporary hack to make sure eventdns.c is distributd.Nick Mathewson
2006-06-06We got an obscure report of an assert error on a windows Tor server withRoger Dingledine
2006-06-06fix typoRoger Dingledine
2006-06-06ship the event*.h files too. perhaps this will make my 'make dist'Roger Dingledine
2006-06-05Try to log useful messages at info and debug about what we are resolving and ...Nick Mathewson
2006-06-05don't tell people that the testing circuit failed if we alreadyRoger Dingledine
2006-06-05scream louder if you've got a pending circuit for a givenRoger Dingledine
2006-06-05simplify code now that libevent considers all sockets pollable.Roger Dingledine
2006-06-05bugfix: if we are making our first ever connection to any entryRoger Dingledine
2006-06-05simplify some code, since circuit_build_failed() is only calledRoger Dingledine
2006-06-05remove some unused code (i think)Roger Dingledine
2006-06-05Note a bug that causes servers to sometimes never send the pendingRoger Dingledine
2006-06-05bandaid for bug 299. this is still a bug, since we don'tRoger Dingledine
2006-06-05More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.Nick Mathewson