Günter Obiltschnig
c4bdadffb3
#2787 : add queueSize property to the AsyncChannel
2020-02-04 10:53:01 +01:00
Günter Obiltschnig
6e321e6256
#2791 : allow pre-allocation of the buffer in LogStreamBuf
2020-02-04 09:45:26 +01:00
Günter Obiltschnig
fafa92d353
#2818 : Add getSpecifiedPort() method to URI
2020-02-04 09:06:49 +01:00
Günter Obiltschnig
7f071c9171
use correct printf format spec for UIntPtr
2020-01-26 10:32:06 +01:00
Günter Obiltschnig
66d96744b1
merged GH #2641 : Implement DataURIStream for extracting data from data URIs
2020-01-24 10:41:35 +01:00
Günter Obiltschnig
958ce15bb5
fixed GH #2624 : Poco::FileChannel/Poco:LogFileImpl::writeImpl() on Windows should translate \n to \r\n.
2020-01-23 11:26:26 +01:00
Günter Obiltschnig
eddcd7664c
#2853 : make it actually compile
2020-01-22 12:50:47 +01:00
Günter Obiltschnig
15ac1aec08
fixed GH #2853 : Poco::Process::launch process environment unicode support is broken on Windows
2020-01-22 12:34:48 +01:00
Günter Obiltschnig
924cdf235c
GH #2689 : Added tryWait() into Process and ProcessHandle. Handle kill()-ed UNIX process exit codes.
2020-01-22 08:23:36 +01:00
Günter Obiltschnig
5f0e0a0374
Merge pull request #2867 from vfjpl/poco-1.10.0
...
unescape Backslash char in UTF8 unescape method
2020-01-22 08:09:14 +01:00
Günter Obiltschnig
7f7c2f5484
fixed GH #2772 : On iOS real device (not simulator) the home directory is not usable
2020-01-22 06:53:13 +01:00
Günter Obiltschnig
bd3c75293e
fixed GH #2824 : Poco::Environment missing UTF8/wstring support on Windows
2020-01-21 21:36:08 +01:00
Günter Obiltschnig
2327592bab
fixed GH #2217 : UUIDGenerator should allow random seed
2020-01-21 21:30:48 +01:00
Günter Obiltschnig
71585b7daa
#2152 : XDG support
2020-01-21 21:20:35 +01:00
Günter Obiltschnig
2018a698ba
fix assignment operator
2020-01-21 19:58:38 +01:00
Günter Obiltschnig
18adb1e43b
code cleanup; fix move ctors and assignment
2020-01-21 17:52:43 +01:00
Günter Obiltschnig
0658044260
fixed another issue with backslash handling in Var JSON parsing
2020-01-20 14:40:07 +01:00
Feng Hao
b8320ccb7b
fix Dynamic::Var parse string issue
2020-01-20 19:09:22 +08:00
Günter Obiltschnig
6058f5dd23
Merge pull request #2881 from Ludorg/poco-1.10.0
...
Add an option to force the use of PollingDirectoryWatcherStrategy
2020-01-17 08:34:10 +01:00
Ludovic LIEVRE
b651764007
Option to force PollingDirectoryWatcherStrategy
...
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)
See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881
On Linux, inotfy does not work for network volumes (such as NFS).
See https://stackoverflow.com/questions/4231243/inotify-with-nfs
By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.
This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:38:51 +00:00
Günter Obiltschnig
f63a7bbad5
added SHA2Engine
2020-01-12 08:58:36 +01:00
Ludovic LIEVRE
42629d1ed4
add an option to force the use of PollingDirectoryWatcherStrategy on Linux
2020-01-10 09:54:19 +00:00
Guenter Obiltschnig
f7fc4a239f
fixed more issues discovered while testing on Linux
2020-01-09 17:43:31 +00:00
Günter Obiltschnig
aa46e9b6e4
fixed type overloads
2020-01-09 18:02:29 +01:00
Günter Obiltschnig
03d1dd9822
fixes for macos/clang
2020-01-09 11:53:03 +01:00
Günter Obiltschnig
1bf40a0cd2
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
2020-01-09 10:08:09 +01:00
Günter Obiltschnig
50e9d35c3c
remove deprecated std::pointer_to_unary_function
2020-01-04 11:28:24 +01:00
Kacper Piwiński
29de485a46
unescape Backslash char in UTF8 unescape method
2019-12-16 22:43:40 +01:00
Günter Obiltschnig
9c197e0ed1
finally get rid of std::auto_ptr
2019-12-15 09:40:40 +01:00
KevDi
fa20e056dd
Changed Options Check in remaining File Impl Classes
2019-11-30 13:38:03 +01:00
Jan Kevin Dick
0a9525044d
Added Fix to put Options inside the File Impl Classes
2019-11-27 14:44:55 +01:00
Jan Kevin Dick
9daaec4ec0
Updated Comments and fixed bug within the Unix File Implementation
2019-11-26 14:10:32 +01:00
Jan Kevin Dick
3424ee7bc8
Merge branch 'feature/FileFailOnOverwrite' of https://github.com/KevDi/poco into feature/FileFailOnOverwrite
2019-11-26 13:04:49 +01:00
Jan Kevin Dick
d5a25f2053
Added the Options Enum advice.
2019-11-26 13:03:43 +01:00
KevDi
936441df93
Fixed missing failOnOverwrite check
2019-11-18 18:43:34 +01:00
KevDi
6c662bfb4a
Fixed File on Unix to pass the Rename Tests
2019-11-18 18:24:36 +01:00
Jan Kevin Dick
8b4ef5f706
Fixed wrong method parameter
2019-11-18 13:59:34 +01:00
Jan Kevin Dick
4e734553b3
Added FailOnOverwrite to File Class
2019-11-18 13:06:43 +01:00
Günter Obiltschnig
b4fd25c620
fixed exception messages if writing to output stream fails
2019-08-23 20:55:19 +02:00
Günter Obiltschnig
aec24aa4f7
Merge pull request #2766 from dukeru/support_QNX_SDP7
...
Support qnx sdp7
2019-08-19 08:41:16 +02:00
Günter Obiltschnig
325cfcb3c2
added SharedLibrary::setSearchPath()
2019-08-17 10:04:48 +02:00
Dooeui
61a49ccb98
Fix build error for QNX SDP7.0
...
- Use statvfs instead of statfs
2019-08-10 21:27:42 +09:00
Günter Obiltschnig
5ba6ec6885
fixed GH #2700 : Invalid read of memory in Poco::Environment::set which may cause crashes.
2019-06-22 18:19:22 +02:00
Günter Obiltschnig
ee5a7269c3
fixed GH# #2712 : File_WIN32.cpp(168): error C2065: “_upath”:Undeclared identifier
2019-06-22 13:44:25 +02:00
Transporter
edb8bed56d
Copy of pr #2694 for poco-1.10.0 including fix for #2718
2019-06-12 14:10:21 +02:00
Günter Obiltschnig
b961ea8148
added start() method that takes a Poco::SharedPtr to a Runnable
2019-02-23 13:46:54 -05:00
Günter Obiltschnig
43f1d5617a
Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1
2018-09-13 08:30:29 +02:00
Günter Obiltschnig
d77067b693
backport #2459
2018-09-13 08:29:53 +02:00
Francis ANDRE
fe8bda7720
Fix for issue #2462 by bakkiraju@logitech.com
...
QNX7.0 seems to be using header <sys/statvfs.h> instead of <sys/statfs.h>
2018-09-13 08:26:00 +02:00
Aleksandar Fabijanic
231ef2762d
Preserve entries order in DynamicStruct #2410 ( #2413 )
...
* Preserve entries order in DynamicStruct #2410
* disable C++11 default
* ifdef C++11 code
2018-08-01 08:06:59 -07:00