Age | Commit message (Expand) | Author |
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 |
2005-08-15 | initialize the dns worker cache tree whether or not we start | Roger Dingledine |
2005-08-15 | resolve a XXX | Roger Dingledine |
2005-08-15 | clean up some confusing logs. | Roger Dingledine |
2005-08-15 | hey, we have a function for that | Roger Dingledine |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |
2005-08-10 | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson |
2005-08-09 | Fix segfault in unit tests | Nick Mathewson |
2005-08-08 | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson |
2005-08-08 | get rid of IgnoreVersion and the forced auto-exit mis-feature | Roger Dingledine |
2005-08-07 | a few typo fixes | Roger Dingledine |
2005-08-07 | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n... | Nick Mathewson |
2005-08-05 | Alphebetize config variables | Nick Mathewson |
2005-08-04 | Implement some more GETINFO goodness: expose helper nodes, config options, ge... | Nick Mathewson |
2005-08-03 | If they havent told us by now, they probably never will. | Nick Mathewson |
2005-07-28 | Possibly broken implementation of persistant state; handles helper nodes; doe... | Nick Mathewson |
2005-07-25 | parameterize RephistTrackTime | Roger Dingledine |
2005-07-23 | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson |