Commit Graph

1835 Commits

Author SHA1 Message Date
aleks-f
ad077b8f3f MailMessage: attachments saving and read/write
MailMessage: attachments saving support and consistent read/write
2013-03-10 23:36:04 -05:00
aleks-f
46c3d74c5f RecursiveDirectoryIterator and ListMap
1) Recursive and SortedDirectoryIterator

- added to VS projects
- fixed some style/formatting
- fxed windows tests

2) Added ListMap

Poco::ListMap is a std::mulitimap-like container that preserves
insertion order (needed to prevent Net message headers)
2013-03-10 12:25:47 -05:00
aleks-f
38530dbdc6 multimap-like functionality 2013-03-09 22:31:49 -06:00
Aleksandar Fabijanic
b915a4c4ec Merge pull request #121 from fbraem/develop
MongoDB: Avoid endless loop when indent is set to 1, cleanup code
2013-03-09 15:09:21 -08:00
fbraem
c6d53a0608 Avoid endless loop when indent is set to -1, cleanup code 2013-03-09 20:45:22 +01:00
aleks-f
727e3cd28d GH #118: JSON::Object::stringify endless loop 2013-03-06 21:21:58 -06:00
Guenter Obiltschnig
dc5c8c87da - fixed GH# 116: Wrong timezone parsing in DateTimeParse (fix by Matej Knopp) 2013-03-06 07:50:02 +01:00
Aleksandar Fabijanic
3c7bae11fc Merge pull request #115 from fbraem/develop
MongoDB: more samples and some minor changes
2013-03-02 00:05:33 -08:00
fbraem
b860cd2cbb Add some newlines in output 2013-03-01 22:06:47 +01:00
fbraem
e793083a0a Correct indentation 2013-03-01 21:59:50 +01:00
fbraem
39fc777a6b Add sample11, 12 and 13 2013-03-01 21:43:12 +01:00
fbraem
26e89db0dd Add createUpdateRequest, createDeleteRequest 2013-03-01 21:42:51 +01:00
Aleksandar Fabijanic
c43d4bd626 Merge pull request #113 from fbraem/develop
MongoDB: more methods and samples
2013-02-28 12:57:50 -08:00
aleks-f
655abee691 updated changelog 2013-02-27 15:14:45 -06:00
aleks-f
f98fa4b05a couple of cosmetic fixes 2013-02-27 15:13:43 -06:00
fbraem
c52dcc1c2f Add more samples 2013-02-27 19:51:44 +01:00
fbraem
ee360d307c Add methods that turns a numeric index into a string for getting the element (an array is actually a document) 2013-02-27 19:51:33 +01:00
fbraem
d1b318b806 Add size method 2013-02-27 19:50:05 +01: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
fbraem
2d3e78146d Add createCommand method and rearrange code 2013-02-27 18:51:55 +01:00
fbraem
6a8b2c5a48 Add some handy "short-cut" functions 2013-02-27 18:51:05 +01: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
fbraem
382dbd5637 Add addNewDocument method 2013-02-23 17:36:10 +01: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
fbraem
99cd51d727 Use addNewDocument when possible, add sample for ensureIndex 2013-02-22 19:30:14 +01:00
fbraem
60afc2dbd0 Add ensureIndex 2013-02-22 19:29:48 +01: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
fbraem
7328eace34 Add method addNewDocument and return a reference of the active document in the add methods to allow chaining these methods ... 2013-02-21 16:48:21 +01: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
fbraem
7600eed502 Add more samples 2013-02-20 22:21:26 +01:00