summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
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
2004-03-12get rid of those pesky tabsRoger Dingledine
2004-03-12more details when a conn is closed before it's done flushingRoger Dingledine
2004-03-11start tracking the 'broken pipe' errorRoger Dingledine
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-10Make windows version correct; initialize windows foolishness so that gethostb...Nick Mathewson
2004-03-08bugfix: only set conn->hold_open_until_flushed after markingRoger Dingledine
2004-03-06fix a rare race condition: when we send a cell and thenRoger Dingledine
2004-03-06stop asserting that computers always go forward in timeRoger Dingledine
2004-03-03and a minor patchRoger Dingledine
2004-03-03holding until flush was borkedRoger Dingledine
2004-03-03better debugging for lonely flushesRoger Dingledine
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
2004-03-03Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson
2004-03-03make socks5 not give a spurious warningRoger Dingledine
2004-03-03remove redundant checkNick Mathewson