Commits on Source
28903
75472c19
Enable Tor to connect through SOCKS 4/5 proxies
Jun 19, 2009
015189b5
Move SOCKS reason-decoding switches into reasons.c
Jun 19, 2009
659fc13d
Change proxy-address type to tor_addr_t to allow ipv6 proxies.
Jun 19, 2009
ca446bd6
Update upstream URL in debian/copyright
Jun 26, 2009
e504374b
Merge commit 'tor-0.2.1.17-rc' into debian-merge
Jul 13, 2009
a08a35fe
Merge branch 'debian-merge' into debian
Jul 13, 2009
95a66236
Release 0.2.1.17-rc-1
Jul 13, 2009
e7576f92
Add support for a new option: FetchDirInfoExtraEarly
Jul 13, 2009
bdd367eb
Merge commit 'debian-tor-0.2.1.17-rc-1' into maint-0.2.1
Jul 14, 2009
72c5a46b
move the todo.external file into svn projects
Jul 14, 2009
d4b31cf9
Allow interval and memunit cfg variables to be set to fractions.
Jul 15, 2009
3c051325
Directories now also measure download times of network statuses.
Jul 15, 2009
4002980d
Right, the u in uint stands for unsigned.
Jul 15, 2009
85e7f67e
Round up results to the next multiple of 4.
Jul 15, 2009
416940d9
Some tweaks to directory request download times.
Jul 15, 2009
8c496d16
Some tweaks to statistics.
Jul 15, 2009
989e74e5
fix long line
Jul 15, 2009
82795eeb
Include AccountingMax in torrc.sample
Jul 16, 2009
cbe43273
Switch dirreq_map to use HT_ functions rather than strmap.
Jul 16, 2009
022d251c
Merge branch 'dirreq-timing'
Jul 16, 2009
c0a2d7dc
Clean up the accountingmax section in torrc.sample
Jul 16, 2009
b71bbdc6
Make exit stats compile on 64-bit machines, too.
Jul 18, 2009
5c0b418a
don't warn about DirReqStatistics when the option is disabled
Jul 23, 2009
884c621a
Proposal: Including Network Statistics in Extra-Info Documents
Jul 23, 2009
f80537e3
Fix unit tests.
Jul 24, 2009
b2fa8e86
add blurbs for recent release candidates
Jul 24, 2009
6277aee0
forward-port the 0.2.0.35 release notes
Jul 24, 2009
be5faae7
added LIBS=-lrt to Makefile.am for static libevent in the tor rpms.
Jul 24, 2009
4b537168
make phobos's lines start with tabs again
Jul 24, 2009
575519d9
add a changelog entry for the upcoming 0.2.1.18
Jul 24, 2009
6b334bb8
put in the full 0.2.1 release notes
Jul 24, 2009
52b14221
bump to 0.2.1.18
Jul 24, 2009
c3274c4c
Merge branch 'maint-0.2.1' into master
Jul 24, 2009
698ec8d7
clean up the 0.2.2.1-alpha changelog entry
Jul 24, 2009
2b0e8fb3
Merge commit 'ioerror/DirFetchInfoExtraEarly'
Jul 25, 2009
d7ffd0ed
Merge commit 'tor-0.2.1.18' into debian-merge
Jul 25, 2009
805b19e4
New upstream version
Jul 25, 2009
f39cee37
Merge branch 'debian-merge' into debian
Jul 25, 2009
7b716878
Fix dirreq and cell stats on 32-bit architectures.
Jul 27, 2009
2b63fa40
three hacks to workaround bug 1038
Jul 27, 2009
0a4e2397
Don't leak memory if we get too many create cells
Jul 27, 2009
a73acdd4
Write fingerprint to file and log without spaces
Jul 27, 2009
3e454451
Changing MaxAdvertisedBW may not need a republish
Jul 27, 2009
146eae31
document my new relay-early behavior
Jul 28, 2009
69706f99
bump to 0.2.1.19
Jul 28, 2009
e8e88922
Merge branch 'maint-0.2.1' into master
Jul 28, 2009
6249b0fd
Fix a signed/unsigned compile warning in 0.2.1.19
Jul 28, 2009
6a960d51
credit optimist for the bug 1038 diagnosis
Jul 28, 2009
5962431a
Merge commit 'tor-0.2.1.19' into debian-merge
Jul 29, 2009
3d997234
New upstream version
Jul 29, 2009
cd8d488d
Merge branch 'debian-merge' into debian
Jul 29, 2009
58ccdfcc
Mention that this closes #538960 in the changelog
Jul 29, 2009
0f944e49
Merge commit 'debian-tor-0.2.1.19-1' into maint-0.2.1
Jul 29, 2009
6bb10a28
Patch from atagar to fix control-spec
Jul 30, 2009
efe96694
Fix signed/unsigned comparison warnings in get_effective_bw(rate|burst)
Jul 30, 2009
4577bda7
Cleaner fix for get_effective_bw(rate|burst), with comment on why it is ok.
Jul 30, 2009
df354a00
Merge commit 'origin/maint-0.2.1'
Jul 30, 2009
fe36f69c
Make configuration of hidden services with authorization somewhat clearer.
Aug 01, 2009
0d12f12c
add receipts to be wiped.
Aug 01, 2009
6935c888
Merge commit 'phobos/osx-uinstaller-maint-0.2.1'
Aug 03, 2009
431202fb
add geoip file to uninstall
Aug 03, 2009
9da7b223
Merge commit 'origin/maint-0.2.1'
Aug 03, 2009
6fbdf635
Implement measured bw parsing + unit tests.
Aug 06, 2009
da88e05e
try loading the bandwidth measurement file on startup too,
Aug 06, 2009
db297fb9
Update dir-spec.txt to describe w line.
Aug 06, 2009
011b7324
Update 161 to reflect current implementation.
Aug 06, 2009
3a1b9526
Update the ratio calculation to prefer faster measurements.
Aug 06, 2009
b074e61a
Throw the switch on consensus method 6.
Aug 06, 2009
ca676c39
Display consensus bandwidth to the control port.
Aug 06, 2009
8196130f
fix typo in control-spec
Aug 07, 2009
3e4379c2
Disable .exit notation unless AllowDotExit is 1.
Aug 07, 2009
07d95440
oops, fix typo
Aug 07, 2009
33762b52
LetsKillNoConnect removes support for .noconnect
Aug 08, 2009
6423091f
Merge commit 'mikeperry/bandwidth-proposals-final'
Aug 09, 2009
3886467f
Add a new tor_strtok_r for platforms that don't have one, plus tests.
Aug 09, 2009
c497d21e
Merge commit 'karsten/hsauth-manpage-maint-0.2.1' into maint-0.2.1
Aug 09, 2009
8f8877c6
Merge commit 'origin/maint-0.2.1'
Aug 09, 2009
1060b4d8
Fix issues found by Nick in code review.
Aug 09, 2009
cb477f9c
Merge commit 'nickm/strtok' into mp-voting-final
Aug 09, 2009
9e1fe29b
Switch over to tor_strtok_r instead of strtok_r.
Aug 09, 2009
4311b9a6
Merge commit 'arma/dotexit'
Aug 09, 2009
492416be
Merge commit 'ioerror/LetsKillNoConnect'
Aug 09, 2009
8abe3bac
Set up urras as the seventh v3 directory authority.
Aug 10, 2009
5f0fb9a1
Merge branch 'maint-0.2.1' into tmp_merge
Aug 10, 2009
e53ee805
directory-archive scripts now fetch from urras too
Aug 10, 2009
2e1ac18e
Merge branch 'maint-0.2.1'
Aug 10, 2009
e50b7768
Send sendmes when we're down 100 cells, not 101.
Aug 10, 2009
afc9da72
Merge branch 'maint-0.2.1'
Aug 10, 2009
a98643c1
Fix possible segmentation fault on directory authorities.
Aug 11, 2009
e0dc2e90
Merge commit 'origin/maint-0.2.1'
Aug 12, 2009
c9b8a4a1
update fetch-all with dir auth
Aug 13, 2009
9d16a59f
Remove ./configure option for exit port statistics.
Aug 14, 2009
b9e45cc5
Merge commit 'mikeperry/bandwidth-voting-final'
Aug 14, 2009
ab7729f4
Remove ./configure option for entry and dir request statistics.
Aug 17, 2009
d97e95cb
Remove ./configure option for cell statistics.
Aug 17, 2009
9179bcb9
Include contents of *-stats files in descriptor.
Aug 17, 2009
20c95a3d
Fix trivial bug when uploading extra-info documents.
Aug 17, 2009
858a8f80
Reduce cell statistics accuracy from 1 ms to 10 ms.
Aug 17, 2009
f37af018
Implement queue with O(1) operations, and correct some math.
Aug 17, 2009
799af411
Use memory pool for insertion times.
Aug 17, 2009
28,803 additional commits have been omitted to prevent performance issues.
Loading
Loading