]>
git.ipfire.org Git - thirdparty/tor.git/log
Nick Mathewson [Wed, 18 Mar 2015 13:10:55 +0000 (09:10 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Nick Mathewson [Wed, 18 Mar 2015 13:10:48 +0000 (09:10 -0400)]
bump to 0.2.6.5-rc
Nick Mathewson [Wed, 18 Mar 2015 13:09:08 +0000 (09:09 -0400)]
0.2.6.5-rc will come out today, because why not.
Nick Mathewson [Wed, 18 Mar 2015 13:07:52 +0000 (09:07 -0400)]
Fold everything into changelog, remove already-folded-in changes
Nick Mathewson [Wed, 18 Mar 2015 13:06:21 +0000 (09:06 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.6' into release-0.2.6
Nick Mathewson [Tue, 17 Mar 2015 14:58:12 +0000 (10:58 -0400)]
Start work on 0.2.6.5-?? changelog
Nick Mathewson [Tue, 17 Mar 2015 14:52:08 +0000 (10:52 -0400)]
Forward-port changelogs and releasenotes
Nick Mathewson [Sat, 14 Mar 2015 18:30:08 +0000 (14:30 -0400)]
Simplify the loop.
Nick Mathewson [Sat, 14 Mar 2015 18:27:33 +0000 (14:27 -0400)]
Add comments for new functions
Nick Mathewson [Sat, 14 Mar 2015 18:25:37 +0000 (14:25 -0400)]
remove a needless "if (1)" that was there for indentation; fix indentation.
Nick Mathewson [Sat, 14 Mar 2015 18:24:18 +0000 (14:24 -0400)]
Extract main part of main loop into a separate function
For 15176; Shadow would like this.
Based on a patch by Rob Jansen, but revised to have a minimal-sized diff.
Nick Mathewson [Thu, 12 Mar 2015 17:24:37 +0000 (13:24 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 17:15:08 +0000 (13:15 -0400)]
Merge remote-tracking branch 'public/feature15212_026' into maint-0.2.6
Yawning Angel [Thu, 12 Mar 2015 15:37:48 +0000 (15:37 +0000)]
Initialize the extorport auth cookie before launching PTs.
PTs expect the auth cookie to be available immedieately after launch,
leading to a race condition when PTs opt to cache the extorport cookie
once immediately after startup.
Fixes #15240.
Nick Mathewson [Thu, 12 Mar 2015 16:50:41 +0000 (12:50 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
("-s ours" merge to avoid taking reversion of #15064)
Nick Mathewson [Thu, 12 Mar 2015 16:49:08 +0000 (12:49 -0400)]
Revert "Make TransProxyType ipfw work correctly"
This reverts commit
681802817deb6fb93b95f8284856fd42f3556600 .
(I didn't mean to backport this, but somehow I had based my branch
for #15205 on it.)
Nick Mathewson [Thu, 12 Mar 2015 16:27:42 +0000 (12:27 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 16:27:25 +0000 (12:27 -0400)]
Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.5
Nick Mathewson [Thu, 12 Mar 2015 16:11:03 +0000 (12:11 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 15:37:02 +0000 (11:37 -0400)]
Merge branch 'bug15245_026' into maint-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 15:28:18 +0000 (11:28 -0400)]
add an explanatory comment
Nick Mathewson [Thu, 12 Mar 2015 15:15:50 +0000 (11:15 -0400)]
Also, add an assertion to assign_onionskin_to_cpuworker
Nick Mathewson [Thu, 12 Mar 2015 15:13:57 +0000 (11:13 -0400)]
Fix crash bug when calling cpuworkers_rotate_keyinfo on a client.
Fixes bug 15245; bugfix on 0.2.6.3-alpha. Thanks to anonym for reporting!
Nick Mathewson [Thu, 12 Mar 2015 14:54:13 +0000 (10:54 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 14:52:09 +0000 (10:52 -0400)]
Bump 025 version to 0.2.5.11
Nick Mathewson [Thu, 12 Mar 2015 14:51:08 +0000 (10:51 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson [Thu, 12 Mar 2015 14:50:15 +0000 (10:50 -0400)]
Bump 0.2.4 version.
Nick Mathewson [Thu, 12 Mar 2015 14:05:06 +0000 (10:05 -0400)]
Merge branch 'bug9495_redux_v2' into maint-0.2.6
Nick Mathewson [Thu, 12 Mar 2015 13:49:45 +0000 (09:49 -0400)]
Use PTHREAD_CREATE_DETACHED macro instead of 1: fix Solaris crash
When calling pthread_attr_setdetachstate, we were using 1 as the
argument. But the pthreads documentation says that you have to say
PTHREAD_CREATE_DETACH, which on Solaris is apparently 0x40. Calling
pthread_attr_setdetachstate with 1 crashes on Solaris with FLTBOUNDS.
(Because we're so late in the release cycle, I made the code define
PTHREAD_CREATE_DETACHED if it doesn't exist, so we aren't likely to
break any other platforms.)
This bug was introduced when we made threading mandatory in
0.2.6.1-alpha; previously, we had force-disabled threading on
Solaris. See #9495 discussion.
Nick Mathewson [Tue, 10 Mar 2015 14:59:13 +0000 (10:59 -0400)]
Start on 0.2.6 release notes
I made these mostly mechanically, by collating all the 0.2.6.x changelogs
and removing all the items that were bugfixes on 0.2.6.x.
Nick Mathewson [Tue, 10 Mar 2015 14:10:35 +0000 (10:10 -0400)]
Fix check-spaces
Nick Mathewson [Tue, 10 Mar 2015 14:07:41 +0000 (10:07 -0400)]
Add link protocol version counts to the heartbeat message
Closes ticket 15212
Nick Mathewson [Tue, 10 Mar 2015 12:39:20 +0000 (08:39 -0400)]
Whoops; I somehow dropped 9321 from the changelog
Nick Mathewson [Tue, 10 Mar 2015 12:21:53 +0000 (08:21 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Conflicts:
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h
Nick Mathewson [Tue, 10 Mar 2015 12:20:47 +0000 (08:20 -0400)]
bump 0.2.6 to 0.2.6.4-rc-dev
Nick Mathewson [Mon, 9 Mar 2015 23:52:10 +0000 (19:52 -0400)]
Fold more into the 0.2.6.4-rc changelog
Nick Mathewson [Mon, 9 Mar 2015 23:47:28 +0000 (19:47 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 23:47:12 +0000 (19:47 -0400)]
Merge remote-tracking branch 'public/bug15205_025' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 23:46:55 +0000 (19:46 -0400)]
Fix a couple of changelog issues noted by arma.
Nick Mathewson [Mon, 9 Mar 2015 20:25:22 +0000 (16:25 -0400)]
Merge branch 'maint-0.2.6' into release-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 20:25:11 +0000 (16:25 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 20:24:44 +0000 (16:24 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson [Mon, 9 Mar 2015 20:24:07 +0000 (16:24 -0400)]
Merge remote-tracking branch 'karsten/geoip6-mar2015' into maint-0.2.4
Nick Mathewson [Mon, 9 Mar 2015 20:23:55 +0000 (16:23 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Karsten Loesing [Mon, 9 Mar 2015 20:11:52 +0000 (21:11 +0100)]
Update geoip6 to the March 3 2015 database.
Karsten Loesing [Mon, 9 Mar 2015 20:09:44 +0000 (21:09 +0100)]
Update geoip to the March 3 2015 database.
Nick Mathewson [Mon, 9 Mar 2015 19:28:05 +0000 (15:28 -0400)]
Bump version to 0.2.6.4-rc
Nick Mathewson [Mon, 9 Mar 2015 19:27:30 +0000 (15:27 -0400)]
Edit the changelog a little
Nick Mathewson [Mon, 9 Mar 2015 19:09:49 +0000 (15:09 -0400)]
Don't use checked strl{cat,cpy} on OSX.
There is a bug in the overlap-checking in strlcat that can crash Tor
servers. Fixes bug 15205; this is an OSX bug, not a Tor bug.
Nick Mathewson [Mon, 9 Mar 2015 17:49:55 +0000 (13:49 -0400)]
We actually merged this one a while ago.
Nick Mathewson [Mon, 9 Mar 2015 17:49:12 +0000 (13:49 -0400)]
Reformat 0.2.6.4-beta changelog
Nick Mathewson [Mon, 9 Mar 2015 17:47:11 +0000 (13:47 -0400)]
Fold changes files into changelog for 0.2.6.4-alpha
Nick Mathewson [Mon, 9 Mar 2015 17:36:39 +0000 (13:36 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.6' into release-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 17:23:32 +0000 (13:23 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 17:22:58 +0000 (13:22 -0400)]
Restore c89 in 0.2.5
Nick Mathewson [Mon, 9 Mar 2015 17:21:20 +0000 (13:21 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 17:17:20 +0000 (13:17 -0400)]
Merge remote-tracking branch 'public/bug14261_025' into maint-0.2.5
Nick Mathewson [Wed, 7 Jan 2015 16:37:23 +0000 (11:37 -0500)]
GETINFO bw-event-cache to get information on recent BW events
Closes 14128; useful to regain functionality lost because of 13988.
Nick Mathewson [Mon, 9 Mar 2015 17:12:54 +0000 (13:12 -0400)]
Merge remote-tracking branch 'public/bug13988_025' into maint-0.2.5
Nick Mathewson [Mon, 9 Mar 2015 17:09:50 +0000 (13:09 -0400)]
Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.5
Nick Mathewson [Mon, 9 Mar 2015 17:05:27 +0000 (13:05 -0400)]
Merge remote-tracking branch 'public/feature15006_026' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 15:13:57 +0000 (11:13 -0400)]
Changes file for 15188
Tom van der Woerdt [Sun, 8 Mar 2015 18:20:56 +0000 (19:20 +0100)]
testing_common.c: avoid side-effects of tor_assert
Nick Mathewson [Mon, 9 Mar 2015 15:09:49 +0000 (11:09 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Mon, 9 Mar 2015 15:09:30 +0000 (11:09 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson [Mon, 9 Mar 2015 15:08:57 +0000 (11:08 -0400)]
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson [Mon, 9 Mar 2015 15:07:50 +0000 (11:07 -0400)]
Adjust changes header
Nick Mathewson [Wed, 4 Mar 2015 14:18:33 +0000 (15:18 +0100)]
Revert "Missing dependencies; fixes 15127."
This reverts commit
930ab95e1fb0dfd5af35e7d84ca58ff21b65a605 .
Nick Mathewson [Wed, 4 Mar 2015 13:23:59 +0000 (14:23 +0100)]
Make boostrap events include hostname ANDaddr AND digest
Nick Mathewson [Wed, 4 Mar 2015 11:26:43 +0000 (12:26 +0100)]
Merge remote-tracking branch 'public/bug15064_025' into maint-0.2.6
Nick Mathewson [Wed, 4 Mar 2015 11:24:51 +0000 (12:24 +0100)]
Make TransProxyType ipfw work correctly
Fixes bug 15064; bugfix on 0.2.5.4-alpha.
Nick Mathewson [Wed, 4 Mar 2015 11:19:28 +0000 (12:19 +0100)]
Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6
Nick Mathewson [Wed, 4 Mar 2015 11:18:10 +0000 (12:18 +0100)]
Add wait4 to the seccomp2 sandbox allowable syscall list
fixes bug 15088. patch from sanic.
Nick Mathewson [Wed, 4 Mar 2015 11:14:17 +0000 (12:14 +0100)]
Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6
Nick Mathewson [Wed, 4 Mar 2015 11:12:41 +0000 (12:12 +0100)]
only declare rv when it is used in destination_from_socket. Fixes 15151
Nick Mathewson [Wed, 4 Mar 2015 11:09:33 +0000 (12:09 +0100)]
Missing dependencies; fixes 15127.
Nick Mathewson [Tue, 3 Mar 2015 21:25:26 +0000 (22:25 +0100)]
Make the assert related to 15083 a tiny bit more tolerant
Nick Mathewson [Tue, 3 Mar 2015 21:20:17 +0000 (22:20 +0100)]
Do not leave empty, invalid chunks in buffers during buf_pullup
This fixes an assertion failure bug in 15083; bugfix on 0.2.0.10-alpha.
Patch from 'cypherpunks'
Nick Mathewson [Fri, 27 Feb 2015 16:28:30 +0000 (11:28 -0500)]
Include a HOST item in BOOTSTRAP problem messages
Closes ticket 15006.
Nick Mathewson [Thu, 26 Feb 2015 20:24:43 +0000 (15:24 -0500)]
changes file for 15037
cypherpunks [Thu, 26 Feb 2015 09:38:09 +0000 (10:38 +0100)]
Use configured Python binary in test-stem.
Nick Mathewson [Thu, 26 Feb 2015 20:21:31 +0000 (15:21 -0500)]
Have zero_length_keys.sh use an empty torrc file.
Fixes 15033; bugfix on 0.2.6.3-alpha.
Nick Mathewson [Tue, 24 Feb 2015 18:25:32 +0000 (13:25 -0500)]
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson [Tue, 24 Feb 2015 18:24:57 +0000 (13:24 -0500)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson [Tue, 24 Feb 2015 18:23:44 +0000 (13:23 -0500)]
Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.4
Nick Mathewson [Tue, 24 Feb 2015 16:56:34 +0000 (11:56 -0500)]
Start on the 0.2.6.4-?? changelog
Nick Mathewson [Tue, 24 Feb 2015 16:51:59 +0000 (11:51 -0500)]
Add sections to changes files; please lintchanges
Nick Mathewson [Tue, 24 Feb 2015 16:11:24 +0000 (11:11 -0500)]
Log less/better about systemd at startup
Report errors if the notification fails; report success only if it
succeeds; and if we are not notifying systemd because we aren't
running with systemd, don't log at notice.
Nick Mathewson [Tue, 24 Feb 2015 16:11:17 +0000 (11:11 -0500)]
changes file for ticket 14950
Nick Mathewson [Tue, 24 Feb 2015 15:05:34 +0000 (10:05 -0500)]
Update test_status.c to accommodate changes in heartbeat messages
Fixes #15012; bug not in any released Tor
Nick Mathewson [Mon, 23 Feb 2015 18:04:03 +0000 (13:04 -0500)]
Merge branch 'bug14950_logs_squashed'
Nick Mathewson [Fri, 20 Feb 2015 07:03:42 +0000 (02:03 -0500)]
Avoid logging natural-language reports that are redundant with bootstrapping
Nick Mathewson [Fri, 20 Feb 2015 06:24:36 +0000 (01:24 -0500)]
Usually downgrade middle heartbeat messages when stuff is in-range
Nick Mathewson [Mon, 23 Feb 2015 18:03:07 +0000 (13:03 -0500)]
Merge branch 'bug14989'
Nick Mathewson [Mon, 23 Feb 2015 17:33:58 +0000 (12:33 -0500)]
Let AF_UNIX connections through the sandbox
Fixes bug 15003; bugfix on 0.2.6.3-alpha.
Nick Mathewson [Mon, 23 Feb 2015 17:16:08 +0000 (12:16 -0500)]
Fix running with the seccomp2 sandbox
We had a regression in 0.2.6.3-alpha when we stopped saying
IPPROTO_TCP to socket(). Fixes bug 14989, bugfix on 0.2.6.3-alpha.
Nick Mathewson [Mon, 23 Feb 2015 16:33:07 +0000 (11:33 -0500)]
Merge remote-tracking branch 'public/bug14988_025'
Nick Mathewson [Mon, 23 Feb 2015 16:32:04 +0000 (11:32 -0500)]
add another unused-var marker in backtrace.c for 14988
Nick Mathewson [Mon, 23 Feb 2015 16:24:13 +0000 (11:24 -0500)]
cypherpunks [Sat, 21 Feb 2015 22:18:20 +0000 (17:18 -0500)]
Remove lingering mempool code