aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* fix the latest bug: don't explode when some router declares a•••bandwidthburst of 500 gigabytes. this bug seems to have taken down most of the network. oops. svn:r3523 Roger Dingledine2005-02-03
* only check if exit_policy_implicitly_allows if you're a server.•••also, put a comment next to an interesting undocumented 'feature'. svn:r3499 Roger Dingledine2005-02-02
* bump the default rate limit to 1 MB•••svn:r3494 Roger Dingledine2005-02-01
* fix an edge case in parsing config options (thanks weasel)•••svn:r3486 Roger Dingledine2005-02-01
* forward-port the dns and maxconn fixes•••svn:r3448 Roger Dingledine2005-01-28
* Warn when exit policy implicitly allows local addresses.•••svn:r3383 Nick Mathewson2005-01-20
* allow bandwidthburst to be smaller, but whine if it's small.•••svn:r3364 Roger Dingledine2005-01-18
* Introduce a notion of 'internal' circs, which are chosen without regard•••to the exit policy of the last hop. Intro and rendezvous circs must be internal circs, to avoid leaking information. Resolve and connect streams can use internal circs if they want. New circuit pooling algorithm: make sure to have enough circs around to satisfy any predicted ports, and also make sure to have 2 internal circs around if we've required internal circs lately (with high uptime if we've seen that lately). Split NewCircuitPeriod config option into NewCircuitPeriod (30 secs), which describes how often we retry making new circuits if current ones are dirty, and MaxCircuitDirtiness (10 mins), which describes how long we're willing to make use of an already-dirty circuit. Once rendezvous circuits are established, keep using the same circuit as long as you attach a new stream to it at least every 10 minutes. (So web browsing doesn't require you to build new rend circs every 30 seconds.) Cannibalize GENERAL circs to be C_REND, C_INTRO, S_INTRO, and S_REND circ as necessary, if there are any completed ones lying around when we try to launch one. Re-instate the ifdef's to use version-0 style introduce cells, since there was yet another bug in handling version-1 style. We'll try switching over again after 0.0.9 is obsolete. Bugfix: when choosing an exit node for a new non-internal circ, don't take into account whether it'll be useful for any pending x.onion addresses -- it won't. Bugfix: we weren't actually publishing the hidden service descriptor when it became dirty. So we only published it every 20 minutes or so, which means when you first start your Tor, the hidden service will seem broken. svn:r3360 Roger Dingledine2005-01-17
* Move call to event_init() immediately after start_daemon(); move start_daemon...•••svn:r3354 Nick Mathewson2005-01-13
* get rid of 0.0.8 backwards compatibility•••svn:r3353 Roger Dingledine2005-01-13
* Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 Nick Mathewson2005-01-12
* add more chat and interactive protocols to LongLivedPorts•••svn:r3340 Roger Dingledine2005-01-12
* Annotate circuits w/ whether they aim to contain high uptime nodes and/or•••high capacity nodes. When building circuits, choose appropriate nodes. New config option LongLivedPorts to indicate application streams that will want high uptime circuits. When attaching a stream to a circuit, pay attention to its requirements. This means that every single node in an intro rend circuit, not just the last one, will have a minimum uptime. Boost the min uptime from an hour to 24 hours. svn:r3339 Roger Dingledine2005-01-12
* new config option DirAllowPrivateAddresses for authdirservers.•••now by default they refuse router descriptors that have non-IP or private-IP addresses. svn:r3321 Roger Dingledine2005-01-06
* Stop reversing and re-reversing config lines: keep them in order all the time...•••svn:r3305 Nick Mathewson2005-01-05
* Remove broken and undocumented wart where multiple CSV config lines are appen...•••svn:r3301 Nick Mathewson2005-01-05
* post 0.0.9.x, demand that servers declare at least 20000 bytes/s•••for bandwidthrate svn:r3277 Roger Dingledine2005-01-04
* Make sequence of log messages when starting on win32 with no config file more...•••svn:r3275 Nick Mathewson2005-01-04
* update print_usage to use new url•••svn:r3267 Roger Dingledine2005-01-03
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...•••svn:r3244 Nick Mathewson2005-01-03
* ...but only if you're a server•••svn:r3233 Roger Dingledine2004-12-31
* require BandwidthRate to be at least 10kB/s•••svn:r3232 Roger Dingledine2004-12-31
* when you're loading the rendezvous service keys in options_act(),•••don't call it 'reloading'. svn:r3225 Roger Dingledine2004-12-24
* Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...•••svn:r3155 Nick Mathewson2004-12-16
* Fix a bug in parsing HashedControlPassword.•••svn:r3143 Nick Mathewson2004-12-13
* Solaris CC freaks out if isspace and friends get anything other than an int. ...•••svn:r3120 Nick Mathewson2004-12-08
* salvage another 300 bytes per hup•••svn:r3106 Roger Dingledine2004-12-07
* ORPort must be defined if ORBindAddress is defined.•••svn:r3100 Roger Dingledine2004-12-07
* when recommending new-format log lines, if the upper bound is LOG_ERR,•••leave it implicit. svn:r3097 Roger Dingledine2004-12-07
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...•••svn:r3070 Nick Mathewson2004-12-04
* while hibernating, hup should not regrow our listeners.•••svn:r3067 Roger Dingledine2004-12-03
* move StatusFetchPeriod to 15 minutes so it's within bounds by default•••svn:r3055 Roger Dingledine2004-12-01
* Spell-check strings and comments•••svn:r3052 Nick Mathewson2004-12-01
* do even less inside our signal handler,•••just to be extra paranoidly safe svn:r3050 Roger Dingledine2004-12-01
* write down our "how to have two defaults for dirfetchperiod"•••issue, so we don't forget about it. svn:r3040 Roger Dingledine2004-11-30
* use shorter minimum key lifetime until 008 is dead•••svn:r3035 Nick Mathewson2004-11-30
* doxygen uses backslashes, not forward-slashes•••svn:r3033 Nick Mathewson2004-11-30
* If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...•••svn:r3024 Nick Mathewson2004-11-30
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 Roger Dingledine2004-11-26
* call set_max_file_descriptors() after we configure logs, so•••it doesn't always do loglevel info logs on windows. svn:r2987 Roger Dingledine2004-11-26
* Bugfix: when no units are given, default to seconds or bytes.•••svn:r2960 Nick Mathewson2004-11-23
* fix some typos; move to 0.0.9rc1•••svn:r2951 Roger Dingledine2004-11-23
* Fix sign-related warnings•••svn:r2942 Nick Mathewson2004-11-22
* Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...•••svn:r2941 Nick Mathewson2004-11-22
* Implement weekly/monthly/daily accounting•••svn:r2936 Nick Mathewson2004-11-22
* Absolutely never call close_temp_logs while validating log options.•••svn:r2934 Nick Mathewson2004-11-22
* be more greedy about filling up all relay cells.•••this may have some bugs in it still. and it may end up not being what we want to do. svn:r2928 Roger Dingledine2004-11-21
* allow StrictEntryNode and StrictExitNode to be singular•••svn:r2922 Roger Dingledine2004-11-20