aboutsummaryrefslogtreecommitdiff
path: root/src/plugger.h (follow)
AgeCommit message (Expand)Author
2012-01-19Fixed 32/64 bit issueMike Buland
2011-01-20Wow! Merged the branch, streams are updated, and there's no more FString, runMike Buland
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2011-01-12Plugger, and potentially anything that can use windows, can report windowsMike Buland
2011-01-12Plugger works on windows!Mike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-02-04david - Made a build-M3 file for building to windows (mingw). This one actual...David
2009-05-15Made the plugger a little more friendly.Mike Buland
2008-10-01Ok, NIDS is getting better and better, and I went ahead and cleaned up someMike Buland
2008-06-07This is a testing version. Nothing should be broken, but I won't gurantee it.Mike Buland
2008-02-07Just updated the copyright date.Mike Buland
2007-11-15david - adding license tag to the top of all header filesDavid
2007-10-21Updated, it uses Bu::FString for it's strings now, much nicer.Mike Buland
2007-07-03Ah, that explains much, I did the big reorg -> trunk move and forgot to commitMike Buland
2007-06-29The plugger was dying on a HashException it should have caught, and the LoggerMike Buland
2007-06-28Client code is better, so is the socket, you can get addresses and other coolMike Buland
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
2007-06-28Another one, five lines down.Mike Buland
2007-06-28Oi, another bug fix, the same line...Mike Buland
2007-06-28Another stupid plugger bug.Mike Buland
2007-06-26Fixed a bug in the plugger and added the skeleton of the MemBuf class.Mike Buland
2007-06-25I think the plugger and programchain are all up to date to work with the newMike Buland
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
2007-01-31Added an extra line because svn is all confused.Mike Buland
2007-01-30Hey, Plugger doesn't kill your program with exit, it just throws an exception.Mike Buland
2007-01-30Added some more helpers to Plugger, which really needs to get with the times andMike Buland
2007-01-28Updated the plugger to expose the third version of the plugin-info macro, thisMike Buland
2006-10-19The plugger now cleans up after you if you're a slob.Mike Buland
2006-08-22Added a new helper to the plugger.Mike Buland
2006-06-22Updated some tests so they don't work but will compile, and made some pleasantMike Buland
2006-06-05Fixes to the plugin system, it's a little tricky to test, but it's looking good.Mike Buland
2006-06-05Added a complete, general plugin manager system. There's a little bit ofMike Buland