Guenter Obiltschnig
06ab1e9820
setThreadName: abbreviate thread name if too long
2015-09-28 22:46:31 +02:00
Aleksandar Fabijanic
eda81a5fe2
Merge pull request #952 from david-moran/develop
...
Named substring support
2015-09-28 08:45:12 -05:00
David Morán
cd01fad478
Added regular expression test for named substrings
2015-09-28 12:13:59 +02:00
David Morán
8f1f678f76
Named substring support
2015-09-28 02:21:21 +02:00
Günter Obiltschnig
80c987c9ef
Merge pull request #950 from aaron0x/EnhanceFileChannel
...
Enhance FileChannel purge setting.
2015-09-26 18:39:46 +02:00
aaron0x
0a64390399
Enhance FileChannel purge setting.
2015-09-26 23:31:30 +08:00
Günter Obiltschnig
0e4dff4087
Merge pull request #946 from mikedld/poco-foundation-version
...
Change Foundation library version back to SHARED_LIBRARY_VERSION
2015-09-20 08:32:30 +02:00
Mike Gelfand
cec5a43151
Change Foundation library version back to SHARED_LIBRARY_VERSION
...
Foundation is the only library using PROJECT_VERSION as library version,
the change accidentally introduced by commit b69fafb84c
. This causes
difference in library being linked to (libPocoFoundation.31.dylib on Mac)
and library returned by $<TARGET_FILE:Poco::Foundation> for imported
target (libPocoFoundation.1.6.1.dylib), causing inconvenience. Also, this
differs from autoconf-based builds where only "31" (soversion) library is
being created and not "1.6.1" (project version) one.
2015-09-20 03:08:19 +03:00
Günter Obiltschnig
ee9794f087
Merge pull request #943 from zosrothko/develop
...
Proposed changes for fixing NetSSL_OpenSSL and adding portability function in Sharedmemory
2015-09-19 15:46:57 +02:00
FrancisANDRE
a4479552b6
add SharedLibrary::getOSName() to improve portability of shared library
...
real filename over different OS like Linux/Unix/Cygwin & Windows.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:28:26 +02:00
FrancisANDRE
b2ef29528d
remove unecessary include of Poco/NetSSL_OpenSSL/openssl/ssl.h
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:26:22 +02:00
FrancisANDRE
3e3c9da626
Protect TLSv1, TLSv1_1 and TLSv1_2 entry point references by proper
...
OpenSSL constant
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-19 08:24:37 +02:00
Guenter Obiltschnig
162c8ecd39
fix: need an implementation of available() for WebSocketImpl
2015-09-18 22:44:17 +02:00
FrancisANDRE
73222d1530
INCLUDE += -I$(POCO_BASE)/openssl/include should be added to the list of
...
includes otherwise, gcc takes the ssl.h from /usr/include/openssl which
could miss some declarations like TLSv1_1_client_method and
TLSv1_1_server_method, depednding on which version of openssl is
installed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-09-17 12:31:54 +02:00
Guenter Obiltschnig
a7bb89839c
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-09-17 12:00:41 +02:00
Guenter Obiltschnig
25c3d96d79
NetSSL_Win: HTTPSSessionInstantiator: respect global proxy config
2015-09-17 12:00:19 +02:00
Guenter Obiltschnig
619950bb2a
HTTPSessionInstantiator: respect global proxy config
2015-09-17 11:58:19 +02:00
Aleksandar Fabijanic
b1bcd786b0
Merge pull request #939 from siemens/mc-compiler
...
CMake: Add additional registry entry to find mc.exe
2015-09-16 11:08:38 -05:00
Aleksandar Fabijanic
4b89161c56
Merge pull request #941 from aaron0x/develop
...
fix writing the same key to the config file multiple time.
2015-09-16 08:50:16 -05:00
aaron0x
2bc7b05aff
add comment.
2015-09-16 16:00:16 +08:00
aaron0x
8629b897a4
fix writing the same key to the config file multiple time.
2015-09-16 15:48:31 +08:00
Guenter Obiltschnig
86f2094d09
SocketAddress: constructor taking single string now also accepts a local socket path on UNIX platforms
2015-09-16 09:26:30 +02:00
Guenter Obiltschnig
5bde0dae76
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-09-16 09:17:45 +02:00
Guenter Obiltschnig
cad2e02c3f
added constant for HTTP PATCH method
2015-09-16 09:17:21 +02:00
Aleksandar Fabijanic
2e4f20a7f7
Merge pull request #940 from aaron0x/Typos
...
modify comments.
2015-09-15 20:56:02 -05:00
aaron0x
0c6e0cbc60
modify comments.
2015-09-16 09:38:29 +08:00
Aleksandar Fabijanic
8aef165ed5
Merge pull request #938 from adasworks/develop
...
fix: cmake: set public compiler flags on library targets
2015-09-15 10:28:42 -05:00
Csaba Keszegh
61305c01ee
fix: set public compiler flags on library targets
...
POCO_STATIC: has to be set when using poco as static library
POCO_NO_ATUMATIC_LIBS: CMake config module will find the correct libraries.
Don't need to guess in headers.
2015-09-15 10:02:38 +02:00
Guenter Obiltschnig
526ba5d0b3
added comments regarding encoding/decoding to getPath*()
2015-09-14 10:25:02 +02:00
Guenter Obiltschnig
2603c7a0d4
added comment regarding query strings ( #767 )
2015-09-14 10:19:08 +02:00
Aleksandar Fabijanic
32956fe044
Change in JSON::Object::set(key,value) behavior in 1.6.1 #933
...
fix according to [suggestion](fee347ec6a (commitcomment-13196733)
)
2015-09-12 13:17:01 -05:00
Aleksandar Fabijanic
50c84921fd
Merge pull request #934 from aaron0x/PreserveComment
...
implement GH #700 : PropertyFileConfiguration preserve comments.
2015-09-11 12:38:37 -05:00
Guenter Obiltschnig
2ad2e5c59a
add slack notification
2015-09-11 17:16:06 +02:00
Guenter Obiltschnig
e506171777
exclude NTP client test from travis test suite
2015-09-11 16:02:08 +02:00
Guenter Obiltschnig
e63c56cafb
added testcase for #936
2015-09-11 14:01:10 +02:00
Günter Obiltschnig
8d8074fc00
fix for MSVC issue with static const definitions
2015-09-11 09:22:38 +02:00
aaron0x
334a7267c7
implement GH #700 : PropertyFileConfiguration preserve comments.
2015-09-11 14:22:00 +08:00
Aleksandar Fabijanic
fee347ec6a
Change in JSON::Object::set(key,value) behavior in 1.6.1 #933
2015-09-10 22:12:34 -05:00
Guenter Obiltschnig
622d9d4c6c
NumberParser::parseHex[64](): allow 0x/0X prefix
2015-09-09 14:38:08 +02:00
Guenter Obiltschnig
7a6f54e0f0
fix for NumberParser changes
2015-09-09 14:26:26 +02:00
Guenter Obiltschnig
ea52ac5358
do not use of UINT64_C
2015-09-09 13:30:14 +02:00
Guenter Obiltschnig
f315dc603e
fix for pre-C++11 compilers
2015-09-09 12:59:35 +02:00
Guenter Obiltschnig
15f034cbbd
fix GH #931 : make strToInt() more strict in what it accepts
2015-09-09 11:14:29 +02:00
Guenter Obiltschnig
aac6aba66c
check if specified address fits specified address family
2015-09-08 17:49:02 +02:00
Guenter Obiltschnig
3eca77450c
fix version no, style
2015-09-08 17:36:28 +02:00
Guenter Obiltschnig
d53dc367da
HTTPClientSession: don't attempt to reconnect if no host is set (such as when creating a HTTPClientSession with a connected StreamSocket)
2015-09-08 17:17:29 +02:00
Guenter Obiltschnig
0494abc603
make TCPServer and HTTPClientSession work with UNIX local sockets
2015-09-08 17:06:30 +02:00
Guenter Obiltschnig
515de4128f
handle ENOENT error
2015-09-08 16:21:25 +02:00
Guenter Obiltschnig
d55eab9264
clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets
2015-09-08 15:00:43 +02:00
Guenter Obiltschnig
d64ec94653
UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum
2015-09-08 14:15:38 +02:00