| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Dispatch EventHandler events to dedicated virtual functions•••Remove enum EventType | 2015-04-12 | 1 | -2/+2 | |
| * | Kill needless #includes in source files | 2014-06-14 | 1 | -4/+0 | |
| * | Change the number reported by SocketEngine::GetMaxFds() to be informal•••Do not exit if we can't determine it | 2014-06-07 | 1 | -11/+3 | |
| * | Relax fd bounds checking•••We can cope with fds greater than SocketEngine::GetMaxFds() since 3752b3f59d5216d7dc6221a361efc76b9ad2273d | 2014-06-07 | 1 | -2/+2 | |
| * | Store the EventHandler* in the kevent/epoll_event/portev struct•••This removes the need to call GetRef() for every socket in DispatchEvents() | 2014-02-09 | 1 | -2/+2 | |
| * | Change all socketengine methods to be static | 2014-02-08 | 1 | -29/+20 | |
| * | Move socketengine stats into a new class | 2014-02-08 | 1 | -3/+3 | |
| * | Update SocketEngine::CurrentSetSize in AddFdRef()/DelFdRef() | 2014-02-08 | 1 | -3/+0 | |
| * | Rename SocketEngine::AddFd() and DelFd() to AddFdRef() and DelFdRef() | 2014-02-08 | 1 | -2/+2 | |
| * | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | 2014-02-08 | 1 | -6/+0 | |
| * | Fix oversight in 3752b3f59d5216d7dc6221a361efc76b9ad2273d | 2014-02-05 | 1 | -5/+7 | |
| * | Coding style changes in socketengines | 2014-02-04 | 1 | -9/+1 | |
| * | New socketengine stuff:•••Use vectors that grow as necessary instead of mass allocating everything at once Rework poll engine logic to make sense | 2014-02-04 | 1 | -44/+36 | |
| * | Merge insp20 | 2013-08-30 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix low risk crash when we can't determine maximum open socket count. | 2013-07-07 | 1 | -2/+2 | |
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -4/+4 | |
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -5/+5 | |
| * | | Merge inspircd_{config,version}.h into a single header file. | 2013-04-05 | 1 | -1/+0 | |
| |/ | |||||
| * | Fix errors in socketengine_ports so it compiles on Solaris•••Thanks to fraggeln for reporting and testing | 2012-12-21 | 1 | -9/+9 | |
| * | Replace printf(_c) with iostream | 2012-10-14 | 1 | -3/+4 | |
| * | Fix Doxygen syntax errors. | 2012-07-05 | 1 | -1/+0 | |
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+15 | |
| * | Fixes for bug #12 | 2012-04-14 | 1 | -2/+2 | |
| * | Remove bad return statement - noticed by zynox, thanks | 2011-01-04 | 1 | -1/+0 | |
| * | DelFd should not fail, it will leave a bad dangling pointer in that case•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12584 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -3/+3 | |
| * | Don't send events for removed FDs when both read and write are ready•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12582 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-02 | 1 | -12/+2 | |
| * | Remove excessive gettimeofday system calls•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12293 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-18 | 1 | -0/+1 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -2/+2 | |
| * | Remove include/inspircd_se_config.h and socketengine-specific headers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-30 | 1 | -1/+59 | |
| * | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11762 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -2/+2 | |
| * | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11760 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-26 | 1 | -39/+46 | |
| * | Create StreamSocket for IO hooking implementation•••Fixes the SSL SendQ bug Removes duplicate code between User and BufferedSocket Simplify SSL module API Simplify EventHandler API (Readable/Writeable moved to SE) Add hook for culled objects to invoke callbacks prior to destructor Replace SocketCull with GlobalCull now that sockets can close themselves Shorten common case of user read/parse/write path: User::Write is now zero-copy up to syscall/SSL invocation User::Read has only two copy/scan passes from read() to ProcessCommand git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11752 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-09-21 | 1 | -3/+3 | |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-03-15 | 1 | -1/+1 | |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-01-02 | 1 | -1/+1 | |
| * | These socket engines may now recieve write and read events in the same cycle,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10514 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-09-11 | 1 | -1/+1 | |
| * | Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9394 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-04-07 | 1 | -0/+1 | |
| * | Automatic detection and allocation of max fds. No longer needs recompile to c...•••Please note that select and iocp socket engines do not support detection and are always set to FD_SETSIZE and 10240 descriptors respectively. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9263 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-04-02 | 1 | -6/+28 | |
| * | Convert remaining InspIRCd::Log() calls to new logging system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9001 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-22 | 1 | -4/+4 | |
| * | Keep count of the number of events in total, and seperate read, write and err...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8933 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-02-14 | 1 | -0/+6 | |
| * | Header update: 2007 -> 2008•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8694 e03df62e-2008-0410-955e-edbf42e46eb7 | 2008-01-10 | 1 | -1/+1 | |
| * | Move socketengines into their own dir. This was all w00t's idea, but i told h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8332 e03df62e-2008-0410-955e-edbf42e46eb7 | 2007-10-23 | 1 | -0/+129 | |
