Commit Graph

3176 Commits

Author SHA1 Message Date
Günter Obiltschnig
c25d9f00e5 Merge pull request #973 from aaboyd/move-overwrite-on-windows
overwrite existing files on windows when moving files
2015-10-09 09:35:58 +02:00
Alex Boyd
7ef3c2e44c overwrite existing files on windows when moving files 2015-10-09 00:48:23 -04:00
Günter Obiltschnig
7354f29bf5 Merge pull request #970 from MrHacky/fix-335
Fix zip files made with non-seekable output. (issue #335)
2015-10-08 14:59:16 +02:00
Simon Sasburg
ca1af32ecc Fix zip files made with non-seekable output. (issue #335) 2015-10-07 20:30:34 +01:00
Guenter Obiltschnig
b96dc28119 update travis for changed configure script 2015-10-06 16:31:34 +02:00
Guenter Obiltschnig
50d31a1b17 configure: add options --minimal, --typical and --everything; Makefile: install target respects OMIT 2015-10-06 15:41:53 +02:00
Guenter Obiltschnig
a856067668 doc improvements 2015-10-06 11:22:51 +02:00
Guenter Obiltschnig
c66849f9ee added better support for 'Expect: 100-continue' header and '100 Continue' responses 2015-10-06 11:11:16 +02:00
Guenter Obiltschnig
6bb1f4ad62 improved SSLManager to automatically set-up a reasonable client Context if none is configured 2015-10-06 09:42:41 +02:00
Guenter Obiltschnig
ec5580ffa2 fixed GH #967: Missing data types in SQLite 2015-10-05 15:12:42 +02:00
Guenter Obiltschnig
37aebb57b1 fixed GH #966: Possible crash when processing a corrupted Zip file 2015-10-05 12:13:10 +02:00
Guenter Obiltschnig
5e29ae31c1 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-10-05 09:30:18 +02:00
Guenter Obiltschnig
538c73ba3f add brew OpenSSL search paths to Darwin configs 2015-10-05 09:29:40 +02:00
Aleksandar Fabijanic
6fb7dd8bf7 Merge pull request #963 from mikedld/process-wait-result
Return non-zero from ProcessHandle::wait if killed by signal
2015-10-03 14:37:14 -05:00
Mike Gelfand
3abdb1fc23 Return non-zero from ProcessHandle::wait if killed by signal
Currently, ProcessHandle::wait (and transitively Process::wait) on *NIX
return zero if process was terminated as a result of unhandled signal.
Check if this is the case and return negative signal number instead to
indicate non-graceful process termination.
2015-10-03 15:32:15 +03:00
Guenter Obiltschnig
df060cecbf add HTTP/1.1 version to HTTPRequest for client WebSocket, as this is required for most servers 2015-10-01 18:52:46 +02:00
Guenter Obiltschnig
df36ae6a04 fixed GH #958: Bug while reading X509Certificate subjectName 2015-09-30 16:53:47 +02:00
Guenter Obiltschnig
92e2a19661 added EventChannel class (from macchina.io) 2015-09-30 11:03:03 +02:00
Guenter Obiltschnig
7f9dff45c0 remove unneeded #include 2015-09-30 10:32:33 +02:00
Guenter Obiltschnig
f3995e336f added experimental watch build config 2015-09-29 20:43:22 +02:00
Guenter Obiltschnig
1debe07a2d respect POCO_NO_FORK_EXEC in ServerApplication 2015-09-29 14:28:14 +02:00
Guenter Obiltschnig
5184a8526f tvOS support 2015-09-29 14:25:54 +02:00
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