Commits on Source
36817
aa48b960
migrate to the new URL
Jan 05, 2005
cb48bff3
point to the new screenshot file names
Jan 05, 2005
041edf87
and the first cut of a tor osx installation howto
Jan 05, 2005
20142a25
Forward-port OSX packaging stuff from maint branch
Jan 05, 2005
f6b0032c
update url for tor
Jan 05, 2005
e99f79fa
Remove broken and undocumented wart where multiple CSV config lines are...
Jan 05, 2005
3e30d87a
fix typo
Jan 05, 2005
2e8f15a5
Note some 0093 items
Jan 05, 2005
b4fedc7f
Stop reversing and re-reversing config lines: keep them in order all the time....
Jan 05, 2005
dcd22858
Implement SIGNAL control command.
Jan 05, 2005
a6e58730
typo spotted by chris
Jan 05, 2005
ffa1008c
clean up osx/win32/generic instructions
Jan 05, 2005
30aa8ab1
fix typo in mac installer
Jan 05, 2005
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
36,717 additional commits have been omitted to prevent performance issues.
Loading
Loading