Commits on Source
36896
26145891
Enable Mac startup script by default
Jan 05, 2005
9883137f
Add proposal to control spec for a simple way to bind IP addresses to...
Jan 06, 2005
a3600713
take back our statement about known bugs on win32 for servers.
Jan 06, 2005
6d2859c2
fix trivial typo in log entry
Jan 06, 2005
1f51809e
clean up string printing in relay logs
Jan 06, 2005
f8b517fa
finish marking my comment in main.c
Jan 06, 2005
91bafc47
Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...
Jan 06, 2005
cd1f50d2
new config option DirAllowPrivateAddresses for authdirservers.
Jan 06, 2005
b267da4f
document DirAllowPrivateAddresses
Jan 06, 2005
608caffc
fix unit tests: address has to be a non-private IP, and socksport
Jan 07, 2005
c1ffbf9b
some early notes on a 'challenges in tor' paper
Jan 07, 2005
31227f02
two more policy issues
Jan 07, 2005
f468ff04
when we haven't fetched a directory yet, or the last time we
Jan 07, 2005
904b321f
Add watch file
Jan 09, 2005
eab35efa
Forward port patches
Jan 09, 2005
10a81ccf
when pruning circuit-wait streams when a dir fetch failed,
Jan 10, 2005
3370f530
it helps to use the correct name for the struct
Jan 10, 2005
4b6d55af
separate time_of_process_start from stats_n_seconds_uptime:
Jan 10, 2005
74bc4e5a
help avoid overflow from len_in + (len_in/n)*len_ins
Jan 10, 2005
45eb8d96
if you're a server and the auth dirservers are down, go to any other
Jan 10, 2005
70b3208f
if somebody starts his tor server in jan 2004 and then fixes his
Jan 11, 2005
51f47d74
clean up smartlist_string_isin so callers don't have to manage bufs
Jan 12, 2005
84c81e07
Annotate circuits w/ whether they aim to contain high uptime nodes and/or
Jan 12, 2005
9b578f2f
add more chat and interactive protocols to LongLivedPorts
Jan 12, 2005
324b192f
Make Tor use Niels Provos's libevent instead of it's current
Jan 12, 2005
53dbc66a
document LongLivedPorts in the man page
Jan 12, 2005
ff9618f3
Note that we need to check return codes from more libevent functions
Jan 12, 2005
3809c0ab
tolerate bandwidtch buckets going negative (i hope)
Jan 12, 2005
24a97d2c
fix up some comments
Jan 12, 2005
bafb3e4a
fix another integer underflow caused by buckets going negative
Jan 12, 2005
abea1426
more cleanup
Jan 12, 2005
bc5fffb0
Add libevent-dev to build-depends
Jan 12, 2005
49fe4cba
when deciding if a port is handled and the port demands uptime, don't
Jan 13, 2005
77da824f
point win32 folks at 0.0.9.2, not 0.0.9.1
Jan 13, 2005
0703d01b
fix some problems in control-spec
Jan 13, 2005
22f79347
start generating version 1 style introduce cells
Jan 13, 2005
0aff4ff4
get rid of 0.0.8 backwards compatibility
Jan 13, 2005
a38bccdc
Move call to event_init() immediately after start_daemon(); move start_daemon...
Jan 13, 2005
dcf8b182
when the hidden service launches a rendezvous circ, make sure it
Jan 14, 2005
c6771e5c
reset published uptime when you wake up from hibernation,
Jan 14, 2005
22a48e0a
our man page still talked about the dirservers file
Jan 15, 2005
372832d8
make tor-resolve print the Tor version on --version too
Jan 16, 2005
9c8c90ec
Sometime post 0.0.9, we should integrate an http proxy into Tor (maybe
Jan 16, 2005
d2400a5a
Introduce a notion of 'internal' circs, which are chosen without regard
Jan 17, 2005
ea24dc31
remove some extra-verbose logs
Jan 17, 2005
c8c6af65
write at the top of rend-spec that reading the design paper
Jan 18, 2005
4e369bc9
allow bandwidthburst to be smaller, but whine if it's small.
Jan 18, 2005
84deb5c6
mention that HiddenServiceNodes and HiddenServiceExcludeNodes
Jan 18, 2005
7d4a167c
Basic windows libevent fixes
Jan 18, 2005
d204332c
make the server setup docs more win32 friendly
Jan 19, 2005
e94e7ada
some early thoughts on the requirements for our network discovery protocol
Jan 19, 2005
bd2d740b
make it clearer why FooPort and FooBindAddress are separate
Jan 19, 2005
cfcc9329
bugfix for cvs: we were needing a rendezvous circ, so we cannibalized
Jan 19, 2005
f2a7ff68
better comments for exit policies in torrc.sample
Jan 19, 2005
75d83827
fix another bug where general exit circs were looking at rendezvous
Jan 19, 2005
e0bf5976
Give more useful log messages when the tor process closes dns/cpuworker...
Jan 19, 2005
69fa5be7
Workaround for webservers that lie about Content-Encoding: Tor now tries to...
Jan 19, 2005
1eddb28f
Add unittests for compression detection. Make all rendezvous descriptors "plausible".
Jan 19, 2005
2c803bff
Make detect_compression_method work on platforms with more evil chars.
Jan 19, 2005
f8c14bbf
Detect windows platform correctly
Jan 19, 2005
ff481793
make cannibalizing for rend circs prey on the pleb circs first
Jan 19, 2005
38be533c
Handle unavailable hidden services better. We try each intro point
Jan 19, 2005
a6e91f81
The crowning hidden-service patch: prefer non-internal circuits
Jan 20, 2005
8acf5bed
added a section about how to deal with connectivity information in Blossom/Tor
Jan 20, 2005
dab63afe
added short note about route selection to dir-spec.txt
Jan 20, 2005
129e754a
Warn when exit policy implicitly allows local addresses.
Jan 20, 2005
432e313c
Make zlib detection happy on little-endian platforms; fix unit tests.
Jan 20, 2005
29b6637a
Compilation fixes for win32 version detection.
Jan 20, 2005
80e8359c
Give better reason phrases in HTTP status lines. Start resolving task
#67
....
Jan 20, 2005
67f0babf
start to fix http status stuff, more work needed
Jan 20, 2005
a2e441da
give a header file for ntohs
Jan 20, 2005
5b455278
Appease weasel's paranoid 64-bit compiler.
Jan 20, 2005
362d89fb
remove autoconfed file from cvs
Jan 20, 2005
fd41cbca
Have reason string for serverdesc post requests contain actual serverdesc...
Jan 20, 2005
6704093c
Appease another 64-bit warning
Jan 20, 2005
8b19e815
mark a few tasks as done, add a few more
Jan 20, 2005
8115ca5f
Log the offending policy, not the first policy
Jan 20, 2005
b137f6d1
if we get an incredibly skewed timestamp from a dirserver mirror that
Jan 21, 2005
4826718e
special case so we don't yell when an empty http body doesn't specify a
Jan 21, 2005
d4d131cc
another rev of dir-spec.txt
Jan 21, 2005
01cd23ef
a few more thoughts about seeds
Jan 21, 2005
de9b46ad
clean a couple of messages
Jan 21, 2005
2a908e51
forward-port: fix win32 compile
Jan 22, 2005
1dc4d9a0
Fix dumb bug in unittests.
Jan 22, 2005
fbb7f869
fwd-port win32 isprint fix
Jan 22, 2005
1309885f
Turn challenges.tex into minimally valid LaTeX
Jan 22, 2005
72b39450
mention that win32 servers can bind to ports 80 and 443 directly
Jan 22, 2005
8ebe8533
comment SocksPort better as it pertains to servers
Jan 22, 2005
32075fc7
forward-port the 0.0.9.3 changelog
Jan 22, 2005
64a0c85a
switch the paper over to llncs
Jan 22, 2005
53d1af13
update package-specific pages to mention 0.0.9.3
Jan 22, 2005
e6f4df53
blank slates suck. here are some more words. they need to be
Jan 22, 2005
d29a2965
if we're going to ship with our own privoxy, we might as well
Jan 23, 2005
a5d8d70c
Make the build depend on libevent-dev versioned: >= 1.0
Jan 23, 2005
c3f66177
Include 0.0.9.3 changelog in HEAD
Jan 23, 2005
6bdd3da6
Forward port 06_add_compile_time_defaults
Jan 23, 2005
00e1818f
Update URL to tor in debian/control and debian/copyright
Jan 23, 2005
055ea70d
responding to Roger's comments
Jan 24, 2005
45cbac26
try to provide a bit more organization
Jan 25, 2005
f677bfaa
some more organization
Jan 26, 2005
36,796 additional commits have been omitted to prevent performance issues.
Loading
Loading