Commit Graph

8 Commits

Author SHA1 Message Date
Sam Hocevar
351b447bfa * Added enough autoconf checks and #ifdefs so that libzzuf builds on Win32.
zzuf itself doesn't build yet, though.
2007-01-18 00:21:07 +00:00
Sam Hocevar
52bdf5ff3e * Replaced _zz_disabled with a less stinky API. Still not thread safe, does
not recover very well from errors, but why care?
2007-01-17 21:52:44 +00:00
Sam Hocevar
b0d8650bec * Added aio_read() and aio_return(). They don’t work well yet, I’ll need
to fix the _zz_disabled mess first.
2007-01-17 21:12:27 +00:00
Sam Hocevar
47671a30be * recvmsg() support by Rémi Denis-Courmont.
* Minor code reorganisation.
2007-01-17 17:14:22 +00:00
Sam Hocevar
644846527a * Improved recvfrom() debug information.
* Implemented recv().
2007-01-17 16:32:45 +00:00
Sam Hocevar
0518c124e7 * Use __func__ wherever possible. 2007-01-17 15:21:09 +00:00
Sam Hocevar
29a063f7fd * recvfrom() support from Dominik Kuhlen. 2007-01-17 15:07:35 +00:00
Sam Hocevar
bb4cc96f00 * Moved files around. 2007-01-17 13:46:38 +00:00