<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/threadengines/threadengine_pthread.cpp, branch v1.2.3</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=v1.2.3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/threadengines/threadengine_pthread.cpp?h=v1.2.3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-08-12T19:56:43Z</updated>
<entry>
<title>Change to using read/write not send/recv on the ThreadSignalSocket pipe</title>
<updated>2009-08-12T19:56:43Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-12T19:56:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=22a32e8fd8b31f3d94c5b9ede6fb258b0d66950f'/>
<id>urn:sha1:22a32e8fd8b31f3d94c5b9ede6fb258b0d66950f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11506 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix double-free in ~SocketThread</title>
<updated>2009-08-11T20:40:57Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-08-11T20:40:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f07b96003452b042301529467d3e682f11f48434'/>
<id>urn:sha1:f07b96003452b042301529467d3e682f11f48434</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11501 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Add test-compile checks for epoll and eventfd</title>
<updated>2009-03-23T18:49:06Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:49:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=58eae4fc8af1602396da456aab109eca8aaed7d6'/>
<id>urn:sha1:58eae4fc8af1602396da456aab109eca8aaed7d6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11253 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: Allow interthread signaling without needing as many hacks</title>
<updated>2009-03-23T18:48:51Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=59dbcc1245468218ec7e2372b2678351382a34f0'/>
<id>urn:sha1:59dbcc1245468218ec7e2372b2678351382a34f0</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11251 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: remove MutexFactory, mutexes should be constructed using their constructor</title>
<updated>2009-03-23T18:48:42Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f9e6de5284aaacd55aa389445cd595bdcaa8339e'/>
<id>urn:sha1:f9e6de5284aaacd55aa389445cd595bdcaa8339e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11250 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ThreadEngine: remove excessive mutex use on thread creation</title>
<updated>2009-03-23T18:48:32Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-03-23T18:48:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b6eae36661bc798f69b22393b85a4f06d533cf6'/>
<id>urn:sha1:7b6eae36661bc798f69b22393b85a4f06d533cf6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11249 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update all wiki links to point to the new wiki. This was done automatically with the following command, only .Makefile.inc got some indent fixups by hand.</title>
<updated>2009-03-15T12:42:35Z</updated>
<author>
<name>psychon</name>
</author>
<published>2009-03-15T12:42:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef'/>
<id>urn:sha1:b6dbd6caab62bc2c0d11ce5a45d511611eb9c2ef</id>
<content type='text'>
for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update copyrights for 2009.</title>
<updated>2009-01-02T18:16:05Z</updated>
<author>
<name>w00t</name>
</author>
<published>2009-01-02T18:16:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43847ec9c7e1a195163eb4c529f1c92fd1ace0a4'/>
<id>urn:sha1:43847ec9c7e1a195163eb4c529f1c92fd1ace0a4</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Suggested by nenolod, lets add this for thread signal safety</title>
<updated>2008-09-28T11:56:57Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-28T11:56:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f7a563946c0f0f555440c30f91608880c9ebce89'/>
<id>urn:sha1:f7a563946c0f0f555440c30f91608880c9ebce89</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10605 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>MutexEngine -&gt; MutexFactory, more sensible name</title>
<updated>2008-09-04T11:03:58Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-04T11:03:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bc770c5388bc5517be85afb43255cb9f8ead0d33'/>
<id>urn:sha1:bc770c5388bc5517be85afb43255cb9f8ead0d33</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10385 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
