Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-16 | I...think that's a little better. Wow, function pointers in windows have a | Mike Buland | |
lot of problems. This may require a little more research, but basically, you can't just call them inline wherever you'd like. I managed to get it to work by providing simple one line wrapper functions for each function we acquired as a pointer. Crazy mess. Anyway, it should load the library just once now, and Bu::Socket looks a little bit cleaner, but not a heck of a lot. I also added some more docs and removed the author references. | |||
2008-09-15 | Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the | Mike Buland | |
hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. | |||
2008-07-23 | Added BitString, it was used in a few projects. It needs a few functions to | Mike Buland | |
be corrected, they were using standard library features, that shouldn't be hard to fix though. |