Age | Commit message (Expand) | Author |
2005-02-27 | fix a minor memory leak | Roger Dingledine |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-10 | Add more functions to free things to help dmalloc allong. | Nick Mathewson |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-14 | when the hidden service launches a rendezvous circ, make sure it | Roger Dingledine |
2005-01-13 | start generating version 1 style introduce cells | Roger Dingledine |
2005-01-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2004-12-07 | fix a minor leak for people offering hidden services | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
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-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-15 | Break DirFetchPostPeriod into: | Roger Dingledine |
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig... | Nick Mathewson |
2004-11-08 | Separate validate from activate. Document undocumented stuff in config.c. | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-11-01 | Hidden service operators had a bug in version 1 style INTRODUCE cells | Roger Dingledine |
2004-10-30 | Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname() | Roger Dingledine |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-24 | fix a memory leak | Roger Dingledine |
2004-10-24 | start generating new version of introduce1 cells | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | Change interface of parse_addr_port() to return address in host order, since ... | Nick Mathewson |
2004-10-14 | bugfix: parse_addr_port() bites us again -- it returns addr in network order. | Roger Dingledine |
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-13 | fix warning about always-false comparison; detect too-large realport better | Nick Mathewson |
2004-10-12 | parse HttpProxy address in config | Roger Dingledine |
2004-10-12 | Better bounds checking on parsed ints | Nick Mathewson |
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson |
2004-09-20 | fix a rare seg fault for people running hidden services on | Roger Dingledine |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-08-18 | Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer, | Nick Mathewson |
2004-08-18 | Support new INTRODUCE2 cell format | Nick Mathewson |
2004-08-17 | use unverified routers in the desired positions | Roger Dingledine |
2004-08-15 | Update to new choose_random_node interface. | Nick Mathewson |
2004-08-15 | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine |
2004-08-07 | hex_encode is obsoleted by base16_encode, and never actually worked in the fi... | Nick Mathewson |
2004-07-22 | stop using atexit() to remove our pid, since it's called | Roger Dingledine |
2004-07-22 | now base16_encode() and base32_encode() can't ever fail | Roger Dingledine |
2004-07-02 | More digest/nickname fixes | Nick Mathewson |
2004-06-02 | crank up some of our constants, for better scalability | Roger Dingledine |
2004-05-20 | router_choose_random_node() was ignoring its routerlist argument. | Roger Dingledine |
2004-05-18 | Resolve some XXXs | Nick Mathewson |
2004-05-18 | Only try to launch a fixed number of intro circuits for a service per 15-minu... | Nick Mathewson |