Günter Obiltschnig
|
363a1b7d85
|
created poco-1.8.1 branch
|
2017-11-14 14:57:18 +02:00 |
|
Guenter Obiltschnig
|
fe47b58652
|
revert change for GH #1828: causes Zip file corruption in some cases; bumped version no to 1.8.0.1
|
2017-11-11 17:36:00 +01:00 |
|
Guenter Obiltschnig
|
883728ec19
|
fix iOS by adding missing ARM64 arch def
|
2017-11-10 13:51:27 +01:00 |
|
Guenter Obiltschnig
|
7d4d01e343
|
GH #1988: Remove OpenVMS support
|
2017-11-09 12:42:13 +01:00 |
|
Günter Obiltschnig
|
56c9ccb7ca
|
merge ObjectPool changes from develop
|
2017-11-08 20:43:46 +01:00 |
|
Günter Obiltschnig
|
47043e0f4f
|
fixed GH #1425: Workaround bug in SolarisStudio 12.4 on RVO-ed objects.
|
2017-11-08 15:00:44 +01:00 |
|
Guenter Obiltschnig
|
079c9a6263
|
rename some of the new Environment methods, make PocoDoc config changes backwards-compatible, revert PocoDoc config changes, make doc build scripts work on macos
|
2017-11-08 14:37:53 +01:00 |
|
Günter Obiltschnig
|
f0a79015f7
|
Merge pull request #1970 from Kampbell/poco-1.8.0
Poco 1.8.0
|
2017-11-08 13:28:14 +01:00 |
|
Günter Obiltschnig
|
6083ecd11a
|
fixed GH #1487: OSAtomicDecrement32 & OSAtomicIncrement32 deprecated in macOS 10.12
|
2017-11-08 12:01:36 +01:00 |
|
Joerg-Christian Boehme
|
b7ca307832
|
Fix android compile error with newer NDK.
Android is using in the newer NDK the unified headers.
See also
https://android.googlesource.com/platform/ndk/+/ndk-r15-release/docs/UnifiedHeaders.md
|
2017-11-08 00:40:28 +01:00 |
|
Günter Obiltschnig
|
a8ab414ea8
|
fixed GH #1828: DeflatingStreamBuf::sync() should also flush underlying stream.
|
2017-11-07 17:54:08 +01:00 |
|
Günter Obiltschnig
|
b96b07a9ad
|
Merge pull request #1882 from Burgch/uint64-dynamic-var
Add support for (unsigned) long long when long is 64bit
|
2017-11-07 15:18:48 +01:00 |
|
zosrothko
|
f642df1c77
|
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
|
2017-11-07 15:17:20 +01:00 |
|
Günter Obiltschnig
|
7e5984a76c
|
Merge pull request #1941 from villytiger/streambuf-1.8.0
Fix writing into closed socket from streambuf
|
2017-11-07 15:11:40 +01:00 |
|
zosrothko
|
1193c174f6
|
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
|
2017-11-02 20:14:30 +01:00 |
|
Guenter Obiltschnig
|
646c22c586
|
GH #1412: added Poco::DigestEngine::constantTimeEquals()
|
2017-11-01 17:38:12 +01:00 |
|
zosrothko
|
b23f4c3efe
|
Backport from feature-gradle
Signed-off-by: zosrothko <zosrothko@orange.fr>
|
2017-11-01 09:03:10 +01:00 |
|
zosrothko
|
57befa2bdc
|
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
|
2017-11-01 09:02:13 +01:00 |
|
zosrothko
|
f3a31fbde9
|
Backport from feature-gradle.
Signed-off-by: zosrothko <zosrothko@orange.fr>
|
2017-11-01 09:00:33 +01:00 |
|
Guenter Obiltschnig
|
44c3e8f22b
|
fixed GH #1934: File::setExecutable() on POSIX should set executable bit for group and other if corresponding readable bit is set
|
2017-10-31 22:16:19 +01:00 |
|
Guenter Obiltschnig
|
d1189787d6
|
fix Base64Test for gcc
|
2017-10-31 20:05:09 +01:00 |
|
Francis ANDRE
|
5591d10a21
|
Merge remote-tracking branch 'origin/poco-1.8.0' into poco-1.8.0
|
2017-10-31 18:11:51 +01:00 |
|
Guenter Obiltschnig
|
d172273a75
|
remove remaining $Id$ tags from file headers
|
2017-10-31 16:01:51 +01:00 |
|
Guenter Obiltschnig
|
a9f0279382
|
Base64Encoder/Decoder: added support for 'base64url' encoding
Conflicts:
Foundation/src/Base64Decoder.cpp
Foundation/src/Base64Encoder.cpp
|
2017-10-31 12:46:18 +01:00 |
|
zosrothko
|
f2e58c17e8
|
Add Gradle build scripts.
|
2017-10-31 09:07:53 +01:00 |
|
Alex Fabijanic
|
1a18621ff8
|
ifdef auto_ptr
|
2017-10-24 21:55:33 -05:00 |
|
Alex Fabijanic
|
5b91bc65b6
|
Race condition in ThreadPool #1906
|
2017-10-20 21:41:15 -05:00 |
|
Bjoe
|
3ddda2f163
|
Add missing std:: namespace (#1946)
|
2017-10-18 16:15:20 -05:00 |
|
Ilya Lyubimov
|
c3d6fb94cc
|
Fix writing into closed socket from streambuf
In case of error occured in writeToDevice pptr may become one byte
farther than epptr. This can lead to crash in streambuf::xsputn from
libstdc++.
|
2017-10-17 14:00:27 +03:00 |
|
Alex Fabijanic
|
317b6f7543
|
NamedMutex_UNIX.cpp must remove semid #271
|
2017-10-12 14:59:19 -05:00 |
|
Alex Fabijanic
|
056a411083
|
individually disable g++ unused warnings
|
2017-10-07 13:47:42 -05:00 |
|
Aleksandar Fabijanic
|
17e9a335af
|
Compiling Foundation library with POCO_NO_FPENVIRONMENT in Config.h fails #1905
|
2017-10-06 23:58:17 -05:00 |
|
Alex Fabijanic
|
9b3cb9fc41
|
Exception when using SortedDirectoryIterator #1926
|
2017-10-06 17:55:43 -05:00 |
|
Alex Fabijanic
|
09b229df2c
|
Message Doesn't Support 64-bit Thread IDs #1913
|
2017-09-28 18:12:31 -05:00 |
|
Alex Fabijanic
|
fab661a4a3
|
fix linux build
|
2017-09-27 13:03:29 -05:00 |
|
Alex Fabijanic
|
6bcd362c74
|
use _snprintf_s on VS < 2015
|
2017-09-27 11:25:43 -05:00 |
|
Alex Fabijanic
|
4ac56bff0c
|
EVPPKey == operator; PKCS12 copy/move
|
2017-09-26 15:28:23 -05:00 |
|
Alex Fabijanic
|
04a4beb5e4
|
add POCO_EXTERNAL_OPENSSL
|
2017-09-25 19:11:21 -05:00 |
|
Alex Fabijanic
|
6efab2cd58
|
back-port JSON and accompanying Foundation portions (JSONString, Dynamic::Var etc)
|
2017-09-25 15:15:05 -05:00 |
|
Alex Fabijanic
|
6b57edd031
|
regenerate NetSSL VS projects and Crypto sample project
|
2017-09-20 14:09:42 -05:00 |
|
Günter Obiltschnig
|
3f1e82ad86
|
Merge branch 'poco-1.7.9' into poco-1.8.0
|
2017-09-11 21:08:04 +02:00 |
|
Guenter Obiltschnig
|
d558d5eef9
|
use non-zero project ID ('p') for ftok()
|
2017-09-11 17:53:34 +02:00 |
|
Conor Burgess
|
fe693de41d
|
Add support for (unsigned) long long when long is 64bit
|
2017-09-11 15:55:54 +01:00 |
|
Günter Obiltschnig
|
a7a8571e25
|
NamedEvent/NamedMutex: change file open mode to read-only
|
2017-09-11 13:41:12 +02:00 |
|
Günter Obiltschnig
|
8b52be675b
|
remove obsolete VMS and VxWorks build system support
|
2017-09-09 11:15:29 +02:00 |
|
Günter Obiltschnig
|
04e7e04d4d
|
Remove \$Id`$ headers
|
2017-09-09 11:14:06 +02:00 |
|
Günter Obiltschnig
|
ef59b4bd67
|
merge poco-1.7.9 into poco-1.8.0
|
2017-09-09 09:53:28 +02:00 |
|
Günter Obiltschnig
|
3e5cf21cf3
|
added POCO_NO_DEPRECATED to disarm POCO_DEPRECATED macro
|
2017-09-08 12:16:43 +02:00 |
|
Günter Obiltschnig
|
522f743b86
|
added POCO_DEPRECATED macro
|
2017-09-08 11:51:17 +02:00 |
|
Günter Obiltschnig
|
968dfe77dc
|
fixed typos and style
|
2017-09-01 20:54:11 +02:00 |
|