Age | Commit message (Expand) | Author |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-06-18 | Fix WSAEWOULDBLOCK error on Windows | Daniel De Graaf |
2011-06-06 | Fix incorrect typecast | Daniel De Graaf |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-10-11 | Fixes for SocketThread, missing overload, and a left in deprecated variable. | peavey |
2009-10-11 | Compile fixes. | peavey |
2009-09-26 | Remove InspIRCd* parameters and fields | 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-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Remove unneeded paramaters from OnAcceptReady | danieldg |
2009-08-14 | Fix a compile error for IPv6 windows builds, discovered by Flo | special |
2009-03-25 | Make this compile | peavey |
2009-03-25 | Fix some win32 compile errors, thanks for error output therock247uk | danieldg |
2009-03-25 | more of the fix but it still doesnt build. I know we said this might be unsta... | brain |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-02-22 | Add the same thread safety checks to this, now ive got the project as a whole... | brain |
2008-02-22 | Debug removal | brain |
2008-02-22 | Forgot to initialize critical section. somehow, the new logging code exposed ... | brain |
2008-02-22 | Add mutex wrappers | brain |
2008-02-22 | Now compiles with win32thread and testsuite | brain |
2008-02-22 | Closer to compilation | brain |
2008-02-22 | Win32ThreadEngine makes sense now. No gaurantees it compiles yet. | brain |
2008-02-21 | These are just copies of the pthread engine right now, will probably make the... | brain |
2008-02-10 | Add threading engine stuff. Docs to follow, untested and not used anywhere yet | brain |