Commit Graph

2366 Commits

Author SHA1 Message Date
Guenter Obiltschnig
410dd2b012 fixed #318: Logger local time doesn't automatically account for DST 2014-05-21 09:05:04 +02:00
Guenter Obiltschnig
ad9cebaf38 fixed #318: Logger local time doesn't automatically account for DST 2014-05-21 09:00:53 +02:00
Alex Fabijanic
9d47f3ced8 - added GH #445: Add flag to force POCO to preserve manually #defined target Windows versions
- fixed SQLite and MySQL broken builds
2014-05-21 04:47:24 -05:00
Alex Fabijanic
b7884c6d8c fixed broken build 2014-05-21 04:02:40 -05:00
Alex Fabijanic
1aa28e1491 GH #290: Unicode support 2014-05-21 03:28:24 -05:00
Cristian Thiago Moecke
73b07c02af Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-05-20 14:46:26 -03:00
Günter Obiltschnig
8b39a87fd6 Merge pull request #453 from Kontinuation/develop
Fix issue #287 again by using release policy
2014-05-20 04:55:55 +02:00
Kontinuation
0a46d7c7ac use release policy to deallocate ptr when RC construction failed 2014-05-20 07:44:55 +08:00
Guenter Obiltschnig
501aa9de1f Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-05-19 21:44:34 +02:00
Guenter Obiltschnig
e97f9227e8 GH #302: documentation typo 2014-05-19 21:43:14 +02:00
Günter Obiltschnig
14fa1aa28f Merge pull request #304 from csomor/develop
using c++11 and fixing libc++ linking for clang
2014-05-19 21:37:26 +02:00
Günter Obiltschnig
5a191c4fb4 Merge pull request #343 from abergmeier/develop
Add platform configuration for Emscripten.
2014-05-19 17:46:17 +02:00
Guenter Obiltschnig
e7c109cdc4 update MailMessage::setContent() documentation to state that only CRLF is a valid line terminator and single CR or LFs must not be used 2014-05-19 17:29:41 +02:00
Günter Obiltschnig
78039673a2 Merge pull request #437 from kblaschke/develop
Close listening socket before stopping running connections
2014-05-19 17:12:30 +02:00
Guenter Obiltschnig
7b9e035a36 fixed GH# 447 NumberParser documentation on the format test used 2014-05-19 17:09:46 +02:00
Guenter Obiltschnig
33e41aab23 minor style fix 2014-05-19 16:56:08 +02:00
Günter Obiltschnig
c26eb63a5e Merge pull request #452 from Kontinuation/develop
Fixed possible memory leak in SharedPtr (issue #287)
2014-05-19 16:52:21 +02:00
Kontinuation
dabbf94cfb code indentation level 2014-05-19 22:34:57 +08:00
Kontinuation
6e92bdc01e fixed possible memory leaks in the constructor and assignment operator of SharedPtr reported by issue #287 2014-05-19 22:24:51 +08:00
Guenter Obiltschnig
83b0f47ffb fixed GH# 398: PropertyFileConfiguration: input != output 2014-05-19 09:42:15 +02:00
Aleksandar Fabijanic
60f6d79469 coding style changes 2014-05-18 23:03:02 -05:00
Aleksandar Fabijanic
edcd9fd2fb Merge pull request #450 from Kontinuation/develop
Make the copy assignment operator of Exception class exception safe
2014-05-18 22:59:39 -05:00
Kontinuation
efc1585ae3 Make the copy assignment operator of Exception class exception safe 2014-05-18 20:48:56 +08:00
Guenter Obiltschnig
f586911b8f TextEncoding fixes, added reverse encodings 2014-05-15 14:32:24 +02:00
Günter Obiltschnig
ad583c3c59 Merge pull request #444 from bufferoverflow/spdx3
LICENSE: add info about SPDX-License-Identifier usage and use it
2014-05-14 09:16:33 +02:00
Roger Meier
b0581433a7 LICENSE: add info about SPDX-License-Identifier usage and use it
fix: remove executable flag and change back to 100644 (was 100755)

Signed-off-by: Roger Meier <r.meier@siemens.com>
2014-05-14 08:38:09 +02:00
Guenter Obiltschnig
a07df2c873 make NetworkInterface compile on WEC2013 again 2014-05-13 22:49:30 +02:00
Alex Fabijanic
d3c8ec01f8 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-05-13 04:06:31 -05:00
Alex Fabijanic
609a35578c cleared some 64-bit warnings and test failures 2014-05-13 04:06:00 -05:00
Guenter Obiltschnig
2341a1d236 SecureSMTPClientSession bugfix: save hostname for cert validation 2014-05-12 16:01:56 +02:00
Alex Fabijanic
0a61d7a2b9 GH #154 Add support for MYSQL_TYPE_NEWDECIMAL
GH #154 Add support for MYSQL_TYPE_NEWDECIMAL to Poco::Data::MySQL
2014-05-12 02:41:48 -05:00
Alex Fabijanic
e4484db61e Attempt to reproduce GH #261 (select into BLOB; the value of all BLOB records are same.) 2014-05-11 22:12:49 -05:00
Aleksandar Fabijanic
abce28bc65 VS 2003 Foundation build fix
__byteswap* should be available on VS2003 but linker can't seem to find
it; falling back to old code on VS2003
2014-05-10 21:24:55 -05:00
Aleksandar Fabijanic
33fc592755 VS90 64-bit build fix
VS90 64-bit build fix
2014-05-10 20:36:31 -05:00
Aleksandar Fabijanic
bcf1eb1649 fix VS90 NetworkInterface build
fix VS90 NetworkInterface build
2014-05-10 18:06:49 -05:00
Aleksandar Fabijanic
397aaea808 fix XP SP1 build number 2014-05-10 14:38:46 -05:00
Alex Fabijanic
ceef0c64ad GH #328: NetworkInterface on Windows XP 2014-05-10 14:32:45 -05:00
Aleksandar Fabijanic
8cbaa4ec4d Merge pull request #442 from cryptoknight/develop
Use correct prefix length field of Windows IP_ADAPTER_PREFIX structure
2014-05-10 09:02:08 -05:00
Scott Davis
a6ca6c06bc Use correct prefix length field of Windows IP_ADAPTER_PREFIX structure 2014-05-10 00:52:33 -04:00
Alex Fabijanic
c1eb293261 GH #440 changed default string format 2014-05-08 21:48:41 -05:00
Alex Fabijanic
556d8cf1c4 GH #440 MongoDB ObjectId string formatting 2014-05-08 21:35:56 -05:00
Alex Fabijanic
74176f7c90 restore id and add tested DB version 2014-05-05 20:10:14 -05:00
Alex Fabijanic
ea56db0e55 restore SPDX license 2014-05-05 20:00:25 -05:00
Alex Fabijanic
3d36b0a8c5 mysql test db autocreate 2014-05-05 19:55:16 -05:00
Cristian Thiago Moecke
16cb8ff25d Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-05-05 09:59:48 -03:00
Günter Obiltschnig
5e1be8cee7 Merge pull request #439 from bufferoverflow/spdx2
LICENSE: add info about SPDX-License-Identifier usage and use it
2014-05-05 09:02:48 +02:00
Roger Meier
628a06f718 LICENSE: add info about SPDX-License-Identifier usage and use it
Signed-off-by: Roger Meier <roger@bufferoverflow.ch>
2014-05-04 21:02:42 +02:00
Aleksandar Fabijanic
38f5216fc4 Merge pull request #409 from guruofquality/fix_pocomsg_h_generation
fix pocomsg.h generation so the target stops rebuilding
2014-05-03 23:18:20 -05:00
Aleksandar Fabijanic
84f37e8ff5 Merge pull request #408 from guruofquality/fix_ipv4_tryparse_for_addr_any
Net: for for IPv4 case skipping 0.0.0.0
2014-05-03 13:00:54 -05:00
Aleksandar Fabijanic
0811ca147b remove superfluous env. var. assignment 2014-05-02 20:48:35 -05:00