195 Commits

Author SHA1 Message Date
Günter Obiltschnig
34bbbe256d Revert "GH #1050 Net tests: fix gcc -Wshadow warnings" 2016-09-05 08:25:44 +02:00
Miklos Vajna
c298c4f689 GH #1050 Net tests: fix gcc -Wshadow warnings 2016-05-16 21:39:58 +02:00
Alex Fabijanic
2a80322ecb merge dev and resolve conflicts 2016-03-11 20:57:28 -08:00
Mathäus Mendel
8895045fb5 Made all testsuite link with pthreads on Unix systems
This fixes the linker errors due to missing pthreads library on AIX.
2016-03-11 10:30:15 -03:00
Alex Fabijanic
3eb023132b Merge branch 'develop' into pr/1113
Conflicts:
	Foundation/testsuite/TestSuite_vs120.vcxproj
2016-03-07 21:38:26 -08:00
Alex Fabijanic
92225086a4 generated CppUnit and testsuites VS projects 2016-03-06 20:54:26 -08:00
Guenter Obiltschnig
634fc133b6 fix leap year issues in testsuites 2016-02-29 10:21:31 +01:00
Guenter Obiltschnig
e4fbbe69ba *breaking change* DatagramSocket/MulticastSocket constructor creates an unconnected and unbound/uninitialized socket 2016-02-28 22:08:28 +01:00
Guenter Obiltschnig
317ef6df38 fixed #892: DatagramSocket is ipv4 by default (added new constructors for creating an unconnected and unbound DatagramSocket or MulticastSocket)
Conflicts:
	Net/include/Poco/Net/DatagramSocket.h
	Net/src/DatagramSocket.cpp
	Net/src/MulticastSocket.cpp
