aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* Add a new config option TestSocks so people can see if theirRoger Dingledine2005-11-16
* We were refusing to start if you define SocksListenAddressRoger Dingledine2005-11-11
* stop discouraging the old *BindAddress config options. we willRoger Dingledine2005-11-11
* Tor26's IP has changed to 86.59.21.38Peter Palfrader2005-11-05
* fix minor memory leak in configNick Mathewson2005-10-25
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Add a missing struct initializer fieldNick Mathewson2005-10-17
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* Add ability to warn when using abbrev mechanism to deprecate option namesNick Mathewson2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* Make --hash-password not craash on exit.Nick Mathewson2005-10-12
* Avoid warning on end-of-functionNick Mathewson2005-10-12
* Funny. I could have sworn it compiled this morning when I checked it in.Nick Mathewson2005-10-12
* More work towards a sane digest-based liveness testing.Nick Mathewson2005-10-12
* Now that directory admins assure me they have adjested teir configs, it is sa...Nick Mathewson2005-10-08
* without braces, what will hold up the code?Roger Dingledine2005-10-06
* Make doxygen marginally happierNick Mathewson2005-10-06
* On sighup, if usehelpernodes changed to 1, use new circuits.Nick Mathewson2005-10-05
* link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson2005-10-04
* switch semantics of authdirinvalid/rejectNick Mathewson2005-10-04
* Stop leaking or_state_t on shutdown.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Provide dire warnings to any users who set DirServer; move it out of torrc.sa...Nick Mathewson2005-09-23
* Implement new version handling code.Nick Mathewson2005-09-21
* Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev...Nick Mathewson2005-09-15
* Clean up a few warnings that make gcc twig out a bit.Nick Mathewson2005-09-14
* Add new config.c function to set options that can fail, and roll back if they...Nick Mathewson2005-09-14
* stop the call duplication inside config_assign()Roger Dingledine2005-09-14
* simplifyRoger Dingledine2005-09-14
* and take the bang outRoger Dingledine2005-09-14
* ok, ok, csv's get replaced even when we assign them from the torrc.Roger Dingledine2005-09-14
* checkpoint: clean up and document the three ways to call config_assign()Roger Dingledine2005-09-14
* bugfix: if you gave tor an odd number of command-line arguments,Roger Dingledine2005-09-10
* break out a new function config_assign_value() that just assigns theRoger Dingledine2005-09-10
* reject ports 465 and 587 by default now tooRoger Dingledine2005-09-09
* Fix a bug in config_dump: we want to run options_validate on the defaults, no...Nick Mathewson2005-09-09
* remove obsolete kludgeRoger Dingledine2005-09-08
* fix spacingRoger Dingledine2005-09-08
* it really does help with the functions end.Roger Dingledine2005-09-08
* if you give a config option in the torrc or the commandline with noRoger Dingledine2005-09-08
* Make GCC v4 happy with heavy warnings enabled.Nick Mathewson2005-09-08
* MonthlyAccountingStart is dead.Roger Dingledine2005-09-08
* More stuff for new directories.Nick Mathewson2005-09-07
* Make ContactInfo mandatory for authoritative directories.Nick Mathewson2005-09-02
* Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson2005-08-26
* Make sure that cached-status directory exists.Nick Mathewson2005-08-26
* stop freeing the new global options list whenever we update it.Roger Dingledine2005-08-26