Commit Graph

4046 Commits

Author SHA1 Message Date
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
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
Aleksandar Fabijanic
1132080296 Merge pull request #1234 from vmiklos/foundation-samples-memory-fixes
Foundation: fix memory leaks in Logger sample
2016-05-10 07:34:13 -05:00
Miklos Vajna
e170400bfd Foundation: fix memory leaks in Logger sample 2016-05-09 21:15:41 +02:00
Aleksandar Fabijanic
f51cb5f6fd Merge pull request #1146 from matejk/gh-860
MongoDB: disable unwanted release of resources in PooledConnection
2016-05-05 12:42:44 -05:00
Guenter Obiltschnig
5c1d0b8568 style fix 2016-05-05 10:54:02 +02:00
Günter Obiltschnig
ac4f0625fd Merge pull request #1131 from Kampbell/DynamicIgnoredToken
Make the Token ignore property a dynamic property.
2016-05-05 10:51:37 +02:00
Guenter Obiltschnig
43accdff89 PocoDoc updates from macchina.io 2016-05-01 21:29:39 +02:00
Alex Fabijanic
95bb6bfeea Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2016-04-23 14:53:56 -06:00
Alex Fabijanic
0286d245ab Only escape string values in Poco::JSON::Stringifier::stringify() #1027 2016-04-23 14:52:03 -06:00
Aleksandar Fabijanic
4b6c11242c Merge pull request #1245 from aaron0x/develop
implement startsWith and endsWith.
2016-04-23 14:04:20 -05:00
Alex Fabijanic
b14b6f3d7f Poco::Data default storage should be std::vector #1172 2016-04-23 13:01:45 -06:00
Guenter Obiltschnig
a5d7e994f5 const-correctness fix 2016-04-23 09:21:55 +02:00
Guenter Obiltschnig
4d7f2426f1 fixed GH #993: Invalid zip format when opening a docx in word [host system type is now always set to 0, as this is the correct thing to do] 2016-04-23 09:21:40 +02:00
mkrivos
3a33bcbb67 Update to sqlite 3.12.2 2016-04-21 12:10:06 +02:00
Guenter Obiltschnig
664be2c791 #1221: upgrade bundled sqlite to 3.12.2 2016-04-21 10:09:21 +02:00
Guenter Obiltschnig
a8962bb3b3 fixed GH #1253: ListMap does not maintain insertion order if key already exists
Conflicts:
	Foundation/include/Poco/ListMap.h
2016-04-21 09:34:13 +02:00
Günter Obiltschnig
13a999de42 Merge pull request #1247 from benoitbleuze/unixTimeStamoFix
Improves timestamp resolution on Unix systems
2016-04-18 12:28:42 +02:00
Benoît Bleuzé
76254ca055 Improves timestamp resolution on Unix systems
Adds microsecond precision when possible on Linux,
BSD and Apple systems.

Uses platform specific `struct stat`, and `utimes()`,
instead of `utime()`.
2016-04-17 20:20:34 +02:00
aaron0x
43d96a5bcb implement startsWith and endsWith. 2016-04-18 01:14:13 +08:00
Guenter Obiltschnig
d11b69ca00 style fixes 2016-04-16 09:57:54 +02:00
Guenter Obiltschnig
9710a828a3 style fixes (something messed up if-else formatting) 2016-04-16 09:39:24 +02:00
Günter Obiltschnig
3e0d788162 fixes for compatibility 2016-04-15 17:40:09 +02:00
Günter Obiltschnig
3b51cbdfb6 Merge pull request #1243 from tonyabbott/develop
GH #1222 Escape command line arguments passed to Process::launch() on…
2016-04-15 17:01:23 +02:00
Tony Abbott
1db7811ce5 GH #1222 Escape command line arguments passed to Process::launch() on Windows 2016-04-15 16:45:41 +02:00
Guenter Obiltschnig
8fd1065804 fixed GH #1239: Poco::Zip::Compress with non-seekable stream fails for CM_STORE
Conflicts:
	Zip/src/ZipLocalFileHeader.cpp
2016-04-14 18:28:08 +02:00
Aleksandar Fabijanic
6a9317cb09 Merge pull request #1237 from Kampbell/develop
AppVeyor: update for reducing the oveall build & test time
2016-04-12 10:08:38 -05:00
Guenter Obiltschnig
8268ebe179 upgraded bundled SQLite to 3.12.1 2016-04-11 10:49:11 +02:00
Guenter Obiltschnig
86969b4a91 fixed GH #1235: Poco::Net::HTTPClientSession::sendRequest() should also handle HTTP_PATCH 2016-04-11 10:44:41 +02:00
Guenter Obiltschnig
9d425d73e1 fixed GH #1236: Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows 2016-04-11 10:39:35 +02:00
FrancisANDRE
5e03f12a35 Merge remote-tracking branch 'pocoproject/develop' into develop 2016-04-09 11:54:50 +02:00
FrancisANDRE
227725bfae Abort the job when lastExitCode different from 0
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-04-09 11:52:47 +02:00