aboutsummaryrefslogtreecommitdiff
path: root/src/atom.h (follow)
AgeCommit message (Collapse)Author
2007-10-03Nothing about function. I added a bunch of docs and re-arranged a bunch ofMike Buland
the existing docs. Taking advantage of some of the cooler extra features of doxygen I've started writing extra how-to pages covering working with sections of the library. Also, I started grouping the classes by function so they show up on the Modules page together, very cute.
2007-07-11Bu::Atom is now comparable!Mike Buland
2007-07-10Fixed another Atom bug.Mike Buland
2007-07-10Fixed the atom, it wasn't copying from other atoms properly.David
2007-06-28Many minor changes, hopefully the header fixes will keep future header macroMike Buland
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++.
2007-06-18Added more helper guys to atom, it seems weird, but I think it's ok...Mike Buland
2007-06-18The client/server system now works both ways, in and out, and works as well asMike Buland
the old one in pretty much every way, and better in most. It's much easier to understand. And the atom class is better.
2007-06-18Added the atom class and did some more client work, it will close the socketMike Buland
now when the end has been reached.