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