summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-06-05Hm. Where did we put that ntohl the last time we were juggling it? (ho...Nick Mathewson
2006-06-04Some eventdns.c fixes for windows correctness. More will doubtless be needed,...Nick Mathewson
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-06-04if we insist on printing pointer values, at least make it stopRoger Dingledine
2006-06-04punctuation and spellingRoger Dingledine
2006-06-03Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.Nick Mathewson
2006-06-03Oops. When we dont get a TTL, we should default to the default, not to the mi...Nick Mathewson
2006-06-03More DNS fixes. Send meaningful TTLs back to the client whenNick Mathewson
2006-06-03Make dns.c use eventdns.c -- but only when you pass the --enable-eventdns arg...Nick Mathewson
2006-06-03Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson
2006-06-03Patch based on post by Mike C to or-dev; special-case based on use of MSVC, r...Nick Mathewson
2006-06-03don't stop fetching server descriptors if we're a server andRoger Dingledine
2006-05-30connection_t kept the identity_pkey but all it did was store it andRoger Dingledine
2006-05-30and get grammar rightRoger Dingledine
2006-05-30stop fetching descriptors if we're not a dir mirror and weRoger Dingledine