Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-28usock: implement usock_inet_timeout() with RFC6555 supportFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-15usock: add usock_inet, which returns the remote addressFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2015-01-15usock: add helper waiting for socket to be readyRafał Miłecki
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
2014-09-23usock: add usock_port() for convenient use of numeric portsJo-Philipp Wich
Add a new helper function usock_port() which converts the given numeric port number into a string using a private static buffer. This way a calling application can conveniently use numeric port arguments without having to convert them before: int fd = usock(USOCK_UDP, "example.org", usock_port(80)); Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-07-03usock: fix indentationLuka Perkov
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-01-13add license headers for usockFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2010-10-13Initial importFelix Fietkau