aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility (follow)
Commit message (Collapse)AuthorAgeFilesLines
* url: strip leading slash from url-path (#298)Jan Engelhardt2024-03-041-10/+10
|
* url: repair off-by-one bug in extractHost (#297)Jan Engelhardt2024-03-041-2/+11
| | | | | | `hostPart[len]` is pointing to `]`, but we need to check the char after that. Fixes: v0.9.2-187-g874a1d8c
* url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt2024-01-301-0/+20
|
* Fixed implicit declarations and misc warnings.Vincent Richard2021-01-111-1/+1
|
* Removed 'stringProxy' since COW std::string is no longer valid in C++11.Vincent Richard2018-09-151-189/+0
|
* More tests.Vincent Richard2018-09-051-0/+8
|
* Fixed bug in implementation of isStringEqualNoCase().Vincent Richard2018-09-051-0/+3
|
* Code style and clarity.Vincent Richard2018-09-0515-332/+420
|
* Issue #168: multiple sequences of 'LF..' not replaced correctly.Vincent Richard2017-03-281-0/+8
|
* Fixed issue #160: invalid characters in hostname.Vincent Richard2017-02-101-0/+28
|
* Issue #163: default encoder (fallback).Vincent Richard2017-02-081-0/+63
|
* Issue #126: more warnings fixed.Vincent Richard2016-03-131-2/+4
|
* Fixed possible endless loop with some buffer sizes (thanks to John van der ↵Vincent Richard2015-06-111-0/+51
| | | | Kamp).
* Path to/from string conversion.Vincent Richard2014-01-191-0/+40
|
* Use equivalence instead of strict equality for path components.Vincent Richard2014-01-151-1/+15
|
* Reset line length after encoding a hard line break in QP encoding.Vincent Richard2014-01-141-0/+38
|
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-107-45/+87
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-214-261/+24
|
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-151-12/+15
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-243-8/+30
|
* Added filtered output stream to transform LFs to CRLFs.Vincent Richard2013-04-161-0/+40
|
* Refactored unit tests.Vincent Richard2013-03-0814-211/+223
|
* Fixed SMTP dot stuffing at the beginning of content.Vincent Richard2013-02-201-0/+6
|
* Unit tests for seekableInputStreamRegionAdapter.Vincent Richard2013-02-151-0/+162
|
* Unit tests for output stream adapters.Vincent Richard2013-02-143-0/+266
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-108-8/+8
|
* Added tests for Quoted-Printable encoding.Vincent Richard2012-04-051-0/+31
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-1/+36
|
* Fixed bug #2933667: CRLF filter broken.Vincent Richard2010-01-201-0/+1
|
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-011-4/+5
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-068-16/+16
|
* New namespace for encoders.Vincent Richard2008-10-121-0/+290
|
* Fixed compilation warnings.Vincent Richard2008-10-123-6/+6
|
* Changed copyright year to 2008.Vincent Richard2008-01-047-7/+7
|
* Added function to unquote strings.Vincent Richard2007-08-301-0/+10
|
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-1/+10
|
* Changed copyright year to 2007.Vincent Richard2007-01-017-7/+7
|
* Week of year calculation.Vincent Richard2006-04-241-0/+37
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-23/+10
|
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-121-0/+128
|
* Changed copyright year to 2006.Vincent Richard2006-02-056-6/+6
|
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-311-0/+35
|
* Allow '@' in the username part of an URL.Vincent Richard2006-01-091-0/+12
|
* Updated FSF address.Vincent Richard2005-09-176-18/+42
|
* New namespace for message digest algorithms.Vincent Richard2005-09-061-98/+0
|
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard2005-09-021-0/+13
| | | | the object's constructor.
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-257-1184/+1078
|
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-241-3/+0
|
* Added tests for smart pointer comparison.Vincent Richard2005-07-211-0/+25
|
* Added simple test for STL containers.Vincent Richard2005-07-181-0/+41
|