Commit Graph

4412 Commits

Author SHA1 Message Date
soyoo
0064e93a05 Update Redis.h 2017-03-07 09:50:25 +08:00
Robert Acksel
8fd909a016 -change access from private to protected for shared ptr members. it allows to extend shared ptr to work together with derived classes. in other words it allows to extend shared ptr 2017-03-06 16:34:03 +01:00
Günter Obiltschnig
7e4c84e1e2 Merge pull request #1609 from rudolfwalter/develop
Improve XDG Base Directory Specification implementation
2017-02-23 09:20:43 +01:00
Rudolf-Walter Kiss-Szakács
ed819feb83 Fix XDG Base Dir Spec implementation and remove tempHome. 2017-02-23 08:23:41 +02:00
Günter Obiltschnig
25e32d38c5 Merge pull request #1607 from arvidsaur/arvidsaur-patch-1
Fix always true condition, possible out-of-bounds
2017-02-22 22:41:59 +01:00
Reg Arvidson
e0b64badfe Fix always true condition, possible out-of-bounds 2017-02-22 13:09:32 -08:00
Guenter Obiltschnig
d8c4889474 remove FSM references from Makefile 2017-02-22 21:42:23 +01:00
Guenter Obiltschnig
b2477e4c94 #1605: try to do a proper SSL_shutdown() 2017-02-22 21:42:02 +01:00
Guenter Obiltschnig
915b9ed890 fixed GH #1604: pcre_internal.h HAVE_STDINT_H usage changed from 1.7.7 to 1.7.8 breaking the build on older MSVC 2017-02-22 14:11:57 +01:00
Guenter Obiltschnig
4f2f7c61d7 modified build scripts for vs150 2017-02-20 16:55:18 +01:00
Guenter Obiltschnig
f453dd145c added Visual Studio 2017 project files 2017-02-20 16:46:44 +01:00
Günter Obiltschnig
bffb25752b Merge pull request #1602 from bakercp/patch-1
Fixed position of scope parameter.  Fixes #1552
2017-02-20 09:28:13 +01:00
Christopher Baker
2267feb475 Fixed position of scope parameter. Fixes #1552 2017-02-19 23:41:12 -06:00
Guenter Obiltschnig
356add42b4 fixed a namespace lookup bug 2017-02-18 22:30:17 +01:00
Guenter Obiltschnig
97d8c42a4e fixed file headers 2017-02-18 14:29:15 +01:00
Guenter Obiltschnig
fe8e4bfc27 fix incorrect auto_ptr usage in testsuite 2017-02-18 07:04:41 +01:00
Guenter Obiltschnig
86333d9103 one more fix for #1597: check for empty streams in Compress::addEntry() so this also works with non-seekable output streams 2017-02-17 20:18:57 +01:00
Guenter Obiltschnig
dc84b22c99 code cleanup 2017-02-17 16:23:32 +01:00
Guenter Obiltschnig
158db947cb fixed GH #1597: adding empty file to zip leads to archive that can't be unzipped by windows 2017-02-17 15:39:36 +01:00
Guenter Obiltschnig
17f8102090 added test for AutoDetectStream 2017-02-17 14:29:50 +01:00
Guenter Obiltschnig
6ecaa675cc style fixes 2017-02-17 13:43:48 +01:00
Guenter Obiltschnig
5b0df5fcd5 fixed test due to changed URI::encode() behavior 2017-02-17 13:42:50 +01:00
Guenter Obiltschnig
820a4ed13d fixed GH #1599: readFromDevice( ) in AutoDetectStream.cpp in Poco Zip cannot detect signature 2017-02-17 09:58:02 +01:00
Guenter Obiltschnig
c32e683b6c fixed GH #1260: URI encoding 2017-02-17 09:24:16 +01:00
Günter Obiltschnig
af39c8d819 Merge pull request #1594 from mkrivos/develop
update to sqlite 3.17.0
2017-02-15 09:51:12 +01:00
Marian Krivos
c845597d40 update to sqlite 3.17.0 2017-02-15 09:26:42 +01:00
Guenter Obiltschnig
ed22e4e586 merged strerror_r fix from poco-1.7.8 2017-02-14 15:03:48 +01:00
Guenter Obiltschnig
8392544e83 minor improvements to documentation and style
Conflicts:
	JSON/include/Poco/JSON/Stringifier.h
	JSON/src/PrintHandler.cpp
	JSON/src/Stringifier.cpp
