| Commit message (Expand) | Author | Age |
* | Use new log format; convert old format to new format. | Nick Mathewson | 2004-11-05 |
* | make the default default options.FirewallPorts be the default | Roger Dingledine | 2004-11-04 |
* | Move accounting code into hibernate; start adding logic to track bandwidth-pe... | Nick Mathewson | 2004-11-04 |
* | break out validate_options | Roger Dingledine | 2004-11-04 |
* | add a ControlPort and control listener conn. | Roger Dingledine | 2004-11-04 |
* | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine | 2004-11-04 |
* | Implement two flavors of authentication for control connections: one for trus... | Nick Mathewson | 2004-11-03 |
* | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | 2004-11-03 |
* | Start implementing control interface. | Nick Mathewson | 2004-11-03 |
* | First attempt at hibernation code. It needs more work around the XXXXs, but ... | Nick Mathewson | 2004-11-02 |
* | Use a stricter set of warnings; make them all pass. | Nick Mathewson | 2004-11-02 |
* | Hidden service operators had a bug in version 1 style INTRODUCE cells | Roger Dingledine | 2004-11-01 |
* | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson | 2004-11-01 |
* | implement first piece of hibernation | Roger Dingledine | 2004-10-31 |
* | tor --list-fingerprint to print fingerprint and exit | Nick Mathewson | 2004-10-30 |
* | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson | 2004-10-28 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Pass with -Wstrict-prototypes | Nick Mathewson | 2004-10-27 |
* | Add and document router-status line using new unified liveness/verifiedness f... | Nick Mathewson | 2004-10-27 |
* | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine | 2004-10-25 |
* | Every 60 seconds, check whether the listeners are still alive, and relaunch t... | Nick Mathewson | 2004-10-24 |
* | Check for low _MSC_VER, not high. On windows, always use winsock. | Nick Mathewson | 2004-10-20 |
* | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson | 2004-10-19 |
* | Add "pass" target for RedirectExit, to make it easier to break out of a seque... | Nick Mathewson | 2004-10-19 |
* | various tweaks and fixes | Roger Dingledine | 2004-10-16 |
* | Code to parse (but not yet actually use) RedirectExit lines | Nick Mathewson | 2004-10-16 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | Implement user-declared node families. | Nick Mathewson | 2004-10-15 |
* | Upload to trusted dir servers based on DirServer config options, not on route... | Nick Mathewson | 2004-10-15 |
* | Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ... | Nick Mathewson | 2004-10-15 |
* | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir... | Nick Mathewson | 2004-10-15 |
* | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson | 2004-10-15 |
* | make it build on amd64 | Roger Dingledine | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson | 2004-10-14 |
* | Unify tests for "did I originate this nonopen OR connection?" | Nick Mathewson | 2004-10-13 |
* | Add default trusted-dir-server entries only when no dirserver lines are given... | Nick Mathewson | 2004-10-13 |
* | Check fingerprint list before generating running-routers lists; also add as-y... | Nick Mathewson | 2004-10-13 |
* | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson | 2004-10-12 |
* | interim commit for http proxy support | Roger Dingledine | 2004-10-08 |
* | Only check versions against downloaded directories, not cached directories. | Nick Mathewson | 2004-10-03 |
* | if our local cached directory is new enough, go ahead and | Roger Dingledine | 2004-09-28 |
* | If we are an authoritative dirserver, check out the fingerprint list when set... | Nick Mathewson | 2004-09-28 |
* | fix two bugs with cached directories: | Roger Dingledine | 2004-09-27 |
* | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine | 2004-09-27 |
* | don't pick administrative-friends when picking your path | Roger Dingledine | 2004-09-10 |
* | Flush more changes from sandbox | Nick Mathewson | 2004-09-08 |
* | Keep a deflated version of each directory so we can deliver it when requested | Nick Mathewson | 2004-09-02 |
* | when picking unverified routers, skip those with bad uptime or | Roger Dingledine | 2004-08-20 |
* | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine | 2004-08-18 |