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 |
|
fbraem
|
e79f75d9fe
|
Rename query() method to selector()
|
2013-02-20 22:20:55 +01:00 |
|
fbraem
|
e04dca0e13
|
Provide an add method for a char* value
|
2013-02-20 22:20:29 +01: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 |
|
fbraem
|
25141680e2
|
Add first samples
|
2013-02-19 22:59:47 +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 |
|