summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2007-10-23Auto generate the install list, no more need to insert it into the .makefile....brain
2007-10-22Make this a little more bulletproofbrain
2007-10-22Conditionals in the buildsystem language allowing for checking of configure f...brain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Big obvious commentsbrain
2007-10-22Comment all this, and tweak it a littlebrain
2007-10-22*POSSIBLE BREAKAGE WARNING* new (currently undocumented) buildsystem that bui...brain
2007-10-22Fix this from an experiment I was playing with :pw00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t
2007-10-15This should be the correct set of tweaks to add user_resolver.cpp.brain
2007-10-11Merge in nenolod's unified build patch from bug #413, thanksbrain
2007-10-04Add -lunwind to libraries on openbsd to fix some compile issues (thanks nenolod)brain
2007-09-15Added support for subdirectories in module directories (for organization). I ...special
2007-08-24The world wont end, but configure might :pbrain
2007-08-24Slightly better regexps, pointed out by stskeepsbrain
2007-08-23Craquity craq De-craq!brain
2007-08-20Checks for libgnugetopt in /usr/local/lib before continuingbrain
2007-08-20Improve this a lotbrain
2007-08-20Extra stuff so that freebsd 4 may work (needs someone with this OS to test!)brain
2007-08-09Patch from djGrrr that correctly detects epoll on fedora 7, which SMRTly deci...brain
2007-08-05Better check for kernel build version and libc version for epoll availability.brain
2007-07-25Put FileLogger in it's own class. Useful when logging doing more focused loggingpeavey
2007-07-24Bye bye Cygwin and static builds o/peavey
2007-07-24server.cpppeavey
2007-07-21Why does getcache return "true" or undef?! Now returns 1 or 0. Thanks stskeepsbrain
2007-07-20Fix gnutls cert generation failing. Thx owine.peavey
2007-07-19Fix for bug #353, theres no solution to this but a slightly craqy one, but at...brain
2007-07-19Check libc version for epoll then check that glibc is built against this kern...brain
2007-07-17Fix copyright headers.peavey
2007-07-17Module directories now use the concatenated linker flags from every cpp file,...special
2007-07-16OOPS! 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-16Little tweak to fix the output when directory modules execute programs for cf...special
2007-07-11Backport patch from stskeeps for checking success of gnutls cert generationbrain
2007-07-01Add -Wno-deprecated to prevent an annoyingly stupid gcc4.2 error which stops ...brain
2007-06-25Fixed sunos 5.11 support, and a header issue with the ports socketengine. Pat...special
2007-06-21Apply patch from BuildSmart that fixes an install path.peavey
2007-06-21Apply OSX patch from BuildSmart that fixes installation issues.peavey
2007-06-05Same herebrain
2007-06-05Configure ldlibs patch by djGrrrbrain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-14Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...brain
2007-05-12WINNAHbrain
2007-05-10Add openssl cert generation prettyness, make it like our gnutls one. It seems...brain
2007-05-05Fix for feature request in bug #262, needs a bit of QA. Simpler prompting for...brain
2007-04-08Add support for solaris 10 IO Completion Ports, contributed by nenolodbrain
2007-04-07Add licensing headers to files which are missing them and make sure they are ...brain
2007-03-04Change openssl autoprompting to use pkg-config, so if you dont *have* pkg-con...brain
2007-02-19Addition of feature request outlined in bug #195, suggested by Brickerbrain
2007-02-06Change the wording of configure, to indicate that building as ipv6 is no long...brain