Rangel Reale
7f6bc31364
* Use sqlite3_stmt_readonly to determine if sqlite3_changes should be called
...
* Remove sys.dual dependency, improving multi-threaded applications
2013-02-17 12:03:01 -03:00
Aleksandar Fabijanic
c24893b8ab
Merge pull request #88 from fbraem/develop
...
Develop
2013-02-16 13:35:55 -08:00
fbraem
2f8d464d1f
Merge remote-tracking branch 'origin/MongoDB' into develop
2013-02-16 20:56:15 +01:00
fbraem
f41e6f1b5b
Add MongoDB
2013-02-16 20:53:48 +01:00
fbraem
249a813db4
Premake is not the official build tool of POCO, so remove it
2013-02-16 20:53:19 +01:00
fbraem
2f4d4129ab
Add more build files
2013-02-16 20:51:58 +01:00
fbraem
72f041c21f
Add missing Database
2013-02-16 20:51:36 +01:00
fbraem
c33b2506cf
Rearrange initialisations to remove warnings
2013-02-16 20:51:23 +01:00
fbraem
39b685ee78
Add missing source files
2013-02-16 20:14:39 +01:00
fbraem
cd62f340b4
Rearrange some code and add getter for fullCollectionName
2013-02-16 19:56:32 +01:00
fbraem
d9296a0dc0
Change getMore test into Cursor test
2013-02-16 19:55:49 +01:00
fbraem
dfe27aa917
Cursor class is used to combine query and getmore requests
2013-02-16 19:55:23 +01:00
fbraem
bf315df7a6
Cleaning up code, add docs, add getMore sample ...
2013-02-15 22:32:24 +01:00
Aleksandar Fabijanic
5672d721be
Merge pull request #86 from adrianimboden/develop
...
Fixed bug: Pointers to vector internas were given away and became invali...
2013-02-14 19:35:05 -08:00
fbraem
58958d2655
Add more tests
2013-02-14 22:54:06 +01:00
fbraem
c2dbb70b0b
Implement toString
2013-02-14 22:53:45 +01:00
fbraem
8fddacd451
Update toString method
2013-02-14 22:51:51 +01:00
fbraem
9696d7d339
Add more functions
2013-02-14 22:51:30 +01:00
fbraem
b8e9cc1e23
Implement toString
2013-02-14 22:50:55 +01:00
fbraem
7818a6c046
Put quotes around string in toString, boolean is an unsigned value
2013-02-14 22:50:43 +01:00
fbraem
2475bebb30
Add elements(), make toString virtual and _elements protected
2013-02-14 22:49:53 +01:00
Guenter Obiltschnig
0ab5c9dcf6
added DNS::reload()
2013-02-14 16:35:04 +01:00
Guenter Obiltschnig
b3a3ece54e
HTTPSession: always reset buffer pointers on connect to clear any leftover data from previous requests
2013-02-14 16:27:47 +01:00
Guenter Obiltschnig
e9ec584733
On Linux, Poco::Environment::nodeId() first always tries to obtain the MAC address of eth0 before trying other interfaces
2013-02-14 16:26:19 +01:00
fbraem
9a5b149a01
Correct some settings
2013-02-13 19:11:26 +01:00
fbraem
9765ccf587
Make it work again
2013-02-13 19:10:57 +01:00
fbraem
913020e89d
Removed
2013-02-13 19:10:10 +01:00
Adrian Imboden
6149beb920
Fixed bug: Pointers to vector internas were given away and became invalid because of resizing the vector
2013-02-12 23:43:02 +01:00
aleks-f
72b5b7acae
GH #80 : NumberFormatter::append broken
...
fixed GH #80 : NumberFormatter::append broken
2013-02-07 21:43:40 -06:00
Aleksandar Fabijanic
33f502c119
Merge pull request #76 from rettichschnidi/rettichschnidi-fix-validator-docu
...
Fix documentation: OptionException gets thrown by Poco::Util::Validator
2013-02-03 18:11:58 -08:00
Reto Schneider
6544af712a
Fix documentation: OptionException gets thrown by a validator, not InvalidOptionException.
2013-02-03 18:17:55 +01:00
fbraem
749e7cd2ca
Add MongoDB classes
2013-02-02 21:52:49 +01:00
Aleksandar Fabijanic
07551b4a3f
Update CHANGELOG
2013-01-23 12:45:45 -06:00
Aleksandar Fabijanic
f5c091fd14
Merge pull request #72 from arturoc/feature-voidevent
...
add VoidEvent
2013-01-23 10:41:56 -08:00
arturo
f731dbb400
testsuite for void event
2013-01-23 10:11:43 +01:00
arturo
72100d56d8
adds priority version of Void delegate/expire/strategy
2013-01-23 10:11:04 +01:00
arturo
1de98a00c2
add VoidEvent
2013-01-22 09:23:16 +01:00
Aleksandar Fabijanic
a44758f1ac
Merge pull request #35 from syvex/POSIXThreadNames
...
Enable debugging thread names in Thread_POSIX
2013-01-19 21:58:49 -08:00
Alex
ed24d96dda
edited for coding standard compliance
2013-01-16 23:14:34 -06:00
Aleksandar Fabijanic
c97c444672
Merge pull request #66 from hmagarotto/ssl-unclean-shutdown
...
SSL & unclean shutdown response
2013-01-16 21:00:41 -08:00
Henrique Magarotto
f269e1ca23
ssl & unclean shutdown response
2013-01-15 17:58:10 -02:00
aleks-f
9619dfbe7b
GH60: buildwin fixes - add bin64
...
GH #60:buildwin fixes - add bin64 to PATH, build now works if msbuild is
specified in arguments
2013-01-13 10:41:50 -06:00
aleks-f
76a7e2e716
GH56: Need a way to disable *_API macros with GCC
...
GH #56 : Need a way to disable *_API macros with GCC
2013-01-13 10:31:21 -06:00
aleks-f
5d6afa983e
updated CHANGELOG
2013-01-12 11:33:56 -06:00
Aleksandar Fabijanic
a867fb884d
Merge pull request #58 from davidraleigh/develop
...
remove std:: namespace from copysignf and copysign
2013-01-12 08:43:30 -08:00
David B Raleigh
c1b8673652
remove std from copysignf and copysign
...
"copysign* is C99/C++ TR1, apparently still not in std namespace with
gcc 4.7. Remove std:: in front of it and see if it helps. If you
provide a patch, we'll test and include it for future releases."
2013-01-12 15:32:23 +01:00
Aleksandar Fabijanic
20c581248e
Merge pull request #55 from MattPD/patch-1
...
Update doc/00100-GuidedTour.page
2013-01-12 05:58:07 -08:00
Guenter Obiltschnig
6f2224d729
make PocoDoc work again
2013-01-12 00:12:05 +01:00
Matt
e8a155c014
Update doc/00100-GuidedTour.page
...
added missing semicolon in the HTTPTimeServer example
2013-01-11 21:42:01 +01:00
aleks-f
b16786fb54
Updated version for 1.5.1 release
2013-01-10 20:08:31 -06:00