Age | Commit message (Expand) | Author |
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 |
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 |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-06-18 | Properly clear the bandwidth measurements | brain |
2008-06-18 | another fix just to piss off people who are trying to build every svn revision | brain |
2008-06-18 | Fix typo | brain |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-04-15 | Fix the problems GreenReaper found with the windows select engine, this has n... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-02-14 | Keep count of the number of events in total, and seperate read, write and err... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | Move socketengines into their own dir. This was all w00t's idea, but i told h... | brain |
2007-10-22 | Conditionals in the buildsystem language allowing for checking of configure f... | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-15 | This is now correct. | brain |
2007-08-15 | * include/caller.h will now compile correctly on Windows platforms. | burlex |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-10-30 | WARNING: This commit breaks kqueue and select -- work in progress! | brain |