aboutsummaryrefslogtreecommitdiffstats
path: root/src/base.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-161/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-2/+5
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-2/+6
* Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-241-2/+4
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Removed wide-char support.Vincent Richard2010-02-031-6/+0
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* New namespace for encoders.Vincent Richard2008-10-121-5/+5
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Fixed typos in documentation.Vincent Richard2005-11-051-3/+3
* Refactored header field values and parameters.Vincent Richard2005-11-041-2/+0
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-2/+2
* Fixed default 'word' constructor using platform handler before being initiali...Vincent Richard2005-07-181-1/+1
* Fixed error given by g++ 3.3 but not >= 3.4.Vincent Richard2005-07-181-0/+4
* Reference counting and smart pointers.Vincent Richard2005-07-121-0/+5
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.Vincent Richard2005-03-171-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Autotools and libtool support.Vincent Richard2004-12-301-0/+6
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-15/+15
* Some more class documentation.Vincent Richard2004-12-221-0/+4
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...Vincent Richard2004-11-071-522/+0
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-249/+31
* Initial import.Vincent Richard2004-10-051-0/+877