Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-29 | Implemented unix-domain sockets. | Martin Mares | |
1999-05-31 | Added sk_send_buffer_empty(). | Martin Mares | |
1999-04-12 | Fixed a couple of bugs in handling of multicast sockets. | Martin Mares | |
See comments in lib/socket.h for a detailed guide on how to use them. | |||
1999-03-01 | Added SK_MAGIC type sockets for internal use by system dependent code, | Martin Mares | |
especially for netlink communication. | |||
1998-05-24 | Added few socket declarations. | Martin Mares | |
1998-05-24 | Added declarations of all our socket functions. | Martin Mares | |
1998-04-28 | Changed #include <x/y> to #include "x/y" for our local includes, so that | Martin Mares | |
gcc -MM can be used to separate them from the system ones. Added automatic generation of dependencies. | |||
1998-04-22 | First look at data structures. More to come tomorrow... | Martin Mares | |