Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | Added and updated the license info in all the source files, they still said | Mike Buland | |
copyright 2007-2008. | |||
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-02-26 | Thought this may be handy. It should have more functions and things later, but | Mike Buland | |
it's basically an uber-simple counter class that's thread-safe! |