Commit Graph

4076 Commits

Author SHA1 Message Date
CREMARENCO Cosmin
9d81f54067 Shell expansion rules say that tilde must be replaced with HOME if it exists and only after that we can look at getpwuid 2016-08-24 12:16:47 +02:00
Günter Obiltschnig
bb456d342a Merge pull request #1349 from Kampbell/develop
Move the FSM feature from the develop branch to the feature-fsm branch
2016-08-14 12:31:16 +02:00
Francis ANDRE
b45c6b3a63 Move the FSM feature from the develop branch to the feature-fsm branch 2016-08-14 10:53:09 +02:00
Guenter Obiltschnig
64635f7c8b - prefer clock_getttime() over gettimeofday() if available
- use CLOCK_MONOTONIC for POSIX condition in Poco::Event and Poco::Semaphore if supported
2016-08-11 13:00:22 +02:00
Guenter Obiltschnig
a1b8f96111 fixed a potential buffer overrun in Path_WIN32U.cpp (noncritical, as the failing code should never be reached) 2016-08-03 17:25:36 +08:00
Guenter Obiltschnig
aed776b7ae added additional HTTP status codes 2016-08-02 22:57:26 +08:00
Guenter Obiltschnig
8e7018df90 #1319: remove call to poco_unexpected() 2016-08-02 13:11:04 +08:00
Günter Obiltschnig
cab7142a4e Merge pull request #1319 from ObjSal/develop
Fixes an issue in DirectoryWatcher where it stops listening for events
2016-08-02 13:07:14 +08:00
Günter Obiltschnig
920ab80ef8 Merge pull request #1336 from hopstertv/gh-1335-make-object-an-explicit-constru
Make the Object(bool) an explicit constructor
2016-08-02 13:03:19 +08:00
Guenter Obiltschnig
bfc2ee99a0 Proper fix for #1337 2016-08-02 13:00:20 +08:00
Greg Rynkowski
fc40e89969 Make the Object(bool) an explicit constructor
It prevents from memory leaks made by clients of `Poco::JSON::Object`.
The problem has been described better in the GH issue #1335.

Issue:
https://github.com/pocoproject/poco/issues/1335
2016-07-31 14:32:21 +01:00
Günter Obiltschnig
38acb93a39 Merge pull request #1321 from Kampbell/develop
Fixes for AppVeyor & Travis
2016-07-21 08:02:53 +02:00
FrancisANDRE
049101f063 Merge remote-tracking branch 'kampbell/develop' into develop 2016-07-21 07:30:14 +02:00
Guenter Obiltschnig
ba52ed967e expat cross-platform fixes 2016-07-20 14:27:01 +02:00
zosrothko
33208a6ee8 Run tests only if compile/link/install are ok. 2016-07-20 11:36:57 +02:00
zosrothko
9cf03cc684 YAML does not like embedded comment in PS script. 2016-07-20 11:28:20 +02:00
zosrothko
a4c786532f Using installed CMake 2016-07-20 11:25:47 +02:00
Salvador Guerrero
5be13279cb Fixes an issue in DirectoryWatcher where it stops listening for events after a batch deletion 2016-07-19 23:24:18 -06:00
Guenter Obiltschnig
0e19cea0fb fixed GH #1313: XML library compilation error 2016-07-19 15:28:55 +02:00
Günter Obiltschnig
856a046e61 Merge pull request #1317 from Kampbell/FSM
FSM
2016-07-19 12:15:31 +02:00
FrancisANDRE
b63de4ea44 MySQL download link for 5.7.11 is broken!!!! Use 5.7.13 instead. 2016-07-19 11:22:10 +02:00
FrancisANDRE
eb32210345 Fix FSM-libexec dependencies. Remove XOPEN define in Cygwin config that
makes compilation of Data/MySQL testsuite fail.
2016-07-19 09:12:02 +02:00
Guenter Obiltschnig
7c32d02f61 fixed GH #1316: Empty SocketReactor never sleeps 2016-07-18 18:55:49 +02:00
FrancisANDRE
3782f03466 Merge remote-tracking branch 'pocoproject/develop' into FSM 2016-07-18 14:37:12 +02:00
FrancisANDRE
38e4ebbdc0 Initial upload. 2016-07-18 14:34:53 +02:00
FrancisANDRE
cc1ca8a293 Add FSM 2016-07-18 14:32:04 +02:00
Guenter Obiltschnig
dd941cbad1 fixed GH #1300: Session constructor hangs 2016-07-03 14:14:50 +02:00
Günter Obiltschnig
d01110db59 fix for WinCE 2016-07-03 13:55:06 +02:00
Günter Obiltschnig
c88d44a5f7 fixes for Windows 2016-07-03 13:54:54 +02:00
Guenter Obiltschnig
b42bb014e1 updated bundled expat to 2.2.0 2016-07-03 13:54:40 +02:00
Guenter Obiltschnig
1662bc87a1 fixed GH #1303: HTTPSClientSession::sendRequest() fails if server has wildcard cert 2016-07-03 12:48:50 +02:00
Guenter Obiltschnig
b3e2bdede9 added test for ws/wss schemes 2016-07-03 11:59:16 +02:00
Guenter Obiltschnig
4bc95aaedf fixed GH #1304: URI doesn't know ws:/ or wss:// schemes 2016-07-03 11:20:48 +02:00
Günter Obiltschnig
92fa1b1884 Merge pull request #1277 from vmiklos/net-tests-wshadow-fixes
GH #1050 Net tests: fix gcc -Wshadow warnings
2016-06-17 17:45:17 +02:00
Günter Obiltschnig
2e91f9666b Merge pull request #1290 from mkrivos/develop
Update sqlite to 3.13.0
2016-06-02 09:05:27 +02:00
Marian Krivos
bae482264b Update to sqlite 3.13.0 2016-06-02 07:44:52 +02:00
Marian Krivoš
83b3fe12cb Merge pull request #30 from pocoproject/develop
Sunc 2.6.2016
2016-06-02 07:40:05 +02:00
FrancisANDRE
65ccd00c94 Merge remote-tracking branch 'pocoproject/develop' into develop 2016-05-31 14:38:19 +02:00
FrancisANDRE
c89ca9ac5a Ignore spurious failure in NetSSL_Win that blocks PR delivery.
!!!FAILURES!!!
Runs: 30   Failures: 0   Errors: 1
 
