summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2004-04-26tell us when we're rotating thingsRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25remove spurious router_rebuild_descriptorNick Mathewson
2004-04-24more touch-upsRoger Dingledine
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-20only expire wedged dir conns that haven't already been expiredRoger Dingledine
2004-04-19expire wedged dir conns after 5min without write, not simply after 5minRoger Dingledine
2004-04-19give wedged dir conns a last chance to flushRoger Dingledine
2004-04-18reverse the logic, captainRoger Dingledine
2004-04-18expire dir connections that live for more than 5 minutesRoger Dingledine
2004-04-17clean up some warningsRoger Dingledine
2004-04-13only consider uploading descriptors every 5 secNick Mathewson
2004-04-13Separate "start-establishing-introduction" from "upload descriptors"; only up...Nick Mathewson
2004-04-13clean up circuit rebuilding some; fix some bugs we hadn't hit yetRoger Dingledine
2004-04-12break circuit_build_needed_circs into its own funcRoger Dingledine
2004-04-09expire old CIRCUIT_PURPOSE_C_REND_READY circs tooRoger Dingledine
2004-04-09Dump introduction point status on kill -USR1Nick Mathewson
2004-04-09Resolve init-services-in-do-hup issueNick Mathewson
2004-04-09don't call rend_services_init right before we fetch theRoger Dingledine
2004-04-09call directory_has_arrived has arrived every time we getRoger Dingledine
2004-04-09Make comment more sensible. Still uncertain about when to call rend_services_...Nick Mathewson
2004-04-09Reload rendezvous service keys on sighup; otherwise, we wind up with aNick Mathewson
2004-04-09get more serious about hunting The BugRoger Dingledine
2004-04-07don't try to build intro circs until you've fetched the directoryRoger Dingledine
2004-04-07Make sure we have our own keys before we initialize our routerlistNick Mathewson
2004-04-07let bob replenish his intro points and republish service descRoger Dingledine
2004-04-07we were uploading our server descriptor to each the dirserversRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03tabsRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-04-01teach directory servers to handle renddesc responsesRoger Dingledine
2004-04-01let the circuit-launcher choose the exit node (if he wants)Roger Dingledine
2004-04-01outline what bob does to initialize his hidden servicesRoger Dingledine
2004-04-01put in hooks for alice and bob logic when circuits finish/failRoger Dingledine
2004-03-31allow conns to demand to be attached to a clean circuitRoger Dingledine
2004-03-31Add an ap_bridge function to do a socketpair and skip socks.Roger Dingledine
2004-03-31Add code to configure hidden services, parse configuration, generate keys and...Nick Mathewson
2004-03-31rename hidserv_xxNick Mathewson
2004-03-31Implement hidserv_XX functions; there is still an XXX in directory_handle_com...Nick Mathewson
2004-03-30Refactor directory serversRoger Dingledine
2004-03-30use 'notice' loglevel for things the operator should hearRoger Dingledine
2004-03-29Remove descriptors that are older than 24 hours from the directory. Use strl...Nick Mathewson
2004-03-28oh, i forgot to enable the find-munged-conn functionRoger Dingledine
2004-03-27only build circuits after we've fetched the directoryRoger Dingledine
2004-03-21Add a RunTesting option to try to learn link state by creating test circuits,...Nick Mathewson
2004-03-20catch signals in a more portable way, so solaris can catch them tooRoger Dingledine
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-18clean up some presentation and commentsRoger Dingledine
2004-03-14bugfix: decrement OR connections from global_bucket tooRoger Dingledine
2004-03-14refactor bandwidth-control token bucketsRoger Dingledine