Age | Commit message (Expand) | Author |
2005-10-17 | 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-12 | 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-08 | Now that directory admins assure me they have adjested teir configs, it is sa... | Nick Mathewson |
2005-10-06 | without braces, what will hold up the code? | Roger Dingledine |
2005-10-06 | Make doxygen marginally happier | Nick Mathewson |
2005-10-05 | On sighup, if usehelpernodes changed to 1, use new circuits. | Nick Mathewson |
2005-10-04 | link nicknames to trusted directory servers; log these nicknames when mention... | Nick Mathewson |
2005-10-04 | switch semantics of authdirinvalid/reject | Nick Mathewson |
2005-09-30 | Stop leaking or_state_t on shutdown. | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-23 | Provide dire warnings to any users who set DirServer; move it out of torrc.sa... | Nick Mathewson |
2005-09-21 | Implement new version handling code. | Nick Mathewson |
2005-09-15 | Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev... | Nick Mathewson |
2005-09-14 | 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-10 | 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-09 | 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-08 | 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-07 | More stuff for new directories. | Nick Mathewson |
2005-09-02 | Make ContactInfo mandatory for authoritative directories. | Nick Mathewson |
2005-08-26 | 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 | fix an infinite loop at hup | Roger Dingledine |
2005-08-26 | Add quotes around filenames in src/or | Nick Mathewson |
2005-08-26 | Make a new AssumeReachable config option that will publish anyway. | Roger Dingledine |
2005-08-25 | Start implementing the server side of the new directory protocol. | Nick Mathewson |
2005-08-22 | Make DirPostPeriod config option obsolete. | Roger Dingledine |
2005-08-22 | fix function headers from the descriptor-frequency commit | Roger Dingledine |
2005-08-22 | Make set_options a little smarter: have options_act handle transitions on its... | Nick Mathewson |
2005-08-15 | rotate dns and cpu workers if the controller changes options that | Roger Dingledine |
2005-08-15 | Permit transitioning from ORPort=0 to ORPort!=0, and back. | Roger Dingledine |