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