Commits on Source
25133
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
3dd2f990
Do not send a NETINFO cell as a client until after we have got a CERT cell
Nov 03, 2011
248b967c
Add comments and changes file for 4361; tweak control flow a bit
Nov 03, 2011
4ccc8d02
Don't exit on dirauths for some config transitions
Nov 08, 2011
1f5c5624
Use dead_strip to reduce binary size on OS X
Jan 20, 2012
0cf873a0
bump to 0.2.3.11-alpha-dev
Jan 23, 2012
efb60e21
go nuts rewriting (changelog) history
Jan 23, 2012
247a2137
set SO_REUSEADDR before we bind, not after
Jan 23, 2012
a0f08977
Allow 0.2.3.x clients to use 0.2.2.x bridges.
Jan 25, 2012
2b29c8f4
Merge remote-tracking branch 'sebastian/osx_deadstrip'
Jan 27, 2012
b1ee1927
if we ever have an old bridge, never again use microdescs
Jan 27, 2012
48424772
Actually enable the windows absolute-path code
Jan 31, 2012
23054543
Merge remote-tracking branch 'arma/bug4013'
Jan 31, 2012
5cf9167f
Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32
Jan 31, 2012
79a80c88
Fix straggling MS_WINDOWS issues; add a changes file
Jan 31, 2012
1fc42db5
Change WIN32 to _WIN32 in configure.in, too.
Jan 31, 2012
d487d6f6
Merge branch 'bug4991_v2'
Jan 31, 2012
dd68d596
Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.
Jan 31, 2012
688903e9
Update "ClientOnly" man page entry
Feb 02, 2012
92862c6d
Merge branch 'maint-0.2.2'
Feb 02, 2012
9bcf315e
Update sample torrc file for 0.2.3.x
Feb 08, 2012
332e96d1
Fix fencepost error with HearbeatPeriod option
Feb 08, 2012
55e8cae8
add a "docs" to the manual URI as listed in torrc.sample.in
Feb 08, 2012
ca431c54
Merge remote-tracking branch 'origin/maint-0.2.2'
Feb 08, 2012
4180624a
Update to the February 2012 GeoIP database.
Feb 09, 2012
85c53900
Revert "add a "docs" to the manual URI as listed in torrc.sample.in"
Feb 09, 2012
929ebde2
Merge branch 'maint-0.2.2'
Feb 09, 2012
6c3cffe4
revert the revert in master, since I didn't want to revert it there
Feb 09, 2012
a70ff4b2
Merge branch 'maint-0.2.1' into maint-0.2.2
Feb 09, 2012
ef0bc7f8
Merge branch 'maint-0.2.2'
Feb 09, 2012
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
2da0efb5
Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066
Feb 10, 2012
8855b2a9
Merge remote-tracking branch 'origin/maint-0.2.2'
Feb 10, 2012
34b9bc28
Add a changes file for bug 5066.
Feb 10, 2012
c8b85508
Downgrade "missing a certificate" from notice to info
Feb 10, 2012
64523609
Merge remote-tracking branch 'origin/maint-0.2.2'
Feb 10, 2012
8ce6722d
Properly protect paths to sed, sha1sum, openssl
Feb 10, 2012
db23aec6
fold in changes for 0.2.3.12-alpha
Feb 11, 2012
0e9663d4
Fix bug
#5097
: remove bogus envvar from managed proxies' environment
Feb 12, 2012
93dbc17a
Fix
#5097
on Windows, too
Feb 12, 2012
61452299
Unpack a smartlist_foreach and add an assert: try to hunt
#5102
Feb 12, 2012
b3abf153
Fix --enable-static-tor on OpenBSD
Feb 12, 2012
4aa0aa03
Merge remote-tracking branch 'origin/maint-0.2.2'
Feb 12, 2012
d7d6da28
Fix a check-spaces complaint
Feb 12, 2012
fff511a5
Don't smartlist_remove a managed proxy from a list we're iterating over.
Feb 12, 2012
60b42d68
Try to have (and maintain!) an invariant about unconfigured_proxies_n
Feb 12, 2012
01acce62
Add a changes file for bug5084
Feb 12, 2012
15309cbc
Merge branch 'bug5084_squashed'
Feb 12, 2012
b08ba1cb
integrate recent changes files
Feb 12, 2012
9857ef0f
Properly set up environment for managed-mode obfsproxy
Feb 12, 2012
93414707
set_managed_proxy_environment() can't fail anymore
Feb 12, 2012
2aa1a6ba
Merge branch 'bug5082_squashed'
Feb 12, 2012
c08dde7e
Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a little
Feb 13, 2012
765f71cf
Merge branch 'tmp'
Feb 13, 2012
5b4d7216
revise changelog entry for 5097 too
Feb 13, 2012
4c81358f
today is the day for a 0.2.3.12-alpha release
Feb 13, 2012
ff0059b9
bump to 0.2.3.12-alpha
Feb 13, 2012
800942b4
add a release blurb for 0.2.3.12-alpha
Feb 13, 2012
184a4552
bump to 0.2.3.12-alpha-dev
Feb 13, 2012
3b47a116
Synchronize with upstream tinytest.
Feb 13, 2012
9efee31f
Synchronize with upstream tinytest again: remove _identifiers
Feb 13, 2012
8cae9c53
Oops; there were a couple of typos in the upstream tinytest
Feb 13, 2012
1e9400d9
ht.h comment tweaks, upstreamed from libevent
Feb 13, 2012
107f604f
Port over ht.h improvements from Libevent.
Feb 13, 2012
a31fb42d
Port over the last ht.h changes from libevent: avoid _reserved identifiers
Feb 13, 2012
efcdc930
Make ht.h conform to Tor's code style again
Feb 14, 2012
077b9f19
If SOCK_CLOEXEC and friends fail, fall back to regular socket() calls
Feb 14, 2012
efb7b9de
Use _NSGetEnviron() instead of environ where required
Feb 14, 2012
19b4df0d
Include compat.h from natpmp-helper to fix build
Feb 14, 2012
c79aa8f3
Add a belated changes file for
#4725
.
Feb 15, 2012
936b7b7b
Downgrade "Registered server transport" msg to notice. Bug 5136
Feb 15, 2012
3cdc4645
Merge remote-tracking branch 'asn/bug4725_take2'
Feb 16, 2012
806e0f7e
Add tor_calloc
Feb 17, 2012
98cec149
Add process_environment_make and related utilities
Feb 17, 2012
0ba93e18
Add get_current_process_environment_variables
Feb 17, 2012
d37a1ec8
Add set_environment_variable_in_smartlist
Feb 17, 2012
340d9064
Change type of unixoid_environment_block to match tor_spawn_background's arg
Feb 17, 2012
bf1ce3f5
Rewrite managed proxy environment setup code
Feb 17, 2012
ee3a49d6
Remove (void)envp from tor_spawn_background
Feb 17, 2012
c0808b79
Pass process_environment_t * to tor_spawn_background
Feb 17, 2012
33552c16
Heap-allocate strings returned by get_current_process_environment_variables
Feb 17, 2012
773290c0
Add unit tests for easily tested, non-trivial utility functions
Feb 17, 2012
eaedcba4
Merge branch 'bug5105-v2-squashed'
Feb 17, 2012
1d366935
Use get_environment(), not environ.
Feb 17, 2012
3a945305
document a cool attack that we evaluated
Feb 17, 2012
bc66878b
Don't redeclare environ if std headers already did
Feb 19, 2012
cd029f0c
Fix crypto_hmac_sha256 documentation comment
Feb 20, 2012
857ae345
Fix off-by-one error in test_util_make_environment
Feb 20, 2012
73d2f335
Merge remote-tracking branch 'pmezard/armv5'
Feb 20, 2012
81fe3e43
Merge remote-tracking branch 'sebastian/bug5161'
Feb 20, 2012
a5704b1c
Add a sha256 hmac function, with tests
Feb 22, 2012
e111e371
Implement 'safe cookie authentication'
Feb 22, 2012
f7e87f41
When not fetching v2 dir info, don't require it for cleaning descriptors
Feb 23, 2012
2755b09c
Don't cannibalize already cannibalized circuits
Feb 25, 2012
c26aaf9c
whitespace fix
Feb 29, 2012
e2175690
new ip address for maatuska
Feb 29, 2012
406bc952
Merge branch 'maint-0.2.2'
Feb 29, 2012
25,033 additional commits have been omitted to prevent performance issues.
Loading
Loading