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
/
inspsocket.cpp
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2020-07-30
Update copyright headers.
InspIRCd Robot
2020-07-27
Fix secure websocket users not being seen as secure.
Matt Schatz
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-09
More HasFd() conversions.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-07-21
Add a method for swapping user I/O handlers.
Peter Powell
2019-05-22
Add an overload of StreamSocket::Close which closes when all data has been wr...
linuxdaemon
2019-04-15
Fix linking servers with UNIX sockets.
Peter Powell
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2018-07-18
Add the family() member to the sockaddrs union.
Peter Powell
2018-04-09
Optimize some behaviour in the core (#1476).
Dylan Frank
2018-01-20
Pass an irc::socket::sockaddrs to SocketEngine::Connect().
Peter Powell
2017-11-17
Fix a ton of -Wsign-conversion warnings.
Peter Powell
2016-08-08
Add support for multiple IOHooks per StreamSocket
Attila Molnar
2016-08-08
Call StreamSocket::OnDataReady() from only one place
Attila Molnar
2016-08-08
Extract code that reads data into a recvq from StreamSocket::DoRead() into Re...
Attila Molnar
2016-08-08
Extract code that flushes the sendq from StreamSocket::DoWrite() into FlushSe...
Attila Molnar
2016-08-08
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given ...
Attila Molnar
2016-08-08
Pass sendq to OnStreamSocketWrite
Attila Molnar
2015-06-06
Clean up indent in StreamSocket::DoWrite()
Attila Molnar
2015-06-06
Call OnStreamSocketWrite() once per write event
Attila Molnar
2015-06-06
Convert all code to use StreamSocket::SendQueue
Attila Molnar
2015-04-15
Remove exception handling from StreamSocket methods calling IOHooks
Attila Molnar
2015-04-12
Dispatch EventHandler events to dedicated virtual functions
Attila Molnar
2015-03-04
Use the native IOVector type in StreamSocket::DoWrite()
Attila Molnar
2015-03-04
Remove DISABLE_WRITEV and StreamSocket code for platforms lacking writev() su...
Attila Molnar
2015-03-04
Add SocketEngine::WriteV()
Attila Molnar
2015-01-10
Store iovec array on the stack instead of heap allocating it for the lifetime...
Attila Molnar
2015-01-10
Remove pointless fd == INT_MAX check from StreamSocket::DoWrite()
Attila Molnar
2015-01-10
Remove some unnecessary NULL checks
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-07-10
Remove current time parameter of the Timer constructor
Attila Molnar
2014-06-14
Kill needless #includes in source files
Attila Molnar
2014-03-15
Change allocation of InspIRCd::Timers to be physically part of the object con...
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
Change SocketEngine functions that do not require an instance to be static
Attila Molnar
2014-01-30
Allow Timers to delete themselves in Tick()
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2014-01-22
Split IOHook into IOHook and IOHookProvider
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-08-30
Merge insp20
attilamolnar
2013-07-14
Use the correct socket related error messages on Windows
Adam
2013-07-07
Do not send too much data over SSL in one go
attilamolnar
2013-06-07
Create IOHook interface (extracted from Module)
attilamolnar
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-26
Modularize DNS
Adam
2013-04-21
Timer changes and TimerManager enhancements
attilamolnar
[next]