summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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
2004-11-04clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-11-03Start implementing control interface.Nick Mathewson
2004-11-02First attempt at hibernation code. It needs more work around the XXXXs, but ...Nick Mathewson
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-11-01Hidden service operators had a bug in version 1 style INTRODUCE cellsRoger Dingledine
2004-11-01Split util into util (general utilities), container (smartlist and strmap), a...Nick Mathewson
2004-10-31implement first piece of hibernationRoger Dingledine
2004-10-30tor --list-fingerprint to print fingerprint and exitNick Mathewson
2004-10-28Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)...Nick Mathewson
2004-10-27Tricksy compiler warnings! We hates them, hates them forever, my precious!Nick Mathewson
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-27Add and document router-status line using new unified liveness/verifiedness f...Nick Mathewson
2004-10-25quick-and-dirty dir policy since the dirservers are getting hammeredRoger Dingledine
2004-10-24Every 60 seconds, check whether the listeners are still alive, and relaunch t...Nick Mathewson
2004-10-20Check for low _MSC_VER, not high. On windows, always use winsock.Nick Mathewson
2004-10-19Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used toNick Mathewson
2004-10-19Add "pass" target for RedirectExit, to make it easier to break out of a seque...Nick Mathewson
2004-10-16various tweaks and fixesRoger Dingledine
2004-10-16Code to parse (but not yet actually use) RedirectExit linesNick Mathewson
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine