<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/threadengines/threadengine_pthread.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/threadengines/threadengine_pthread.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/threadengines/threadengine_pthread.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-05-15T20:06:09Z</updated>
<entry>
<title>Replace socketengine_{pthread,win32} with C++11 threads.</title>
<updated>2019-05-15T20:06:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2019-05-15T15:22:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=03d3563ef95efc6ab8076d66ebda48545c6089c4'/>
<id>urn:sha1:03d3563ef95efc6ab8076d66ebda48545c6089c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the override macro with the override keyword.</title>
<updated>2019-01-25T02:52:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2019-01-25T02:52:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8'/>
<id>urn:sha1:c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge insp20</title>
<updated>2015-04-20T15:40:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-20T15:40:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f5efbc7aa33b792e02d01e3288f553e6e98ccaa'/>
<id>urn:sha1:8f5efbc7aa33b792e02d01e3288f553e6e98ccaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dispatch EventHandler events to dedicated virtual functions</title>
<updated>2015-04-12T14:20:13Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-12T14:20:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=612384b3d46d06eea6fd71ee6dc60471d0f9e3d1'/>
<id>urn:sha1:612384b3d46d06eea6fd71ee6dc60471d0f9e3d1</id>
<content type='text'>
Remove enum EventType
</content>
</entry>
<entry>
<title>threadengine_pthread Throw CoreExceptions instead of CoreException pointers</title>
<updated>2015-02-02T22:39:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-02-02T22:39:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c81963c73a52b9b1dc6ee422edbc5657746145b'/>
<id>urn:sha1:1c81963c73a52b9b1dc6ee422edbc5657746145b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move and rename ThreadData::FreeThread() to ThreadEngine::Stop() and document what it does</title>
<updated>2014-06-24T10:53:10Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T10:53:10Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7bb96595ee11acda44bdeda400e356d4044e072e'/>
<id>urn:sha1:7bb96595ee11acda44bdeda400e356d4044e072e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change allocation of ThreadData to be physically part of the object containing it</title>
<updated>2014-06-24T10:45:21Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T10:45:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=36b9b4b39900d1b2e3b182e1b50370b0c9dcb9ae'/>
<id>urn:sha1:36b9b4b39900d1b2e3b182e1b50370b0c9dcb9ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty ThreadEngine constructors and destructors</title>
<updated>2014-06-24T10:40:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T10:40:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa7df4b8234d4b601ad0310605181fdabc8cfcaa'/>
<id>urn:sha1:aa7df4b8234d4b601ad0310605181fdabc8cfcaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill needless #includes in source files</title>
<updated>2014-06-14T13:30:14Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-14T13:30:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=82435b6fa8805baa65e04a582f3e4a2c84237f73'/>
<id>urn:sha1:82435b6fa8805baa65e04a582f3e4a2c84237f73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)</title>
<updated>2014-02-09T16:17:04Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-02-09T16:17:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4ec65c6231df9fcb38210f9b885cdf73b72cc176'/>
<id>urn:sha1:4ec65c6231df9fcb38210f9b885cdf73b72cc176</id>
<content type='text'>
</content>
</entry>
</feed>
