Commits on Source
36914
e327b2f3
Clarify confusing message
Dec 16, 2004
a3922d0b
New upstream version: 0.0.9.1
Dec 16, 2004
bbc10c2e
Make split(..., NULL) split on horizontal space; fix bug with tabs in config file.
Dec 16, 2004
ee282fc1
mark nickname and ORPort as the two required fields for servers
Dec 16, 2004
24af6f23
lower the bandwidth requirements from 1MBit to 20KBytes
Dec 17, 2004
52842958
mention that we still don't want servers with high packet loss or
Dec 17, 2004
c42ca03c
add a wishlist item from weasel and aphex
Dec 17, 2004
4cacb54d
add even more detail to running-a-server section
Dec 17, 2004
96971453
make the win32 install instructions less wrong. they still need
Dec 17, 2004
425cb18e
clean up win32 instructions more
Dec 17, 2004
3b6eecf9
mention that tsocks is only needed if your application also doesn't
Dec 17, 2004
408c56b2
rewrite 'configuring a client' section
Dec 17, 2004
2ccd8cb9
clean server instructions more
Dec 17, 2004
afec9f23
simplify install section even more
Dec 17, 2004
323b3a8d
Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0.1.0.1-alpha
Dec 17, 2004
26bce698
specify the control-spec's 'signal' command
Dec 17, 2004
1a946d0e
remove misleading (and potentially dangerous) statement that clients
Dec 17, 2004
308ffa8a
When listing circuits that are pending on an opening OR connection,
Dec 17, 2004
6c7a6dd8
Add opprotunistic circuit-building tweak to Tor TODO
Dec 18, 2004
f78211d6
a higher upper value for bandwidth use
Dec 18, 2004
e21fdcb7
a first cut of win32 specific doc
Dec 18, 2004
50012e1c
clean up docs some more
Dec 18, 2004
c1ccb63a
In mainline (post 0.0.9), we no longer need elaborate version-massaging tricks...
Dec 18, 2004
0e9f77b9
Forward-port last RPM change to mainline
Dec 18, 2004
da741a97
forward-port: switch runuser to _tor, and make the logrotate script better
Dec 19, 2004
9472f23e
add borders around some of the screenshots
Dec 19, 2004
b329fd5f
more cleanup and screenshots for tor-doc-win32
Dec 19, 2004
3d7ab24c
even more cleanup
Dec 19, 2004
6e7b1526
point people to freecap as well as sockscap
Dec 19, 2004
acd37110
it is beautiful now
Dec 19, 2004
35e93c48
make the /etc/tor/ stuff world-readable in the rpm
Dec 20, 2004
5670c31e
we need to figure out how to make the rpm not strip the binaries it makes
Dec 20, 2004
f9fd1018
forward port:
Dec 21, 2004
a742b5bb
give the screenshot images actual names
Dec 21, 2004
0c0a5046
capitalize acronyms, clarify windows doc a bit.
Dec 21, 2004
64195e38
Nuke irst-person pronouns
Dec 21, 2004
32978afa
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Dec 22, 2004
c79c4200
Fix a bug in last patch; and keep my name out of the assert() call too.
Dec 22, 2004
036384fd
respond to an 009 XXX
Dec 22, 2004
cf17d0d2
move network_init from or/main to common/compat
Dec 22, 2004
c3189c25
fix an assert on startup when the disk is full and you're logging to a file
Dec 22, 2004
18320557
fix a crash: if you do socks4 with an IP of 0.0.0.x then we get tricked
Dec 22, 2004
f50b785c
and forward port the cleanup
Dec 22, 2004
9140b321
mention that sighup closes and reopens logs
Dec 23, 2004
ae251157
sort TODO items in tier 1 and 2 by category. This needs more work.
Dec 23, 2004
650791b6
clean tor-doc-win32 a bit more
Dec 23, 2004
71173668
Fix for running-routers length bug
Dec 24, 2004
e8585dfe
Remove length restriction when generating directories.
Dec 24, 2004
ded8e799
remove sentence-fragment comment refering to a design that never happened.
Dec 24, 2004
a794c08d
list the new tor.eff.org url in the man page
Dec 24, 2004
ebdfaaf4
add items to TODO
Dec 24, 2004
3a572fcf
don't connection_edge_end() on eof if we're already marked for close,
Dec 24, 2004
53105cda
when you're loading the rendezvous service keys in options_act(),
Dec 24, 2004
be72937a
initial profiling by phobos says we spend a whole lot of time
Dec 25, 2004
288f2ed5
stop telling win32 folks they have a bug just because we haven't finished
Dec 25, 2004
e1ac30c2
stop calling assert_connection_ok(conn, time(NULL)) on every single
Dec 25, 2004
717fe499
actually make it stop keeping track of times. whoops.
Dec 25, 2004
1efc0f37
mention that there are known bugs for running tor as a server on win32
Dec 29, 2004
95f3e616
require BandwidthRate to be at least 10kB/s
Dec 31, 2004
e29d7329
...but only if you're a server
Dec 31, 2004
35d5a5b7
when a dirserver causes you to give a warn, mention which dirserver it was
Jan 01, 2005
a4ad47df
Fix a double-mark-for-close bug, where we were finding a conn
Jan 01, 2005
0d7e8660
add a comment to explain what ContactInfo is for
Jan 01, 2005
b4dad0e6
fix the assert bug reported by bassclef@163.com
Jan 02, 2005
fdf8c55f
clarify the comments about logs in the torrc
Jan 02, 2005
70075933
stop checking for clock skew, even for servers.
Jan 03, 2005
59504f48
bugfix: if a server uploads a descriptor that's unapproved, actually
Jan 03, 2005
fca7ba97
Resolve task 42: find where 19-char nicknames were getting truncated when read...
Jan 03, 2005
c173c472
move the 'other things to note' list into #client-or-server so
Jan 03, 2005
ead52e0b
Possible fix for task
#43
: when running on a multithreaded environment...
Jan 03, 2005
6c7496e7
revise server install instructions again. this time for sure!
Jan 03, 2005
15543a62
mention where to find the 'fingerprint' file
Jan 03, 2005
b50263f7
More work on task
#43
: fix race conditions on multithreaded (win32) servers.
Jan 03, 2005
5f40d6bf
Make directory fail-and-retry logic happen in connection_about_to_close(); fixes win32 bug.
Jan 03, 2005
858eda47
Fix an unused function warning
Jan 03, 2005
65c4fa26
Split mark-dir-failed-and-retry logic into separate function; make it retry...
Jan 03, 2005
0c4186d6
Use correct logic to decide whether there are more directory servers to retry.
Jan 03, 2005
d1fc7ad9
Log when we retry a directory connection
Jan 03, 2005
7dd37f9e
Remove click-through license page from windows installer
Jan 03, 2005
53c522ee
make it clearer you can have multiple SocksBindAddress directives
Jan 03, 2005
9e6d6c60
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
Jan 03, 2005
a005509c
update url for when users try to use socksport as an http proxy
Jan 03, 2005
d7a0f1a6
update print_usage to use new url
Jan 03, 2005
ddc022fc
update our license for 2005, and also include the licenses of tree.h
Jan 03, 2005
7cb28adb
make docs clearer that we want you to register your server
Jan 03, 2005
82c5381e
forward-port the fix for the compiler warning
Jan 04, 2005
1f3e77bf
make the initial temp log only notice-err, not info-err
Jan 04, 2005
4d30e2f4
Make sequence of log messages when starting on win32 with no config file more reasonable.
Jan 04, 2005
e6c1ab2d
post 0.0.9.x, demand that servers declare at least 20000 bytes/s
Jan 04, 2005
6dd91de3
Nothing actually _uses_ socks_port, so why publish it? For backward...
Jan 04, 2005
ba7c74e7
bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.
Jan 04, 2005
cd796800
forward-port the 0.0.9.2 changelog
Jan 04, 2005
869f2a78
New upstream version
Jan 04, 2005
56489940
Update debian/copyright (it's 2005)
Jan 04, 2005
ba869037
Add sharedscripts tor logrotate.d/tor
Jan 04, 2005
814dd946
fix duplicate dns_cancel_pending_resolve reported by Giorgos Pallas
Jan 04, 2005
d9439a32
change url in win32 installer
Jan 04, 2005
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
36,814 additional commits have been omitted to prevent performance issues.
Loading
Loading