summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-19added short blurb about ControlPort to sample torrcGeoff Goodell
svn:r3790
2005-03-19and forward-port the missing spaceRoger Dingledine
svn:r3789
2005-03-19added stamp-h.in to .cvsignore for compatibility with autoheader (GNU ↵Geoff Goodell
Autoconf) 2.59 svn:r3787
2005-03-19Turn 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-19Implement redirectstream in control interface.Nick Mathewson
svn:r3785
2005-03-19fix typoRoger Dingledine
svn:r3784
2005-03-19Split version info into separate spec doc.Nick Mathewson
svn:r3783
2005-03-19things roger needs to do for 0.1.0.1-rcRoger Dingledine
svn:r3782
2005-03-19make hidden services more likely to work from the server-sideRoger Dingledine
svn:r3781
2005-03-19Enable NT service code by defaultNick Mathewson
svn:r3780
2005-03-18Note version documentation is finished in the TODO. Roger--should this be ↵Nick Mathewson
someplace else too? svn:r3779
2005-03-18Correct 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-18Make OSX install happier about running on non-default volume.Nick Mathewson
svn:r3777
2005-03-18Make OS X package actually try to log things to the nice log directory we ↵Nick Mathewson
gave it. svn:r3776
2005-03-18Make OS X log happily to /var/log/TorNick Mathewson
svn:r3775
2005-03-18Mac packaging magic: make man pages useable, and do not overwrite existing ↵Nick Mathewson
torrc files. svn:r3774
2005-03-18removing the warning about port 80.Thomas Sjögren
svn:r3773
2005-03-18add "warning" about port 80 to torrc.sample.inThomas Sjögren
svn:r3772
2005-03-18man file in cvs was updated in March 2005, not November 2004Thomas Sjögren
svn:r3771
2005-03-17Added ipid to the list of IP-testers in tor-doc*.htmlThomas Sjögren
svn:r3770
2005-03-17Commit 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-16Mozilla/Firefox instructions present in both win32 and osx. Added ↵Thomas Sjögren
network-tools.com as a IP-test site. svn:r3768
2005-03-16Fix a fun windows bug: apparently windows stat wants paths not to end with ↵Nick Mathewson
slash. svn:r3766
2005-03-15Make 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-15Don't depend on python anymore - tor-resolve is C nowPeter Palfrader
svn:r3764
2005-03-15re-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-14Show 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-14Note a couple of changes in TCNick Mathewson
svn:r3760
2005-03-14fix an assert trigger in cvs: if a resolve request fails, and the circuitRoger 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-14Fix some more obscure compiler warningsNick Mathewson
svn:r3758
2005-03-14Renormalize whitespaceNick Mathewson
svn:r3757
2005-03-14Raise 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-13bugfix: now that we don't do the client dns thing, our checksRoger Dingledine
to see if somebody was contradicting his exit policy were wrong. svn:r3755
2005-03-12and put ShutdownWaitLength in man pageRoger Dingledine
svn:r3754
2005-03-12ShutdownWaitLength should be an interval, not a uintRoger Dingledine
svn:r3753
2005-03-12change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config optionRoger Dingledine
svn:r3752
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
svn:r3751
2005-03-12MaxCircuitDirtiness never got into the man pageRoger Dingledine
svn:r3750
2005-03-11fix typo in man pageRoger Dingledine
svn:r3749
2005-03-11add another item to TODONick Mathewson
svn:r3748
2005-03-11expand a couple of itemsNick Mathewson
svn:r3747
2005-03-11Increment step of a for loop should only happen once.Nick Mathewson
svn:r3746
2005-03-11Get address map resetting implemented.Nick Mathewson
svn:r3745
2005-03-11Remove unused macro; add a comment on remaining macros.Nick Mathewson
svn:r3744
2005-03-11remove duplicate function prototypeRoger Dingledine
svn:r3743
2005-03-11Clean up privoxy-tor-toggle; untabify; clean up messages; remove ↵Nick Mathewson
fwd-incompatible "print status on unrecognized command" feature svn:r3742
2005-03-11add a contrib script to toggle whether privoxy uses tor.Roger Dingledine
seems to be configured for debian by default. svn:r3741
2005-03-11reflect changes to default exit policy in manual pageGeoff Goodell
svn:r3740
2005-03-11redefining default exit policy as per or-talk discussionGeoff Goodell
svn:r3739