2007-07-27 |
brain | Move a bunch of stuff around for tidyness, win32 functi... |
tree | commitdiff |
2007-07-25 |
peavey | Un-static InspIRCd::Exit and use SignalHandler instead. |
tree | commitdiff |
2007-07-23 |
burlex | * Sockets will now always be nonblocking on win32 versi... |
tree | commitdiff |
2007-07-22 |
frostycoolslug | Fixed windows configure in release mode in a directory... |
tree | commitdiff |
2007-07-16 |
peavey | OOPS! We try again, since I'm smoking craq. LF is 0x0a... |
tree | commitdiff |
2007-07-16 |
peavey | Set EOL to WINDOWS-style always for Visual Studio files. |
tree | commitdiff |
2007-07-16 |
peavey | 'svn propset -R svn:eol-style CR *' Set to UNIX-style... |
tree | commitdiff |
2007-07-16 |
peavey | Add flags to /STATS s output, and nuke some ^M |
tree | commitdiff |
2007-07-16 |
peavey | Ok windows.. YOU WIN :< .. but at least I can use MAXBU... |
tree | commitdiff |
2007-07-16 |
peavey | Oops, the (*p) check was meant for the inner loop,... |
tree | commitdiff |
2007-07-16 |
peavey | Begone evil DOS format :< |
tree | commitdiff |
2007-07-16 |
peavey | And add colour.h to wrapper resource instead of the... |
tree | commitdiff |
2007-07-16 |
peavey | Use wrapper include instead of colour.h. |
tree | commitdiff |
2007-07-16 |
peavey | Tide this up and fix possible buffer overflow. Cannot... |
tree | commitdiff |
2007-07-16 |
peavey | Use colours.h in win_wrapper and also add __COLOURS_H... |
tree | commitdiff |
2007-07-16 |
peavey | Remove printf_c from wrapper, this code also segfaulted... |
tree | commitdiff |
2007-07-16 |
peavey | Use vsnprintf instead of vsprintf. |
tree | commitdiff |
2007-06-14 |
burlex | - Made the recvfrom wrapper a bit neater. |
tree | commitdiff |
2007-06-14 |
brain | Add sections to installer for pcre, segregate the m_fil... |
tree | commitdiff |
2007-06-14 |
burlex | - Fix for a bug in the win32 inet_ptoa implementation... |
tree | commitdiff |
2007-06-13 |
brain | Have the installer install cert.pem and key.pem to... |
tree | commitdiff |
2007-06-13 |
brain | Add default windows certs. People shouldnt use these... |
tree | commitdiff |
2007-06-13 |
brain | And get it right. |
tree | commitdiff |
2007-06-13 |
brain | Update descriptions |
tree | commitdiff |
2007-06-13 |
brain | Being as people while about the odd kludge here and... |
tree | commitdiff |
2007-06-13 |
brain | Nasty kludge to allow for optional install of ssl: |
tree | commitdiff |
2007-06-13 |
burlex | * Fixed IOCPEngine under x64 (because of incorrect... |
tree | commitdiff |
2007-06-13 |
burlex | - Fixed configure script to allow gnutls compilation... |
tree | commitdiff |
2007-06-13 |
burlex | + Added x64 solutions for VC2005, for future work.... |
tree | commitdiff |
2007-06-11 |
brain | This breaks stuff. We can't use it. |
tree | commitdiff |
2007-06-11 |
brain | Prompting for wether or not to wipe the .h and build... |
tree | commitdiff |
2007-06-11 |
brain | Change from /GS to /Gm in makefiles |
tree | commitdiff |
2007-06-11 |
brain | Put the check back so we dont keep doing builds from... |
tree | commitdiff |
2007-06-11 |
brain | Remove unused var |
tree | commitdiff |
2007-06-08 |
burlex | - Enabled minimal rebuild on all VS project files,... |
tree | commitdiff |
2007-06-08 |
burlex | * Fixed VC8 m_spanningtree project file. second commit... |
tree | commitdiff |
2007-06-08 |
burlex | + Added an *almost* unix-like fork system for windows... |
tree | commitdiff |
2007-06-06 |
brain | Comments |
tree | commitdiff |
2007-06-02 |
brain | Change the behaviour of insp in windows to keep its... |
tree | commitdiff |
2007-06-02 |
brain | Change configure to generate .mak files with warning... |
tree | commitdiff |
2007-06-02 |
brain | Add comments |
tree | commitdiff |
2007-05-26 |
brain | This should do it |
tree | commitdiff |
2007-05-26 |
brain | Installer was defaulting the dir to c:\program files... |
tree | commitdiff |
2007-05-26 |
brain | Make two sections "Binaries" and "command handlers... |
tree | commitdiff |
2007-05-26 |
brain | Change icon to something nicer than a blue arrow (our... |
tree | commitdiff |
2007-05-26 |
brain | Add warning to edit config files in installer |
tree | commitdiff |
2007-05-25 |
brain | Choose the correct defines so that its not built too... |
tree | commitdiff |
2007-05-25 |
brain | Add defines that speed up the build process and reduce... |
tree | commitdiff |
2007-05-24 |
brain | Two things, document how InspIRCd finds the dns server... |
tree | commitdiff |
2007-05-24 |
brain | Whoops, helps if it compresses, not decompresses. |
tree | commitdiff |
2007-05-24 |
brain | Compressor script that compresses all shared objects... |
tree | commitdiff |
2007-05-22 |
brain | Have configure try and create ..\bin\release\* and... |
tree | commitdiff |
2007-05-22 |
brain | Comment on how we came up with this code, and comment it |
tree | commitdiff |
2007-05-22 |
brain | This could do with some comments |
tree | commitdiff |
2007-05-22 |
brain | Tidyup |
tree | commitdiff |
2007-05-22 |
brain | Code to find nameservers in the windows registry -... |
tree | commitdiff |
2007-05-22 |
brain | Add BUILD define which tells the install script what... |
tree | commitdiff |
2007-05-22 |
brain | Its CreateDirectory in win :/ |
tree | commitdiff |
2007-05-22 |
brain | Have this make the debug and release dirs, fannying... |
tree | commitdiff |
2007-05-22 |
brain | Change to NOT optimize, /O2 was set on all projects... |
tree | commitdiff |
2007-05-22 |
brain | Update this to always run even if we have an inspircd_c... |
tree | commitdiff |
2007-05-21 |
brain | Add .net framework version check |
tree | commitdiff |
2007-05-21 |
brain | Fix to properly uninstall |
tree | commitdiff |
2007-05-21 |
brain | Reorder includes, dont worry there is method to my... |
tree | commitdiff |
2007-05-21 |
brain | Fix warnings |
tree | commitdiff |
2007-05-21 |
brain | Shortcut working dir is set to SetOutPath value, fix... |
tree | commitdiff |
2007-05-21 |
brain | Most likely doesnt work |
tree | commitdiff |
2007-05-21 |
brain | Install InspGUI to $INSTDIR, not $INSTDIR\Bin |
tree | commitdiff |
2007-05-21 |
brain | Obsolete mods are in here :/ |
tree | commitdiff |
2007-05-21 |
brain | Fix |
tree | commitdiff |
2007-05-21 |
brain | Growl. |
tree | commitdiff |
2007-05-21 |
brain | Invalid COPYING path |
tree | commitdiff |
2007-05-21 |
brain | NSIS installer script |
tree | commitdiff |
2007-05-20 |
w00t | - *slap Om with some unpronouncable fish* - you forgot... |
tree | commitdiff |
2007-05-20 |
brain | Coding style tidyup. PLEASE don't let vs assrape this... |
tree | commitdiff |
2007-05-20 |
om | Same change for VC71. This is a manual edit of the... |
tree | commitdiff |
2007-05-20 |
om | Quote the commanline to run configure.exe so it works... |
tree | commitdiff |
2007-05-20 |
brain | We will get this right eventually |
tree | commitdiff |
2007-05-20 |
brain | Also wrong |
tree | commitdiff |
2007-05-20 |
brain | Wrong wrong wrong. |
tree | commitdiff |
2007-05-20 |
brain | Throw bad alloc on out of memory, not return null,... |
tree | commitdiff |
2007-05-20 |
brain | Merge in burlex's easy-build patch, apparently its... |
tree | commitdiff |
2007-05-20 |
brain | Change the define that defines strcasecmp->stricmp... |
tree | commitdiff |
2007-05-20 |
brain | Update from burlex, thanks |
tree | commitdiff |
2007-05-20 |
brain | Begone shitty safe stl warnings! |
tree | commitdiff |
2007-05-20 |
brain | Guh. 1am Brain is weak brain. |
tree | commitdiff |
2007-05-20 |
w00t | - These two need to be generated by configure.exe ... |
tree | commitdiff |
2007-05-20 |
brain | Patch for vc8 project files by burlex, thanks |
tree | commitdiff |
2007-05-19 |
w00t | And remove a whole heap of .orig shit I just managed... |
tree | commitdiff |
2007-05-19 |
w00t | Helps if I add the w32 specific code, too. :p |
tree | commitdiff |
|