Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-19 | added short blurb about ControlPort to sample torrc | Geoff Goodell | |
svn:r3790 | |||
2005-03-19 | and forward-port the missing space | Roger Dingledine | |
svn:r3789 | |||
2005-03-19 | added stamp-h.in to .cvsignore for compatibility with autoheader (GNU ↵ | Geoff Goodell | |
Autoconf) 2.59 svn:r3787 | |||
2005-03-19 | Turn addr_policy_compare from a tristate to a quadstate; this should help ↵ | Nick Mathewson | |
address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem. svn:r3786 | |||
2005-03-19 | Implement redirectstream in control interface. | Nick Mathewson | |
svn:r3785 | |||
2005-03-19 | fix typo | Roger Dingledine | |
svn:r3784 | |||
2005-03-19 | Split version info into separate spec doc. | Nick Mathewson | |
svn:r3783 | |||
2005-03-19 | things roger needs to do for 0.1.0.1-rc | Roger Dingledine | |
svn:r3782 | |||
2005-03-19 | make hidden services more likely to work from the server-side | Roger Dingledine | |
svn:r3781 | |||
2005-03-19 | Enable NT service code by default | Nick Mathewson | |
svn:r3780 | |||
2005-03-18 | Note version documentation is finished in the TODO. Roger--should this be ↵ | Nick Mathewson | |
someplace else too? svn:r3779 | |||
2005-03-18 | Correct documentation wrt versions; where files go; and default behavior of ↵ | Nick Mathewson | |
osx installer. Can somebody with good html fu improve my table? svn:r3778 | |||
2005-03-18 | Make OSX install happier about running on non-default volume. | Nick Mathewson | |
svn:r3777 | |||
2005-03-18 | Make OS X package actually try to log things to the nice log directory we ↵ | Nick Mathewson | |
gave it. svn:r3776 | |||
2005-03-18 | Make OS X log happily to /var/log/Tor | Nick Mathewson | |
svn:r3775 | |||
2005-03-18 | Mac packaging magic: make man pages useable, and do not overwrite existing ↵ | Nick Mathewson | |
torrc files. svn:r3774 | |||
2005-03-18 | removing the warning about port 80. | Thomas Sjögren | |
svn:r3773 | |||
2005-03-18 | add "warning" about port 80 to torrc.sample.in | Thomas Sjögren | |
svn:r3772 | |||
2005-03-18 | man file in cvs was updated in March 2005, not November 2004 | Thomas Sjögren | |
svn:r3771 | |||
2005-03-17 | Added ipid to the list of IP-testers in tor-doc*.html | Thomas Sjögren | |
svn:r3770 | |||
2005-03-17 | Commit fixes for several pending tor core tasks: document all DOCDOCed ↵ | Nick Mathewson | |
functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value. svn:r3769 | |||
2005-03-16 | Mozilla/Firefox instructions present in both win32 and osx. Added ↵ | Thomas Sjögren | |
network-tools.com as a IP-test site. svn:r3768 | |||
2005-03-16 | Fix a fun windows bug: apparently windows stat wants paths not to end with ↵ | Nick Mathewson | |
slash. svn:r3766 | |||
2005-03-15 | Make it clear that tor-doc-{win32,osx}.html are for setting up clients and ↵ | Thomas Sjögren | |
point those who want to set up a server to tor-doc.html svn:r3765 | |||
2005-03-15 | Don't depend on python anymore - tor-resolve is C now | Peter Palfrader | |
svn:r3764 | |||
2005-03-15 | re-enable reachability testing stuff. | Roger Dingledine | |
also, consider your ORPort reachable after you've processed a create cell from any non-local address. svn:r3763 | |||
2005-03-14 | Show people where they can find the default exit policy. | Thomas Sjögren | |
svn:r3762 | |||
2005-03-14 | <arma2> - closed=4, new connection=5, new resolve request=6) | Nick Mathewson | |
<arma2> + closed=4, new connection=5, new resolve request=6, <arma2> + stream detached from circuit, retriable=7) <arma2> nick: this comma is confusing. svn:r3761 | |||
2005-03-14 | Note a couple of changes in TC | Nick Mathewson | |
svn:r3760 | |||
2005-03-14 | fix an assert trigger in cvs: if a resolve request fails, and the circuit | Roger Dingledine | |
has vanished in the meantime, then we would both mark it for close (i.e. put it on the closeable list) and also immediately free it. svn:r3759 | |||
2005-03-14 | Fix some more obscure compiler warnings | Nick Mathewson | |
svn:r3758 | |||
2005-03-14 | Renormalize whitespace | Nick Mathewson | |
svn:r3757 | |||
2005-03-14 | Raise common code for "detach this stream and try it with a different ↵ | Nick Mathewson | |
circuit" into a separate function; make that function handle controller-managed streams right. svn:r3756 | |||
2005-03-13 | bugfix: now that we don't do the client dns thing, our checks | Roger Dingledine | |
to see if somebody was contradicting his exit policy were wrong. svn:r3755 | |||
2005-03-12 | and put ShutdownWaitLength in man page | Roger Dingledine | |
svn:r3754 | |||
2005-03-12 | ShutdownWaitLength should be an interval, not a uint | Roger Dingledine | |
svn:r3753 | |||
2005-03-12 | change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option | Roger Dingledine | |
svn:r3752 | |||
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson | |
svn:r3751 | |||
2005-03-12 | MaxCircuitDirtiness never got into the man page | Roger Dingledine | |
svn:r3750 | |||
2005-03-11 | fix typo in man page | Roger Dingledine | |
svn:r3749 | |||
2005-03-11 | add another item to TODO | Nick Mathewson | |
svn:r3748 | |||
2005-03-11 | expand a couple of items | Nick Mathewson | |
svn:r3747 | |||
2005-03-11 | Increment step of a for loop should only happen once. | Nick Mathewson | |
svn:r3746 | |||
2005-03-11 | Get address map resetting implemented. | Nick Mathewson | |
svn:r3745 | |||
2005-03-11 | Remove unused macro; add a comment on remaining macros. | Nick Mathewson | |
svn:r3744 | |||
2005-03-11 | remove duplicate function prototype | Roger Dingledine | |
svn:r3743 | |||
2005-03-11 | Clean up privoxy-tor-toggle; untabify; clean up messages; remove ↵ | Nick Mathewson | |
fwd-incompatible "print status on unrecognized command" feature svn:r3742 | |||
2005-03-11 | add a contrib script to toggle whether privoxy uses tor. | Roger Dingledine | |
seems to be configured for debian by default. svn:r3741 | |||
2005-03-11 | reflect changes to default exit policy in manual page | Geoff Goodell | |
svn:r3740 | |||
2005-03-11 | redefining default exit policy as per or-talk discussion | Geoff Goodell | |
svn:r3739 |