Guenter Obiltschnig
|
8b21d3a9de
|
updated bundled expat to 2.2.0
|
2016-07-03 10:28:11 +02:00 |
|
Guenter Obiltschnig
|
de8d379d26
|
created branch for 1.7.4 release
|
2016-07-03 09:54:50 +02:00 |
|
Aleksandar Fabijanic
|
abc4742ebe
|
Merge pull request #1263 from Kampbell/poco-1.7.3
Update for building poco-1.7.3 on VS2013
|
2016-05-09 16:15:32 -05:00 |
|
FrancisANDRE
|
a221eba7d9
|
Readd generated Timehandler.cpp & TimeHandler.h.
Update components with NetSSL_Win.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-05-09 07:35:49 +02:00 |
|
Guenter Obiltschnig
|
a40dd20462
|
fixed VS project files
|
2016-05-08 15:30:25 +02:00 |
|
Guenter Obiltschnig
|
73fe23bf30
|
updated PocoDoc
|
2016-05-01 21:25:21 +02:00 |
|
Guenter Obiltschnig
|
913b0d2752
|
set release date in CHANGELOG
|
2016-04-28 22:29:00 +02:00 |
|
Guenter Obiltschnig
|
2f68f3575a
|
updated changelog
|
2016-04-26 17:02:41 +02:00 |
|
Guenter Obiltschnig
|
c351f65957
|
const correctness fix
|
2016-04-23 09:20:37 +02:00 |
|
Guenter Obiltschnig
|
1df5f56449
|
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:20:04 +02:00 |
|
Guenter Obiltschnig
|
b530485f92
|
#1221: upgrade bundled sqlite to 3.12.2
|
2016-04-21 10:08:36 +02:00 |
|
Guenter Obiltschnig
|
27f41ee785
|
merge changes from develop
|
2016-04-21 09:36:53 +02:00 |
|
Guenter Obiltschnig
|
50240732f9
|
pre c++11 fixes
|
2016-04-21 09:25:26 +02:00 |
|
Guenter Obiltschnig
|
60987f5949
|
fixed GH #1253: ListMap does not maintain insertion order if key already exists
|
2016-04-21 09:24:59 +02:00 |
|
Guenter Obiltschnig
|
4ee483d930
|
style fixes
|
2016-04-16 09:49:03 +02:00 |
|
Guenter Obiltschnig
|
7448e16b76
|
style fixes
|
2016-04-16 09:41:08 +02:00 |
|
Günter Obiltschnig
|
913346c23d
|
fixes for compatibility
Conflicts:
Foundation/src/Process_WIN32.cpp
Foundation/src/Process_WIN32U.cpp
|
2016-04-15 17:50:47 +02:00 |
|
Tony Abbott
|
6d17089b6c
|
GH #1222 Escape command line arguments passed to Process::launch() on Windows
Conflicts:
Foundation/testsuite/src/TestApp.cpp
|
2016-04-15 17:43:38 +02:00 |
|
Guenter Obiltschnig
|
839b2def04
|
fixed GH #1239: Poco::Zip::Compress with non-seekable stream fails for CM_STORE
|
2016-04-14 18:25:30 +02:00 |
|
Guenter Obiltschnig
|
0c91f8714d
|
upgraded bundled SQLite to 3.12.1
|
2016-04-11 10:47:55 +02:00 |
|
Guenter Obiltschnig
|
65abed223d
|
fixed GH #1235: Poco::Net::HTTPClientSession::sendRequest() should also handle HTTP_PATCH
|
2016-04-11 10:44:08 +02:00 |
|
Guenter Obiltschnig
|
c8967793d8
|
Merge branch 'poco-1.7.3' of https://github.com/pocoproject/poco into poco-1.7.3
|
2016-04-11 10:38:54 +02:00 |
|
Guenter Obiltschnig
|
ed23f24639
|
fixed GH #1236: Remove Poco::Data::Row::checkEmpty() as it prevents Row from being used with all NULL rows
|
2016-04-11 10:38:33 +02:00 |
|
Günter Obiltschnig
|
8af73fd79a
|
Update README.md
|
2016-04-11 09:20:29 +02:00 |
|
Guenter Obiltschnig
|
d82b6b3975
|
branched off 1.7.3
|
2016-04-11 09:06:38 +02:00 |
|
Guenter Obiltschnig
|
ebe22753c2
|
updated changelog
|
2016-03-19 08:19:35 +01:00 |
|
Guenter Obiltschnig
|
4236d130fa
|
upgraded bundled expat to 2.1.1
|
2016-03-19 08:10:53 +01:00 |
|
Guenter Obiltschnig
|
8a42d7d64f
|
fixed links
|
2016-03-19 08:02:23 +01:00 |
|
Guenter Obiltschnig
|
29cbee41d1
|
updated README
|
2016-03-19 08:00:51 +01:00 |
|
Guenter Obiltschnig
|
089dd0e2d2
|
upgraded bundled sqlite to 3.11.1
|
2016-03-19 07:59:18 +01:00 |
|
Guenter Obiltschnig
|
9d21ddd8ca
|
fixed GH #1204: getdtablesize has been removed on Android 21
|
2016-03-17 11:19:32 +01:00 |
|
Guenter Obiltschnig
|
6f44a02a65
|
another fix for #1203: need to reset _rowMap as well. Also, don't hide reset() from base class
|
2016-03-17 10:07:40 +01:00 |
|
Guenter Obiltschnig
|
65a92d4c5c
|
updated version
|
2016-03-17 09:15:46 +01:00 |
|
Guenter Obiltschnig
|
58751caca0
|
fixed GH# #1203: Poco::Data::RecordSet should be reusable
|
2016-03-17 09:15:23 +01:00 |
|
Guenter Obiltschnig
|
6572db8df0
|
better logging if rollback fails with Exception
|
2016-03-12 20:39:51 +01:00 |
|
Guenter Obiltschnig
|
8295b45488
|
Merge branch 'poco-1.7.1' of https://github.com/pocoproject/poco into poco-1.7.1
|
2016-03-12 20:20:58 +01:00 |
|
Guenter Obiltschnig
|
2500d55297
|
fixed typo
|
2016-03-12 20:20:35 +01:00 |
|
Günter Obiltschnig
|
6bf233682f
|
Update README.md
|
2016-03-12 16:42:25 +01:00 |
|
Günter Obiltschnig
|
3eb506d805
|
fix AppVeyor badge
|
2016-03-12 14:30:23 +01:00 |
|
Günter Obiltschnig
|
6794caea56
|
Update README.md
|
2016-03-12 13:52:55 +01:00 |
|
Guenter Obiltschnig
|
0871e41f52
|
updated changelog
|
2016-03-12 12:19:28 +01:00 |
|
Guenter Obiltschnig
|
d0e268fcbb
|
use TLS_*_method() instead of deprecated SSLv23_*_method() if OpenSSL version is >= 1.1; initialize default/fallback client context to support all TLS protocols, not just TLSv1
|
2016-03-12 12:18:18 +01:00 |
|
Guenter Obiltschnig
|
e643cc3c6c
|
updated release notes/changelog
|
2016-03-12 10:36:39 +01:00 |
|
Guenter Obiltschnig
|
dcfc20a247
|
another attempt at #1187: retry mysql_stmt_prepare if server has gone away
|
2016-03-11 14:46:32 +01:00 |
|
Guenter Obiltschnig
|
9a81312bcf
|
fix for #1187: don't set timeout to zero
|
2016-03-10 21:29:11 +01:00 |
|
Guenter Obiltschnig
|
7bcbbd7a35
|
fixed GH #1180: Possible deadlock when TaskManager::count is called in onFinished
|
2016-03-10 16:47:46 +01:00 |
|
Guenter Obiltschnig
|
ee9477afd3
|
fixed GH# 1184: Attempting to connect via a proxy throws a DNS error "Host not found"
|
2016-03-10 09:54:08 +01:00 |
|
Guenter Obiltschnig
|
f594c134ae
|
updated version no.
|
2016-03-10 09:29:47 +01:00 |
|
Guenter Obiltschnig
|
f28591baeb
|
fix SET_LD_LIBRARY_PATH to include POCO_BASE/LIBDIR if different from LIBPATH
|
2016-03-06 20:30:11 +01:00 |
|
Guenter Obiltschnig
|
9327564309
|
add before calling PageCompiler
|
2016-03-06 16:24:36 +01:00 |
|