Age | Commit message (Expand) | Author |
2004-11-22 | Normalize space | Nick Mathewson |
2004-11-21 | fix typo | Nick Mathewson |
2004-11-21 | Call init_keys() where needed; fix hibernate bug. | Nick Mathewson |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | stop wanting to split init_keys() | Roger Dingledine |
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig... | Nick Mathewson |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-07 | while we hibernate, our declared bandwidth capacity is 0 | Roger Dingledine |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Avoid strcat; use snprintf or strlcat instead | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-19 | Remove routerinfo_t->is_trusted_dir, and all the twisted machinery used to | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | fix memory leak in router.c; start relying on NULL==(zero bytes) | Nick Mathewson |
2004-10-15 | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson |
2004-10-14 | Compile without warnings on windows | Nick Mathewson |
2004-10-14 | Try to always dtrt if routerlist==NULL | Nick Mathewson |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
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-13 | Omit any exit rules that follow a catch-all rule when writing a router descri... | Nick Mathewson |
2004-10-07 | Workaround for bug on windows where cached-directories get crlf corruption. | Nick Mathewson |
2004-10-06 | Refactor fingerprint handling: remember hex digests (no spaces) instead of be... | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-08-18 | Functions to test nickname validity | Nick Mathewson |
2004-08-16 | o Handle servers with dynamic IP addresses: don't replace | Roger Dingledine |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-09 | Fix bug in saving onion keys to disk when rotating; also survive short-term s... | Nick Mathewson |
2004-08-08 | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine |
2004-08-07 | Fix a leak | Nick Mathewson |
2004-08-07 | Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for... | Nick Mathewson |
2004-08-04 | commit some odds and ends, so my tree is clean | Roger Dingledine |
2004-07-22 | make router_is_me() compare identity, not nickname | Roger Dingledine |
2004-07-22 | put our fingerprint into the descriptor, so we can match a | Roger Dingledine |
2004-07-22 | allow OPs to set a DirPort and cache/serve directories | Roger Dingledine |