Commits on Source
19192
6d54bdbd
Handle edge cases in laplace functions
May 06, 2015
09cac243
Handle edge cases in the round_*_to_next_multiple_of functions
May 06, 2015
aecc354e
Test: remove edge cases that assert in laplace test
May 06, 2015
dcf0f808
Test: change INT64_MAX to DBL_MAX in laplace test
May 06, 2015
b3832e0b
Fix hs stats comments to be more accurate
May 06, 2015
dad5eb7e
Tweak teor's and dgoulet's
#13192
patches.
May 06, 2015
8acccdbe
Add an util function to cast double to int64_t
May 06, 2015
0fcd1509
Add unit tests for cast_double_to_int64().
May 06, 2015
e60c6124
Use standard float.h header and resolve undefined left shift behaviour
May 06, 2015
75fc4d55
Remove test for strclear as it no longer exists in the codebase
May 06, 2015
037e8763
Reload Ed25519 keys on sighup.
Aug 19, 2015
5eff39c8
Fix typo
Aug 25, 2015
1a75e6da
Create a service-side descriptor cache
Aug 25, 2015
af3be650
Add a HS_DESC CREATED control event
Aug 25, 2015
968cb956
Preparatory indentation changes
Aug 25, 2015
e0b82e59
Store service descriptors in the service descriptor cache
Aug 25, 2015
1d205163
Generate service descriptors when PublishHidServDescriptors = 0
Aug 25, 2015
a16115d9
Bug 15482: Don't abandon circuits that are still in use for browsing.
Sep 01, 2015
ffb56863
Make test_keygen.sh dump what the problem is on cmp failure
Sep 03, 2015
b63034ce
Try to fix #16974; bug not in any released version
Sep 03, 2015
604a18e6
Use absolute path for datadir in test_keygen.sh
Sep 03, 2015
aa430c72
Now normalize_exit has a bug number.
Sep 03, 2015
81e58cd0
Fix windows test_keygen.sh. This time I think I have it!
Sep 03, 2015
81e3deeb
Fix an alignment issue in our extensions to ed25519_donna
Sep 04, 2015
0ba4e089
Add "OfflineMasterKey" option
Sep 04, 2015
d70b1b4d
Never ever try to load the secret key if offline_master is set
Sep 04, 2015
580673cf
Add GETINFO hs/service/desc/id/ control command
Sep 08, 2015
5dc2cbaf
Specify descriptor cache type in rend_cache_lookup_entry()
Sep 08, 2015
0bd68bf9
Clean up service-side descriptor cache and fix potential double-free.
Sep 08, 2015
293410d1
Add replica number to HS_DESC CREATED event
Sep 08, 2015
ee1a4ce8
Require explict specification of cache type
Sep 08, 2015
335d0b95
Clean old descriptors from the service-side rend cache
Sep 08, 2015
61ef356a
Rename rend_cache_service to rend_cache_local_service for clarity
Sep 08, 2015
d47a4aec
Separate lookup function for service rend cache
Sep 08, 2015
08b1738a
Add changelog entry for feature
#14846
Sep 08, 2015
6b118e1e
Make test-network.sh more robust against arguments containing spaces
Sep 08, 2015
5feae32f
Add "make test-network-all" to verify multiple test networks
Sep 08, 2015
280672bd
Handle negative inputs to crypto_random_time_range().
Sep 08, 2015
4c6fd710
Merge branch 'bug16980'
Sep 08, 2015
60c6debd
make test-network-all exit 1 if any test network fails
Sep 09, 2015
54510d4d
Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.
Sep 08, 2015
fcec1f33
Merge branch 'feature15482_squashed'
Sep 08, 2015
7ffc048f
Make NoKeepAliveIsolateSOCKSAuth work as expected
Sep 08, 2015
036966e3
Increase default boostrap time in test-network.sh
Sep 09, 2015
c59257d3
Merge remote-tracking branch 'teor/make-test-network-all'
Sep 08, 2015
98be93d6
changes file for 16953
Sep 08, 2015
46e22762
Keep unused smartlist storage zeroed
Sep 09, 2015
638e5f97
Fix warnings from lintChanges
Sep 09, 2015
2f8c0584
Fold changes files into changelog
Sep 09, 2015
f6c446db
Check NoKeepAliveIsolateSOCKSAuth in a better place.
Sep 09, 2015
fa89eb60
Merge remote-tracking branch 'yawning/feature15482_fixup'
Sep 09, 2015
6f35fd07
Bump default test-network bootstrap time to 35 sec (see 16953)
Sep 09, 2015
c6383bf9
Use : rather than /bin/true in configure.ac
Sep 10, 2015
4bc8dc1c
fixup Some slower configurations need 35 seconds to bootstrap
Sep 10, 2015
5342760a
Merge remote-tracking branch 'teor/configure-use-colon'
Sep 10, 2015
901732a1
Merge remote-tracking branch 'teor/make-test-network-all'
Sep 10, 2015
41891cbf
Merge remote-tracking branch 'public/ed25519_hup_v2'
Sep 10, 2015
8b981725
Add a rend cache failure info dup function
Sep 11, 2015
902517a7
Use SSL_get_client_ciphers() on openssl 1.1+, not SSL_get_ciphers...
Sep 13, 2015
a444b113
Convince coverity that we do not have a particular memory leak
Sep 13, 2015
60312dc0
Update comments about ExitPolicy parsing
Sep 14, 2015
c58b3726
Allow IPv6 literal addresses in routersets
Sep 14, 2015
99d2869a
Add unit tests for wildcard, IPv4, IPv6 routerset parsing
Sep 14, 2015
31eb486c
Add get_interface_address[6]_list for a list of interface IP addresses
Sep 15, 2015
73ba9f33
Add several tests for address.h
Sep 15, 2015
e033d5e9
Ignore accept6/reject6 IPv4, warn about unexpected rule outcomes
Sep 16, 2015
36ad8d8f
Warn about redundant torrc ExitPolicy lines due to accept/reject *:*
Sep 16, 2015
d3358a0a
ExitPolicy accept6/reject6 produces IPv6 wildcard addresses only
Sep 16, 2015
ade50058
Add tests for the rend cache
Sep 15, 2015
047989ea
fixup add malformed_list to unit tests from
d3358a0a
IPv6 wildcards
Sep 16, 2015
94e5db3d
Add tests for tortls.c
Sep 15, 2015
9985a62a
Add tests for compat_libevent
Sep 15, 2015
cf4f50f9
Add tests for util_process
Sep 15, 2015
28370fe7
Add tests for util_format
Sep 15, 2015
b4950c93
Add tests for procmon. These currently fail. Investigation should happen before submitting
Sep 15, 2015
d5e860e3
Add tests for src/or/directory.c
Sep 15, 2015
4ff08bb5
Add tests for directory_handle_command_get
Sep 15, 2015
3b535869
Add tests for parse_port_config
Sep 15, 2015
5b43ecf2
Fix procmon_new to correctly use zeroed memory - otherwise it can blow up if...
Sep 15, 2015
098b82c7
ExitPolicyRejectPrivate rejects local IPv6 address and interface addresses
Sep 16, 2015
eb1759e6
Log an info-level message for each IP blocked by ExitPolicyRejectPrivate
Sep 16, 2015
ab6f93ca
fixup Only set TAPMP_STAR_IPV6_ONLY if TAPMP_EXTENDED_STAR is set
Sep 16, 2015
fd85f2cd
fixup Clarify ambiguous log message in router_add_exit_policy
Sep 16, 2015
a659a3fc
Merge branch 'bug17027-reject-private-all-interfaces-v2' into bug16069-bug17027
Sep 16, 2015
98da122a
Don't enable SSE2 on X86-64.
Sep 16, 2015
b257e345
Merge remote-tracking branch 'teor/bug16069-bug17027'
Sep 16, 2015
c84f3c91
Merge remote-tracking branch 'public/bug17047'
Sep 16, 2015
d27534ee
fold new entries into changelog for 0.2.7.3
Sep 21, 2015
249e82c9
Update docs with advice for separate IPv4 and IPv6 exit policies
Sep 22, 2015
72685251
Add IPv6 syntax to ExitPolicy intro paragraph in man page
Sep 22, 2015
b5841528
Update private ExitPolicy in man page and torrcs for 10727, formatting
Sep 22, 2015
ae98dd25
Check that openssl has ECC support during configure
Sep 22, 2015
99f94feb
Merge branch 'bug17109_v2_squashed'
Sep 22, 2015
2a965062
Sort changelog entries a little more
Sep 22, 2015
e94ef30a
Merge branch 'feature16944_v2'
Sep 22, 2015
d8f031ae
Add a new --newpass option to add or remove secret key passphrases.
Sep 22, 2015
bca4211d
Add a --master-key option
Sep 22, 2015
1911f80f
Disable --master-key as not-yet-working for 0.2.7
Sep 22, 2015
8234fa00
Remove --master-key form the changes file
Sep 22, 2015
df0b4f03
Merge branch 'feature16769_squashed'
Sep 22, 2015
19,092 additional commits have been omitted to prevent performance issues.
Loading
Loading