Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Chop off trailing \0 in ByteArray::toString(). | Remko Tronçon | |
2011-04-18 | Added ByteArray unit tests for null termination. | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2009-09-30 | Fix ByteArray::getData() when bytearray is empty. | Remko Tronçon | |
Also did similar fix for ByteArray constructor. |