Age | Commit message (Expand) | Author |
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 |
2007-07-16 | Add flags to /STATS s output, and nuke some ^M | peavey |
2007-07-16 | Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure wi... | peavey |
2007-07-16 | Begone evil DOS format :< | peavey |
2007-07-16 | And add colour.h to wrapper resource instead of the source. | peavey |
2007-07-16 | Remove printf_c from wrapper, this code also segfaulted when it was used. | peavey |
2007-06-14 | - Made the recvfrom wrapper a bit neater. | burlex |
2007-06-02 | Change the behaviour of insp in windows to keep its window open, with some st... | brain |
2007-05-26 | This should do it | brain |
2007-05-25 | Choose the correct defines so that its not built too lean to compile | brain |
2007-05-25 | Add defines that speed up the build process and reduce executable bloat | brain |
2007-05-22 | This could do with some comments | brain |
2007-05-22 | Code to find nameservers in the windows registry - largely untested | brain |
2007-05-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-20 | Merge in burlex's easy-build patch, apparently its now single-click and wait. | brain |
2007-05-20 | Change the define that defines strcasecmp->stricmp to use _stricmp to suppres... | brain |
2007-05-20 | Begone shitty safe stl warnings! | brain |
2007-05-20 | Patch for vc8 project files by burlex, thanks | brain |
2007-05-19 | Helps if I add the w32 specific code, too. :p | w00t |