Age | Commit message (Expand) | Author |
2011-06-18 | Fix extras compilation under Windows | Adam |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2009-10-17 | Fix up finding dns server to use for windows to match latest configreader cha... | peavey |
2009-10-12 | Define DISABLE_WRITEV and use the IOHook single-copy method for Windows send() | danieldg |
2009-10-11 | Include psapi.h to fix stats.cpp compiling. | peavey |
2009-10-10 | 3rd time lucky? Fix again for setsockopt. | peavey |
2009-10-10 | Slight tweak to setsockopt fix. | peavey |
2009-10-10 | * Fix inspsocket to not include uio.h on windows. | peavey |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-08-15 | win: vs2010 requires this to link in process memory retrieval stuff | w00t |
2009-08-15 | win: don't define error constants on VS2009, they're defined for us (finally) | w00t |
2009-08-03 | Fix types on Windows. Hooray for not supporting stdint.h. Thanks to Special. | w00t |
2009-08-02 | Fix our getops implementation on windows. Have optind available, and make sur... | peavey |
2009-08-02 | No forget using windows' broken inet_pton and inet_ntop, they are not POSIX c... | peavey |
2009-08-02 | Since Windows SDK6.0a inet_pton and inet_ntop is defined if (NTDDI_VERSION >=... | peavey |
2009-06-12 | more fixes. inet_pton is now in error, this is because the windows 6.0 sdk de... | brain |
2009-03-23 | usleep() is no longer needed, and should not be needed in the future | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-10 | Fix win32 build issue. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-27 | Place CRT debug defines in win32wrapper.h, so they are defined everywhere. Th... | w00t |
2008-09-14 | Patch by dz to remove the one usage of strdup/strtok_r, which is very un-C++ ... | special |
2008-09-05 | sql api and m_mysql compile fixes for windows | brain |
2008-08-24 | Properly give the service specific exit code on failure to start. Now we just... | brain |
2008-08-24 | work in progress | brain |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-08-20 | properly coreexport the getcpu() function etc | brain |
2008-08-20 | WMI calls for getting cpu percentage of current process. This code was a biat... | brain |
2008-08-06 | fix compile errors under debug profile in windows. | brain |
2008-06-15 | Base stuff for named pipe IPC | brain |
2008-05-15 | Make FD_SETSIZE larger. We wont ever have this many users via select() on win... | brain |
2008-04-12 | Mapping for mkdir() to _mkdir() for windows | brain |
2008-02-26 | Why the fuck are standard functions all prefixed with a _ on windows??? | brain |
2008-02-26 | #define _popen popen | brain |
2008-02-10 | Fix here too, to allow FD_SETSIZE > 64. If this doesnt work it will need to b... | brain |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-20 | Fix here too | brain |
2007-10-14 | Remove crashdump stuff | brain |
2007-09-04 | * Fixed some incorrect declarations in IOCPEngine | burlex |
2007-08-23 | Move the close() wrapper out of the win32wrapper.h, and into its new proper p... | brain |
2007-08-23 | Craquity craq De-craq! | brain |
2007-08-15 | * include/caller.h will now compile correctly on Windows platforms. | burlex |
2007-07-27 | make sure that the pointers are set up correctly for win32 | brain |
2007-07-27 | SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today. | brain |
2007-07-27 | Fix compile errors in windows | brain |
2007-07-27 | Needs testbuilding in windows. I will probably do this in a minute. | brain |
2007-07-27 | Move a bunch of stuff around for tidyness, win32 functions keep creeping into... | 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 |