Commits on Source
19447
809517a8
Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports.
Mar 11, 2015
c26e3109
Move the IP address note in SOCKSport.
Mar 12, 2015
5ce55278
Move to the next flag when we recognize Writable flags
Mar 13, 2015
61dcd926
Flag when a controlsocket is configured as WorldWritable
Mar 13, 2015
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
8dcbdf58
Remove intro points adaptative algorithm
Jun 29, 2015
adc04580
Add the torrc option HiddenServiceNumIntroductionPoints
Jun 29, 2015
128d4a68
Add chutney performance testing support to src/test/test-network.sh
Jul 06, 2015
b7aa3074
Add blinding support to ed25519-donna (Not yet used).
Jul 06, 2015
be113f0b
Add Curve25519->Ed25519 support to ed25519-donna (Not yet used).
Jul 06, 2015
f079c277
Integrate the accelerated Curve25519 scalar basemult.
Jul 06, 2015
840e68d9
Integrate and enable ed25519-donna.
Jul 06, 2015
b74947d0
Check if OpenSSL includes scrypt.
Jul 06, 2015
57c61f39
Always use the sandbox in tor_open_cloexec
Jul 08, 2015
7c7bb8b9
Refactor rend_services_introduce()
Jul 09, 2015
1125a487
Reuse intro points that failed but are still valid
Jul 09, 2015
d67bf8b2
Upload descriptor when all intro points are ready
Jul 09, 2015
7657194d
Count intro circuit and not only established ones
Jul 09, 2015
5fa280f7
Fix comments in rendservice.c
Jul 09, 2015
327efe91
Merge branch 'bug4862_027_04_squashed'
Jul 09, 2015
a6a0759e
Merge remote-tracking branch 'yawning/feature16467_9663'
Jul 09, 2015
3301b7a1
Repair make dist-check
Jul 09, 2015
f19a75e1
Fix dumb windows compilation bug in
d9052c62
Jul 09, 2015
4438b2a0
More windows header stuff. Will it work this time?
Jul 09, 2015
5c86708e
Assert interoperability betweeen libscrypt and OpenSSL EBP_PBE_scrypt().
Jul 09, 2015
a13d0fd3
Adding changes file for 16189.
Jul 09, 2015
0ca98c1e
Merge branch 'libscrypt_eq_openssl_squashed'
Jul 09, 2015
fdf5014d
Fix missing-macro errors
Jul 09, 2015
2f8cf524
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
Jul 10, 2015
ad0d1818
Attempt yet again to make the tor-ci-windows builder happy
Jul 10, 2015
d18215ed
Try one more one more time to get tor-ci-windows working
Jul 10, 2015
8507d75c
Fix a leak in test_microdesc (CID 1311631)
Jul 11, 2015
de397d57
note some dead code in set_max_file_descriptors
Jul 11, 2015
3d0c0901
Bump maint-0.2.6 to 0.2.6.10
Jul 12, 2015
6b80ff1b
Merge remote-tracking branch 'origin/maint-0.2.6'
Jul 12, 2015
db88d91e
Nth time is maybe the charm for fixing windows readpassword build errors
Jul 12, 2015
d8352646
Disable -Wstack-protector diagnostics in curve25519-donna-helpers.h
Jul 12, 2015
9f21c85e
Dammit, autoconf!
Jul 12, 2015
7ed47778
This should be the last SecureZeroMemory fix
Jul 12, 2015
58cd21f6
Fine, mingw! fine! are you happy now??
Jul 12, 2015
19f9803f
Okay, this time it was my fault
Jul 12, 2015
062497f9
Forward-port the changelog and releasenotes
Jul 12, 2015
9d1801b4
Bump maint-0.2.6 to 0.2.6.10-dev
Jul 12, 2015
eb4604c3
Merge remote-tracking branch 'origin/maint-0.2.6'
Jul 12, 2015
920c6387
Tell coverity to tolerate ed25519_verify
Jul 12, 2015
7892aff3
Try to convince coverity not to worryh about this loop
Jul 12, 2015
b06759ed
Try to convince coverity not to worry about this loop either
Jul 12, 2015
cdc5debf
Rename ambiguous introduction point functions
Jul 14, 2015
e03eaa3c
Remove empty rend_service_validate_intro_early function
Jul 14, 2015
b566cb9e
Make file-reading and key-reading preserve errno
Jul 14, 2015
0a6997d7
Preserve errno when loading encrypted ed25519 keys.
Jul 14, 2015
5e8edba3
If loading an ed25519 master key fails with errno != ENOENT, give up.
Jul 14, 2015
13603265
Do more consistency checks in ed_key_init_from_file()
Jul 14, 2015
3fcb74e9
Add more consistency checks in load_ed_keys
Jul 14, 2015
8596ccce
Change the name for the keypinning file; delete the old one if found
Jul 14, 2015
fa788a54
Vote for relays to be fast and stable even when they aren't currently active.
Jul 14, 2015
a65e8358
Add changes file for 8712; apply it to HSDir flag as well.
Jul 14, 2015
d2cb9233
Remove tor-fw-helper code
Jul 14, 2015
3c28d95c
Add more EINVAL errno setting on key read failures
Jul 15, 2015
c4ab8f74
Don't allow INIT_ED_KEY_{NO_REPAIR,NEEDCERT} to be used together.
Jul 15, 2015
7bd5212d
Merge branches 'feature_16582' and 'feature_16581'
Jul 15, 2015
8cb50703
Use C99 variadic macros when not on GCC.
Jul 15, 2015
b5cfcb20
Fix most check-spaces issues
Jul 16, 2015
edaf6817
Break some wide lines
Jul 16, 2015
90701c1d
Add my script to dump per-file or per-function coverage
Jul 16, 2015
2ba65425
Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'
Jul 16, 2015
6a08bcf5
Merge remote-tracking branch 'public/ticket16543'
Jul 16, 2015
3d19eb71
Merge remote-tracking branch 'public/feature_16580'
Jul 16, 2015
579a73c9
Start changelog sections that are straight copies from 0.2.6
Jul 16, 2015
515de3ac
Make all changes files work with lintChanges
Jul 16, 2015
60a52ed8
Add the remaining changes items to ChangeLog for 0.2.7.2-alpha
Jul 16, 2015
7983e009
Fix testcases where scrypt APIs are used wrong.
Jul 20, 2015
6632a731
Use a more recommended syntax for the systemd unit file
Jul 20, 2015
0a329a7a
Merge remote-tracking branch 'public/bug16162_026'
Jul 20, 2015
7521c3ee
Document the torrc format as thoroughly as possible
Jul 20, 2015
2200d9d3
typo fix; spotted by arma
Jul 20, 2015
3b3b447f
Fix some potential memory leaks in the thread pool code.
Jul 21, 2015
6e1eaa93
changes file for bug16631
Jul 21, 2015
c68b3418
Limit the number of inflight items to the number of items.
Jul 21, 2015
f4b03f93
Improve the workqueue test help message.
Jul 21, 2015
2d3f88f6
Remove casting of void pointers when handling signals.
Jul 21, 2015
9d237bb0
Actually, write the torrc format in ABNF
Jul 22, 2015
382c27d8
Merge branch 'ticket2325_squashed'
Jul 22, 2015
997e54b1
Move around and reformat items in 0.2.7.2-alpha changelog
Jul 22, 2015
2f41dc3b
Edit changelog entries
Jul 22, 2015
9bd92446
Minor changelog tweaks
Jul 23, 2015
06a6948f
Changelog tweaks from harmony
Jul 23, 2015
bf084053
A nit found by qwerty1
Jul 23, 2015
3c2eefac
Fix a couple more msvc issues, reported by gisle vanem
Jul 23, 2015
3323615d
Re-run trunnel to capture change for msvc.
Jul 23, 2015
a8accd55
Bump version (and explain how)
Jul 23, 2015
19,347 additional commits have been omitted to prevent performance issues.
Loading
Loading