summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-31lay a trap for situations where we connection_free somethingRoger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-20Have reason string for serverdesc post requests contain actual serverdesc sta...Nick Mathewson
2005-01-20Warn when exit policy implicitly allows local addresses.Nick Mathewson
2005-01-19Handle unavailable hidden services better. We try each intro pointRoger Dingledine
2005-01-18Basic windows libevent fixesNick Mathewson
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-07when we haven't fetched a directory yet, or the last time weRoger Dingledine
2005-01-06new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine
2005-01-06Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson
2005-01-05Implement SIGNAL control command.Nick Mathewson
2005-01-05Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson
2005-01-04forward-port the fix for the compiler warningRoger Dingledine
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
2005-01-03Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson
2004-12-31require BandwidthRate to be at least 10kB/sRoger Dingledine
2004-12-24Remove length restriction when generating directories.Nick Mathewson
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-12-22Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson
2004-12-13Fix a bug in parsing HashedControlPassword.Nick Mathewson
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07Make unit tests work on win32Nick Mathewson
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04React to eof immediately on non-open edge connections.Roger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-11-30Clarify chosen tag progressionNick Mathewson
2004-11-30Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson
2004-11-29note possible alternative for how to do CVS versions; ask arma which he likes.Nick Mathewson
2004-11-29Implement new version format for post 0.1.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-29Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson
2004-11-29put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson
2004-11-22Implement weekly/monthly/daily accountingNick Mathewson
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-21some more debugging aidsRoger Dingledine
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-21Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson
2004-11-21Call init_keys() where needed; fix hibernate bug.Nick Mathewson
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-15Break DirFetchPostPeriod into:Roger Dingledine
2004-11-15Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson
2004-11-15fix a bug in configuring accounting in options_act()Roger Dingledine
2004-11-14Resolve some hibernating-related XXXX009s.Nick Mathewson