Guenter Obiltschnig
8fd28947b9
re-added customizeSession() method from 1.4.x releases
2015-11-02 10:22:27 +01:00
Aleksandar Fabijanic
64ed9bacf0
Merge pull request #922 from dimanikulin/develop
...
fixed sql lite statement for empty extracts
2015-10-21 10:04:57 -05:00
dmitriy.n
4e6ec71c18
deleted commented code
2015-10-20 10:18:59 +03:00
dmitriy.n
044a23b1e8
added test case for pull request 922
2015-10-19 16:55:53 +03:00
Aleksandar Fabijanic
ee62025cc3
Merge pull request #989 from aaron0x/NetworkInterface
...
revise NetworkInterface
2015-10-16 18:09:46 -07:00
aaron0x
c93c302bcd
modify comment.
2015-10-16 17:23:23 +08:00
aaron0x
a3ee0416c0
add comment.
2015-10-16 16:43:53 +08:00
aaron0x
36b5487774
simplify NetworkInterface::forName(const std::string& name, bool requireIPv6).
2015-10-16 16:41:10 +08:00
aaron0x
5398ebd94a
remove unnecessary variable.
2015-10-16 16:28:57 +08:00
Günter Obiltschnig
c61debd881
Merge pull request #983 from kimgr/clang-wswitch
...
Fix #928 : Workaround to fix -Wswitch warning
2015-10-13 22:21:49 +02:00
Kim Grasman
883cdb7b14
Fix #928 : Workaround to fix -Wswitch warning
2015-10-13 21:58:56 +02:00
Aleksandar Fabijanic
35d94f3842
Merge pull request #982 from aaboyd/feature/remove-poco-os-cmake
...
removing POCO_OS_* declarations from cmake and biicode configuration
2015-10-12 22:51:20 -07:00
Alex Boyd
1f7766caa5
removing POCO_OS_* declarations from cmake and biicode configuration
2015-10-12 20:53:29 -04:00
Aleksandar Fabijanic
205eb65bc9
Merge pull request #979 from aaboyd/feature/cmake-relwithdebinfo-remove-suffix
...
remove d suffix from cmake RELWITHDEBINFO 'Release With Debug Info'
2015-10-11 20:36:03 -07:00
Alex Boyd
f447b5770a
remove d suffix from cmake RELWITHDEBINFO 'Release With Debug Info'
2015-10-11 22:04:41 -04:00
Guenter Obiltschnig
754cb3b06e
renamed canContinue() to peekResponse(), improved documentation
2015-10-10 09:31:48 +02:00
Guenter Obiltschnig
b8811609fd
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-10-09 16:53:28 +02:00
Guenter Obiltschnig
829746feb1
fix line endings
2015-10-09 16:53:21 +02:00
Günter Obiltschnig
c11c48e0eb
Merge pull request #976 from kirinthos/FixMixedLineEndings
...
fixing inconsistent line endings in NetSSL_OpenSSL Context.cpp
2015-10-09 16:12:00 +02:00
Jeremiah Cunningham
ded1b2c953
fixing inconsistent line endings in NetSSL_OpenSSL Context.cpp
2015-10-09 10:05:25 -04:00
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