<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/threadengines/threadengine_pthread.cpp, branch v2.1b2</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=v2.1b2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/threadengines/threadengine_pthread.cpp?h=v2.1b2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2011-05-04T22:28:12Z</updated>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove threadengine.h from inspircd.h</title>
<updated>2011-01-30T18:20:16Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T18:20:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=393b9c13499b773b6cace72d8e274265fb3c7f41'/>
<id>urn:sha1:393b9c13499b773b6cace72d8e274265fb3c7f41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove cull_list.h from inspircd.h</title>
<updated>2011-01-29T21:29:33Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-29T21:29:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5dbabb823456744e7442edc2bfde1272bb2edcb1'/>
<id>urn:sha1:5dbabb823456744e7442edc2bfde1272bb2edcb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace "throw new" with "throw"</title>
<updated>2010-09-24T20:31:35Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-09-24T20:31:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=103fe3c2004fe44c5d9e34aa856e3108c491583e'/>
<id>urn:sha1:103fe3c2004fe44c5d9e34aa856e3108c491583e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix compilation of pipe-based ThreadSignalSocket</title>
<updated>2010-08-25T15:58:33Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-25T15:58:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5c7592e447c0be058c935d44e201c62b2df8ebb'/>
<id>urn:sha1:b5c7592e447c0be058c935d44e201c62b2df8ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add thread terminator support</title>
<updated>2010-08-25T04:16:06Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-25T04:16:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fb4ad3e99e31547e29d10e53a45a2e3b5af08c96'/>
<id>urn:sha1:fb4ad3e99e31547e29d10e53a45a2e3b5af08c96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support module unloading while jobs are enqueued</title>
<updated>2010-08-25T02:37:20Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-25T02:02:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c988e70f2c009bbdb13dc6052b50789ed60a8b47'/>
<id>urn:sha1:c988e70f2c009bbdb13dc6052b50789ed60a8b47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace thread engine with job engine</title>
<updated>2010-08-25T01:42:47Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-08-25T01:42:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=468bbfda34453f50b533701c8ef50ad22def092a'/>
<id>urn:sha1:468bbfda34453f50b533701c8ef50ad22def092a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ThreadSignalSocket to EventHandler to avoid calling recv() on an eventfd, which does not work</title>
<updated>2010-08-03T21:32:43Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-06-20T00:58:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=86c8c97d11666ac5b06d2bbaf86c3c8695ad7851'/>
<id>urn:sha1:86c8c97d11666ac5b06d2bbaf86c3c8695ad7851</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linux 2.6.27)</title>
<updated>2010-08-03T21:32:43Z</updated>
<author>
<name>Daniel De Graaf</name>
</author>
<published>2010-05-22T00:28:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3ba8597b787d432be4088a87664f66bbe90b90af'/>
<id>urn:sha1:3ba8597b787d432be4088a87664f66bbe90b90af</id>
<content type='text'>
</content>
</entry>
</feed>
