aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* when we haven't fetched a directory yet, or the last time weRoger Dingledine2005-01-07
* new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine2005-01-06
* Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...Nick Mathewson2005-01-06
* Implement SIGNAL control command.Nick Mathewson2005-01-05
* Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson2005-01-05
* Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...Nick Mathewson2005-01-04
* forward-port the fix for the compiler warningRoger Dingledine2005-01-04
* Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson2005-01-03
* Split mark-dir-failed-and-retry logic into separate function; make it retry r...Nick Mathewson2005-01-03
* require BandwidthRate to be at least 10kB/sRoger Dingledine2004-12-31
* Remove length restriction when generating directories.Nick Mathewson2004-12-24
* move network_init from or/main to common/compatRoger Dingledine2004-12-22
* Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name outNick Mathewson2004-12-22
* Fix a bug in parsing HashedControlPassword.Nick Mathewson2004-12-13
* I'm a bad person.Roger Dingledine2004-12-07
* Make unit tests work on win32Nick Mathewson2004-12-07
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* React to eof immediately on non-open edge connections.Roger Dingledine2004-12-04
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* Clarify chosen tag progressionNick Mathewson2004-11-30
* Rename parse_address to parse_extended_hostname (since we have other kinds of...Nick Mathewson2004-11-30
* note possible alternative for how to do CVS versions; ask arma which he likes.Nick Mathewson2004-11-29
* Implement new version format for post 0.1.Nick Mathewson2004-11-29
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Fetch cached running-routers from servers that serve it (that is, authdirserv...Nick Mathewson2004-11-29
* put in initial support for ".nickname.exit" addresses, to let aliceRoger Dingledine2004-11-29
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...Nick Mathewson2004-11-23
* Implement weekly/monthly/daily accountingNick Mathewson2004-11-22
* break reached_eof() out of process_inbuf()Roger Dingledine2004-11-21
* some more debugging aidsRoger Dingledine2004-11-21
* be more greedy about filling up all relay cells.Roger Dingledine2004-11-21
* Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson2004-11-21
* Call init_keys() where needed; fix hibernate bug.Nick Mathewson2004-11-21
* Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson2004-11-20
* Break DirFetchPostPeriod into:Roger Dingledine2004-11-15
* Cache running-routers; compress running-routers; serve compressed running-rou...Nick Mathewson2004-11-15
* fix a bug in configuring accounting in options_act()Roger Dingledine2004-11-15
* Resolve some hibernating-related XXXX009s.Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson2004-11-14
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson2004-11-13
* Write most of the implementation for SAVECONF.Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
* Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson2004-11-10
* make nick's config patch buildRoger Dingledine2004-11-10
* Remvove an XXXNick Mathewson2004-11-10