Commit Graph

15 Commits (92a60c3d80d8061438f9463b7ea47c919c2acb02)

Author SHA1 Message Date
Kevin Bracey a522dcfa0a Replace deprecated wait calls 2019-07-15 10:13:50 +03:00
Jan Jongboom d26dc88e9e
TEST_APPS socket_app leaks memory when cannot initialize packetSizes 2019-03-07 16:16:04 +01:00
Cruz Monrreal 442cbba141
Merge pull request #7799 from bridadan/remove_allowed_features
Removing feature names from the "allowed feature" config list.
2018-12-19 13:37:59 -06:00
Brian Daniels 00a3d0f915 Remove deprecated features from socket test app 2018-12-14 14:03:38 -06:00
Michal Paszta c87c0cedca Icetea tests - update socket command client
Tiny update in TCPSOCKET_ECHOTEST_BURST_SHORT was necessary, to match new object types messages.
2018-11-09 12:49:59 +01:00
Marcin Tomczyk 5eabfabc51 ONME-3733 detect xinetd service pattern and generate correct pattern 2018-11-07 13:18:04 +01:00
Michal Paszta 0da0f16d60 TCPSocket accept refactored to close cleanly and icetea test added
Private constructor called in TCPSocket accept, when creating a new Socket.
Close() method calls moved "up" to InternetSocket.
InternetSocket::close() returns proper error code when no socket available.
Add TcpSocket::accept icetea tests.
Deleting sockets moved to teardown.
2018-10-26 12:02:25 +03:00
Kevin Bracey 1ef213ec89 Clean up Thread deprecation warnings
Static Thread methods and signal methods have been deprecated. Remove
all references in the main code, and most of the tests. Some tests of
the deprecated APIs themselves remain.
2018-10-12 14:57:13 +03:00
Jarno Lamsa 1209e73e0c Fix issues coming from network default interface 2018-08-31 11:56:52 +03:00
Jarno Lamsa 564fdd5a21 Astyle for test applications 2018-08-31 11:55:43 +03:00
Jarno Lamsa 8a107acaed Remove unused aliases 2018-08-31 11:55:43 +03:00
Jarno Lamsa e4f4e64c3b Use nanostack-libservice stoip4 to check if address is ipv4 2018-08-31 11:55:43 +03:00
Jarno Lamsa c38769b499 review corrections 2018-08-31 11:54:40 +03:00
Jarno Lamsa 2ddaed3a83 Changes needed for abstract socket interface 2018-08-31 11:52:15 +03:00
Olli-Pekka Puolitaival e27a26eb9d Icetea support 2018-08-31 11:51:57 +03:00