<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/threadengines/threadengine_pthread.h, branch v3.4.0</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=v3.4.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/threadengines/threadengine_pthread.h?h=v3.4.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2014-06-24T11:09:26Z</updated>
<entry>
<title>Inherit ThreadQueueData from Mutex to avoid duplicating code</title>
<updated>2014-06-24T11:09:26Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T11:09:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2760311db1446951b6a3894f7dc1f6a8f3ee931'/>
<id>urn:sha1:d2760311db1446951b6a3894f7dc1f6a8f3ee931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move and rename class ThreadData to ThreadEngine::ThreadState</title>
<updated>2014-06-24T10:54:05Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T10:54:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a77b9081d4e17bfe8b887073c09d531b2f4c4842'/>
<id>urn:sha1:a77b9081d4e17bfe8b887073c09d531b2f4c4842</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>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>Remove the unused ThreadEngine::GetName() method from both implementations</title>
<updated>2014-06-24T10:36:38Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2014-06-24T10:36:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee08a00d1ba447072484f96c445e985f15f48e49'/>
<id>urn:sha1:ee08a00d1ba447072484f96c445e985f15f48e49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up source files:</title>
<updated>2013-04-12T16:03:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2013-04-02T19:12:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11cafc12d5440b67a9f676c9f6aa67840ca5399d'/>
<id>urn:sha1:11cafc12d5440b67a9f676c9f6aa67840ca5399d</id>
<content type='text'>
- Use #pragma once instead of include guards.
- Move header files in src/modules to include/modules.
- Fixed various spacing issues.
</content>
</entry>
<entry>
<title>Fix Doxygen syntax errors.</title>
<updated>2012-07-05T20:00:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2012-07-05T20:00:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=808a0a09577009c2d6e494979c2189426b332aef'/>
<id>urn:sha1:808a0a09577009c2d6e494979c2189426b332aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace copyright headers with headers granting specific authors copyright</title>
<updated>2012-04-19T18:58:29Z</updated>
<author>
<name>Robby-</name>
</author>
<published>2012-04-19T18:58:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=46a39046196f55b52336e19662bb7bac85b731ac'/>
<id>urn:sha1:46a39046196f55b52336e19662bb7bac85b731ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some of the include guard names (requested by SaberUK)</title>
<updated>2012-04-15T06:33:20Z</updated>
<author>
<name>Justin Crawford</name>
</author>
<published>2012-04-15T03:21:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ebd9cba72056c5b36696e166826afb981f25ebb'/>
<id>urn:sha1:9ebd9cba72056c5b36696e166826afb981f25ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for bug #12</title>
<updated>2012-04-15T01:03:25Z</updated>
<author>
<name>Justin Crawford</name>
</author>
<published>2012-04-15T01:03:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5'/>
<id>urn:sha1:df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5</id>
<content type='text'>
</content>
</entry>
</feed>
