]>
git.ipfire.org Git - thirdparty/tor.git/log
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:47:12 +0000 (19:47 -0400)]
Merge remote-tracking branch 'public/bug15205_025' into maint-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: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: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: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
rl1987 [Sun, 22 Feb 2015 10:41:08 +0000 (12:41 +0200)]
Fix endianness issues in test_config_resolve_my_address().
Since resolve_my_address() yields IP address in host order there is
no need to use byteorder functions for conversion.
Nick Mathewson [Fri, 20 Feb 2015 06:08:12 +0000 (01:08 -0500)]
Merge remote-tracking branch 'public/bug11454_11457'
Nick Mathewson [Fri, 20 Feb 2015 06:05:21 +0000 (01:05 -0500)]
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson [Fri, 20 Feb 2015 06:04:26 +0000 (01:04 -0500)]
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
Nick Mathewson [Thu, 19 Feb 2015 22:20:40 +0000 (17:20 -0500)]
bump version to 0.2.6.3-alpha-dev
Nick Mathewson [Thu, 19 Feb 2015 20:37:09 +0000 (15:37 -0500)]
Adjust changelog to combine 3 sections about the same thing
Nick Mathewson [Thu, 19 Feb 2015 18:16:47 +0000 (13:16 -0500)]
Pick a date (today)
Nick Mathewson [Thu, 19 Feb 2015 17:30:34 +0000 (12:30 -0500)]
Quiet "caching debian-tor for debian-tor" notice
Nick Mathewson [Thu, 19 Feb 2015 16:36:27 +0000 (11:36 -0500)]
fold one more entry into the changelog
Nick Mathewson [Thu, 19 Feb 2015 16:35:32 +0000 (11:35 -0500)]
Merge branch 'AUTHDIR_NEWDESC_enough_squashed'
Nick Mathewson [Thu, 19 Feb 2015 15:24:03 +0000 (10:24 -0500)]
Try to fix authdir_newdesc events
We were sending values that were truncated by the length of the
annotations.
Nick Mathewson [Thu, 19 Feb 2015 15:05:08 +0000 (10:05 -0500)]
Increment version to 0.2.6.3-alpha
Nick Mathewson [Thu, 19 Feb 2015 14:56:38 +0000 (09:56 -0500)]
Merge changes into changelog
Nick Mathewson [Thu, 19 Feb 2015 14:55:18 +0000 (09:55 -0500)]
appease lintchanges
Nick Mathewson [Thu, 19 Feb 2015 14:54:09 +0000 (09:54 -0500)]
Check for # characters in lintchanges
Nick Mathewson [Thu, 19 Feb 2015 14:54:00 +0000 (09:54 -0500)]
reflow 0.2.6.3 changelog
Nick Mathewson [Thu, 19 Feb 2015 14:53:38 +0000 (09:53 -0500)]
answer some of roger's questions
Nick Mathewson [Thu, 19 Feb 2015 14:41:36 +0000 (09:41 -0500)]
Merge branch 'bug12844_macros'
Nick Mathewson [Thu, 19 Feb 2015 14:40:41 +0000 (09:40 -0500)]
Merge branch 'bug13762_quiet_squashed'
Nick Mathewson [Thu, 19 Feb 2015 14:27:42 +0000 (09:27 -0500)]
Do not try to download an EI for which we don't have a matching SD.
This quiets some log messages for #13762, and adds a better INFO message
for the underlying confusion.
Roger Dingledine [Thu, 19 Feb 2015 14:26:32 +0000 (09:26 -0500)]
sorry brits
Roger Dingledine [Thu, 19 Feb 2015 14:25:34 +0000 (09:25 -0500)]
final cleanups
Roger Dingledine [Thu, 19 Feb 2015 14:11:13 +0000 (09:11 -0500)]
reach into the past and fix two changelog stanzas
Nick Mathewson [Thu, 19 Feb 2015 14:09:25 +0000 (09:09 -0500)]
Check ENABLE_TOR2WEB_MODE before any tor2webmode code
Roger Dingledine [Thu, 19 Feb 2015 14:07:14 +0000 (09:07 -0500)]
some more changelog cleanups
Roger Dingledine [Thu, 19 Feb 2015 13:42:01 +0000 (08:42 -0500)]
continue cleaning changelog, and add a question for nick
Roger Dingledine [Thu, 19 Feb 2015 12:28:04 +0000 (07:28 -0500)]
cleanup and ask two questions for nick
Roger Dingledine [Thu, 19 Feb 2015 11:41:21 +0000 (06:41 -0500)]
clean up nickm's changelog entry for #14918
now that I made it log "never" rare than "less often".
Roger Dingledine [Thu, 19 Feb 2015 11:27:14 +0000 (06:27 -0500)]
stop warning each time we check minimum-dir-info
We already log whenever our state changes, e.g. whenever new directory
information arrives. This additional log_warn() will at best just add more
log messages, or worse, make the user wonder what she needs to fix.
(Changed after consultation with Yawning.)
Roger Dingledine [Thu, 19 Feb 2015 11:15:25 +0000 (06:15 -0500)]
don't update dir_info_status when we have minimum dir info
Nothing ever uses the string when we're in "have minimum dir info"
state. The flow of the function is "check for problems, if you see a
problem write an explanation to dir_info_status and set res to 0". If
you get to the end of the function without any problems, then res =
1 and we're all ready to start making circuits.
(Changed after consultation with Yawning.)
Roger Dingledine [Thu, 19 Feb 2015 00:27:02 +0000 (19:27 -0500)]
clean up comments and whitespace a bit
Nick Mathewson [Wed, 18 Feb 2015 22:18:03 +0000 (17:18 -0500)]
rescroll changelog
Nick Mathewson [Wed, 18 Feb 2015 22:09:35 +0000 (17:09 -0500)]
Changelog edits. Most of them.
Nick Mathewson [Wed, 18 Feb 2015 18:55:59 +0000 (13:55 -0500)]
write a blurb and start hand-editing the 0.2.6.3-alpha changelog
Roger Dingledine [Wed, 18 Feb 2015 21:37:14 +0000 (16:37 -0500)]
specify a default for UseGuardFraction in the man page
(as added in commit
f4a63f8eab )
Nick Mathewson [Wed, 18 Feb 2015 18:41:00 +0000 (13:41 -0500)]
Downgrade new extrainfo_insert warnings on startup
Nick Mathewson [Wed, 18 Feb 2015 18:32:41 +0000 (13:32 -0500)]
Reflow changelog
Nick Mathewson [Wed, 18 Feb 2015 18:32:11 +0000 (13:32 -0500)]
merge new items into 0.2.6.3-alpha changelog
Nick Mathewson [Wed, 18 Feb 2015 18:29:12 +0000 (13:29 -0500)]
Merge branch 'bug13762_diagnostic_redux'
Nick Mathewson [Wed, 18 Feb 2015 18:25:01 +0000 (13:25 -0500)]
Patch from cypherpunks to try to diagnose 8387.
Nick Mathewson [Wed, 18 Feb 2015 18:05:15 +0000 (13:05 -0500)]
Improve log messages for diagnosing 13762
Nick Mathewson [Wed, 18 Feb 2015 17:13:54 +0000 (12:13 -0500)]
Merge remote-tracking branch 'yawning/cid1270894'
Yawning Angel [Wed, 18 Feb 2015 16:36:57 +0000 (16:36 +0000)]
Actually free measured_guardfraction.
CID
1270894
Nick Mathewson [Wed, 18 Feb 2015 15:55:56 +0000 (10:55 -0500)]
whitespace fixes