Commits on Source
19223
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
b531fc7d
Fix some memory issues in test_dns.c
Aug 26, 2015
d9948dfc
Autodetect CHUTNEY_PATH if chutney is next to tor
Aug 27, 2015
54565ca8
Remove -F from tor-resolve(1) usage message.
Aug 30, 2015
b79e90f6
Fail in configure when openssl is too old.
#16901
.
Sep 01, 2015
bbb73eaf
properly delete current channel in channel_free_list
Sep 01, 2015
6034e213
Include doc/TUNING in our release tarballs
Sep 01, 2015
2c5fec15
Merge remote-tracking branch 'sebastian/channel_free_list'
Sep 01, 2015
a55f257d
Simplify API for find_rp_for_intro()
Sep 01, 2015
53c99cce
Add a comment about CID 1311630 and why we won't worry about it.
Sep 01, 2015
f64ef65b
Fix code for checking expired certificates on load
Sep 01, 2015
b977a570
Fix a false-positive in coverity scan with an assertion
Sep 01, 2015
f4ded2cd
Fix an always-false check with an assertion
Sep 01, 2015
d891e2a9
missing semicolon
Sep 01, 2015
0e60c52c
Merge branch 'ticket16901'
Sep 01, 2015
5cde98e8
Test bridges and hidden services in make test-network
Sep 02, 2015
a16115d9
Bug 15482: Don't abandon circuits that are still in use for browsing.
Sep 01, 2015
fc191df9
Remove the unused "nulterminate" option to buf_pullup()
Sep 01, 2015
d40358d9
Enable hidden service statistics by default
Sep 02, 2015
7153cd50
Include dns_structs.h in tarball
Sep 02, 2015
4cff437a
Remove remaining references to "nulterminate" in comments
Sep 02, 2015
db5a9302
correct the doc for find_rp_for_intro.
Sep 02, 2015
f273295c
Merge remote-tracking branch 'dgoulet/bug15254_027_01'
Sep 02, 2015
569368e5
Merge remote-tracking branch 'teor/master'
Sep 02, 2015
fe4273fd
Merge remote-tracking branch 'teor/autodetect-chutney-path'
Sep 02, 2015
b637bda9
Add test_keygen.sh to dist
Sep 02, 2015
910e2535
Let bridge authorities run under the sandbox
Sep 02, 2015
f6bd8fbb
Let recent relays run with the chutney sandbox.
Sep 02, 2015
07b3028d
Prohibit the use of one entry node with an HS
Sep 02, 2015
bc64a6b2
Fix crashes in tests
Sep 02, 2015
d6bfedb8
Don't vote HSDir if we aren't voting Fast
Sep 02, 2015
eb71777b
Merge remote-tracking branch 'dgoulet/bug15963_026_01'
Sep 02, 2015
1d514b8a
Add doc/WritingTests.txt to distribution
Sep 03, 2015
91ca4344
Add a little more output to test_keygen.sh: try to debug windows
Sep 03, 2015
e73206f6
Only return 0..255 from main().
Sep 03, 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
19,123 additional commits have been omitted to prevent performance issues.
Loading
Loading