Commits on Source
24987
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
4ccc8d02
Don't exit on dirauths for some config transitions
Nov 08, 2011
4aca55ef
Count IPv6 connections in bridge and entry stats.
Feb 09, 2012
218193d3
Add braces around a two-line code block.
Feb 09, 2012
cc94a48f
Simply geoip_get_country_by_addr based on arma's comment.
Feb 09, 2012
4741aa48
Roger notes that address and addr are two different things.
Feb 09, 2012
b3abf153
Fix --enable-static-tor on OpenBSD
Feb 12, 2012
077b9f19
If SOCK_CLOEXEC and friends fail, fall back to regular socket() calls
Feb 14, 2012
a5704b1c
Add a sha256 hmac function, with tests
Feb 22, 2012
e111e371
Implement 'safe cookie authentication'
Feb 22, 2012
ec8a06c5
Require a threshold of exit nodes before building circuits
Mar 08, 2012
0f7e9603
changes file for extra-tests branch
Mar 08, 2012
be0535f0
Correctly handle broken escape sequences in torrc values
Mar 09, 2012
31f253ae
Oops; credit bug5090 patch to flupzor. estebanm only found the bug.
Mar 09, 2012
c13dc517
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 09, 2012
a574f7f3
Merge branch 'bug5343' into maint-0.2.2
Mar 09, 2012
d4526e1d
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 09, 2012
8abfcc08
Revise "sufficient exit nodes" check to work with restrictive ExitNodes
Mar 09, 2012
978cfcfb
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 09, 2012
99bd5400
Never choose a bridge as an exit. Bug 5342.
Mar 09, 2012
9f88c1e1
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 09, 2012
ec1bc8a9
Use a given name in the bug5090 message, at its holder's request.
Mar 09, 2012
d916fc38
Stop using MAX_PATH, it might not be defined
Mar 10, 2012
aae570b4
Close fds on pipe() error in tor_spawn_background().
Mar 12, 2012
fecb341d
Fix spelling of Esteban Manchado Velázquez.
Mar 12, 2012
279f03e7
retroactively say which ticket the defaults torrc patch was
Mar 14, 2012
12594f27
Stop discarding command-line arguments when TestingTorNetwork is set
Mar 14, 2012
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
4ade55ec
merge in the changes files so far
Mar 14, 2012
62f3121a
fix for bug #5210: enable GCC and LD hardening by default
Mar 15, 2012
ce5489ee
Fix cut'n'paste bug (#5151).
Mar 19, 2012
bb2135fe
Reorder initialisation of port_cfg to match order of members in struct.
Mar 19, 2012
341e37e3
Move the logging of 'My line' to debug level (#5151).
Mar 19, 2012
d95efdd8
Shorten links to law.cornell.edu for exit-note file
Mar 20, 2012
fe2b177c
Never disable debugger attachment for the unit tests
Mar 22, 2012
bca8bf62
explain that bug 5090 allows a post-auth heap overflow
Mar 25, 2012
a5c78639
fold in latest changes entries
Mar 25, 2012
6c5a1377
cleanup and blurb for 0.2.3.13-alpha
Mar 25, 2012
e103509f
bump to 0.2.3.13-alpha
Mar 26, 2012
2f3ec43e
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 26, 2012
650e2aac
Merge commit '
a5704b1c
' into maint-0.2.2
Mar 26, 2012
f5c59eb2
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 26, 2012
6dcbfec8
Merge remote-tracking branch 'rransom-tor/safecookie-022-v3' into maint-0.2.2
Mar 26, 2012
9740f067
Safe cookie authentication gets a changes file
Mar 26, 2012
5a2d0fbe
Merge remote-tracking branch 'origin/maint-0.2.2'
Mar 26, 2012
65bf007a
merge the change that
2f3ec43e
wanted to merge
Mar 26, 2012
de73e369
merge in the safecookie changelog entry too
Mar 26, 2012
4121e7f8
bump to 0.2.3.13-alpha-dev
Mar 27, 2012
582f7470
Provide large enough buffer in test_util_sscanf()
Mar 27, 2012
342e753d
Merge remote-tracking branch 'karsten/bug5053'
Mar 27, 2012
80b2756b
Log statement to help track down bug4091
Mar 27, 2012
5cd707dc
Remove tsocks support from torify.
Mar 27, 2012
fc356745
Changelog for torify changes
Mar 27, 2012
00b47845
Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encrypt
Mar 27, 2012
de0dca0d
Refactor the API for setting up a block cipher.
Mar 27, 2012
55c3e296
Use OpenSSL 1.0.1's EVP aes_ctr implementation when available
Mar 27, 2012
01905a6e
Excise PK_NO_PADDING entirely: Unpadded RSA is silly.
Mar 27, 2012
86f1630b
Merge branch 'openssl101_aes_ctr_rebased'
Mar 27, 2012
d20c6d2a
Keep separate time-to-downloads for each consensus flavor
Mar 28, 2012
70c17134
Rate-limit the warnings as a client when asked to connect a private addr
Mar 28, 2012
433d7578
Reject SOCKS requests for "localhost" or ".local"
Mar 28, 2012
8387d857
Merge branch 'bug4011'
Mar 28, 2012
a9c0e9fe
Write initial documentation for the contents of the state file
Mar 28, 2012
c3a7bcf4
tab-man strikes back (fixup on
a9c0e9fe
)
Mar 28, 2012
77bc1b80
Fix a bunch of check-spaces complaints
Mar 28, 2012
54520e49
Say that bug4438 was a fix on 0.2.1.9-alpha.
Mar 28, 2012
1b6f6bfd
Don't try to generate stats from an empty served_descs.
Mar 28, 2012
734fad41
Make relays handle an address suggestion from a directory server giving an IPv6 address.
Mar 28, 2012
bd4d8fc7
Add changes file.
Mar 28, 2012
04a16960
Merge remote-tracking branch 'linus/bug5151'
Mar 28, 2012
4703bf87
note that bug 5151 is on 0.2.3.9-alpha
Mar 28, 2012
f348daa6
Merge remote-tracking branch 'linus/bug4875_2'
Mar 29, 2012
20eb38a5
Refactor dirserv_orconn_tls_done().
Mar 29, 2012
5cb82e44
simplify further
Mar 29, 2012
3031def7
checking "same addr/port but with nonmatching keys" is obsolete
Mar 29, 2012
d2cf90dc
Add changes file.
Mar 30, 2012
545cb5f3
Merge remote-tracking branch 'linus/empty_desc_stats'
Mar 30, 2012
491ffa54
Move router lookup to _after_ we assert that its argument is set
Mar 30, 2012
1da5223e
Merge branch 'bug5527'
Mar 30, 2012
ab3197c0
Remove a couple redundant NULL-checks before crypto_cipher_free
Mar 30, 2012
affbcded
Fix a memory leak in an error case of SAFECOOKIE authentication.
Mar 30, 2012
88caa552
Fix a couple of "unused assigned value" warnings in parse_config tests
Mar 30, 2012
56e0959d
Have tor_parse_*long functions check for negative bases
Mar 30, 2012
efb8a09f
Fix tor_strtok_r_impl and test cases per bug
#5091
Mar 30, 2012
458718d4
Fix comment typo
Mar 30, 2012
5193752c
Exits don't need to fetch certs for unknown authorities
Mar 30, 2012
cc351578
Twiddle ROUTER_{MAX_COSMETIC_TIME_DIFFERENCE,MAX_AGE_TO_PUBLISH}
Mar 30, 2012
a74905ce
We allow IPv6 connections, don't use sockaddr_in with getsockname
Mar 30, 2012
548f2e32
Remove the deprecated FooListenAddress options from torrc.sample.in
Mar 30, 2012
da6e0993
Generalize fmt_addr() to support IPv6 decorations.
Mar 31, 2012
fedf76a2
Introduce and use router_get_active_listener_port_by_type().
Mar 31, 2012
10232dc0
Pass OR address to PT proxy, even with IPv6 or ORListenAddress.
Mar 31, 2012
b03f90b5
Add changes file for
#4865
.
Mar 31, 2012
31ed10f6
Explain TransportProxy within doc/state-contents.txt.
Mar 31, 2012
9a69c241
Do not use strcmp() to compare an http authenticator to its expected value
Apr 01, 2012
24,887 additional commits have been omitted to prevent performance issues.
Loading
Loading