Commit Graph

1657 Commits

Author SHA1 Message Date
aleks-f
f98fa4b05a couple of cosmetic fixes 2013-02-27 15:13:43 -06:00
aleks-f
4e3ff72803 GH 109: Bug in SMTPClientSession::loginUsingPlain
- fixed GH# 109: Bug in Poco::Net::SMTPClientSession::loginUsingPlain
2013-02-27 12:41:17 -06:00
Aleksandar Fabijanic
2d87e2bd84 Merge pull request #111 from abigagli/develop
Added configurations for building with clang/libc++ for iPhone, iPhoneSimulator and Darwin
2013-02-27 09:27:31 -08:00
Andrea Bigagli
a2229781fa Added configurations for building with clang/libc++ for iPhone, iPhoneSimulator and Darwin 2013-02-27 15:59:40 +01:00
aleks-f
c311263eed align with 1.4.6 2013-02-27 00:32:31 -06:00
aleks-f
363c66ebdf added BeagleBoard build configuration 2013-02-26 22:53:19 -06:00
aleks-f
e610afde4f updated Thread::start documentation
- updated Thread::start documentation (port from 1.4.6)
2013-02-26 22:50:08 -06:00
aleks-f
5654749e2b fixed warning in Poco/Crypto/OpenSSLInitializer.h
- fixed a warning in Poco/Crypto/OpenSSLInitializer.h (fix ported from
1.4.6)
2013-02-26 22:43:36 -06:00
aleks-f
03530311b8 GH71: WebSocket and broken Timeouts
fixed GH# 71: WebSocket and broken Timeouts (POCO_BROKEN_TIMEOUTS)
2013-02-26 22:39:17 -06:00
aleks-f
6d613869cc GH110: WebSocket accept() fails when Connection header contains multiple tokens
fixed GH #110: WebSocket accept() fails when Connection header contains
multiple tokens
2013-02-26 12:09:36 -06:00
Aleksandar Fabijanic
4cb8b78e0f Merge pull request #108 from yukoba/develop
Support Visual Studio Express 2012 for Windows Desktop
2013-02-25 08:35:13 -08:00
Yu Kobayashi
a3362e7c70 "tests" are missing in build_vcexpress.cmd 2013-02-25 20:04:58 +09:00
Yu Kobayashi
613a725b9c Support Visual Studio Express 2012 for Windows Desktop 2013-02-25 20:04:32 +09:00
Aleksandar Fabijanic
44b844d64d Merge pull request #106 from mkrivos/small_fixes
cmake fix for SQLite Notifier.cpp
2013-02-24 13:03:42 -08:00
Marian Krivos
f137388cb5 cmake fix for SQLite Notifier.cpp 2013-02-23 14:29:11 +01:00
Aleksandar Fabijanic
36122110e5 Merge pull request #103 from syvex/JSONParseLarge64
Fix JSON parsing of large unsigned 64-bit integers
2013-02-22 13:43:54 -08:00
Aleksandar Fabijanic
97f1f61914 Merge pull request #105 from adrianimboden/develop
MySQL: Take mysql_affected_rows returning -1 into account
2013-02-22 13:36:32 -08:00
Adrian Imboden
453946edcf MySQL: Take mysql_affected_rows returning -1 into account (was not a SELECT statement) 2013-02-22 00:05:21 +01:00
Aleksandar Fabijanic
0607b0c6d2 Merge pull request #104 from adrianimboden/develop
MySQL: Implemented affectedRowCount
2013-02-21 13:50:35 -08:00
Adrian Imboden
7354622810 Updated MySQL UnitTest 2013-02-21 21:59:52 +01:00
Adrian Imboden
4ce851672a MySQL: Implemented affectedRowCount 2013-02-21 20:34:20 +01:00
Mike Naquin
13a1a0b9a2 Fix JSON parsing of large unsigned 64-bit integers 2013-02-21 12:57:51 -06:00
Aleksandar Fabijanic
ae26e45bad Merge pull request #100 from adrianimboden/develop
Data/SessionPool: Spelling mistakes fixed
2013-02-20 15:35:37 -08:00
Adrian Imboden
b0bc3084d2 Data/SessionPool: Spelling mistakes fixed 2013-02-21 00:19:31 +01:00
aleks-f
66a56a944f indentation 2013-02-20 17:08:44 -06:00
aleks-f
6943505634 SQLite event notifier
Notifier is SQLite DB event (insert, update, delete, commit, rollback)
callback wrapper.
2013-02-20 16:35:42 -06:00
Aleksandar Fabijanic
f756d995d2 Merge pull request #97 from mkrivos/directory_iterators
SF Feature requests #168 and #163
2013-02-20 05:21:58 -08:00
Marian Krivos
8ddba0bcd1 SF Feature requests #168 and #163 - part 3 2013-02-20 09:44:25 +01:00
Aleksandar Fabijanic
f0f7f0fd3c Merge pull request #98 from fbraem/develop
Develop
2013-02-19 13:42:56 -08:00
fbraem
005e629fc7 Implement the correct way of traversing a cursor 2013-02-19 22:38:27 +01:00
fbraem
fb94876de2 Add a get method that doesn't throw, but returns a default argument instead 2013-02-19 22:38:00 +01:00
fbraem
a39b33b3e9 Add const to get method 2013-02-19 22:32:40 +01:00
fbraem
79c1edbdfb Add getLastErrorDoc and getLastError 2013-02-19 22:32:11 +01:00
Marian Krivos
ef1c594fb1 SF Feature requests #168 and #163 - part 2 2013-02-19 21:43:10 +01:00
Marian Krivos
4573b5e6be SF Feature requests #168 and #163 2013-02-19 21:29:58 +01:00
Aleksandar Fabijanic
a48e7ebb80 Merge pull request #96 from mkrivos/small_fixes
cmake addition and gcc warning fixes
2013-02-18 23:55:17 -08:00
Marian Krivos
9349786415 cmake and gcc warning fixes 2013-02-19 06:16:12 +01:00
aleks-f
c6ac318ac6 CHANGELOG 2013-02-18 14:32:14 -06:00
aleks-f
7354713433 GH #93: ParallelSocketAcceptor virtual functions
- fixed GH #93: ParallelSocketAcceptor virtual functions
- updated CHANGELOG
2013-02-18 14:31:27 -06:00
aleks-f
c1af36b973 delete from table optimization comment 2013-02-18 10:48:05 -06:00
aleks-f
32602031fc removed delete from table optimization workaround
- added more affected rows tests
- removed documentation and thes for "DELETE FROM TABLE" optimization
bug (fixed as of SQLite 3.6.5, see http://sqlite.org/lang_delete.html )
2013-02-18 10:46:49 -06:00
Aleksandar Fabijanic
11cddbf751 Merge pull request #91 from RangelReale/sqlitedual
Improve SQLite multi-threaded use
2013-02-18 08:33:38 -08:00
aleks-f
f78a4e8965 factor out Var destruction 2013-02-17 17:05:36 -06:00
aleks-f
9378680c0b Merge remote-tracking branch 'origin/ip-address-soo' into develop 2013-02-17 16:33:44 -06:00
aleks-f
efc0387838 gcc warning fix 2013-02-17 16:30:31 -06:00
Alex
6cae42a29c clang fixes 2013-02-17 16:11:09 -06:00
Aleksandar Fabijanic
5cf5693bf0 Merge pull request #92 from fbraem/develop
Develop
2013-02-17 13:17:10 -08:00
aleks-f
9ea546d981 more callbacks and transaction tests
- added callbacks for commit and rollback with tests
- added transaction tests
2013-02-17 15:12:07 -06:00
fbraem
13380b5eb9 Make indentation work in toString 2013-02-17 18:41:36 +01:00
fbraem
b19401af37 Solve wrong assert 2013-02-17 18:40:58 +01:00