aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* stop freeing the new global options list whenever we update it.Roger Dingledine2005-08-26
* fix an infinite loop at hupRoger Dingledine2005-08-26
* Add quotes around filenames in src/orNick Mathewson2005-08-26
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Start implementing the server side of the new directory protocol.Nick Mathewson2005-08-25
* Make DirPostPeriod config option obsolete.Roger Dingledine2005-08-22
* fix function headers from the descriptor-frequency commitRoger Dingledine2005-08-22
* Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson2005-08-22
* rotate dns and cpu workers if the controller changes options thatRoger Dingledine2005-08-15
* Permit transitioning from ORPort=0 to ORPort!=0, and back.Roger Dingledine2005-08-15
* initialize the dns worker cache tree whether or not we startRoger Dingledine2005-08-15
* resolve a XXXRoger Dingledine2005-08-15
* clean up some confusing logs.Roger Dingledine2005-08-15
* hey, we have a function for thatRoger Dingledine2005-08-15
* Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson2005-08-12
* Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson2005-08-10
* Fix segfault in unit testsNick Mathewson2005-08-09
* Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson2005-08-08
* get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine2005-08-08
* a few typo fixesRoger Dingledine2005-08-07
* Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson2005-08-07
* Alphebetize config variablesNick Mathewson2005-08-05
* Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson2005-08-04
* If they havent told us by now, they probably never will.Nick Mathewson2005-08-03
* Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson2005-07-28
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
* Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson2005-07-23
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
* Parameterize configuration parsing functionsNick Mathewson2005-07-22
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson2005-07-22
* Add getinfo logic for accounting; add options for helper nodesNick Mathewson2005-07-22
* put in tor26's new IP addressRoger Dingledine2005-07-14
* make it more pleasant to be told you're using libeventRoger Dingledine2005-07-13
* Macro-fu to get DEBUG events working.Nick Mathewson2005-07-13
* Do not reverse command-line configuration options; Use new minimal-listener-c...Nick Mathewson2005-07-11
* Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson2005-06-20
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* Allow a few EINVALs from libevent before dying. Warn on kqueue with libevent...Nick Mathewson2005-06-13
* fix typo in last patchNick Mathewson2005-06-11
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* clean up the log warn a bitRoger Dingledine2005-06-08
* Fix warning about unused function when compiling with ancient libeventNick Mathewson2005-06-08
* absolutely refuse to let people pick internal IP addresses ifRoger Dingledine2005-06-08
* Fix syntax error.Nick Mathewson2005-06-08
* add patch for 143 and code to check for known-bad/slow libevent versions. Ne...Nick Mathewson2005-06-08
* Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson2005-05-23
* Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson2005-05-23
* add HttpProxyAuthenticator config option tooRoger Dingledine2005-05-20