summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-10Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson
2005-08-09Fix segfault in unit testsNick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-08get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine
2005-08-07a few typo fixesRoger Dingledine
2005-08-07Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson
2005-08-05Alphebetize config variablesNick Mathewson
2005-08-04Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson
2005-08-03If they havent told us by now, they probably never will.Nick Mathewson
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson
2005-07-22Be consistent about preferring foo* to struct foo*Nick Mathewson
2005-07-22Parameterize configuration parsing functionsNick Mathewson
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-22Add getinfo logic for accounting; add options for helper nodesNick Mathewson
2005-07-14put in tor26's new IP addressRoger Dingledine
2005-07-13make it more pleasant to be told you're using libeventRoger Dingledine
2005-07-13Macro-fu to get DEBUG events working.Nick Mathewson
2005-07-11Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-13Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson
2005-06-11fix typo in last patchNick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-08clean up the log warn a bitRoger Dingledine
2005-06-08Fix warning about unused function when compiling with ancient libeventNick Mathewson
2005-06-08absolutely refuse to let people pick internal IP addresses ifRoger Dingledine
2005-06-08Fix syntax error.Nick Mathewson
2005-06-08add patch for 143 and code to check for known-bad/slow libevent versions. Ne...Nick Mathewson
2005-05-23Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-17fix a comment that tyranix noticedRoger Dingledine
2005-05-16Normalize whitespaceNick Mathewson
2005-05-15clean up some log entriesRoger Dingledine
2005-05-15Add an explanatory commentNick Mathewson
2005-05-14fix a case error in suppressing a bogus libevent warning.Roger Dingledine
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-04whine at you if you're a server and you don't set your contactinfoRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...Nick Mathewson
2005-04-29workaround for user error: some people were putting "Address " in theirRoger Dingledine
2005-04-27bump the default bandwidthrate from 1mb to 2mbRoger Dingledine