<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win, branch v2.0.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/win?h=v2.0.5</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/win?h=v2.0.5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2011-06-18T21:25:35Z</updated>
<entry>
<title>Fix extras compilation under Windows</title>
<updated>2011-06-18T21:25:35Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-06-18T21:25:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=699a8b2fc82949bfd5a39acc5b00670a5c350b4d'/>
<id>urn:sha1:699a8b2fc82949bfd5a39acc5b00670a5c350b4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Final fixups for a working Windows build</title>
<updated>2011-06-09T00:40:29Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-06-09T00:40:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e46e50071fce0e6b47ef7712fae8465933bd618a'/>
<id>urn:sha1:e46e50071fce0e6b47ef7712fae8465933bd618a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix timers never being ticked on windows</title>
<updated>2011-05-21T20:49:26Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-05-21T20:49:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f5409f04cd9fdb99cf4484785a2b14628464b538'/>
<id>urn:sha1:f5409f04cd9fdb99cf4484785a2b14628464b538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed Windows build on VS 2010</title>
<updated>2011-04-10T21:54:20Z</updated>
<author>
<name>Adam</name>
</author>
<published>2011-04-08T07:48:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b56565eac2d7207c88c53054cb1096519ec7fba9'/>
<id>urn:sha1:b56565eac2d7207c88c53054cb1096519ec7fba9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace #define IPV6 with &lt;config defaultbind="ipv6"&gt;, and autodetect if not specified</title>
<updated>2010-02-23T18:45:26Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-02-23T18:45:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=03a1bf15b1da7643b237c22db1a478916a976ccf'/>
<id>urn:sha1:03a1bf15b1da7643b237c22db1a478916a976ccf</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove excessive gettimeofday system calls</title>
<updated>2010-01-18T19:36:41Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2010-01-18T19:36:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e46119759b7099c38f543bd38d0186b9806542f'/>
<id>urn:sha1:7e46119759b7099c38f543bd38d0186b9806542f</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Remove IOCP socket engine</title>
<updated>2009-10-24T20:04:24Z</updated>
<author>
<name>danieldg</name>
</author>
<published>2009-10-24T20:04:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a4b3dc92003178088fa31bc6df9dfbe1cd1c18d1'/>
<id>urn:sha1:a4b3dc92003178088fa31bc6df9dfbe1cd1c18d1</id>
<content type='text'>
IOCP has been experimental since its introduction, and has not worked
correctly for some time. Since we have no windows developer, remove the
dead code.

Most of the advantages of IOCP are not used by an ircd process regardless:
we do not use threads for our client processing, and we add an extra copy
operation that eliminates any gain from OS-level buffer reuse.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11970 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix for memory leak when gui is attached, submitted and fixed by GreenReaper, thanks!</title>
<updated>2009-10-21T22:35:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2009-10-21T22:35:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6ff7e3bae02a466e10006908565dfb606970ede2'/>
<id>urn:sha1:6ff7e3bae02a466e10006908565dfb606970ede2</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11936 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>comment fix..</title>
<updated>2009-10-21T21:49:07Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-21T21:49:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da4e125ea9e215b7ac47b1079be6b33389c64c27'/>
<id>urn:sha1:da4e125ea9e215b7ac47b1079be6b33389c64c27</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11935 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Update VC project file for latest changes to sources.</title>
<updated>2009-10-18T10:44:38Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-18T10:44:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da6e45397e4ee86d6caf86d2fd5fd8f77af48a1e'/>
<id>urn:sha1:da6e45397e4ee86d6caf86d2fd5fd8f77af48a1e</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11903 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
