<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/pastly/tor, branch ticket28840</title>
<subtitle>Pastly's tor repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/'/>
<entry>
<title>Add changes file for &lt;30min HeartbeatPeriod patch</title>
<updated>2018-12-14T14:24:19+00:00</updated>
<author>
<name>Matt Traudt</name>
<email>sirmatt@ksu.edu</email>
</author>
<published>2018-12-14T14:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=06046c726fb09ec745d2a565abfef28097856a19'/>
<id>06046c726fb09ec745d2a565abfef28097856a19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow any value for HearbeatPeriod in testing Tor networks</title>
<updated>2018-12-14T14:22:23+00:00</updated>
<author>
<name>Rob Jansen</name>
<email>jansen@cs.umn.edu</email>
</author>
<published>2018-12-12T20:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=325348b360fc8a51d1344d918c1bb20017f1e863'/>
<id>325348b360fc8a51d1344d918c1bb20017f1e863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-0.3.5'</title>
<updated>2018-12-14T00:01:29+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-14T00:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=f8dac5c900856494867996f60da848b0111aad35'/>
<id>f8dac5c900856494867996f60da848b0111aad35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'tlyu-github/ticket28731-035' into maint-0.3.5</title>
<updated>2018-12-13T23:57:00+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-13T23:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=94a79981580d6260597f799bc1a163c8e6f07acd'/>
<id>94a79981580d6260597f799bc1a163c8e6f07acd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dormant_persist_squashed'</title>
<updated>2018-12-13T13:26:10+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-13T13:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=69264f96f3561c72d14c1e518ca84ad18557d905'/>
<id>69264f96f3561c72d14c1e518ca84ad18557d905</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unit tests for back-end functions for persistent dormant state</title>
<updated>2018-12-13T13:25:54+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-04T22:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=e3b7fd2a8129f0d2a7879976e57496b6fd4a7d00'/>
<id>e3b7fd2a8129f0d2a7879976e57496b6fd4a7d00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change interaction between dormant mode and clock jumps.</title>
<updated>2018-12-13T13:25:54+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-04T17:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=b5c04173c88369d0c4cdaf8a34c2474dc25c79fa'/>
<id>b5c04173c88369d0c4cdaf8a34c2474dc25c79fa</id>
<content type='text'>
When the clock jumps, and we have a record of last user activity,
adjust that record.  This way if I'm inactive for 10 minutes and
then the laptop is sleeping for an hour, I'll still count as having
been inactive for 10 minutes.

Previously, we treat every jump as if it were activity, which is
ridiculous, and would prevent a Tor instance with a jumpy clock from
ever going dormant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the clock jumps, and we have a record of last user activity,
adjust that record.  This way if I'm inactive for 10 minutes and
then the laptop is sleeping for an hour, I'll still count as having
been inactive for 10 minutes.

Previously, we treat every jump as if it were activity, which is
ridiculous, and would prevent a Tor instance with a jumpy clock from
ever going dormant.
</pre>
</div>
</content>
</entry>
<entry>
<title>changes file for ticket26864</title>
<updated>2018-12-13T13:25:54+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-04T17:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=c037bf58173db56766381a7c1cd5973789f0fd0f'/>
<id>c037bf58173db56766381a7c1cd5973789f0fd0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-0.3.5'</title>
<updated>2018-12-13T13:22:26+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-13T13:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=e17dd46cfdb33299db71a052840f069a364c85fe'/>
<id>e17dd46cfdb33299db71a052840f069a364c85fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'teor/bug28826-035' into maint-0.3.5</title>
<updated>2018-12-13T13:22:01+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2018-12-13T13:22:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/pastly/tor.git/commit/?id=a3fe08164758e755fb2b51c7fb96e42d96179640'/>
<id>a3fe08164758e755fb2b51c7fb96e42d96179640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
