Age | Commit message (Expand) | Author |
2006-12-17 | Use $^O rather than chomp(`uname`); - use perl's neat detection of the OS nam... | brain |
2006-12-13 | Fix configure stuff AGAIN. | brain |
2006-12-13 | On now-ancient freebsd 5.2.1, fix the compile by forcing the $(CC) var down t... | brain |
2006-12-10 | Removal of AES, this is no longer required. (This also eliminates code that i... | brain |
2006-12-04 | Fix for bug #177, generate the version string at configure time and write it ... | brain |
2006-11-19 | Apply CXXFLAGS patch from darix | brain |
2006-11-19 | Remove unused /usr/local/lib from helperfuncs.cpp include dirs etc, its not b... | brain |
2006-11-19 | Add -fno-strict-aliasing to shut up gcc when building with -O2. We know what ... | brain |
2006-11-18 | Add CXXFLAGS appending thing from darix | brain |
2006-11-11 | Enable removal of debug info for tiny systems | brain |
2006-11-02 | More pipe. Everyone likes pipe | brain |
2006-10-31 | Fix the makefile confusion removal of these headers creates | brain |
2006-10-31 | Update configure, remove a bunch of deprecated makefiles that have been just ... | brain |
2006-10-31 | Test commit 2 | brain |
2006-10-31 | Test commit | brain |
2006-10-29 | Test commit | brain |
2006-10-26 | Added unsupported warning for non-interactive configure. WE DONT SUPPORT NON-... | brain |
2006-10-26 | Allow configuring of MAX_DESCRIPTORS by picking max number of clients | brain |
2006-10-26 | Remove the fucking optimization directive from configure, it's not supported,... | w00t |
2006-10-23 | Add $ModDep: special comment, similar to $CompileFlags and $LinkerFlags. | brain |
2006-10-01 | Apply patch for bug#155 submitted by jamie | brain |
2006-09-26 | Dont let people enable gnutls/openssl when they dont have it... imho people s... | brain |
2006-09-26 | Make svshold case insensitive, fix ./configure -update and ./configure -modup... | brain |
2006-09-25 | Fix (broken) ./configure -update and ./configure -modupdate | brain |
2006-09-24 | Fixed the reversal of update and modupdate in ./configure | special |
2006-09-19 | More detail in system detection | brain |
2006-09-19 | More help text stuff | brain |
2006-09-19 | Hard requirement on 5.6.0 and above of perl | brain |
2006-09-19 | Tidy up configure to display better in 80x25 | brain |
2006-09-19 | Tidy up help text | brain |
2006-09-19 | clarify -- and - stuff | brain |
2006-09-19 | Fix old interactive opts and -update etc | brain |
2006-09-19 | Fix typo | brain |
2006-09-19 | Allow -help as well as --help | brain |
2006-09-19 | Skip certificate generation if we're running non-interactive | brain |
2006-09-19 | optional non-interactive configure (woo yay, ./configure --help for info) | brain |
2006-09-13 | Patch from jamie to detect malformed openssl versions | brain |
2006-09-11 | Remove execinfo and threaded dns detection | brain |
2006-09-11 | What TWONK made uname be /bin/uname, its NOT in /bin on bsd. | brain |
2006-09-10 | Remove -Ldl from c++ opts in freebsd... its always been a non-op (all it does... | brain |
2006-09-05 | We were printing a command instead of exec'ing it :p | brain |
2006-09-03 | Obtaining of ssl cert in gnutls module and placing it into a class which is e... | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-09-02 | cmd_* files are now shared object. This lets make -j optimize the build proce... | brain |
2006-08-30 | Remove -v argument from install (openbsd doesnt like it) - thanks wyleniauy | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-19 | Changed modes/ makefile (not yet tested) | brain |
2006-08-10 | #define IS_MINGW on..MinGW (*shock*) | om |
2006-08-10 | Don't use -fPIC on MinGW platforms | om |