index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
socketengine.cpp
Age
Commit message (
Expand
)
Author
2018-02-17
Fix building on Windows (mostly).
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::SendTo().
Peter Powell
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::Connect().
Peter Powell
2017-12-23
Get rid of InspIRCd::QuickExit.
Peter Powell
2017-10-22
Deduplicate error handling in the socket engines.
Peter Powell
2017-10-22
Convert GetMaxFds() to size_t and deduplicate setting code.
Peter Powell
2017-07-11
Improve and centralize socket engine event counters.
Robin Burchell
2015-04-12
Dispatch EventHandler events to dedicated virtual functions
Attila Molnar
2015-03-04
Add SocketEngine::WriteV()
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-06-07
Relax fd bounds checking
Attila Molnar
2014-04-12
Filter out newlines from error messages on Windows
Attila Molnar
2014-02-09
Call DelFd() and SetFd(-1) from SocketEngine::Close(EventHandler*)
Attila Molnar
2014-02-08
Change all socketengine methods to be static
Attila Molnar
2014-02-08
Move socketengine stats into a new class
Attila Molnar
2014-02-08
Update SocketEngine::CurrentSetSize in AddFdRef()/DelFdRef()
Attila Molnar
2014-02-08
Rename SocketEngine::AddFd() and DelFd() to AddFdRef() and DelFdRef()
Attila Molnar
2014-02-04
Coding style changes in socketengines
Adam
2014-02-04
New socketengine stuff:
Adam
2013-08-30
Merge insp20
attilamolnar
2013-07-14
Use the correct socket related error messages on Windows
Adam
2013-04-28
Merge insp20
attilamolnar
2013-04-24
Move SocketEngine::IgnoreError() code into socketengine.h and add test for EW...
attilamolnar
2013-04-16
Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...
Adam
2013-04-16
Do not enable SO_LINGER on our sockets
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-09-13
Set errno to EINPROGRESS on Windows when the connect() call does not complete...
attilamolnar
2012-05-23
Count the actual number of sent/received bytes in SocketEngine instead of the...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-01
Fix possible uninit memory access detected by valgrind
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-13
Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o...
danieldg
2009-10-24
Get rid of OpenTCPSocket
danieldg
2009-10-10
Compile fixes, these too take char* on windows and not void*.
peavey
2009-09-30
Remove include/inspircd_se_config.h and socketengine-specific headers
danieldg
2009-09-26
Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
ThreadWindows: Remove ThreadSignalListener and connect the socket right away
danieldg
2009-09-02
Cast rework: use C++ style static_cast<> instead of C-style casts
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-14
Nuke trailing spaces
peavey
2009-01-02
Update copyrights for 2009.
w00t
2008-11-01
Second attempt at time() -> SI->Time(), now problems with the original were f...
w00t
2008-10-23
Revert earlier time() -> SI->Time() diff for now, this causes problems with d...
w00t
2008-10-23
Patch from Namegduf converting all instances (where possible) of time() -> Se...
w00t
2008-09-07
Initialising the member we added might be an idea.
w00t
2008-09-07
Fix a stupid error, and two warnings.
w00t
2008-09-07
Start moving IO hooking from being bufferedsocket based to residing in EventH...
w00t
2008-08-25
Add poll to build system if kqueue/epoll/ports are not used, above select.
w00t
[next]