There was 1 error: 
 1: class CppUnit::TestCaller<class TCPServerTest>.testReuseSocket
    "class Poco::IOException: I/O error"
    in "<unknown>", line -1
 
EchoConnection: SSL Exception: Failed to receive data in handshake
EchoConnection: SSL Exception: Failed to receive data in handshake
EchoConnection: Software caused connection abort

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-05-31 14:36:44 +02:00
Aleksandar Fabijanic
d6ebf591a6 Merge pull request #1286 from hakan-akan/patch-1
Update Platform_WIN32.h
2016-05-27 20:59:29 -05:00
Aleksandar Fabijanic
5e75f7db27 Merge pull request #1279 from hakan-akan/develop
Added preprocessor guards for "define"s.
2016-05-27 20:59:18 -05:00
hakan-akan
eec6f09f71 Update Platform_WIN32.h
Default move semantics are not supported with 2012 (1700).
2016-05-27 18:54:57 -07:00
hakan
49a4eb7eb6 Added preprocessor guards for "define"s. 2016-05-19 13:02:41 -07:00
Miklos Vajna
c298c4f689 GH #1050 Net tests: fix gcc -Wshadow warnings 2016-05-16 21:39:58 +02:00
Aleksandar Fabijanic
75e4bbaf91 Merge pull request #1270 from bachp/patch-3
Fix JSON Array documentation
2016-05-12 09:11:37 -05:00
Pascal Bach
10475027a6 Fix JSON Array documentation
getValue doesn't exist, use getElement instead
2016-05-12 16:09:36 +02:00
Aleksandar Fabijanic
e2a443ae10 Merge pull request #1268 from vmiklos/util-tests-wshadow-fixes
GH #1050 Util tests: fix gcc -Wshadow warnings
2016-05-11 18:30:03 -05:00
Miklos Vajna
4421048c78 GH #1050 Util tests: fix gcc -Wshadow warnings 2016-05-11 09:55:43 +02:00
Aleksandar Fabijanic
34e415cdd9 Merge pull request #1264 from vladimirgamalian/patch-1
Fix typo
2016-05-10 09:54:42 -05:00
Vladimir Gamalian
8eec0be8d1 Fix typo 2016-05-10 19:56:25 +07:00