split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
[profile/ivi/pulseaudio.git] / src / polypcore / socket-server.c
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-04-22 Lennart Poetteringfirst unlink the socket, the close it
2006-04-06 Lennart Poettering* set IPV6_V6ONLY for IPv6 sockets, to avoid warning...
2006-03-07 Pierre OssmanTrying to listen on an IPv6 socket by default and only...
2006-02-23 Pierre Ossmaninet_pton expects in[6]_addr structures, nothing else.
2006-02-23 Pierre OssmanAdd inet_pton emulation for platforms that lack it...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-22 Lennart Poetteringadd listen= parameter to tcp protocol modules
2006-02-21 Lennart Poettering* Don't build seperate ipv4/ipv6 versions of the protoc...
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...