Guenter Obiltschnig
|
3b58fc1818
|
updated changelog
|
2017-02-17 15:46:15 +01:00 |
|
Guenter Obiltschnig
|
4ddce11dc0
|
fixed GH #1597: adding empty file to zip leads to archive that can't be unzipped by windows
|
2017-02-17 15:32:01 +01:00 |
|
Guenter Obiltschnig
|
7c81a551c4
|
added test for AutoDetectStream
|
2017-02-17 14:28:53 +01:00 |
|
Guenter Obiltschnig
|
4b9e9c44b3
|
fixed test due to changed URI::encode() behavior
|
2017-02-17 13:41:43 +01:00 |
|
Guenter Obiltschnig
|
cab98f4895
|
fixed GH #1599: readFromDevice( ) in AutoDetectStream.cpp in Poco Zip cannot detect signature
|
2017-02-17 09:56:35 +01:00 |
|
Guenter Obiltschnig
|
2fbfe63649
|
updated release notes
|
2017-02-17 09:29:56 +01:00 |
|
Guenter Obiltschnig
|
4b0ca2a13b
|
updated CHANGELOG
|
2017-02-17 09:29:30 +01:00 |
|
Guenter Obiltschnig
|
e4f5c66dfd
|
fixed GH #1260: URI encoding
|
2017-02-17 09:23:36 +01:00 |
|
Guenter Obiltschnig
|
6031e24091
|
fixed GH #1596: Control reaches end of non-void function in SocketImpl::poll on systems for which POCO_HAVE_FD_POLL is set
|
2017-02-15 22:27:50 +01:00 |
|
Guenter Obiltschnig
|
0a0dae07a4
|
fix error introduced in last commit in SocketAddressImpl
|
2017-02-15 09:56:30 +01:00 |
|
Guenter Obiltschnig
|
5692187d2d
|
minor fixes, mostly style and documentation
|
2017-02-15 09:52:58 +01:00 |
|
Guenter Obiltschnig
|
68a0ff1515
|
Updated AppVeyor and Travis links
|
2017-02-14 17:10:47 +01:00 |
|
Guenter Obiltschnig
|
3de2358bdf
|
another attempt at strerror_r(), using C++ power
|
2017-02-14 14:49:15 +01:00 |
|
Guenter Obiltschnig
|
1435c9ad97
|
revert changes to Error.cpp; it's hopeless with strerror_r()...
|
2017-02-14 14:35:56 +01:00 |
|
Guenter Obiltschnig
|
f18b7210f4
|
use strerror_r on Darwin
|
2017-02-14 14:10:26 +01:00 |
|
root
|
3b49520d63
|
another fix for strerror() with musl
|
2017-02-14 12:59:09 +00:00 |
|
Guenter Obiltschnig
|
1a7a1810f6
|
fix warning regarding unused return value
|
2017-02-14 13:46:03 +01:00 |
|
Guenter Obiltschnig
|
bd82bb1306
|
minor improvements to documentation and style
|
2017-02-13 22:33:48 +01:00 |
|
Guenter Obiltschnig
|
ba6a7900e2
|
improve compatibility with DocumentDB
|
2017-02-13 20:44:41 +01:00 |
|
Guenter Obiltschnig
|
e8a8b4b13f
|
added Alpine Linux build config
|
2017-02-13 18:56:53 +01:00 |
|
Guenter Obiltschnig
|
84feb7f35a
|
get network interface type from /sys/class/net as well
|
2017-02-13 18:51:07 +01:00 |
|
Guenter Obiltschnig
|
91211c7cd1
|
added workaround for Linux systems that don't have <linux/if_packet.h>
|
2017-02-13 18:29:54 +01:00 |
|
Guenter Obiltschnig
|
e84788f085
|
fix sample
|
2017-02-13 16:38:28 +01:00 |
|
Guenter Obiltschnig
|
fd2319d934
|
updated relnotes
|
2017-02-13 16:20:05 +01:00 |
|
Guenter Obiltschnig
|
19310e1d0d
|
updated CHANGELOG
|
2017-02-13 16:18:05 +01:00 |
|
Guenter Obiltschnig
|
b3be17063a
|
style fix
|
2017-02-13 16:03:45 +01:00 |
|
Guenter Obiltschnig
|
1aa6f72085
|
MongoDB: fixes for style and consistency
|
2017-02-13 15:53:08 +01:00 |
|
Guenter Obiltschnig
|
9f8146ccaa
|
merged changes from develop; added authentication support
|
2017-02-12 23:13:51 +01:00 |
|
Guenter Obiltschnig
|
155c12e2e0
|
updated changelog
|
2017-02-12 17:20:59 +01:00 |
|
Guenter Obiltschnig
|
46cb6afea5
|
detect malformed MIME messages earlier
|
2017-02-12 15:44:27 +01:00 |
|
Guenter Obiltschnig
|
ab2554a7ca
|
pass POCO_BUILD_HOST, POCO_TARGET_OSNAME and POCO_TARGET_OSARCH as strings
|
2017-02-12 13:57:36 +01:00 |
|
Guenter Obiltschnig
|
8ef2e5a11f
|
use -D_XOPEN_SOURCE=600 on Linux builds
|
2017-02-12 13:28:13 +01:00 |
|
Guenter Obiltschnig
|
dbc17672fe
|
updated changelog
|
2017-02-12 13:12:11 +01:00 |
|
Guenter Obiltschnig
|
06f420d42d
|
fixed class doc
|
2017-02-12 12:51:01 +01:00 |
|
Guenter Obiltschnig
|
925cc65d43
|
fixed GH #1580: Unable to unzip zip file created using non-seeking stream
|
2017-02-12 10:41:41 +01:00 |
|
Guenter Obiltschnig
|
03ddc4e20f
|
removed ostream support from AutoDetectStream
|
2017-02-11 23:59:26 +01:00 |
|
Günter Obiltschnig
|
0d5c454b9c
|
Merge branch 'poco-1.7.8' of https://github.com/pocoproject/poco into poco-1.7.8
|
2017-02-11 23:50:59 +01:00 |
|
Günter Obiltschnig
|
38b7e33b48
|
fixed GH #1566 and GH #1567: detection of end of compressed data via data descriptor is now more reliable
|
2017-02-11 23:50:25 +01:00 |
|
Guenter Obiltschnig
|
39ef64eead
|
GH #1558: upgrade bundled SQLite to 3.16.2
|
2017-02-11 20:07:10 +01:00 |
|
Günter Obiltschnig
|
21110e4ffa
|
fixed a warning
|
2017-02-11 19:35:54 +01:00 |
|
Guenter Obiltschnig
|
a401d22a28
|
fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::"
|
2017-02-11 19:01:12 +01:00 |
|
Guenter Obiltschnig
|
c2aca1d109
|
GH #1538: update double-conversion to v1.1.5
|
2017-02-11 12:49:14 +01:00 |
|
Guenter Obiltschnig
|
6c207b5157
|
fixed GH #1549: Latin2Encoding and 0xFF
|
2017-02-11 12:27:33 +01:00 |
|
Guenter Obiltschnig
|
f88eaabcea
|
fixed GH #1571: ODBC Preparator memory leak
|
2017-02-11 12:24:36 +01:00 |
|
Guenter Obiltschnig
|
7d91a4bc94
|
GH #1586: Upgrade bundled PCRE to 8.40
|
2017-02-11 12:04:36 +01:00 |
|
Guenter Obiltschnig
|
f8a0bbff1b
|
fixed GH #1581: Cannot find 'pcre.h' when using POCO_UNBUNDLED, a non-system PCRE, and CMake
|
2017-02-11 12:03:37 +01:00 |
|
Günter Obiltschnig
|
43a0490a70
|
fixed GH #1523: Long path names under Windows
|
2017-02-02 20:56:30 +01:00 |
|
Guenter Obiltschnig
|
960649d0ba
|
fix for GH #1501: Alpine 3.4 trouble with Foundation/src/Error.cpp
|
2017-01-31 17:47:40 +01:00 |
|
Guenter Obiltschnig
|
8ed7dfecc5
|
fixed GH #1573: Poco::File::createDirectories() should not throw Poco::FileExistsException
|
2017-01-29 12:46:13 +01:00 |
|
Guenter Obiltschnig
|
25a0e2aa9e
|
updated copyright date
|
2017-01-25 13:39:00 +01:00 |
|