summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-06-02If we are a directory, we should trust ourself.Nick Mathewson
2004-06-02Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson
2004-06-02crank up some of our constants, for better scalabilityRoger Dingledine
2004-06-02Stop multiplying logs on sighup.Nick Mathewson
2004-06-02be sure to detach streams from the circuit linked list before freeing themRoger Dingledine
2004-06-02Only connection_dns_remove resolving exit connectionsNick Mathewson
2004-06-02bugfix: while closing a circuit, we were freeing the conns that wereRoger Dingledine
2004-06-01Add more asserts to dns-pending connections; fix a couple seeming bugs.Nick Mathewson
2004-06-01Check recommended-software string *early*, before actually parsing the direct...Nick Mathewson
2004-06-01declare the epipe bug a non-bug.Roger Dingledine
2004-06-01use sys/param.h if it's thereRoger Dingledine
2004-05-28bugfix: if the wedged dir conn has no bytes to flush, then we neverRoger Dingledine
2004-05-28dirservers try to reconnect periodically too, in case connections have failedRoger Dingledine
2004-05-26rik's patch to not complain about freebsd's bugRoger Dingledine
2004-05-24Keep temporary log in place while configuring logsNick Mathewson
2004-05-22commit two fixes from Thomas ThemelRoger Dingledine
2004-05-21when the dns resolve is cancelled, or fails, be sure to removeRoger Dingledine
2004-05-20fix a double mark-for-closeRoger Dingledine
2004-05-20Tinker with log behavior: never send error messages about logs into the bitbu...Nick Mathewson
2004-05-20router_choose_random_node() was ignoring its routerlist argument.Roger Dingledine
2004-05-20some more patchingRoger Dingledine
2004-05-20bugfix: if no loglevel or logfile is specified, then we need to openRoger Dingledine
2004-05-20don't ever expire dirserver routerinfos!Roger Dingledine
2004-05-20non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine
2004-05-20enable checking the socks policyRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-19Tighten assert_cpath_layer_ok assumptionsNick Mathewson
2004-05-19do all the heavy lifting in connection_about_to_close_connection,Roger Dingledine
2004-05-19tor_assert, not assert. stdout, not stderrNick Mathewson
2004-05-19Add Port to *bindAddress.Nick Mathewson
2004-05-19Allow multiple logfiles at different severity rangesNick Mathewson
2004-05-19fix compile error in dirservRoger Dingledine
2004-05-19Fix segfaultNick Mathewson
2004-05-18remove upper limit on number of descriptors/directories in dirserver; use sma...Nick Mathewson
2004-05-18fix a seg fault, add another XXX for nick ;)Roger Dingledine
2004-05-18Resolve some XXXsNick Mathewson
2004-05-18Only try to launch a fixed number of intro circuits for a service per 15-minu...Nick Mathewson
2004-05-17Fix segfault and logic error in last patch.Nick Mathewson
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-15bugfix: if a circuit if borderline too old, then count it as too old.Roger Dingledine
2004-05-13assert_cpath_ok has always been brokenRoger Dingledine
2004-05-13Break files apart into more modulesRoger Dingledine
2004-05-12clean up directory.c APIRoger Dingledine
2004-05-12don't flush the buf from inside connection_write_to_bufRoger Dingledine
2004-05-12break connection_edge_end out of connection_mark_for_closeRoger Dingledine
2004-05-12Make some functions staticNick Mathewson
2004-05-12break rend_client_desc_fetched out of connection_mark_for_closeRoger Dingledine
2004-05-12break part of circuit.c into relay.cRoger Dingledine
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-12Make "connected" a different case from "finished_flushing"; always close_imme...Nick Mathewson