2016-02-28 00:45:53 +01:00
kmribti
cdb30f39f3 Add test case for MessageHeader decodeWord 2016-01-17 09:28:15 +01:00
kmribti
8c98e4303c Add test case for MessageHeader decodeWord 2016-01-17 09:27:28 +01:00
FrancisANDRE
ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00
Guenter Obiltschnig
08a9214f2c added testcases for multiple form fields with same name 2015-12-10 09:51:37 +01:00
Guenter Obiltschnig
754cb3b06e renamed canContinue() to peekResponse(), improved documentation 2015-10-10 09:31:48 +02:00
Guenter Obiltschnig
c66849f9ee added better support for 'Expect: 100-continue' header and '100 Continue' responses 2015-10-06 11:11:16 +02:00
Guenter Obiltschnig
df060cecbf add HTTP/1.1 version to HTTPRequest for client WebSocket, as this is required for most servers 2015-10-01 18:52:46 +02:00
Guenter Obiltschnig
86f2094d09 SocketAddress: constructor taking single string now also accepts a local socket path on UNIX platforms 2015-09-16 09:26:30 +02:00
Guenter Obiltschnig
d55eab9264 clean build with POCO_NET_NO_IPv6, add test for Unix domain sockets 2015-09-08 15:00:43 +02:00
Guenter Obiltschnig
d64ec94653 UNIX domain sockets support: replace IPAddress::Family with new enum AddressFamily::Family enum 2015-09-08 14:15:38 +02:00
Günter Obiltschnig
b6ae5128ce added Visual Studio 2015 project files 2015-07-30 15:48:45 +02:00
GlacJAY
f36800fb70 add test case for attachment names' parsing 2015-07-15 10:09:23 +08:00
Aleksandar Fabijanic
ebff0b4e24 change www.appinf.com IP address 2015-06-25 20:40:11 -05:00
Guenter Obiltschnig
25b446502b removed GCC_DIAG_OFF 2015-04-23 17:31:05 +02:00
Aleksandar Fabijanic
c89cab6d6d Merge pull request #751 from rklabs/add_operator_ostream_ipaddress
Adding ostream operator for Poco::Net::IPAddress
2015-03-18 11:54:29 -05:00
rkadam
5a7b792e3c Adding ostream operator for Poco::Net::IPAddress 2015-03-18 20:52:44 +05:30
Günter Obiltschnig
9ef7b1d852 fix for VS 2015-03-12 06:27:10 +01:00
Tor Lillqvist
08a748dae1 Add WebSocket::receiveFrame() that appends to a Poco::Buffer<char> 2015-03-07 15:46:08 +02:00
Pascal Bach
10ef2b2335 CMake: Remove WinDriver usage in tests
Add WinCEDriver to packages supporting it
2014-12-21 16:23:35 +01:00
Guenter Obiltschnig
931a5a5252 Removing support for Visual Studio.NET 2003 and Visual Studio 2005 - it's time to say goodbye to the past 2014-12-15 11:05:13 +01:00
Günter Obiltschnig
bc0978d01e fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Alex Fabijanic
599c4cb3aa Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-11-19 22:25:48 -06:00
Alex Fabijanic
fbb18d1aa4 (Parallel)SocketAcceptor ctor/dtor call virtual functions #608 2014-11-19 22:25:28 -06:00
Guenter Obiltschnig
88b203f483 fixed GH #478: HTTPCredentials and HTTPAuthenticationParams support multiple WWW-Authenticate headers 2014-11-19 21:25:36 +01:00
Guenter Obiltschnig
eb8dce47fe fix #606: HTMLForm constructor read application/x-www-form-urlencoded UTF-8 request body first parameter with BOM in name 2014-11-12 10:33:57 +01:00
Guenter Obiltschnig
781acfa0bd added nonProxyHosts to ProxyConfig to allow bypassing proxy for certain hosts 2014-11-11 22:54:44 +01:00
Günter Obiltschnig
fe3537f49f updated project files 2014-11-11 12:19:14 +01:00
Guenter Obiltschnig
fbcbf708aa added OAuth20Credentials class, some minor OAuth10Credentials fixes 2014-11-11 12:10:53 +01:00
Guenter Obiltschnig
127f7a0ebe testsuite fix 2014-11-10 23:51:28 +01:00
Günter Obiltschnig
af1f5757c3 updated VS project files, added OAuthTestSuite 2014-11-10 23:49:35 +01:00
Guenter Obiltschnig
362eaad5cb added support for OAuth 1.0A authentication 2014-11-10 22:15:02 +01:00
Günter Obiltschnig
6fe2e4fb11 VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Günter Obiltschnig
ee25a49e9b wait time fixes to make testsuite complete successfully on WEC2013 2014-09-16 12:20:27 +02:00
Günter Obiltschnig
63f4bfa54b fixed NetworkInterface for WinCE
code cleanup in NetworkInterface class
IPAddress: do not format IPv6 loopback address as IPv4 compatible
workaround for WEC2013 getsockname() issue
testsuite fixes for WEC2013
2014-09-15 19:17:09 +02:00
Pascal Bach
7950001803 cmake: Cleanup CMakeLists.txt for all components
- Add missing CMakeLists.txt
- Use POCO_ macros to improve code structure in XCode/VisualStudio
- Better ODBC detection
- Remove unnecessary commented out code

The CMake documentation recommends explicitly listing source files, but because CMake is not the primary build system GLOB patterns are used for the moment.
2014-08-22 17:11:03 +02:00
Günter Obiltschnig
30bb18f394 added VS2013 project/solution files for Windows Embedded Compact 2013 2014-08-09 10:49:04 +02:00
Pascal Bach
975c30faf0 Add CTests for all components 2014-06-17 11:30:03 +02:00
Guenter Obiltschnig
db0999b2d6 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2014-05-30 16:10:43 +02:00
Guenter Obiltschnig
53d187a623 change NTP server use for testing to pool.ntp.org 2014-05-30 16:09:53 +02:00
Günter Obiltschnig
209a556d4e fixed project file 2014-05-30 15:35:39 +02:00
Günter Obiltschnig
127d067ffb fixed WEC2013 Net project files 2014-05-30 15:27:11 +02:00