<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/threadengines/threadengine_pthread.h, branch v1.2.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/threadengines/threadengine_pthread.h?h=v1.2.1</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/threadengines/threadengine_pthread.h?h=v1.2.1'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2009-03-23T18:48:51Z</updated>
<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>Nuke trailing spaces</title>
<updated>2009-02-14T21:14:36Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-02-14T21:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f209cce90b394acd26e22eacef0bff61e8f5b4e1'/>
<id>urn:sha1:f209cce90b394acd26e22eacef0bff61e8f5b4e1</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11105 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>Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock()</title>
<updated>2008-09-06T14:41:44Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-06T14:41:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=43240de39d64ccd1cc886342002b14f4147a2efc'/>
<id>urn:sha1:43240de39d64ccd1cc886342002b14f4147a2efc</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10418 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>
<entry>
<title>Fix silly compile errors</title>
<updated>2008-09-04T10:28:21Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-04T10:28:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7c42793a1edc382770de33327ec3684b9f4ac04b'/>
<id>urn:sha1:7c42793a1edc382770de33327ec3684b9f4ac04b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10383 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>ability to create mutexes (rather than just having one system wide mutex) in the threadengines, allows for migration of m_mysql etc.</title>
<updated>2008-09-04T10:06:59Z</updated>
<author>
<name>brain</name>
</author>
<published>2008-09-04T10:06:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=edd35ae3af70075e0d59b6409f6d206c6c08d85b'/>
<id>urn:sha1:edd35ae3af70075e0d59b6409f6d206c6c08d85b</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10381 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
