Guenter Obiltschnig
67de3be860
style fix
2016-03-05 17:48:49 +01:00
Günter Obiltschnig
fd4dcce4b8
Merge pull request #1134 from agalanin/sqlite-named-bind
...
Data::SQLite: added support for named bind parameters
2016-03-05 15:02:21 +01:00
Günter Obiltschnig
5a1920c935
Merge pull request #1132 from TcT2k/FileDiskSpace
...
Add partition space information to File class
2016-03-05 15:01:28 +01:00
Guenter Obiltschnig
2e8674a54d
prevent TCPServer thread from stopping of poll() throws (due to resource issues)
2016-03-05 14:42:18 +01:00
FrancisANDRE
edbe20a1bd
Setup the connection string when needed.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-05 13:57:46 +01:00
FrancisANDRE
780ff0838b
Enroll Data/PostgreSQL
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-05 12:18:34 +01:00
FrancisANDRE
4b9c669333
Travis CI for Data/PostgreSQL
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-05 12:00:19 +01:00
FrancisANDRE
6017de3598
AppVeyor CI for Data/PostgreSQL
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-05 11:57:09 +01:00
FrancisANDRE
3aded66c01
Merge remote-tracking branch 'pocoproj@github/develop' into develop
2016-03-04 21:47:46 +01:00
Guenter Obiltschnig
830894792d
fixed GH #1171 : Poco::Data::RecordSet: rowCount not reset after execute
2016-03-04 14:06:43 +01:00
Marian Krivoš
694919ee4f
Merge pull request #27 from pocoproject/develop
...
Sync 3.3.2016
2016-03-03 19:55:41 +01:00
Matej Kenda
84a0485bb9
GH-1167: Remove expat CPP sources from globbed C++ source file list.
2016-03-02 21:26:49 +01:00
FrancisANDRE
8228fedde4
Fix displayed version.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-02 10:03:39 +01:00
FrancisANDRE
8fad5691c9
Merge remote-tracking branch 'pocoproj@github/develop' into develop
2016-03-01 17:10:51 +01:00
Guenter Obiltschnig
f524aae508
added Poco::Util::MapConfiguration::copyTo()
2016-03-01 07:32:41 +01:00
Guenter Obiltschnig
c4c9bcb034
one more fix for #1002
2016-02-29 19:13:19 +01:00
Guenter Obiltschnig
ce4fbe9928
PageCompiler: merged changes from internal and macchina versions
2016-02-29 16:41:44 +01:00
Guenter Obiltschnig
ad492bdfcc
added additional testcase for #1128
2016-02-29 10:43:41 +01:00
Guenter Obiltschnig
634fc133b6
fix leap year issues in testsuites
2016-02-29 10:21:31 +01:00
Alex Fabijanic
9fef0338ce
Poco::NumberFormatter::format(float, precision) rounding changed #1128 (tests fix)
2016-02-28 23:02:51 -06:00
Alex Fabijanic
30e77529a7
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2016-02-28 22:59:59 -06:00
Alex Fabijanic
14a0872556
Poco::NumberFormatter::format(float, precision) rounding changed #1128
2016-02-28 22:59:29 -06:00
Guenter Obiltschnig
1bf4c7b84f
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2016-02-28 23:40:04 +01:00
Guenter Obiltschnig
380e85fc11
style fix
2016-02-28 23:39:49 +01:00
Guenter Obiltschnig
b30c4eccbe
removed Unbound constructor
2016-02-28 23:39:18 +01:00
Aleksandar Fabijanic
0566b048cd
Update CONTRIBUTORS
2016-02-28 15:27:37 -06:00
Alex Fabijanic
86657f38f4
add PostgreSQL and ODBC Sybase tests
2016-02-28 15:11:12 -06:00
Guenter Obiltschnig
e4fbbe69ba
*breaking change* DatagramSocket/MulticastSocket constructor creates an unconnected and unbound/uninitialized socket
2016-02-28 22:08:28 +01:00
Alex Fabijanic
32f3f4a146
merge Data changes (ODBC Sybase, PostgreSQL etc)
2016-02-28 11:06:08 -06:00
Guenter Obiltschnig
e84d50dfaa
fixed #848 : MailMessage::_encoding is not set when retrieving plain/text message
2016-02-28 14:36:29 +01:00
FrancisANDRE
299234335f
Merge remote-tracking branch 'pocoproj@github/develop' into develop
2016-02-28 13:55:29 +01:00
Guenter Obiltschnig
4e85aa4df2
fixed GH #1128 : Poco::NumberFormatter::format(float, precision) rounding changed
2016-02-28 13:33:21 +01:00
Guenter Obiltschnig
2c6a74c4f5
GH #713 : Improved support for producing Canonical XML in XMLWriter
2016-02-28 11:20:35 +01:00
Guenter Obiltschnig
317ef6df38
fixed #892 : DatagramSocket is ipv4 by default (added new constructors for creating an unconnected and unbound DatagramSocket or MulticastSocket)
...
Conflicts:
Net/include/Poco/Net/DatagramSocket.h
Net/src/DatagramSocket.cpp
Net/src/MulticastSocket.cpp
2016-02-28 00:45:53 +01:00
Guenter Obiltschnig
1f8e007c12
fixed GH #696 : bug in parsing name of attachment
...
Conflicts:
Net/src/MailMessage.cpp
2016-02-27 22:10:08 +01:00
Guenter Obiltschnig
b7da5ae9b9
fixed GH #1114 : World-write permissions on files created by daemon. Default umask is now 027; other mask can be set with --umask command-line parameter
...
Conflicts:
Util/src/ServerApplication.cpp
2016-02-27 21:20:55 +01:00
Guenter Obiltschnig
861303267e
fixed GH #1002 : ActiveDispatcher saves reference to event context after event was performed until it gets new event
2016-02-27 17:49:54 +01:00
Guenter Obiltschnig
266ea3117d
fixed GH #1137 : Missing 'longint' type in SQLite
2016-02-27 16:31:25 +01:00
Guenter Obiltschnig
a1d8591dfd
fixed GH #1141 : Poco::StringTokenizer::TOK_TRIM changes behavior between 1.4 and 1.6
...
Conflicts:
Foundation/include/Poco/StringTokenizer.h
Foundation/src/StringTokenizer.cpp
2016-02-27 16:19:25 +01:00
Guenter Obiltschnig
0efc7c4cf3
fix for GH #1160 : Poco::Net::NetException "SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry
2016-02-26 20:14:19 +01:00
Guenter Obiltschnig
fdd68b17f3
added X509Certificate::equals()
2016-02-25 22:15:32 +01:00
Guenter Obiltschnig
53353d6ec1
support for Win8/Win10
2016-02-22 11:50:52 +01:00
Günter Obiltschnig
7a8e0d12d5
Merge pull request #1157 from erl987/develop
...
Fixing a bug in the NetSSL_Win module (Host name verification failed error)
2016-02-21 09:38:08 +01:00
erl987
6578910fc4
Added files via upload
...
Fix a bug when using SSL-encryption with SMTP:
http://pocoproject.org/forum/viewtopic.php?f=12&t=6708
2016-02-20 21:51:15 +01:00
erl987
6c7aa0ade3
Added files via upload
2016-02-20 21:48:31 +01:00
erl987
2d60ee1a0a
Delete SecureSocketImpl.cpp
2016-02-20 21:46:41 +01:00
erl987
8ed2f94f60
Added files via upload
2016-02-20 21:45:39 +01:00
Guenter Obiltschnig
974d6e7298
fixed an issue with DELETE requests and persistent connections
2016-02-17 20:28:27 +01:00
teminian
dd9c4e607e
Improved support for MinGW-w64
...
Added following #defines which is not defined in MinGW header:
#define _RC_CHOP 0x00000300
#define _RC_UP 0x00000200
#define _RC_DOWN 0x00000100
#define _RC_NEAR 0x00000000
Use isfinite(), instead of _finite(), for isInfiniteImpl().
Use isnan(), instead of _isnan(), for isNaNImpl().
Use copysign(), instead of _copysign(), for copySignImpl().
2016-02-17 17:00:34 +09:00
Günter Obiltschnig
81e15f393f
Merge pull request #1127 from vmiklos/data-wshadow-fixes
...
GH #1050 Data: fix gcc -Wshadow warnings
2016-02-16 10:03:08 +01:00