]>
git.ipfire.org Git - thirdparty/tor.git/log
teor (Tim Wilson-Brown) [Sun, 22 Nov 2015 23:26:07 +0000 (10:26 +1100)]
Comment only: crypto_seed_rng no longer has a "startup" parameter
teor (Tim Wilson-Brown) [Mon, 16 Nov 2015 05:27:11 +0000 (16:27 +1100)]
Add a missing "if" in the comment on warn_nonlocal_controller_ports
Also reflow all the lines of that comment so that they're under
the maximum width.
teor (Tim Wilson-Brown) [Mon, 16 Nov 2015 01:34:53 +0000 (12:34 +1100)]
Add missing " in AccountingMax comment in or.h
teor (Tim Wilson-Brown) [Mon, 9 Nov 2015 22:47:48 +0000 (09:47 +1100)]
Mark fallback directoriess as too busy after a 503 response
Mark fallback directory mirrors as "too busy" when they return
a 503 response. Previously, the code just marked authorities as busy.
Unless clients set their own fallback directories, they will never see
this bug. (There are no default fallbacks yet.)
Fixes bug 17572; bugfix on
5c51b3f1f0d4 released in 0.2.4.7-alpha.
Patch by "teor".
Nick Mathewson [Fri, 6 Nov 2015 15:58:00 +0000 (10:58 -0500)]
"And now a better patch which builds the tests if LibreSSL is used."
Works on the latest LibreSSL (in OpenBSD-current).
(Patch from 'rubiate' on #17253.
Yawning Angel [Thu, 5 Nov 2015 18:21:43 +0000 (18:21 +0000)]
Fix SipHash-2-4 performance for non multiple of 8 buffers.
Code cribbed from Andrew Moon's Public Domain SipHash-2-4
implementation (which IMO is also cleaner).
Fixes bug 17544.
Nick Mathewson [Thu, 5 Nov 2015 14:53:05 +0000 (09:53 -0500)]
Delete trailing whitespace in md files
Nick Mathewson [Thu, 5 Nov 2015 14:46:40 +0000 (09:46 -0500)]
add release notes
tom lurge [Thu, 5 Nov 2015 14:13:53 +0000 (09:13 -0500)]
added some markdown formatting
Nick Mathewson [Tue, 3 Nov 2015 13:23:08 +0000 (08:23 -0500)]
Fix filename endings in HACKING. Patch from "ckomlo", ticket #17515.
Nick Mathewson [Sat, 31 Oct 2015 18:44:34 +0000 (14:44 -0400)]
remove changes files that have been used in existing changelogs
Nick Mathewson [Fri, 30 Oct 2015 14:57:47 +0000 (10:57 -0400)]
Refer to the actual minima and the preferred minimum
Nima Fatemi [Mon, 15 Jun 2015 23:12:52 +0000 (23:12 +0000)]
Bump up minimum BandwidthRate from 30KB to 250KBytes - Fixes #16382
Nick Mathewson [Fri, 30 Oct 2015 13:59:11 +0000 (09:59 -0400)]
Merge remote-tracking branch 'rl1987/ticket16831_part2_rebased'
Nick Mathewson [Fri, 30 Oct 2015 13:25:51 +0000 (09:25 -0400)]
Merge branch 'doc17392'
rl1987 [Thu, 22 Oct 2015 17:12:46 +0000 (20:12 +0300)]
Mention torspec URL in the manpage.
Nick Mathewson [Thu, 29 Oct 2015 14:30:27 +0000 (10:30 -0400)]
hacking is now markdown
Not good markdown, mind you.
Nick Mathewson [Thu, 29 Oct 2015 14:29:21 +0000 (10:29 -0400)]
More issues that Karsten spotted
Karsten Loesing [Thu, 29 Oct 2015 13:28:17 +0000 (14:28 +0100)]
Clean up the doc/HACKING/* docs a bit.
rl1987 [Thu, 29 Oct 2015 12:12:29 +0000 (13:12 +0100)]
Fix GCC warnings.
Nick Mathewson [Mon, 26 Oct 2015 13:18:48 +0000 (09:18 -0400)]
Merge remote-tracking branch 'rl1987/bug17417_take2'
rl1987 [Sat, 24 Oct 2015 13:21:35 +0000 (16:21 +0300)]
Avoid crashing due to double-freeing memory.
rl1987 [Thu, 22 Oct 2015 15:56:43 +0000 (18:56 +0300)]
Adding changes file.
rl1987 [Wed, 21 Oct 2015 19:24:00 +0000 (22:24 +0300)]
Seventh test case for dns_resolve_impl().
rl1987 [Tue, 20 Oct 2015 17:40:21 +0000 (20:40 +0300)]
Sixth test case for dns_resolve_impl.
rl1987 [Sun, 18 Oct 2015 15:04:48 +0000 (18:04 +0300)]
Add a fifth unit test.
rl1987 [Mon, 12 Oct 2015 18:13:01 +0000 (21:13 +0300)]
Whitespace fixes.
rl1987 [Sat, 10 Oct 2015 15:03:11 +0000 (18:03 +0300)]
Add a fourth test case.
rl1987 [Sat, 10 Oct 2015 14:49:24 +0000 (17:49 +0300)]
Third test case for dns_resolve_impl.
rl1987 [Thu, 8 Oct 2015 18:47:52 +0000 (21:47 +0300)]
A second test case for dns_resolve_impl.
rl1987 [Thu, 8 Oct 2015 18:27:17 +0000 (21:27 +0300)]
Making it slightly cleaner.
rl1987 [Wed, 7 Oct 2015 19:14:48 +0000 (22:14 +0300)]
First test case for dns_resolve_impl().
rl1987 [Mon, 28 Sep 2015 18:44:05 +0000 (21:44 +0300)]
Using namespace macros for mock functions in test_dns.c
rl1987 [Sun, 27 Sep 2015 16:51:04 +0000 (19:51 +0300)]
Use NS_SUBMODULEs in test_dns.c
Nick Mathewson [Thu, 22 Oct 2015 22:47:26 +0000 (18:47 -0400)]
Compilation was off by one character
Nick Mathewson [Thu, 22 Oct 2015 14:03:04 +0000 (10:03 -0400)]
Actually add HowToReview.txt
Nick Mathewson [Thu, 22 Oct 2015 14:01:13 +0000 (10:01 -0400)]
Start writing a how to review doc
Nick Mathewson [Thu, 22 Oct 2015 14:01:05 +0000 (10:01 -0400)]
Fix windows build: do not assume util_process works on windows
Nick Mathewson [Wed, 21 Oct 2015 21:06:10 +0000 (17:06 -0400)]
Add another entry to ReleasingTor email list, per anonym
Nick Mathewson [Wed, 21 Oct 2015 20:51:21 +0000 (16:51 -0400)]
Fix valgrind errors in test_util_process
Nick Mathewson [Wed, 21 Oct 2015 20:46:28 +0000 (16:46 -0400)]
Fix whitespaces
Nick Mathewson [Wed, 21 Oct 2015 20:45:49 +0000 (16:45 -0400)]
Merge remote-tracking branch 'twstrike/util_process_tests'
Nick Mathewson [Wed, 21 Oct 2015 20:01:29 +0000 (16:01 -0400)]
Fix various coverity-found issues
Nick Mathewson [Wed, 21 Oct 2015 19:34:30 +0000 (15:34 -0400)]
forwardport the changelog for 0.2.7.4-rc
Nick Mathewson [Wed, 21 Oct 2015 18:30:34 +0000 (14:30 -0400)]
Yet more memory leaks closed in test_tortls
Nick Mathewson [Wed, 21 Oct 2015 18:19:43 +0000 (14:19 -0400)]
More memory leaks closed in test_tortls
Nick Mathewson [Wed, 21 Oct 2015 18:06:13 +0000 (14:06 -0400)]
Fix another pile of test_tortls memory leaks
Nick Mathewson [Wed, 21 Oct 2015 17:12:19 +0000 (13:12 -0400)]
More leaks to fix.
Nick Mathewson [Wed, 21 Oct 2015 16:41:00 +0000 (12:41 -0400)]
resolve some leaks in test_tortls.c
Nick Mathewson [Wed, 21 Oct 2015 16:03:04 +0000 (12:03 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 16:02:42 +0000 (12:02 -0400)]
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson [Wed, 21 Oct 2015 16:01:05 +0000 (12:01 -0400)]
Fix the return value
Nick Mathewson [Wed, 21 Oct 2015 15:53:00 +0000 (11:53 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 15:51:03 +0000 (11:51 -0400)]
Merge remote-tracking branch 'public/bug17404_024' into maint-0.2.7
Nick Mathewson [Wed, 21 Oct 2015 15:44:43 +0000 (11:44 -0400)]
Check for len < 4 in dn_indicates_v3_cert
Without this check, we potentially look up to 3 characters before
the start of a malloc'd segment, which could provoke a crash under
certain (weird afaik) circumstances.
Fixes 17404; bugfix on 0.2.6.3-alpha.
Nick Mathewson [Wed, 21 Oct 2015 15:18:11 +0000 (11:18 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 15:17:59 +0000 (11:17 -0400)]
memory leaks in procmon tests
Nick Mathewson [Wed, 21 Oct 2015 15:16:28 +0000 (11:16 -0400)]
Fix a memory leak in reading an expired ed signing key.
Closes 17403.
Nick Mathewson [Wed, 21 Oct 2015 15:05:27 +0000 (11:05 -0400)]
Fix all leaks (and an introduced failure) in the rendcache tests
Nick Mathewson [Wed, 21 Oct 2015 14:56:40 +0000 (10:56 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 14:56:27 +0000 (10:56 -0400)]
Whoops; infinite recursion
Nick Mathewson [Wed, 21 Oct 2015 14:54:12 +0000 (10:54 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 14:54:07 +0000 (10:54 -0400)]
Yet more memory leaks in the rendcache tests
Nick Mathewson [Wed, 21 Oct 2015 14:52:57 +0000 (10:52 -0400)]
Fix memory leak in rend_cache_failure_entry_free()
Bug 17402.
Nick Mathewson [Wed, 21 Oct 2015 14:28:16 +0000 (10:28 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 14:28:10 +0000 (10:28 -0400)]
More leaks here
Nick Mathewson [Wed, 21 Oct 2015 14:27:19 +0000 (10:27 -0400)]
Fix an (unreachable) memory leak in rendcache.c
The 0.2.8 unit tests provoke this leak, though I don't think it can
happen IRL.
Nick Mathewson [Wed, 21 Oct 2015 14:00:52 +0000 (10:00 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 14:00:05 +0000 (10:00 -0400)]
Fix a bunch more memory leaks in the tests.
Nick Mathewson [Wed, 21 Oct 2015 13:59:19 +0000 (09:59 -0400)]
Fix a use-after-free in validate_intro_point_failure. Bug 17401. Found w valgrind
Nick Mathewson [Wed, 21 Oct 2015 12:49:29 +0000 (08:49 -0400)]
Fix numerous leaks and memory errors in tests. Found by valgrind
Nick Mathewson [Wed, 21 Oct 2015 12:17:34 +0000 (08:17 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Wed, 21 Oct 2015 12:17:30 +0000 (08:17 -0400)]
Fix a number of unit-test memory leaks, found by valgrind.
Nick Mathewson [Wed, 21 Oct 2015 12:17:07 +0000 (08:17 -0400)]
Fix a memory leak; bug 17398.
Nick Mathewson [Mon, 19 Oct 2015 15:20:38 +0000 (11:20 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Mon, 19 Oct 2015 15:20:26 +0000 (11:20 -0400)]
Nick Mathewson [Mon, 19 Oct 2015 15:19:51 +0000 (11:19 -0400)]
Bump version to 0.2.7.4-rc
Nick Mathewson [Mon, 19 Oct 2015 15:12:43 +0000 (11:12 -0400)]
tweak some changes files
Nick Mathewson [Thu, 15 Oct 2015 17:56:53 +0000 (13:56 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Thu, 15 Oct 2015 17:56:41 +0000 (13:56 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7
David Goulet [Thu, 15 Oct 2015 17:38:12 +0000 (13:38 -0400)]
Add hidserv-stats filname to our sandbox filter
Fixes #17354
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Nick Mathewson [Thu, 15 Oct 2015 14:38:09 +0000 (10:38 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Thu, 15 Oct 2015 14:35:45 +0000 (10:35 -0400)]
Fix compilation of sandbox.[ch] under musl-libc
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
Nick Mathewson [Thu, 15 Oct 2015 14:36:29 +0000 (10:36 -0400)]
Merge branch 'bug17347'
Nick Mathewson [Thu, 15 Oct 2015 14:35:45 +0000 (10:35 -0400)]
Fix compilation of sandbox.[ch] under musl-libc
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
Nick Mathewson [Thu, 15 Oct 2015 14:22:33 +0000 (10:22 -0400)]
blank line at eof for test_address.c
Nick Mathewson [Thu, 15 Oct 2015 14:21:42 +0000 (10:21 -0400)]
Merge remote-tracking branch 'twstrike/address_tests'
Nick Mathewson [Wed, 14 Oct 2015 14:40:27 +0000 (10:40 -0400)]
Mention trunnel in CodingStandards; describe how in trunnel/README
Nick Mathewson [Fri, 9 Oct 2015 14:40:45 +0000 (10:40 -0400)]
Add a doc/HACKING/README.1st
Nick Mathewson [Fri, 9 Oct 2015 13:38:59 +0000 (09:38 -0400)]
Split the old doc/HACKING into several new files
Nick Mathewson [Fri, 9 Oct 2015 13:28:24 +0000 (09:28 -0400)]
Move hacking documentation into a new subdirectory.
Nick Mathewson [Fri, 9 Oct 2015 14:18:42 +0000 (10:18 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.7'
Nick Mathewson [Fri, 9 Oct 2015 14:14:59 +0000 (10:14 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.6' into maint-0.2.7
Nick Mathewson [Fri, 9 Oct 2015 14:14:46 +0000 (10:14 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Fri, 9 Oct 2015 14:12:59 +0000 (10:12 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Karsten Loesing [Fri, 9 Oct 2015 13:27:55 +0000 (15:27 +0200)]
Update geoip and geoip6 to the October 9 2015 database.
Nick Mathewson [Thu, 8 Oct 2015 15:52:27 +0000 (11:52 -0400)]
Add my draft (in-progress) guide to getting started on tor development
Nick Mathewson [Thu, 8 Oct 2015 14:55:31 +0000 (10:55 -0400)]
finish up doc/WritingTests.txt
Nick Mathewson [Wed, 7 Oct 2015 20:54:29 +0000 (16:54 -0400)]
Fix some 64bit issues
Nick Mathewson [Wed, 7 Oct 2015 20:24:30 +0000 (16:24 -0400)]
update codegen script to work with latest mozilla