aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Implement the common case of ATTACHSTREAM.Nick Mathewson2005-03-12
* Get address map resetting implemented.Nick Mathewson2005-03-11
* Checkpoint in-progress fixes:Roger Dingledine2005-02-27
* Implement more control spec functionalityNick Mathewson2005-02-25
* add support for CONNECTing through https proxies.Roger Dingledine2005-02-24
* Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine2005-02-22
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson2005-02-22
* Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine2005-02-22
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* Re-normalize whitespace; make "make check-spaces" happyNick Mathewson2005-02-05
* forward-port NT service patchNick Mathewson2005-02-05
* fix the latest bug: don't explode when some router declares aRoger Dingledine2005-02-03
* only check if exit_policy_implicitly_allows if you're a server.Roger Dingledine2005-02-02
* bump the default rate limit to 1 MBRoger Dingledine2005-02-01
* fix an edge case in parsing config options (thanks weasel)Roger Dingledine2005-02-01
* forward-port the dns and maxconn fixesRoger Dingledine2005-01-28
* Warn when exit policy implicitly allows local addresses.Nick Mathewson2005-01-20
* allow bandwidthburst to be smaller, but whine if it's small.Roger Dingledine2005-01-18
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17
* Move call to event_init() immediately after start_daemon(); move start_daemon...Nick Mathewson2005-01-13
* get rid of 0.0.8 backwards compatibilityRoger Dingledine2005-01-13
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* add more chat and interactive protocols to LongLivedPortsRoger Dingledine2005-01-12
* Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine2005-01-12
* new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine2005-01-06
* Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson2005-01-05
* Remove broken and undocumented wart where multiple CSV config lines are appen...Nick Mathewson2005-01-05
* post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine2005-01-04
* Make sequence of log messages when starting on win32 with no config file more...Nick Mathewson2005-01-04
* update print_usage to use new urlRoger Dingledine2005-01-03
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson2005-01-03
* ...but only if you're a serverRoger Dingledine2004-12-31
* require BandwidthRate to be at least 10kB/sRoger Dingledine2004-12-31
* when you're loading the rendezvous service keys in options_act(),Roger Dingledine2004-12-24
* Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson2004-12-16
* Fix a bug in parsing HashedControlPassword.Nick Mathewson2004-12-13
* Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson2004-12-08
* salvage another 300 bytes per hupRoger Dingledine2004-12-07
* ORPort must be defined if ORBindAddress is defined.Roger Dingledine2004-12-07
* when recommending new-format log lines, if the upper bound is LOG_ERR,Roger Dingledine2004-12-07
* Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson2004-12-04
* while hibernating, hup should not regrow our listeners.Roger Dingledine2004-12-03
* move StatusFetchPeriod to 15 minutes so it's within bounds by defaultRoger Dingledine2004-12-01
* Spell-check strings and commentsNick Mathewson2004-12-01
* do even less inside our signal handler,Roger Dingledine2004-12-01
* write down our "how to have two defaults for dirfetchperiod"Roger Dingledine2004-11-30
* use shorter minimum key lifetime until 008 is deadNick Mathewson2004-11-30
* doxygen uses backslashes, not forward-slashesNick Mathewson2004-11-30
* If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...Nick Mathewson2004-11-30