Commit Graph

1878 Commits

Author SHA1 Message Date
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
Alex
c49f9ecfd0 FPEnvironment, changed <math.h> to <cmath> 2013-06-16 11:12:32 -05:00
Aleksandar Fabijanic
6a8f98d7a1 Merge pull request #220 from lucas-clemente/patch-2
add qualifiers for FPEnvironment in C99
2013-06-16 08:45:00 -07:00
Guenter Obiltschnig
fc08238666 added another ctor to WebSocket 2013-06-16 09:23:57 +02:00
Aleksandar Fabijanic
923eb91bb8 mainly JSON tidy-up 2013-06-15 20:28:09 -05:00
Alex
94c54f926d improved NamedMutex/Event error diagnostics 2013-06-15 13:13:34 -05:00
Aleksandar Fabijanic
46acf8b6dc Merge pull request #219 from lucas-clemente/patch-1
fix alignas specifier
2013-06-15 07:43:58 -07:00
Lucas Clemente
578cab37c3 add qualifiers for FPEnvironment in C99 2013-06-15 17:20:49 +03:00
Lucas Clemente
e4ceb5d44f fix alignas specifier 2013-06-15 15:55:46 +02:00
Aleksandar Fabijanic
3ea52f825d fixed GH #218: VS2010 doesn't build ipaddress.cpp current develop 2013-06-14 08:43:16 -04:00
Aleksandar Fabijanic
fec5bd18f1 GH #151: Bug compiling Poco 1.4.6p1 with Visual Studio Express 2013-06-12 15:00:52 -05:00
Aleksandar Fabijanic
25dcc509a2 Merge pull request #216 from mkrivos/small_fixes
version bump for cmake
2013-06-12 12:54:53 -07:00
Guenter Obiltschnig
88d0b524a7 updated changelog 2013-06-12 20:47:15 +02:00
Guenter Obiltschnig
9372096447 - fixed a potential memory leak in Poco::Net::HTTPClientSession if it is misused
(e.g., sendRequest() is sent two times in a row without an intermediate call to
  receiveResponse(), or by calling receiveResponse() two times in a row without
  an intermediate call to sendRequest()) - GH #217
- removed a few unnecessary protected accessor methods from Poco::Net::HTTPClientSession
  that would provide inappropriate access to internal state
2013-06-12 20:46:37 +02:00
Marian Krivos
a33cc590a2 version bump 2013-06-12 18:13:44 +02:00
aleks-f
872744fd92 corrected gcc version check for warning suppresion 2013-06-09 23:12:30 -05:00
Alex
3ba7cc27a9 JSON Parser comment update 2013-06-09 22:56:53 -05:00
alex
f6d9e926d5 Merge branch 'develop' of https://github.com/pocoproject/poco into develop
GH# 137: FreeBSD Bcast/Mcast tests fail
2013-06-09 00:28:17 -05:00
alex
a766004fc7 GH #137: FreeBSD Bcast/Mcast tests fail 2013-06-09 00:27:53 -05:00
Alex
665a531576 GH#207: testClosedRequestKeepAlive fails on Mac 2013-06-08 21:38:51 -05:00
Aleksandar Fabijanic
460cccddf9 HTMLForm does not read URL parameters on POST or PUT
- fixed GH #175: HTMLForm does not read URL parameters on POST or PUT
2013-06-08 20:34:46 -05:00
Aleksandar Fabijanic
b61b5ae53d limit allowed types for JSON Query
limited allowed types for JSON::Query to Object, Array, Object::Ptr,
Array::Ptr and empty
2013-06-07 23:37:02 -05:00
Aleksandar Fabijanic
5e6ef1c14d fixed GH #99: JSON::Query an JSON::Object
- fixed GH #99: JSON::Query an JSON::Object
- swapped order of AnyCast(const Any&) and AnyCast(Any&) definitions
2013-06-07 23:15:02 -05:00
Aleksandar Fabijanic
1d2a95e110 Merge pull request #214 from cksmith/fix-192
Fixed GH #192: MySQL: Unsigned integer values not handled properly in result sets
2013-06-07 13:34:04 -07:00
Cameron Smith
af84d915d0 Added new test to test case list. 2013-06-07 15:57:22 -04:00
Cameron Smith
07f33b729a GH #192: Unsigned integer values not handled properly in result sets 2013-06-07 15:14:18 -04:00
alex
83ad8b36f5 fixed GH #138: FreeBSD JSON tests fail 2013-06-02 23:36:36 -05:00
Aleksandar Fabijanic
6184be0025 tests for GH#169
tests for GH#169: Exceptions due to bug BufferedBidirectionalStreamBuf.h
2013-06-06 21:31:26 -05:00
Aleksandar Fabijanic
57c2d703ff Merge pull request #213 from mkrivos/small_fixes
fix for missing #include <memory> for gcc 4.8.1
2013-06-05 11:39:19 -07:00
Marian Krivos
18fa93830c fix for missing #include <memory> for gcc 4.8.1 2013-06-05 20:36:22 +02:00