<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/win, branch v2.0.0b4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/win?h=v2.0.0b4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/win?h=v2.0.0b4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2010-02-23T18:45:26Z</updated>
<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://www.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://www.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://www.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://www.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://www.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://www.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>
<entry>
<title>Text fix.</title>
<updated>2009-10-17T20:51:20Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-17T20:51:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bf269e3cc7c10ec7b93d1edad37d6c82fbf98585'/>
<id>urn:sha1:bf269e3cc7c10ec7b93d1edad37d6c82fbf98585</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11893 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix up finding dns server to use for windows to match latest configreader changes.</title>
<updated>2009-10-17T20:48:20Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-17T20:48:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a2e5dcbe47996628477d4ddfa040e017c4de156'/>
<id>urn:sha1:8a2e5dcbe47996628477d4ddfa040e017c4de156</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11892 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>change vc70.pdb to vc90.pdb.. just cosmetic..</title>
<updated>2009-10-12T22:59:08Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-12T22:59:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0d9a2dc982d379b5b16382b9e44329414521aeba'/>
<id>urn:sha1:0d9a2dc982d379b5b16382b9e44329414521aeba</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11862 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Clean up the compile flags a little. BTW windows now builds again.</title>
<updated>2009-10-12T22:48:12Z</updated>
<author>
<name>peavey</name>
</author>
<published>2009-10-12T22:48:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=72da918ac57590981b2ed1c2c16edc7a39ad31e6'/>
<id>urn:sha1:72da918ac57590981b2ed1c2c16edc7a39ad31e6</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11860 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
