Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | put in initial support for ".nickname.exit" addresses, to let alice | 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-24 | make tor-resolve work, uh, more. this time for sure! | Roger Dingledine |
2004-11-24 | make tor-resolve work again | Roger Dingledine |
2004-11-24 | bugfix: let socks do multiple rounds of negotiation again | Roger Dingledine |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-21 | The crowning bugfix. | Roger Dingledine |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-21 | some more debugging aids | Roger Dingledine |
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine |
2004-11-20 | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine |
2004-11-15 | clean up socks handling, refuse connections to port 0 | Roger Dingledine |
2004-11-14 | Remove redundant declaration | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-10 | remove extraneous variable | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-03 | better interface for connection_ap_handshake_socks_reply() | Roger Dingledine |
2004-11-03 | - Implement all of control interface except authentication, setconfig, | Nick Mathewson |
2004-10-31 | implement first piece of hibernation | Roger Dingledine |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-19 | Add "pass" target for RedirectExit, to make it easier to break out of a seque... | Nick Mathewson |
2004-10-17 | start the process of making 0.0.7* obsolete | Roger Dingledine |
2004-10-17 | use connection_edge_is_rendezvous_stream() more | Roger Dingledine |
2004-10-17 | whoops, resolve cells were probably broken | Roger Dingledine |
2004-10-17 | Implement RedirectExit. | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-12 | Use parse_addr_port() function instead of ad-hoc variants | Nick Mathewson |
2004-10-10 | when a begin cell has an invalid port, give us a better hint of | 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-21 | Attach dummy resolve connections to a circuit *before* calling dns_resolve().... | Nick Mathewson |
2004-08-15 | fix assert triggers in 0.0.7.x: if the other side returns | Roger Dingledine |
2004-08-08 | reject the default edonkey, kazaa, gnutella ports | Roger Dingledine |
2004-08-07 | avoid racing the mark-for-close when the client hangs up on us | Roger Dingledine |
2004-08-07 | reject tor-resolve requests for .onion addresses early | Roger Dingledine |
2004-08-06 | and add a comment to that effect | Roger Dingledine |
2004-08-06 | make explicit that 'no socks policy' means 'accept' | Roger Dingledine |
2004-08-05 | bugfix: when you finish answering a 'resolve' request, hold the | Roger Dingledine |
2004-08-04 | bugfix: when tor-resolve asks to resolve an IP to an IP and we answer | Roger Dingledine |
2004-08-03 | Fix all warnings on win32 build | Nick Mathewson |
2004-07-21 | we were counting incorrectly when trying to figure out whether | Roger Dingledine |
2004-07-21 | make connection_tls_finish_handshake() more plausible. | Roger Dingledine |