Commits on Source
24656
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
db07aaf4
Script to generate ciphers.inc by Arturo
Mar 14, 2012
a6a905cc
Make get_mozilla_ciphers script a little more regexy and readable
Mar 14, 2012
092b9aca
Have get_mozilla_ciphers take sourcedirs as arguments
Mar 14, 2012
c5dca8f2
Try to make get_mozilla_ciphers output the right macros in the right order
Mar 14, 2012
c2ed9a29
get_mozilla_ciphers: output lowercase hex.
Mar 14, 2012
bd065760
get_mozilla_ciphers: look at ssl3con.c, not sslenum.c
Mar 14, 2012
62f3121a
fix for bug #5210: enable GCC and LD hardening by default
Mar 15, 2012
e36cd016
Try to manually test for whether the compiler hardening flags work
May 11, 2012
e6dbe693
Make the option-checker code work with osx clang
May 11, 2012
35d08e30
An attempt at bug3940 and making AllowDotExit 0 work with MapAddress
May 11, 2012
e3243ad5
Treat SW_SERVER_HELLO_B as another sign of an SSL handshake
May 15, 2012
89c16890
Change our ciphersuite list to match ff8
May 15, 2012
b2be6c7f
Document the new exit_source_out argument to addressmap_rewrite
Jun 04, 2012
e94606a7
add a blurb for 0.2.3.16-alpha
Jun 05, 2012
9ca5fa59
use my time machine to fix the changelog
Jun 05, 2012
f136e835
bump to 0.2.3.16-alpha-dev
Jun 05, 2012
0ee13dc2
use my time machine to fix a few more typos
Jun 06, 2012
8a341cc4
Change the default for DynamicDHGroups to 0
Jun 06, 2012
0dc47dfe
Send a CRLF at the end of a STATUS_* event, not in the middle of it
Jun 07, 2012
b4126dcd
apply
6abb6389
to 0.2.3.16-alpha too
Jun 07, 2012
99618a96
Merge remote-tracking branch 'origin/maint-0.2.2'
Jun 07, 2012
1e5683b1
Be more careful calling wcstombs
Jun 07, 2012
bf925258
Fix mingw build with -DUNICODE -D_UNICODE
Jun 07, 2012
f9fddba5
Downgrade an eventdns warning to PROTOCOL_WARN.
Jun 07, 2012
b0bab827
Merge remote-tracking branch 'arma/bug3886'
Jun 07, 2012
b74f8518
Correct the defaults for the *Statistics options
Jun 07, 2012
167f6f1e
typo noticed by "_raptor"
Jun 07, 2012
554ec65c
Rate-limit 'Weighted bandwidth is 0.000000 ...' message; it can be produced in extreme quantities
Jun 08, 2012
8be6058d
changes file and whitespace fix for bug5235 patch
Jun 08, 2012
4fb2a14f
Warn if the user has set CircuitBuildTimeout stupidly low and turned off LearnCircuitBuildTimeout
Jun 08, 2012
2d127eac
List defaults consistently in manpage
Jun 11, 2012
cb01aaea
Merge branch 'bug2865'
Jun 11, 2012
a6180b7f
Merge branch 'bug6097'
Jun 11, 2012
70910479
Merge remote-tracking branch 'public/bug5598'
Jun 11, 2012
667a12b4
Merge remote-tracking branch 'public/bug4592'
Jun 11, 2012
ebaaa483
Make our compiler-hardening checks robust against MinGW
Jun 11, 2012
a6dac69a
Remove a couple of debugging "echo"s that snuck into configure.in
Jun 11, 2012
4717951c
Do not try to use -pie on windows; it appears to break badly and weirdly
Jun 11, 2012
6b73fad7
Make RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT warning tell the user how to fix it.
Jun 11, 2012
997ed780
Add change file for 5452
Jun 11, 2012
b44cb4ae
Call bug5452 fix a feature; note its trac number in the changes file
Jun 11, 2012
f0f70ba6
Merge branch 'bug5452'
Jun 11, 2012
c18b6ec3
Document ADDRMAPSRC_NONE.
Jun 11, 2012
ba9a1211
fixup! An attempt at bug3940 and making AllowDotExit 0 work with MapAddress
Jun 11, 2012
2294d161
fold in changes files so far
Jun 12, 2012
7516b4ac
forward-port the 0.2.2.37 changelog
Jun 12, 2012
f4fccee4
Add a warning for using HTTPProxy with no other proxy.
Jun 12, 2012
229abbf4
Update to the June 2012 GeoIP database.
Jun 13, 2012
068046ee
Merge branch 'maint-0.2.2'
Jun 13, 2012
2133b6e5
Fix integer overflow in cell stats spotted by atagar.
Jun 13, 2012
971cf123
Merge branch 'task-5849-3-squashed'
Jun 13, 2012
9dd4e5a9
Fix another clang compile warning
Jun 13, 2012
62a77f11
Merge remote-tracking branch 'public/bug5210'
Jun 13, 2012
5a3d9636
Merge remote-tracking branch 'public/bug3940_redux'
Jun 13, 2012
df6bd478
Implement the client side of proposal 198
Jun 13, 2012
aa1fc73e
Merge branch 'bug4744_squashed'
Jun 13, 2012
37ef4f16
Change smartlist_create->smartlist_new in bug4744 branch as merged to master
Jun 13, 2012
03b48352
Fix busy Libevent loops (infinite loops in Shadow)
Jun 13, 2012
9282c889
Add rate-limited log message to bug5263 fix
Jun 13, 2012
9c588730
Add changes file for bug5263
Jun 13, 2012
54ef039b
Merge branch 'bug5263_023'
Jun 13, 2012
7826eef9
Only use -Qunused-arguments when building with clang. fix on 5210 fix.
Jun 13, 2012
41a458ec
Add debug logging to circuit_build_times_* of circuitbuild.c to trace queries...
Jun 13, 2012
5177ab9e
Don't track circuit timeout history unless we're actually using adaptive timeouts
Jun 13, 2012
7df26de9
Unconditionally use config CircuitBuildTimeout if LearnCircuitBuildTimeout is disabled
Jun 13, 2012
a0f76289
Use K&R style
Jun 13, 2012
0c3c0b1d
Don't poll to see if we need to build circuits for timeout data if...
Jun 13, 2012
39a9178b
Early exit from circuit_build_times_set_timeout() if adaptive timeouts are disabled
Jun 13, 2012
825fb149
Add change file for bug 5049
Jun 13, 2012
aa284561
Move cbt->liveness.timeouts_after_firsthop free code into its own function
Jun 13, 2012
d98590d3
Satisfy make check-spaces
Jun 13, 2012
5b0977df
One more fix for bug 5049.
Jun 13, 2012
e3a6e01f
Merge branch 'trac-5049-squashed'
Jun 13, 2012
e5beb82e
Merge remote-tracking branch 'public/bug4663'
Jun 13, 2012
8c044af3
fold in further changes files
Jun 14, 2012
7e57609a
demote two entries that don't affect most users
Jun 14, 2012
aa212b17
Remove validate_pluggable_transports_config(): redundant since
9d9b5ed0
.
Jun 14, 2012
4fdce6b0
Merge remote-tracking branch 'asn-mytor/bug5589_take2'
Jun 14, 2012
75706527
Document --hush; fix documentation for --quiet.
Jun 14, 2012
8d596900
Defend against entry node path bias attacks
Jun 14, 2012
61a57303
For now, never disable any guards.
Jun 14, 2012
daedae41
Lower the default path bias notice rate to 40%.
Jun 14, 2012
eb2a4be2
Add a changes file for bug5458.
Jun 14, 2012
4a9498d6
Expand on bug5458 changes file
Jun 15, 2012
f56e3122
fold in next changes items
Jun 15, 2012
4c87e82c
bump to 0.2.3.17-beta
Jun 15, 2012
427d4dd1
fix typos, logic error, default in man page
Jun 15, 2012
5625812f
tab-man returneth (this time using the name 'rob')
Jun 15, 2012
a1caa96f
another little step at making debugging 5458 easier
Jun 15, 2012
1e1c7d77
give 0.2.3.17-beta a release blurb
Jun 15, 2012
afa07b4f
bump to 0.2.3.17-beta-dev
Jun 15, 2012
a7efedc3
whitespace fix
Jun 15, 2012
8030ec4f
Downgrade log messages about cbt enabled/disabled. Bug 6169.
Jun 15, 2012
879b1e10
Merge remote-tracking branch 'public/bug5932'
Jun 15, 2012
2491fff5
Triage the XXX023 and XXX022 comments: postpone many.
Jun 15, 2012
783f705d
Document that we are unlikely to underflow session group IDs.
Jun 15, 2012
1755f792
Refactor GETINFO process/descriptor-limit
Jun 15, 2012
e62104a7
Move tor_gettimeofday_cached() into compat_libevent
Jun 15, 2012
32bf2588
Change a silent ignore-the-bug in microdesc.c to a LOG_INFO
Jun 15, 2012
24,556 additional commits have been omitted to prevent performance issues.
Loading
Loading