<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sebastian/libevent, branch clang_enum</title>
<subtitle>Sebastian's libevent repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/'/>
<entry>
<title>Fix harmless clang enum warning</title>
<updated>2012-12-31T17:29:56+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2012-12-31T17:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=b452a4345088dcc7e7491bcff612f9f11dfb17da'/>
<id>b452a4345088dcc7e7491bcff612f9f11dfb17da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment to refer to sample/include.am correctly</title>
<updated>2012-12-23T17:41:00+00:00</updated>
<author>
<name>Sebastian Hahn</name>
<email>sebastian@torproject.org</email>
</author>
<published>2012-09-21T06:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=9e8cdf3d657361199a9a774c613acdfbaf4ff0d1'/>
<id>9e8cdf3d657361199a9a774c613acdfbaf4ff0d1</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 'origin/patches-2.0'</title>
<updated>2012-12-20T16:50:23+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-20T16:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=21c962e0877698a8118fe4a68ef0e42905978edf'/>
<id>21c962e0877698a8118fe4a68ef0e42905978edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid double-close on getsockname error in evutil_ersatz_socketpair</title>
<updated>2012-12-20T16:48:05+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-20T16:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=0a822a640e11f76f8d7533042e8fb565da920934'/>
<id>0a822a640e11f76f8d7533042e8fb565da920934</id>
<content type='text'>
Found by coverity; CID 739726
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found by coverity; CID 739726
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid leaking fds on evconnlistener with no callback set</title>
<updated>2012-12-20T16:47:09+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-20T16:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=69db2610be9b6b0d67f3dfda28a6059d3b2fb82f'/>
<id>69db2610be9b6b0d67f3dfda28a6059d3b2fb82f</id>
<content type='text'>
There's no way to retrieve an fd from an evconnlistener whose
callback has been cleared, so we had better close any such fd.

Found by coverity; CID 739725.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no way to retrieve an fd from an evconnlistener whose
callback has been cleared, so we had better close any such fd.

Found by coverity; CID 739725.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cut-and-paste err in whatsnew-2.1</title>
<updated>2012-12-11T17:53:09+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-11T17:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=49905ac3283566a917b064f5752e93d053b23f4a'/>
<id>49905ac3283566a917b064f5752e93d053b23f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor documentation typos</title>
<updated>2012-12-08T10:32:17+00:00</updated>
<author>
<name>Patrick Pelletier</name>
<email>code@funwithsoftware.org</email>
</author>
<published>2012-11-28T08:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=809586a9c3c2f4df292ac71aca949b3a5ddea645'/>
<id>809586a9c3c2f4df292ac71aca949b3a5ddea645</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 'origin/patches-2.0'</title>
<updated>2012-12-04T17:32:26+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-04T17:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=5cc7806cc4f441538cfc88f1b8d8aff784b400fe'/>
<id>5cc7806cc4f441538cfc88f1b8d8aff784b400fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled</title>
<updated>2012-12-04T17:01:58+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-12-04T17:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=7e45739e26f0a2066a56591472d5e109a482674e'/>
<id>7e45739e26f0a2066a56591472d5e109a482674e</id>
<content type='text'>
Reported by Xiuqiang Jiang
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Xiuqiang Jiang
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/patches-2.0'</title>
<updated>2012-11-19T15:58:04+00:00</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2012-11-19T15:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/sebastian/libevent.git/commit/?id=f5b3ff20d30557b083366168008be3870f9bd6c1'/>
<id>f5b3ff20d30557b083366168008be3870f9bd6c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
