Commits on Source
19444
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
128d4a68
Add chutney performance testing support to src/test/test-network.sh
Jul 06, 2015
2f8cf524
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
Jul 10, 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
5be36a46
Move the note about non-localhost SOCKSPort usage up to where it belongs.
Jul 24, 2015
c0106118
Fix ed25519-donna with SSP on non-x86.
Jul 27, 2015
da6aa7bf
Allow a single trailing `.` when validating FQDNs from SOCKS.
Jul 27, 2015
58758e71
Merge remote-tracking branch 'yawning/bug16674'
Jul 27, 2015
d6fc50a2
tighten and tidy the changelog; pick a date
Jul 27, 2015
36c0ae6f
Fold final entries into changelog
Jul 27, 2015
cedc651d
Bump version to 0.2.7.2-alpha-dev
Jul 27, 2015
0dab1bc8
Merge remote-tracking branch 'linus/bug_11061'
Jul 28, 2015
7004d674
Update geoip and geoip6 to the July 8 2015 database.
Jul 29, 2015
8b1f88ed
Merge remote-tracking branch 'teor/feature14175-chutney-performance-v2'
Jul 29, 2015
01bb260f
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Jul 29, 2015
9d86f666
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Jul 29, 2015
7b7cb0d7
Merge remote-tracking branch 'origin/maint-0.2.6'
Jul 29, 2015
beac91cf
Wrap windows-only C files in #ifdef _WIN32
Jul 30, 2015
26c96911
Check in some scripts I use for callgraph analysis.
Jul 30, 2015
2369f814
changes file for callgraph scripts
Jul 30, 2015
aa22b967
whitespace fix
Jul 30, 2015
aadff627
Do not autoflush control connections as their outbufs get big
Jul 30, 2015
8c83e8ce
Add get_max_sockets() and remove dead code
Jul 30, 2015
20254907
Improve log messages for problems about ed25519 keypinning
Jul 31, 2015
347fe449
Move formatting functions around.
Jul 31, 2015
6de49f4d
Improved targets for "run all the tests, no, all of them."
Aug 03, 2015
62e6513b
When building with coverage, run chutney with coverage
Aug 03, 2015
57216275
Update doc/HACKING with more coverage instructions
Aug 03, 2015
b3ea3c8e
Switch order of unblocking threads and releasing the mutex.
Aug 04, 2015
9e07dfa3
Merge remote-tracking branch 'public/bug13338'
Aug 04, 2015
1d63ecbe
Let's try to get test_workqueue working on windows
Aug 05, 2015
ebff18d1
Allow cov-display to take directories as arguments
Aug 05, 2015
9338847b
Write a bunch more test for doc/WritingTests
Aug 05, 2015
79798a23
Set the open file limit to the current value before changing it
Aug 05, 2015
50049df0
Add a compat function to check how much disk space is free.
Aug 05, 2015
1ccba302
Update tor-fw-helper URL
Aug 05, 2015
574344b9
add dSYM files to gitignore (they are an osx thing)
Aug 05, 2015
7155ee84
Fix misnamed parameter in or_circuit_new docstring.
Aug 06, 2015
e86c3b28
Merge remote-tracking branch 'public/bug16286'
Aug 06, 2015
887d86b7
Merge remote-tracking branch 'public/decouple-write'
Aug 06, 2015
720a9ccb
Check for EINTR correctly on windows
Aug 07, 2015
8c92ffab
Merge remote-tracking branch 'dgoulet/bug16274_027_02'
Aug 10, 2015
def5883b
Update callgraph code to find and output strongly connected components
Aug 10, 2015
19,344 additional commits have been omitted to prevent performance issues.
Loading
Loading