<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/socketengine_epoll.cpp, branch v1.1.0b8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/socketengine_epoll.cpp?h=v1.1.0b8</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/socketengine_epoll.cpp?h=v1.1.0b8'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2006-12-30T17:14:52Z</updated>
<entry>
<title>Change delays to 1 sec.</title>
<updated>2006-12-30T17:14:52Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-30T17:14:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1f8c12807a3b31b6e1c3fe2c5e2394acdf9ebb5a'/>
<id>urn:sha1:1f8c12807a3b31b6e1c3fe2c5e2394acdf9ebb5a</id>
<content type='text'>
NOTE: The chances of this actually waiting for 1 sec on any sizeable network are miniscule


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6176 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, dont call userrec::GetFullHost or snprintf for every item, call it just once.</title>
<updated>2006-12-30T15:11:40Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-30T15:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6fff3c54be91dbbfe5e3ffca4204ad0378d70b7d'/>
<id>urn:sha1:6fff3c54be91dbbfe5e3ffca4204ad0378d70b7d</id>
<content type='text'>
Turns O(n) calls for every write into O(~1) calls per write.
Remove some debug from the socketengines which makes debugging hard on large channels (write availability message)


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6171 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We can't log in SocketEngine::DelFd(), because the fd we're removing might just be that of the logger!</title>
<updated>2006-12-23T23:52:53Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T23:52:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e473ba1a256b6b38a7ac567ae5b77612e1781a82'/>
<id>urn:sha1:e473ba1a256b6b38a7ac567ae5b77612e1781a82</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6082 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Fix bug in m_dnsbl, a condition is always matched because someone was using unsigned int to check a return val that can be -1 *slap w00t*</title>
<updated>2006-12-23T16:40:09Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-23T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=de3978c580edabe667d0845ed6027c9ff25e461b'/>
<id>urn:sha1:de3978c580edabe667d0845ed6027c9ff25e461b</id>
<content type='text'>
Change around the way exit codes are formed so that we can return a sensible exit code that reflects why inspircd exited


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6076 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Jesus, look who's the commit whore today. More header updates, and removal of namespacing.</title>
<updated>2006-12-15T21:45:30Z</updated>
<author>
<name>w00t</name>
</author>
<published>2006-12-15T21:45:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7'/>
<id>urn:sha1:1552f3918ac0dad7fef9b86b70c0f4a63d4e37a7</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5996 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Untested, new clever pointer voodoo class for binary-safe ziplinks output buffers</title>
<updated>2006-12-11T18:23:15Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-12-11T18:23:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f5bc7aa7ceaee27df4aa047f3b702619f15fa00c'/>
<id>urn:sha1:f5bc7aa7ceaee27df4aa047f3b702619f15fa00c</id>
<content type='text'>
PLUS: Fix for random epoll dispatchevents crashes.


git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5926 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Another couple of 'forgot to memset's</title>
<updated>2006-11-14T20:01:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-14T20:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3de29f341a1a7e057d248686a9a9170ac67f466'/>
<id>urn:sha1:a3de29f341a1a7e057d248686a9a9170ac67f466</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5742 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>Properly zero the epoll_event in epollengine WantWrite to stop a valgrind warning</title>
<updated>2006-11-14T19:37:05Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-14T19:37:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9d5102ed8b0985de418e7acc2613c3ded7fbfe96'/>
<id>urn:sha1:9d5102ed8b0985de418e7acc2613c3ded7fbfe96</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5741 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>A few lines here are loglevel DEFAULT and should be DEBUG.</title>
<updated>2006-11-11T17:37:56Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-11-11T17:37:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5a3fe7e53da9299a1d6ae0698d364b653770baad'/>
<id>urn:sha1:5a3fe7e53da9299a1d6ae0698d364b653770baad</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5696 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
<entry>
<title>We should be fine without oneshot, i'll test this.</title>
<updated>2006-10-31T21:12:01Z</updated>
<author>
<name>brain</name>
</author>
<published>2006-10-31T21:12:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=53707ca261637f978dc16b4f93b7899240c8f769'/>
<id>urn:sha1:53707ca261637f978dc16b4f93b7899240c8f769</id>
<content type='text'>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5612 e03df62e-2008-0410-955e-edbf42e46eb7
</content>
</entry>
</feed>