2017-02-13 22:40:40 +01:00
Guenter Obiltschnig
83bc36c923 fix compatibility with DocumentDB 2017-02-13 20:45:53 +01:00
Guenter Obiltschnig
5c0db0bb89 fix sample 2017-02-13 16:41:37 +01:00
Guenter Obiltschnig
4e0b11f306 MongoDB: fixes for consistency and code style 2017-02-13 16:06:20 +01:00
Guenter Obiltschnig
ffbfcf3ee0 added authentication support 2017-02-12 23:23:11 +01:00
Günter Obiltschnig
aea1a041f0 Merge pull request #1587 from Kampbell/develop
Fix compile errors on Cygwin and VS2013 fo pcre
2017-02-12 16:46:03 +01:00
zosrothko
1ffea8eea1 Cygwin: add downloading of libpcre-devel 2017-02-12 15:50:40 +01:00
Guenter Obiltschnig
c1b868d642 detect malformed MIME messages earlier 2017-02-12 15:45:17 +01:00
FrancisANDRE
fbf7c4dc46 Add reinterpret_cast for the arguments of the pcre_fullinfo function.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2017-02-12 15:35:50 +01:00
Guenter Obiltschnig
dd65c10b53 pass POCO_BUILD_HOST, POCO_TARGET_OSNAME and POCO_TARGET_OSARCH as strings 2017-02-12 14:00:31 +01:00
Guenter Obiltschnig
2daefbff30 fixes for GH #1566, #1567, #1580 based on 1.7.8 branch fixes 2017-02-12 13:01:14 +01:00
Günter Obiltschnig
d1af113f0c fixed a warning 2017-02-11 19:36:50 +01:00
Guenter Obiltschnig
aa803f3657 fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::" 2017-02-11 19:02:01 +01:00
Guenter Obiltschnig
d35677790f GH #1538: update double-conversion to v1.1.5 2017-02-11 12:49:39 +01:00
Guenter Obiltschnig
6e90523982 fixed GH #1549: Latin2Encoding and 0xFF 2017-02-11 12:28:08 +01:00
Guenter Obiltschnig
8f4e890e32 fixed GH #1571: ODBC Preparator memory leak 2017-02-11 12:25:10 +01:00
Guenter Obiltschnig
76ab7c65a6 GH #1586: Upgrade bundled PCRE to 8.40 2017-02-11 12:14:02 +01:00
Guenter Obiltschnig
8557dc4469 fixed GH #1581: Cannot find 'pcre.h' when using POCO_UNBUNDLED, a non-system PCRE, and CMake
Conflicts:
	Foundation/include/Poco/RegularExpression.h
	Foundation/src/RegularExpression.cpp
2017-02-11 12:13:29 +01:00
Marian Krivoš
2a9ce7d874 Merge pull request #37 from pocoproject/develop
Sync 3.2.2017
2017-02-05 18:35:31 +01:00
Günter Obiltschnig
0fefd7d03a fixed GH #1523: Long path names under Windows 2017-02-02 20:54:59 +01:00
Günter Obiltschnig
d5ce48138c fixed VS2015 solution files for Foundation (missing TestApp and TestLibrary) 2017-02-02 20:22:09 +01:00
Guenter Obiltschnig
a39e374aec fixed GH #1573: Poco::File::createDirectories() should not throw Poco::FileExistsException 2017-01-29 12:47:39 +01:00
Günter Obiltschnig
6a931c2175 Merge pull request #1563 from frwilckens/develop
Add support for std::tuple to Data/TypeHandler.h.
2017-01-25 10:20:39 +01:00