Commits on Source
28486
70abd843
crypto_cipher_set_key cannot fail
Oct 27, 2009
b0e8c336
Make it more obvious for coverity that cid 404 is not dead code
Oct 27, 2009
f1b7295b
Disallow command line keywords with more than two dashes as prefix.
Oct 27, 2009
0e749396
Merge commit 'tor-0.2.1.20' into debian-merge
Nov 13, 2009
751e9b2b
New upstream version
Nov 13, 2009
4db6e63c
Merge branch 'debian-merge' into debian-0.2.1
Nov 13, 2009
0f212193
Merge commit 'debian-tor-0.2.1.20-1' into maint-0.2.1
Nov 13, 2009
fa79ef35
Merge commit 'tor-0.2.2.5-alpha' into debian-merge
Nov 15, 2009
0165f276
New upstream version
Nov 15, 2009
6d01081f
Merge branch 'debian-merge' into debian
Nov 15, 2009
a28b5628
Pick
0a58567c
from master git tree
Nov 15, 2009
a1914082
Build-Depend on libssl-dev >= 0.9.8k-6.
Nov 15, 2009
b0430672
Change order of recommends from privoxy | polipo to polipo | privoxy.
Nov 15, 2009
fbe455fe
Allegedly echo -e is a bashism. Remove it from debian/rules, we don't need it...
Nov 15, 2009
327e4dfe
Change the dependency on tsocks to torsocks | tsocks (see: #554717)
Nov 15, 2009
dabf4423
Merge commit 'debian-tor-0.2.2.5-alpha-1'
Nov 15, 2009
2bcb90a3
clean up changelog for the 0.2.2.6-alpha release
Nov 17, 2009
2ebd2215
only complain when rejecting a descriptor if it has contact info
Nov 17, 2009
e722ffa6
Do not report a partially-successful detached signature add as failed.
Nov 17, 2009
0656c12b
add the 0.2.1.20 changelog blurb, plus update the releasenotes
Nov 17, 2009
55cd2fa3
Merge commit 'origin/maint-0.2.1'
Nov 17, 2009
9be68294
Not everybody likes debugging printfs as much as I
Nov 18, 2009
b5462efd
remove the 0.2.1.20 debian changelog from master's changelog
Nov 19, 2009
1ee58040
bump to 0.2.2.6-alpha
Nov 19, 2009
444eff62
Fix compilation on OSX 10.3.
Nov 20, 2009
2b1bb233
Use the same mlockall checks with tor_set_max_memlock
Nov 20, 2009
01a9cc04
bump to 0.2.2.6-alpha-dev
Nov 21, 2009
7b6b931c
stop assuming that our downcasts have a struct offset of 0
Nov 21, 2009
4f8b36a1
clobber connections with different number than we clobber circuits
Nov 21, 2009
fdd58f3b
If somebody tries to overflow my dirport, don't log his IP by default.
Nov 21, 2009
7f3f88be
New config option "CircuitStreamTimeout"
Nov 21, 2009
403f99ea
add a minimum for CircuitStreamTimeout, plus a man page
Nov 22, 2009
a89f51c9
fix race condition that can cause crashes at client or exit relay
Nov 23, 2009
cee9a28d
Merge commit 'origin/maint-0.2.1'
Nov 23, 2009
1f3977b6
Merge commit 'tor-0.2.2.6-alpha' into debian-merge
Nov 23, 2009
c9935358
New upstream version
Nov 23, 2009
50feca0d
Drop debian/patches/
0a58567c
-work-with-reneg-ssl.dpatch (part of upstream)
Nov 23, 2009
0da554db
Merge branch 'debian-merge' into debian
Nov 23, 2009
0faf5c5f
Merge commit 'debian-tor-0.2.2.6-alpha-1'
Nov 23, 2009
16fbb2f7
Minor fix to buffer stats.
Dec 03, 2009
b9b430e1
Add ChangeLog entry for last fix.
Dec 03, 2009
3a2d677f
Improved workaround for disabled OpenSSL renegotiation.
Dec 04, 2009
b51a33e5
Merge commit 'origin/maint-0.2.1'
Dec 04, 2009
4afdb790
add changelog entry for making openssl 0.9.8m work
Dec 04, 2009
f2586474
Allow SafeLogging to exclude client related information
Dec 12, 2009
4116a006
List all the excluded files for make check-spaces
Dec 12, 2009
28b29e0f
Fix typo in a comment
Dec 12, 2009
3807db00
*_free functions now accept NULL
Dec 12, 2009
a8190b09
Cache the parsed value of SafeLogging as an enum.
Dec 12, 2009
79f72d0e
Make rend_cache_entry_free() typecheck when possible.
Dec 12, 2009
0c1b3070
Now that FOO_free(NULL) always works, remove checks before calling it.
Dec 12, 2009
9e6225ae
Merge commit 'sebastian/coverity'
Dec 12, 2009
d086c9a7
Merge commit 'sebastian/fixes'
Dec 12, 2009
c210db0d
Enhance pqueue so we can remove items from the middle.
Dec 12, 2009
d3be00e0
Favor quiet circuits when choosing which order to relay cells in.
Dec 12, 2009
c43fee13
Adjust EWMA patch to conform to whitespace style.
Dec 12, 2009
f7d99b62
New controller command "getinfo config-text"
Dec 13, 2009
06e8370c
Optimize cell-ewma circuit priority algorithm.
Dec 13, 2009
27b7746c
Fix Snow Leopard compile and a codestyle violation
Dec 14, 2009
182c5834
Remove some dead code found by coverity, cid 404
Dec 14, 2009
d384f5e1
Fix compile warning on Panther.
Dec 14, 2009
2c672f73
Fix comment typos in container.c
Dec 15, 2009
1292a9dd
Fix various comment typos in ewma patch; found by arma.
Dec 15, 2009
296381ed
Merge commit 'sebastian/ewma2' into ewma
Dec 15, 2009
60b01c6d
Change interface for configuring cell ewma algorithm.
Dec 15, 2009
7ab824c8
Document CircuitPriorityHalflife on the manpage
Dec 15, 2009
e56747f9
Refactor a bit so that it is safe to include math.h, and mostly not needed.
Dec 15, 2009
5db4b960
Merge branch 'mathlog'
Dec 15, 2009
d42c689b
Merge commit 'sebastian/coverity'
Dec 15, 2009
1c87a275
Fix bug 1173: remove an assert(unsigned >= 0).
Dec 15, 2009
3802af88
Update translations.txt with new torbutton process.
Dec 15, 2009
3b896195
Stop using lround in or.h, and check for bad values of RECENT_CIRCUITS
Dec 15, 2009
616cbb31
Merge commit 'origin/maint-0.2.1'
Dec 15, 2009
fcbd65b4
Refactor the safe_str_*() API to make more sense.
Dec 15, 2009
35018152
Merge branch 'safelogging2'
Dec 15, 2009
62c2a5a8
Merge commit 'karsten/fix-cell-stats'
Dec 16, 2009
d38268a8
Remove v0 hidden service statistics code.
Dec 17, 2009
f711bc82
Move ChangeLog entry to the right place.
Dec 17, 2009
e1e5c1b3
Fix bridge statistics.
Dec 17, 2009
498c293a
Make changes to latest bridge-stats fixes as suggested by Nick.
Dec 17, 2009
235f1e1a
Refactor out the 'find string at start of any line' logic.
Dec 17, 2009
f80672d7
Remove duplicate words and a duplicate newline.
Dec 18, 2009
3a5a728d
Permit an empty "bridge-ips" line when parsing bridge stats.
Dec 18, 2009
7edae589
Merge commit 'karsten/fix-bridge-stats-master-4'
Dec 18, 2009
5e2eaa37
Add a changelog entry for the circuit priority logic
Dec 18, 2009
05a2473b
Merge branch 'ewma'
Dec 18, 2009
d035b65c
start to document commonly used "param" arguments
Dec 19, 2009
5fee54a5
fix some typos
Dec 19, 2009
5201e05f
bump to 0.2.1.21 so we can release
Dec 21, 2009
580066f2
Switch to a StrictNodes config option.
Dec 21, 2009
1a65bdd2
Make EntryNodes config option much more aggressive.
Dec 21, 2009
f2c51cb9
comments and cleanups, no actual changes
Dec 21, 2009
c75a2eea
Abandon circs if the user changes Exclude*Nodes
Dec 21, 2009
ef81649d
Be more willing to use an unsuitable circuit for exit.
Dec 21, 2009
7346804e
instrument entry_is_live to tell why our guard isn't live
Dec 21, 2009
cc73bc38
Use nodes in EntryNodes even if they're not fast/stable
Dec 21, 2009
2138b05f
Use nodes in ExitNodes even if they're not fast/stable
Dec 21, 2009
22e07b4e
fix compile
Dec 21, 2009
93760705
a changelog and doc fixes for the strictnodes work
Dec 21, 2009
7d832cc9
make the os x tiger compiler shut up
Dec 21, 2009
28,386 additional commits have been omitted to prevent performance issues.
Loading
Loading