summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2004-11-14Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson
2004-11-13Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson
2004-11-12Write most of the implementation for SAVECONF.Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-10Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson
2004-11-10Resolve FIXME items: make circuit_free_cpath_node staticNick Mathewson
2004-11-10make nick's config patch buildRoger Dingledine
2004-11-10Remvove an XXXNick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-09Change interface to config_trial_assign even more; have it use get_options() ...Nick Mathewson
2004-11-09change the interface to config_trial_assign()Roger Dingledine
2004-11-09Stop using the wrong DataDirectory when we're validating.Roger Dingledine
2004-11-09Separate is-recognized-option from get-option-value, since NULL is ambiguous ...Nick Mathewson
2004-11-09Make an options_act() where we do all the things a new options setRoger Dingledine
2004-11-08Separate validate from activate. Document undocumented stuff in config.c.Nick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-05Use new log format; convert old format to new format.Nick Mathewson
2004-11-04make the default default options.FirewallPorts be the defaultRoger Dingledine
2004-11-04Move accounting code into hibernate; start adding logic to track bandwidth-pe...Nick Mathewson
2004-11-04break out validate_optionsRoger Dingledine
2004-11-04add a ControlPort and control listener conn.Roger Dingledine