Commit Graph

1916 Commits

Author SHA1 Message Date
Guenter Obiltschnig
f11145547b re-added MongoDB, improved buildwin and release scripts 2013-07-23 15:04:48 +02:00
Guenter Obiltschnig
586c821a6d updated relnotes 2013-07-22 20:48:08 +02:00
Günter Obiltschnig
c7f873eee8 added missing x64_vs90 project files, fixed Util x64 project files, fixed some warnings 2013-07-22 20:44:35 +02:00
Guenter Obiltschnig
bee4024ca2 fixed Makefile 2013-07-22 14:25:56 +02:00
Guenter Obiltschnig
f2d897d2dd removed MongoDB from release 2013-07-22 14:00:33 +02:00
Guenter Obiltschnig
8b190958aa Merge branch 'master' into develop 2013-07-22 10:57:23 +02:00
Guenter Obiltschnig
73856c4248 updated changelog 2013-07-22 09:51:38 +02:00
Guenter Obiltschnig
43d7d40d40 size_t should be std::size_t, include <cstddef> 2013-07-22 09:26:22 +02:00
Aleksandar Fabijanic
a49f5da54b GH #240: VERY strange error only when including Format.hinclude Alignment.h early
GH #240: VERY strange error only when including Format.h (include
Alignment.h early for consistency)
2013-07-22 01:10:36 -05:00
Aleksandar Fabijanic
20e1cf8821 JSON bug fixes
GH #241: SF #620 Endless loop in JSON parser (added Buffer::setCapacity)
GH #242: SF #619 Syntax error in JSON parser (float/double trim)
2013-07-21 22:18:56 -05:00
Guenter Obiltschnig
996ddf1b43 fixed GH# 236: Bug in RecursiveDirectoryIterator 2013-07-18 17:28:16 +02:00
Guenter Obiltschnig
f7bc7272ad fix for sqlite 3.7.17 on DigiEL 2013-07-18 16:51:47 +02:00
Guenter Obiltschnig
6cfa1f0bbc re-applied fix for GH# 172 which got lost in previous commit 2013-07-18 14:27:59 +02:00
Guenter Obiltschnig
ec2d99bf9d updated release notes 2013-07-18 13:34:38 +02:00
Guenter Obiltschnig
97e5ff5774 - fixed GH# 233: ServerSocket::bind6(Poco::UInt16 port, bool reuseAddress, bool ipV6Only) does not work
- fixed GH# 231: Compatibility issue with Poco::Net::NetworkInterface
- removed unneeded zlib sources
2013-07-18 13:31:27 +02:00
Guenter Obiltschnig
d09a728029 MySQL: accept BLOBs type for strings 2013-07-18 12:37:38 +02:00
Günter Obiltschnig
c43358e50b Merge pull request #229 from lbakman/develop
Added missing debug build options
2013-07-18 03:24:15 -07:00
Günter Obiltschnig
6456e771d9 Merge pull request #232 from akihiroy/work
Fixed code page warning.
2013-07-18 03:22:14 -07:00
Günter Obiltschnig
4bac0a6333 Merge pull request #237 from syvex/hotfix/sigpipe
Fix for Sockets and SIGPIPE
2013-07-18 03:21:02 -07:00
Mike Naquin
3755e6e422 Check for EPIPE error on UNIX systems in SocketImpl::error 2013-07-17 09:17:12 -05:00
Mike Naquin
531a9630a1 Ignore SIGPIPE on UNIX to keep sockets from crashing 2013-07-17 09:11:51 -05:00
Akihiro Yamasaki
d61eaaac28 Fixed code page warning. 2013-07-09 13:56:35 +09:00
Lau Bakman
63a591241c Added missing debug build options
Added %ACTIONSW% and %CONFIGSW% for debug shared build command
2013-06-26 14:50:51 +02:00
Guenter Obiltschnig
cab19b21a4 improved WebSocket closing behavior 2013-06-25 13:56:28 +02:00
Guenter Obiltschnig
affb7ce5a4 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2013-06-25 13:54:46 +02:00
Alex
e0591e00e1 updated VERSION to 1.5.2, added MongoDB to all.release 2013-06-23 22:33:49 -05:00
Aleksandar Fabijanic
376b46f60e cookie age test fix 2013-06-23 22:14:17 -05:00
Guenter Obiltschnig
5444ac07f5 client WebSocket fixes 2013-06-23 09:49:15 +02:00
Guenter Obiltschnig
364536c5fd improved WebSocket client error reporting 2013-06-22 09:31:46 +02:00
Aleksandar Fabijanic
a00b202f6c VS90 x64 project files fix 2013-06-20 22:07:55 -05:00
Aleksandar Fabijanic
9eb57dc511 updated GettingStarted doc 2013-06-19 23:55:17 -05:00
Aleksandar Fabijanic
1bdcceafd6 Merge pull request #226 from karlr42/develop
Fix build errors in HTTPCookieTest
2013-06-18 09:58:22 -07:00
karlr42
57519d0fd4 Fix build errors 2013-06-18 17:22:41 +01:00
karlr42
9272b88696 Fix build errors 2013-06-18 17:13:51 +01:00
Aleksandar Fabijanic
7cf83c1b6f Merge pull request #225 from karlr42/develop
Improved test case for HTTPCookie expiry functions
2013-06-18 08:51:34 -07:00
karlr42
fb9e90dacd Synced HTTPCookieTest 2013-06-18 16:27:28 +01:00
karlr42
af8c1b20a4 Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
	Net/testsuite/src/HTTPCookieTest.cpp
	Net/testsuite/src/HTTPCookieTest.h
2013-06-18 16:20:27 +01:00
karlr42
5a70971691 Fixed typo in comments 2013-06-18 15:37:30 +01:00
Karl Reid
d3a61a0b8a Reworked cookie expiry testsuite to be less brittle. 2013-06-18 15:12:04 +01:00
Aleksandar Fabijanic
8961c4c04b Merge pull request #195 from syvex/RemoteSyslogChannelReset
Allow RemoteSyslogChannel to be used again after being closed.
2013-06-18 06:49:45 -07:00
Mike Naquin
7f17255ed8 Add unit test for opening/closing RemoteSyslogChannel 2013-06-18 08:35:52 -05:00
Aleksandar Fabijanic
36025ccc33 GH #224: building 1.5.1 on Windows for x64 2013-06-18 00:02:04 -05:00
Aleksandar Fabijanic
0c50f6241c code tidy-up 2013-06-17 21:56:53 -05:00
Aleksandar Fabijanic
d5ec46b9fc Merge pull request #223 from karlr42/develop
I'll check and run it on other platforms/compilers before 1.5.2 release
2013-06-17 14:10:46 -07:00
Karl Reid
c871be9380 Fix indentation. 2013-06-17 21:59:56 +01:00
Karl Reid
c8b7b7ee9e Change HTTPCookie to support expiry times in the past. 2013-06-17 21:55:59 +01:00
aleks-f
b1161bdb1e network test socket buffer size fix for VS2010/Win7 2013-06-16 18:26:39 -05:00
Aleksandar Fabijanic
e3231b346b updated release notes 2013-06-16 12:13:44 -05:00
Aleksandar Fabijanic
5faa3ca8c8 updated CHANGELOG 2013-06-16 12:09:36 -05:00
Alex
20005dbf87 fix signed/unsigned warnings 2013-06-16 11:37:37 -05:00