Age | Commit message (Expand) | Author |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-11 | Do not try to double-aquire lock when rotating keys. May fix deadlock bug fo... | Nick Mathewson |
2005-02-11 | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson |
2005-02-02 | reject more default filesharing ports by default. | Roger Dingledine |
2005-01-29 | accept LDAP (389/tcp) and LDAPS (636/tcp) in default exit policy | Roger Dingledine |
2005-01-29 | don't let a corrupt directory cache keep us from starting | Roger Dingledine |
2005-01-20 | Have reason string for serverdesc post requests contain actual serverdesc sta... | Nick Mathewson |
2005-01-10 | separate time_of_process_start from stats_n_seconds_uptime: | Roger Dingledine |
2005-01-04 | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |
2004-12-13 | 0.0.9 broke hibernation. darn it. | Roger Dingledine |
2004-12-11 | when hibernating, don't advertise any ports | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-12-02 | clean up 3 more underflow possibilities | Roger Dingledine |
2004-12-02 | fix redundant (and dangerous) NUL termination | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | accept *:706 (silc) by default | Roger Dingledine |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
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 |