From c7facd6d37d53d6f49e482011c58f34413856236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Sun, 17 May 2015 23:03:39 +0200 Subject: [PATCH 1/2] Little improved base64 implementation. Global variable type changed from dynamic constructed std::string to constant char array. Truncating conversion eliminated (no MSVC warning). Unit tests added. From a3c4b5cd032915a67c8f6c27a412e902c3cc8c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 20 May 2015 19:10:55 +0200 Subject: [PATCH 2/2] One more unit test for base64 encoding.