]> git.ozlabs.org Git - ccan/history - ccan/net/net.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / net / net.c
2022-07-18 Rusty Russellnet: fix gcc warning about mismatch.
2017-04-05 David Gibsonnet: Add check for failure of setsockopt()
2015-11-20 Rusty Russellnet: use close_noerr.
2014-07-25 Rusty Russellnet: use freeaddrinfo() in _info example.
2014-05-27 Rusty Russellnet: don't return still-connecting fd.
2014-04-24 Cody P Schafernet: fix ipv4 immediate connect
2013-12-12 Rusty Russellnet: fix async connect to non-listening port.
2013-10-14 Rusty RussellMerge branch 'io'
2013-10-02 Rusty Russellnet: add async operation helpers.
2013-09-27 Rusty RussellMerge branch 'cpuid' of https://github.com/decltype...
2013-09-24 David Gibsonnet: Fix potential uninitialized use of variables in...
2013-03-17 Rusty Russellnet: add server support.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-04-02 Andreas SchlickTo compile ccan under DragonFly BSD some additional...
2011-01-30 Rusty Russellnet: remove noerr dependency.
2011-01-28 Rusty Russellnet: new module to help IPv4/IPv6 transition.