aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed 'singleton' and 'singletonManager' classes.Vincent Richard2005-03-1416-170/+65
|
* Fixed parameters not showing as child components + fixed parsing bounds in ↵Vincent Richard2005-03-125-2/+28
| | | | typeAdapter.
* Moved header field parsing to 'headerField::parseNext()'.Vincent Richard2005-03-123-147/+165
|
* Changed first argument of copy_vector() to 'const', to avoid mistakes.Vincent Richard2005-03-121-1/+1
|
* Added '-Wconversion' for GCC.Vincent Richard2005-02-101-1/+2
|
* Changed protected inheritance to simple composition.Vincent Richard2005-02-064-26/+90
|
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-0516-111/+122
|
* Removed extra '::' before numeric constants.Vincent Richard2005-02-052-3/+8
|
* Fixed forward use of swapUint32Array().Vincent Richard2005-02-052-21/+26
|
* Fixed possible segfault when encoding is Base64.Vincent Richard2005-02-012-1/+5
|
* Started version 0.6.4.Vincent Richard2005-01-282-1/+9
|
* Version 0.6.3.Vincent Richard2005-01-281-2/+2
|
* Ensure debugging mode is enabled when building tests.Vincent Richard2005-01-281-13/+17
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-2824-467/+880
| | | | 'stringContentHandler' and 'streamContentHandler'.
* Fixed bug with signed/unsigned char.Vincent Richard2005-01-281-2/+4
|
* Added possibility to disable protected inheritance ↵Vincent Richard2005-01-281-1/+1
| | | | (VMIME_NO_PROTECTED_INHERITANCE).
* Fixed missing 'vmime/config.hpp' include.Vincent Richard2005-01-152-0/+7
|
* Prefixed function names with 'get' + written some doc for functions.Vincent Richard2005-01-133-28/+82
|
* Made 'propertySet::property' public.Vincent Richard2005-01-071-1/+5
|
* Removed useless 'const' on some declarations.Vincent Richard2005-01-072-2/+2
|
* Removed useless 'const' in return value of some functions.Vincent Richard2005-01-0615-20/+16
|
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-052-0/+2
|
* Started version 0.6.3.Vincent Richard2005-01-052-1/+9
|
* Version 0.6.2.Vincent Richard2005-01-051-2/+2
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-045-12/+16
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-031-0/+5
|
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-032-3/+28
|
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-03215-215/+215
|
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-025-29/+40
|
* Fixed compilation warnings in 'headerTest'.Vincent Richard2005-01-021-17/+17
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-0230-96/+412
|
* Added unit tests for 'bodyPart'.Vincent Richard2005-01-023-1/+95
|
* Fixed compilation warnings.Vincent Richard2005-01-021-16/+16
|
* Added setValue(string).Vincent Richard2005-01-022-0/+12
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-027-7/+332
|
* Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.Vincent Richard2005-01-014-2/+340
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-0115-66/+214
| | | | utility::md5.
* Fixed config file for Doxygen.Vincent Richard2004-12-311-2/+2
|
* Started version 0.6.2.Vincent Richard2004-12-312-1/+9
|
* Version 0.6.1.Vincent Richard2004-12-311-2/+2
|
* Modification in library versioning.Vincent Richard2004-12-302-32/+28
|
* Added more checks in 'configure.in'.Vincent Richard2004-12-301-0/+136
|
* Autotools and libtool support.Vincent Richard2004-12-3020-165/+909
|
* Renamed files in POSIX platform handler.Vincent Richard2004-12-267-8/+8
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-26209-685/+699
|
* Allow creating a service from an URL.Vincent Richard2004-12-266-9/+64
|
* Fixed bug in URL parsing.Vincent Richard2004-12-261-15/+23
|
* Oops, forgot a close() when writing to .pc file.Vincent Richard2004-12-261-0/+2
|
* Added versioning + removed shared library build (does not work because of ↵Vincent Richard2004-12-262-52/+33
| | | | C++ templates).